blob: f70984200c7523a6eb13a39e28bcec472100d253 [file] [log] [blame]
Jackie Huang57fdea72020-04-23 11:29:15 +08001display splash.cfg
2timeout 0
3F1 help.txt
4F2 devices.txt
5F3 splash.cfg
6serial 0 115200
7
8# Pull in the menu User Interface
9ui vesamenu.c32
10
11menu title Select kernel options and boot kernel
12menu tabmsg Press [Tab] to edit, [Return] to select, [ESC] to return to previous menu
13
14# Dark grey
15menu 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 Huangad3ab2d2020-05-22 11:11:15 +080029# AIO Controller - Serial Console menu
30label 2
31 menu label All-in-one Controller Configuration - Serial Console
32 kernel /bzImage
Jackie Huangf96d0fd2020-06-02 22:44:50 +080033 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 Huang57fdea72020-04-23 11:29:15 +080034
Jackie Huangad3ab2d2020-05-22 11:11:15 +080035# AIO Controller - Graphical Console menu
36label 3
37 menu label All-in-one Controller Configuration - Graphical Console
38 kernel /bzImage
Jackie Huangf96d0fd2020-06-02 22:44:50 +080039 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