Kernel: Change noacpi GRUB entry to use the right boot argument
This commit is contained in:
parent
7dc78b5e38
commit
c55d5eeef9
Notes:
sideshowbarker
2024-07-19 08:09:50 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/c55d5eeef9f Pull-request: https://github.com/SerenityOS/serenity/pull/1361 Reviewed-by: https://github.com/awesomekling
3 changed files with 3 additions and 3 deletions
|
@ -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)' {
|
||||
|
|
|
@ -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)' {
|
||||
|
|
|
@ -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)' {
|
||||
|
|
Loading…
Add table
Reference in a new issue