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