serenity/Meta/grub-gpt.cfg

22 lines
463 B
INI
Raw Normal View History

timeout=1
2019-12-29 18:08:02 +00:00
menuentry 'SerenityOS (normal)' {
root=hd0,2
multiboot /boot/Kernel root="lun0:0:0;part1"
}
menuentry 'SerenityOS (text mode)' {
root=hd0,2
multiboot /boot/Kernel graphics_subsystem_mode=off root="lun0:0:0;part1"
}
menuentry 'SerenityOS (No ACPI)' {
root=hd0,2
multiboot /boot/Kernel root="lun0:0:0;part1" acpi=off
}
2019-12-29 18:08:02 +00:00
menuentry 'SerenityOS (with serial debug)' {
root=hd0,2
multiboot /boot/Kernel serial_debug root="lun0:0:0;part1"
}