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