Kernel: Change noacpi GRUB entry to use the right boot argument

This commit is contained in:
Liav A 2020-03-06 15:49:07 +02:00 committed by Andreas Kling
parent 7dc78b5e38
commit c55d5eeef9
Notes: sideshowbarker 2024-07-19 08:09:50 +09:00
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ menuentry 'SerenityOS (normal)' {
menuentry 'SerenityOS (No ACPI)' {
root=hd0,5
multiboot /boot/kernel root=/dev/hda5 noacpi
multiboot /boot/kernel root=/dev/hda5 acpi=off
}
menuentry 'SerenityOS (with serial debug)' {

View file

@ -7,7 +7,7 @@ menuentry 'SerenityOS (normal)' {
menuentry 'SerenityOS (No ACPI)' {
root=hd0,2
multiboot /boot/kernel root=/dev/hda2 noacpi
multiboot /boot/kernel root=/dev/hda2 acpi=off
}
menuentry 'SerenityOS (with serial debug)' {

View file

@ -7,7 +7,7 @@ menuentry 'SerenityOS (normal)' {
menuentry 'SerenityOS (No ACPI)' {
root=hd0,1
multiboot /boot/kernel root=/dev/hda1 noacpi
multiboot /boot/kernel root=/dev/hda1 acpi=off
}
menuentry 'SerenityOS (with serial debug)' {