summaryrefslogtreecommitdiff
path: root/Meta/grub-gpt.cfg
blob: 13addb2ab81fc2e303ba95455df16d9656e9d70b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
timeout=1

menuentry 'SerenityOS (normal)' {
  root=hd0,2
  multiboot /boot/Kernel root=/dev/hda2
}

menuentry 'SerenityOS (text mode)' {
  root=hd0,2
  multiboot /boot/Kernel boot_mode=text 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
}