1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:27:35 +00:00

Meta: Update grub configuration to adopt the new textual boot mode

This commit is contained in:
Liav A 2021-05-14 02:27:16 +03:00 committed by Andreas Kling
parent 69a54e5f64
commit 2e565f1b8a
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ menuentry 'SerenityOS (normal)' {
menuentry 'SerenityOS (text mode)' {
root=hd0,2
multiboot /boot/Kernel boot_mode=text root=/dev/hda2
multiboot /boot/Kernel boot_mode=no-fbdev root=/dev/hda2
}
menuentry 'SerenityOS (No ACPI)' {