diff options
Diffstat (limited to 'Meta/grub-ebr.cfg')
-rw-r--r-- | Meta/grub-ebr.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Meta/grub-ebr.cfg b/Meta/grub-ebr.cfg index 99300a0be4..2b351ce72f 100644 --- a/Meta/grub-ebr.cfg +++ b/Meta/grub-ebr.cfg @@ -2,16 +2,16 @@ timeout=1 menuentry 'SerenityOS (normal)' { root=hd0,5 - multiboot /boot/kernel root=/dev/hda5 + multiboot /boot/Kernel root=/dev/hda5 } menuentry 'SerenityOS (No ACPI)' { root=hd0,5 - multiboot /boot/kernel root=/dev/hda5 acpi=off + multiboot /boot/Kernel root=/dev/hda5 acpi=off } menuentry 'SerenityOS (with serial debug)' { root=hd0,5 - multiboot /boot/kernel serial_debug root=/dev/hda5 + multiboot /boot/Kernel serial_debug root=/dev/hda5 } |