2019-08-11 14:43:38 +10:00
|
|
|
timeout=1
|
2019-06-02 18:58:59 +10:00
|
|
|
|
2019-12-29 19:08:02 +01:00
|
|
|
menuentry 'SerenityOS (normal)' {
|
2019-06-02 18:58:59 +10:00
|
|
|
root=hd0,1
|
2020-05-26 17:53:31 -04:00
|
|
|
multiboot /boot/Kernel root=/dev/hda1
|
2019-06-02 18:58:59 +10:00
|
|
|
}
|
2019-08-11 14:43:38 +10:00
|
|
|
|
2020-05-27 10:36:14 -04:00
|
|
|
menuentry 'SerenityOS (text mode)' {
|
|
|
|
root=hd0,1
|
|
|
|
multiboot /boot/Kernel boot_mode=text root=/dev/hda1
|
|
|
|
}
|
|
|
|
|
2020-01-13 21:26:46 +02:00
|
|
|
menuentry 'SerenityOS (No ACPI)' {
|
|
|
|
root=hd0,1
|
2020-05-26 17:53:31 -04:00
|
|
|
multiboot /boot/Kernel root=/dev/hda1 acpi=off
|
2020-01-13 21:26:46 +02:00
|
|
|
}
|
|
|
|
|
2019-12-29 19:08:02 +01:00
|
|
|
menuentry 'SerenityOS (with serial debug)' {
|
2020-05-27 10:36:14 -04:00
|
|
|
root=hd0,1
|
2020-05-26 17:53:31 -04:00
|
|
|
multiboot /boot/Kernel serial_debug root=/dev/hda1
|
2019-08-11 14:43:38 +10:00
|
|
|
}
|