Skip to content

Instantly share code, notes, and snippets.

View rjsocha's full-sized avatar

Robert Socha rjsocha

View GitHub Profile
@rjsocha
rjsocha / nic-menu.ipxe
Created August 16, 2020 04:58 — forked from robinsmidsrod/nic-menu.ipxe
iPXE embedded menu that tries to boot each network adapter in turn
#!ipxe
set timeout 1000
:menu
menu Network boot options for ${uuid}
item --key a default Try to boot (a)ll network adapters in turn
item
item --gap -- --- Detected network adapters ---
set i:int8 0