2019-08-11 00:43:38 -04:00
|
|
|
timeout=1
|
2019-06-02 04:58:59 -04:00
|
|
|
|
2019-12-29 13:08:02 -05:00
|
|
|
menuentry 'SerenityOS (normal)' {
|
2019-06-02 04:58:59 -04:00
|
|
|
root=hd0,1
|
2024-05-18 12:21:40 -04:00
|
|
|
multiboot /boot/Kernel root="lun0:0:0;part0"
|
2019-06-02 04:58:59 -04:00
|
|
|
}
|
2019-08-11 00:43:38 -04:00
|
|
|
|
2020-05-27 10:36:14 -04:00
|
|
|
menuentry 'SerenityOS (text mode)' {
|
|
|
|
root=hd0,1
|
2024-05-18 12:21:40 -04:00
|
|
|
multiboot /boot/Kernel graphics_subsystem_mode=off root="lun0:0:0;part0"
|
2020-05-27 10:36:14 -04:00
|
|
|
}
|
|
|
|
|
2020-01-13 14:26:46 -05:00
|
|
|
menuentry 'SerenityOS (No ACPI)' {
|
|
|
|
root=hd0,1
|
2024-05-18 12:21:40 -04:00
|
|
|
multiboot /boot/Kernel root="lun0:0:0;part0" acpi=off
|
2020-01-13 14:26:46 -05:00
|
|
|
}
|
|
|
|
|
2019-12-29 13:08:02 -05:00
|
|
|
menuentry 'SerenityOS (with serial debug)' {
|
2020-05-27 10:36:14 -04:00
|
|
|
root=hd0,1
|
2024-05-18 12:21:40 -04:00
|
|
|
multiboot /boot/Kernel serial_debug root="lun0:0:0;part0"
|
2019-08-11 00:43:38 -04:00
|
|
|
}
|