iPXE discussion forum
Local boot menu with extended information - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: Local boot menu with extended information (/showthread.php?tid=8160)



Local boot menu with extended information - Marida - 2016-08-18 16:30

Hello,

I need to create a boot menu with only local drives and additional information (bios drive number, bus type, model, serial number, capacity). And then allow user to select only boot devices that pass hard-coded filter (I plan to hardcode boot menu and filter rules into "autoboot.c").

I've found some structures in "ata.c", but no code points or examples how to access (or prepare) list of local disks (IDE/SATA/USB). Maybe someone knows good starting point?

Thanks in advance