Page 2 of 2

Re: Kernel Panic on new install

Posted: 14 Jan 2017, 21:53
by francois
I get a kernel panic too with porteus 3.2.2 on my toshiba satellite z930. Never had such an issue on porteus with this laptop.

Code: Select all

acpi=off
Works. :)

Troubleshooting acpi:
https://01.org/linux-acpi/documentation ... cpi-issues
acpi=ht
the most like "acpi=off", disables all of ACPI except what is needed to enumerate processors.
If acpi=off works and acpi=ht fails, then the issue is in the ACPI table parsing code itself, or perhaps the SMP code.

acpi=ht fails in my case.

What could be done?
Should I update my bios or just always boot with acpi=off?

Thanks.