On Thursday 14 Jun 2012 07:40:38 [email protected] wrote: > I found iPXE and it looks very interesting. But how do I do the local boot? > The only way I found is to chainlod to pxelinux and then do the localboot. > Is there any other way to do it directly from iPXE?
You can use the "exit" command to exit out from iPXE and boot the next device in the BIOS boot order: see http://ipxe.org/cmd/exit In some cases, you may need to explicitly boot from a local disk, rather than trying to exit to the BIOS. For this, you can use the "sanboot" command (see http://ipxe.org/cmd/sanboot): sanboot --drive 0x80 Hope that helps, Michael _______________________________________________ ipxe-devel mailing list [email protected] https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

