2019-10-07 03:12:37 +03:00
|
|
|
timeout=1
|
|
|
|
|
2019-12-29 21:08:02 +03:00
|
|
|
menuentry 'SerenityOS (normal)' {
|
2019-10-07 03:12:37 +03:00
|
|
|
root=hd0,2
|
2021-07-18 20:40:01 +03:00
|
|
|
multiboot /boot/Prekernel root=/dev/hda2
|
2021-07-18 15:47:32 +03:00
|
|
|
module /boot/Kernel
|
2019-10-07 03:12:37 +03:00
|
|
|
}
|
|
|
|
|
2020-05-27 17:36:14 +03:00
|
|
|
menuentry 'SerenityOS (text mode)' {
|
|
|
|
root=hd0,2
|
2021-10-23 18:18:57 +03:00
|
|
|
multiboot /boot/Prekernel fbdev=off root=/dev/hda2
|
2021-07-18 15:47:32 +03:00
|
|
|
module /boot/Kernel
|
2020-05-27 17:36:14 +03:00
|
|
|
}
|
|
|
|
|
2020-01-13 22:26:46 +03:00
|
|
|
menuentry 'SerenityOS (No ACPI)' {
|
|
|
|
root=hd0,2
|
2021-07-18 20:40:01 +03:00
|
|
|
multiboot /boot/Prekernel root=/dev/hda2 acpi=off
|
2021-07-18 15:47:32 +03:00
|
|
|
module /boot/Kernel
|
2020-01-13 22:26:46 +03:00
|
|
|
}
|
|
|
|
|
2019-12-29 21:08:02 +03:00
|
|
|
menuentry 'SerenityOS (with serial debug)' {
|
2021-07-18 15:47:32 +03:00
|
|
|
root=hd0,2
|
2021-07-18 20:40:01 +03:00
|
|
|
multiboot /boot/Prekernel serial_debug root=/dev/hda2
|
2021-07-18 15:47:32 +03:00
|
|
|
module /boot/Kernel
|
2019-10-07 03:12:37 +03:00
|
|
|
}
|