Jackie Huang | 57fdea7 | 2020-04-23 11:29:15 +0800 | [diff] [blame] | 1 | display splash.cfg |
| 2 | timeout 0 |
| 3 | F1 help.txt |
| 4 | F2 devices.txt |
| 5 | F3 splash.cfg |
| 6 | serial 0 115200 |
| 7 | |
| 8 | # Pull in the menu User Interface |
| 9 | ui vesamenu.c32 |
| 10 | |
| 11 | menu title Select kernel options and boot kernel |
| 12 | menu tabmsg Press [Tab] to edit, [Return] to select, [ESC] to return to previous menu |
| 13 | |
| 14 | # Dark grey |
| 15 | menu background #ff555555 |
| 16 | |
| 17 | # ----------------- NOTE ----------------- |
| 18 | # If you are updating label numbers, make sure that controllerconfig/clone.py |
| 19 | # is in sync with your changes (only serial console entries). |
| 20 | # STANDARD_STANDARD = '0' |
| 21 | # STANDARD_EXTENDED = 'S0' |
| 22 | # AIO_STANDARD = '2' |
| 23 | # AIO_EXTENDED = 'S2' |
| 24 | # AIO_LL_STANDARD = '4' |
| 25 | # AIO_LL_EXTENDED = 'S4' |
| 26 | # ---------------------------------------- |
| 27 | |
| 28 | |
Jackie Huang | ad3ab2d | 2020-05-22 11:11:15 +0800 | [diff] [blame] | 29 | # AIO Controller - Serial Console menu |
| 30 | label 2 |
| 31 | menu label All-in-one Controller Configuration - Serial Console |
| 32 | kernel /bzImage |
Jackie Huang | f96d0fd | 2020-06-02 22:44:50 +0800 | [diff] [blame^] | 33 | append initrd=/initrd rootwait console=ttyS0,115200 inst.text serial inst.stage2=hd:LABEL=oe_iso_boot boot_device=sda rootfs_device=sda biosdevname=0 usbcore.autosuspend=-1 inst.gpt security_profile=standard user_namespace.enable=1 ks=/installer-config/smallsystem_lowlatency_ks.cfg |
Jackie Huang | 57fdea7 | 2020-04-23 11:29:15 +0800 | [diff] [blame] | 34 | |
Jackie Huang | ad3ab2d | 2020-05-22 11:11:15 +0800 | [diff] [blame] | 35 | # AIO Controller - Graphical Console menu |
| 36 | label 3 |
| 37 | menu label All-in-one Controller Configuration - Graphical Console |
| 38 | kernel /bzImage |
Jackie Huang | f96d0fd | 2020-06-02 22:44:50 +0800 | [diff] [blame^] | 39 | append initrd=/initrd rootwait console=tty0 inst.text inst.stage2=hd:LABEL=oe_iso_boot boot_device=sda rootfs_device=sda biosdevname=0 usbcore.autosuspend=-1 inst.gpt security_profile=standard user_namespace.enable=1 ks=/installer-config/smallsystem_lowlatency_ks.cfg |