2020-02-02 02:12:49 +03:00
|
|
|
timeout=1
|
|
|
|
|
|
|
|
menuentry 'SerenityOS (normal)' {
|
|
|
|
root=hd0,5
|
2020-12-26 17:53:30 +03:00
|
|
|
multiboot /boot/Kernel root=/dev/hda4
|
2020-02-02 02:12:49 +03:00
|
|
|
}
|
|
|
|
|
2020-05-27 17:36:14 +03:00
|
|
|
menuentry 'SerenityOS (text mode)' {
|
|
|
|
root=hd0,5
|
2020-12-26 17:53:30 +03:00
|
|
|
multiboot /boot/Kernel boot_mode=text root=/dev/hda4
|
2020-05-27 17:36:14 +03:00
|
|
|
}
|
|
|
|
|
2020-02-02 02:12:49 +03:00
|
|
|
menuentry 'SerenityOS (No ACPI)' {
|
|
|
|
root=hd0,5
|
2020-12-26 17:53:30 +03:00
|
|
|
multiboot /boot/Kernel root=/dev/hda4 acpi=off
|
2020-02-02 02:12:49 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
menuentry 'SerenityOS (with serial debug)' {
|
|
|
|
root=hd0,5
|
2020-12-26 17:53:30 +03:00
|
|
|
multiboot /boot/Kernel serial_debug root=/dev/hda4
|
2020-02-02 02:12:49 +03:00
|
|
|
}
|
|
|
|
|