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

_______________________________________________
ipxe-devel mailing list
[email protected]
https://lists.ipxe.org/mailman/listinfo/ipxe-devel

Reply via email to