From 450a2a0f9ce2443bc06445ee018c9860d8cd5fc8 Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Wed, 6 May 2020 18:40:06 +0300 Subject: Build: Switch to CMake :^) Closes https://github.com/SerenityOS/serenity/issues/2080 --- Meta/grub-gpt.cfg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Meta/grub-gpt.cfg (limited to 'Meta/grub-gpt.cfg') diff --git a/Meta/grub-gpt.cfg b/Meta/grub-gpt.cfg new file mode 100644 index 0000000000..a2c13c1be5 --- /dev/null +++ b/Meta/grub-gpt.cfg @@ -0,0 +1,16 @@ +timeout=1 + +menuentry 'SerenityOS (normal)' { + root=hd0,2 + multiboot /boot/kernel root=/dev/hda2 +} + +menuentry 'SerenityOS (No ACPI)' { + root=hd0,2 + multiboot /boot/kernel root=/dev/hda2 acpi=off +} + +menuentry 'SerenityOS (with serial debug)' { + root=hd0,2 + multiboot /boot/kernel serial_debug root=/dev/hda2 +} -- cgit v1.2.3