iPXE discussion forum
How to boot from an image on a local drive ? - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: How to boot from an image on a local drive ? (/showthread.php?tid=7750)



How to boot from an image on a local drive ? - ruymbeke - 2015-06-15 09:47

Hello,
It may be obvious or maybe an uncommon request but
how to boot from an (ISO) image located on a local disk drive ?
All info I found are about network boot but what about boot from local data ?
I cannot find a working syntax using sanboot nor chain. I can boot from
a drive (boot sector) but not from an image file on that drive.
All help will be much appreciated.
Thanks,
Ruymbeke


RE: How to boot from an image on a local drive ? - robinsmidsrod - 2016-11-02 10:52

There is no filesystem support in iPXE, which is why you can't boot from local storage (except via MBR). Filesystem support is not something iPXE will probably ever get. Use grub for your specific ISO requirements or unpack the ISO and load the specific parts directly over the network.