iPXE discussion forum
boot img like a iso, but.. - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: boot img like a iso, but.. (/showthread.php?tid=14754)



boot img like a iso, but.. - z-80a - 2018-10-14 07:19

Hello!
I want to load a virtual machine image without using iscsi target, like a bootable iso image:
Code:
:iso
initrd ../Win98SE_bootdisk.iso || goto failed
chain ../memdisk iso raw || goto failed
goto start
it works!

It is logical to assume that the raw image (mbr, gpt and other scheme) can not be placed completely in the ramdisk. Maybe I'm wrong and there is a way around it..

Help me, please!


RE: boot img like a iso, but.. - NiKiZe - 2018-10-14 13:33

One of many places that this has been explained is in the FAQ