Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iPXE menu
2017-01-06, 10:23
Post: #2
RE: iPXE menu
Which dhcp server are you using?

The normal way is to send a different filename when it is detected that ipxe is booting and then send it a different filename, this is called "breaking the infinite loop" see http://ipxe.org/howto/chainloading


One other approach is to have a bootstrap.ipxe that is embeded such as
Code:
#!ipxe
dhcp
chain tftp://${next-server}/menu.ipxe
this will then load menu.ipxe from the tftp server - so one build with embeded script and then you can just edit the menu.ipxe file on the server just as you want.

Windows 10 has the linux subsystem which can be used to install ubuntu and that in turn can build ipxe - inside windows.

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
iPXE menu - arshir - 2017-01-05, 05:48
RE: iPXE menu - NiKiZe - 2017-01-06 10:23



User(s) browsing this thread: 1 Guest(s)