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