Changing the Default Boot option from Internal HDD to a different ipxe boot location #1326
Unanswered
Theknight2015
asked this question in
Q&A
Replies: 1 comment 1 reply
-
There are a few options you might be able to try. If you are booting netboot.xyz from your local network, you can add some configuration files that can override the menu and kick off a process.
These are all hooks you can put in place to change the behavior of the menu. If you are booting from your local tftp server, you should be able to see these pop up. With this, you should be able to change the behavior by mac address, or set the hostname that is set by DHCP. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I'm new to using netboot.xyz and I wanted to ask what may be a dumb question. I have several PC's with internal HDD's and I also have several PC's that use a current ipxe boot sever to boot a custom OS specifically meant for remote desktop. I would like to start using netboot.xyz on my network as the default ipxe boot server so that I may use the tools on the PC's with internal HDD's. My problem arises when I try to boot the other PC's that are supposed to be used for the remote systems. They boot to netboot.xyz and then they attempt to boot to their internal HDD's as the default option lists but those systems do not have internal HDD's.
I would like to know if it is possible to set the default boot option to another ipxe server address and file name so that once the default timeout occurs, it boots to the second ipxe server but if you change the option from "default" to any other netboot.xyz boot option before that default timeout occurs then the default timeout countdown stops and you can take as much time as you want to select the appropriate netboot.xyz boot option/tool that you're looking for.
I also changed the default timeout option in boot.cfg from 300,000 to 60,000 because I'm assuming it's in milliseconds and 300,000 milliseconds is 5 minutes where as 60,000 milliseconds is 60 seconds. If I'm wrong on this, please correct me.
Any help on figuring out a way to change the default boot option from internal HDD to a different ipxe server address and file name would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions