2020-02-02 02:12:49 +03:00
|
|
|
timeout=1
|
|
|
|
|
|
|
|
menuentry 'SerenityOS (normal)' {
|
|
|
|
root=hd0,5
|
2022-09-01 21:53:29 +03:00
|
|
|
multiboot /boot/Prekernel root="lun0:0:0;part3"
|
2021-07-18 15:47:32 +03:00
|
|
|
module /boot/Kernel
|
2020-02-02 02:12:49 +03:00
|
|
|
}
|
|
|
|
|
2020-05-27 17:36:14 +03:00
|
|
|
menuentry 'SerenityOS (text mode)' {
|
|
|
|
root=hd0,5
|
2022-09-01 21:53:29 +03:00
|
|
|
multiboot /boot/Prekernel graphics_subsystem_mode=off root="lun0:0:0;part3"
|
2021-07-18 15:47:32 +03:00
|
|
|
module /boot/Kernel
|
2020-05-27 17:36:14 +03:00
|
|
|
}
|
|
|
|
|
2020-02-02 02:12:49 +03:00
|
|
|
menuentry 'SerenityOS (No ACPI)' {
|
|
|
|
root=hd0,5
|
2022-09-01 21:53:29 +03:00
|
|
|
multiboot /boot/Prekernel root="lun0:0:0;part3" acpi=off
|
2021-07-18 15:47:32 +03:00
|
|
|
module /boot/Kernel
|
2020-02-02 02:12:49 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
menuentry 'SerenityOS (with serial debug)' {
|
2021-07-18 15:47:32 +03:00
|
|
|
root=hd0,5
|
2022-09-01 21:53:29 +03:00
|
|
|
multiboot /boot/Prekernel serial_debug root="lun0:0:0;part3"
|
2021-07-18 15:47:32 +03:00
|
|
|
module /boot/Kernel
|
2020-02-02 02:12:49 +03:00
|
|
|
}
|
|
|
|
|