Remove acpi=off as this was causing an issue of drives not being recognised on some computers, resulting a repeating error message: storage devices not found. Reenabling acpi in grub.cfg fixed this issue.

This commit is contained in:
Nick Law
2020-04-14 10:23:19 +01:00
parent 2789a65628
commit 4a3bf3fd65

View File

@@ -2,5 +2,5 @@ set default="0"
set timeout="0"
menuentry "shredos" {
linux /boot/shredos console=tty3 loglevel=3 acpi=off
linux /boot/shredos console=tty3 loglevel=3
}