From 4a3bf3fd657d3ea2b3125f46c8983876e495802d Mon Sep 17 00:00:00 2001 From: Nick Law Date: Tue, 14 Apr 2020 10:23:19 +0100 Subject: [PATCH] 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. --- board/shredos/grub.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/shredos/grub.cfg b/board/shredos/grub.cfg index b90dc872734..b4307b1df6a 100644 --- a/board/shredos/grub.cfg +++ b/board/shredos/grub.cfg @@ -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 }