Disable ACPI in "safe mode"

There is already a number of boards that need to have ACPI disabled to
boot correctly. Adding it to safe mode to hopefully allow booting on
other such motherboards during problem triage.
This commit is contained in:
deadwood 2024-04-13 15:51:39 +02:00
parent 9d96346b4f
commit ad37a20acc
2 changed files with 2 additions and 2 deletions

View File

@ -45,6 +45,6 @@ menuentry "AROS (true colour VESA graphics: 1280x1024)" {
}
menuentry "AROS (VGA graphics, safe mode)" {
multiboot @module.bootstrap@ ATA=nodma debug=memory nomonitors
multiboot @module.bootstrap@ ATA=nodma debug=memory nomonitors noacpi
@modules.default@
}

View File

@ -46,6 +46,6 @@ menuentry "AROS (true colour VESA graphics: 1280x1024)" {
}
menuentry "AROS (VGA graphics, safe mode)" {
multiboot @module.bootstrap@ ATA=nodma debug=memory nomonitors
multiboot @module.bootstrap@ ATA=nodma debug=memory nomonitors noacpi
@modules.default@
}