[ipxe-devel] PXE boot from remote DVD drive
Sven Dreyer
sven at dreyer-net.de
Wed Mar 2 10:49:26 UTC 2011
Robert,
Am 02.03.2011 02:43, schrieb Robert Meissner:
> default boot
> prompt 0
> say booting...
> label boot
> kernel memdisk
> append
> initrd=iscsi:192.168.2.8::::iqn.2006-03.com.kernsafe.Andi-Laptop.CD-ROMH:iscsiboot
You are trying to load a memdisk image whose _filename_ is
"iscsi:192...". That cannot work.
You should use sanboot instead of memdisk and remove the "initrd=":
default boot
prompt 0
say booting...
label boot
kernel sanboot
append
iscsi:192.168.2.8::::iqn.2006-03.com.kernsafe.Andi-Laptop.CD-ROMH:iscsiboot
Hope this helps.
Sven
More information about the ipxe-devel
mailing list