timeout=1 menuentry 'SerenityOS (normal)' { root=hd0,1 multiboot /boot/Kernel root="lun0:0:0;part0" } menuentry 'SerenityOS (text mode)' { root=hd0,1 multiboot /boot/Kernel graphics_subsystem_mode=off root="lun0:0:0;part0" } menuentry 'SerenityOS (No ACPI)' { root=hd0,1 multiboot /boot/Kernel root="lun0:0:0;part0" acpi=off } menuentry 'SerenityOS (with serial debug)' { root=hd0,1 multiboot /boot/Kernel serial_debug root="lun0:0:0;part0" }