mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:57:45 +00:00
Kernel: Change noacpi GRUB entry to use the right boot argument
This commit is contained in:
parent
7dc78b5e38
commit
c55d5eeef9
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ menuentry 'SerenityOS (normal)' {
|
||||||
|
|
||||||
menuentry 'SerenityOS (No ACPI)' {
|
menuentry 'SerenityOS (No ACPI)' {
|
||||||
root=hd0,5
|
root=hd0,5
|
||||||
multiboot /boot/kernel root=/dev/hda5 noacpi
|
multiboot /boot/kernel root=/dev/hda5 acpi=off
|
||||||
}
|
}
|
||||||
|
|
||||||
menuentry 'SerenityOS (with serial debug)' {
|
menuentry 'SerenityOS (with serial debug)' {
|
||||||
|
|
|
@ -7,7 +7,7 @@ menuentry 'SerenityOS (normal)' {
|
||||||
|
|
||||||
menuentry 'SerenityOS (No ACPI)' {
|
menuentry 'SerenityOS (No ACPI)' {
|
||||||
root=hd0,2
|
root=hd0,2
|
||||||
multiboot /boot/kernel root=/dev/hda2 noacpi
|
multiboot /boot/kernel root=/dev/hda2 acpi=off
|
||||||
}
|
}
|
||||||
|
|
||||||
menuentry 'SerenityOS (with serial debug)' {
|
menuentry 'SerenityOS (with serial debug)' {
|
||||||
|
|
|
@ -7,7 +7,7 @@ menuentry 'SerenityOS (normal)' {
|
||||||
|
|
||||||
menuentry 'SerenityOS (No ACPI)' {
|
menuentry 'SerenityOS (No ACPI)' {
|
||||||
root=hd0,1
|
root=hd0,1
|
||||||
multiboot /boot/kernel root=/dev/hda1 noacpi
|
multiboot /boot/kernel root=/dev/hda1 acpi=off
|
||||||
}
|
}
|
||||||
|
|
||||||
menuentry 'SerenityOS (with serial debug)' {
|
menuentry 'SerenityOS (with serial debug)' {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue