mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user