[ipxe-devel] can ipxe recognise if disk exist?

Oliver Rath rath at mglug.de
Tue Apr 10 11:09:46 UTC 2012


Hi List,

Im using ipxe here to boot several things. Now i have one boot-point (in
the new menu-style :-) ), which is only interesting, if a harddisk
exists on the machine, where ipxe is running. Is there a possibility to
see an existing hardisk (boolean will do).

Maybe something like this:

isset ${localdrive} && item localboot Boot from local drive
.
.
.
:localboot
isset ${localdrive} && sanboot --no-describe --drive ${localdrive}


Regards,

Oliver




More information about the ipxe-devel mailing list