2020-02-01 18:12:49 -05:00
|
|
|
timeout=1
|
|
|
|
|
|
|
|
menuentry 'SerenityOS (normal)' {
|
|
|
|
root=hd0,5
|
2021-07-18 13:40:01 -04:00
|
|
|
multiboot /boot/Prekernel root=/dev/hda4
|
2021-07-18 08:47:32 -04:00
|
|
|
module /boot/Kernel
|
2020-02-01 18:12:49 -05:00
|
|
|
}
|
|
|
|
|
2020-05-27 10:36:14 -04:00
|
|
|
menuentry 'SerenityOS (text mode)' {
|
|
|
|
root=hd0,5
|
2021-07-18 13:40:01 -04:00
|
|
|
multiboot /boot/Prekernel boot_mode=no-fbdev root=/dev/hda4
|
2021-07-18 08:47:32 -04:00
|
|
|
module /boot/Kernel
|
2020-05-27 10:36:14 -04:00
|
|
|
}
|
|
|
|
|
2020-02-01 18:12:49 -05:00
|
|
|
menuentry 'SerenityOS (No ACPI)' {
|
|
|
|
root=hd0,5
|
2021-07-18 13:40:01 -04:00
|
|
|
multiboot /boot/Prekernel root=/dev/hda4 acpi=off
|
2021-07-18 08:47:32 -04:00
|
|
|
module /boot/Kernel
|
2020-02-01 18:12:49 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
menuentry 'SerenityOS (with serial debug)' {
|
2021-07-18 08:47:32 -04:00
|
|
|
root=hd0,5
|
2021-07-18 13:40:01 -04:00
|
|
|
multiboot /boot/Prekernel serial_debug root=/dev/hda4
|
2021-07-18 08:47:32 -04:00
|
|
|
module /boot/Kernel
|
2020-02-01 18:12:49 -05:00
|
|
|
}
|
|
|
|
|