Caleb Connolly | ca229a3 | 2024-06-24 14:31:59 +0200 | [diff] [blame] | 1 | stdin=serial,button-kbd |
2 | stdout=serial,vidconsole | ||||
3 | stderr=serial,vidconsole | ||||
4 | preboot=scsi scan; usb start | ||||
5 | fastboot=fastboot -l $fastboot_addr_r usb 0 | ||||
6 | do_boot=bootefi bootmgr | ||||
7 | bootmenu_0=Boot first available device=run do_boot | ||||
8 | bootmenu_1=Enable fastboot mode=run fastboot | ||||
9 | bootmenu_2=Reset device=reset | ||||
10 | menucmd=bootmenu | ||||
11 | bootcmd=run do_boot |