Answer the question
In order to leave comments, you need to log in
How to put iPXE script content in grub.conf?
I welcome everyone!
There is usb with grub2 on board. One of the grub menu options is to load the iPXE menu from an external server:
menuentry "Menu iPXE {
linux16 /ipxe.lkrn
initrd16 /ipxe.cfg
}
#!ipxe
dhcp ; chain http://pxe.server/menu.ipxe
set config_line="dhcp ; chain http://pxe.server/menu.ipxe"
linux16 /ipxe.lkrn --config-file=$config_line
But it doesn't roll either.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question