Bug 216797
Summary: | Asus laptop won't boot after kernel upgrade above 6.0.8, acpi=off solves it...kind of! | ||
---|---|---|---|
Product: | ACPI | Reporter: | shayan.javani |
Component: | Config-Other | Assignee: | acpi_config-other |
Status: | NEW --- | ||
Severity: | blocking | CC: | fkrueger, regressions |
Priority: | P1 | ||
Hardware: | Intel | ||
OS: | Linux | ||
Kernel Version: | after 6.0.8 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
shayan.javani
2022-12-11 10:05:22 UTC
Just to ensure I understand this properly: So the system actual boots and you can even log in, but shortly after that it crashes? In that case please try to grab the output with the other computer. Side note: Would be good to know if 6.1 is affected as well. Also, 6.0 will likely be EOL in two or three weeks anyway. You hence might want to consider giving 6.1 a try (https://fedoraproject.org/wiki/Kernel_Vanilla_Repositories should have it within 24 hours, but you can try a pre-release that'S available there already now, too). No, that was the problem I had with the computer at work that was solved with acpi=off. I just mentioned that because that was the reason I tried acpi=off in my laptop. The problem with my laptop, which is the main reason for this bug report, is that it actually does not boot after 6.0.8. But then I tried acpi=off on 6.0.12 and I could get to the login screen, but my touchpad and keyboard were disabled. I'll try 6.1 and report back. I just downloaded kernel 6.1.0 from kernel.org and built and installed it on my laptop. But, again, after choosing it in the grub menu, it won't boot and just remains on a black screen with the cursor blinking. So the problem is still there even it 6.1.0! It seems like the problem is with the kernel itself, but I may try to use another distribution to see what happens. thx for your help, but I fear more work is needed from your side to find where the problem originates. Have you tried removing the parameters "rhgb quiet" to see if the kernel then shows some helpful error messages? And have you tried additionally using "nomodeset"? I removed "rhgb quiet", but didn't get any error messages. And before getting the black screen and the blinking cursor, all the things that are listed have "[OK]" in the beginning. I also added tried "nomodeset", but this time I only got the black screen, without the blinking cursor! (In reply to shayan.javani from comment #5) > I removed "rhgb quiet", but didn't get any error messages. And before > getting the black screen and the blinking cursor, all the things that are > listed have "[OK]" in the beginning. So the system actually starts and hangs before or after the login manager? Try booting with kernel parameter "3"; if you can login there check "dmesg -w" for error messages. If that works, try to start the graphical session. Sorry, I can't walk you through the details, but I hope you get the idea. I did as you said and I could access a command line on 6.0.12. Then I ran "dmesg -w" and the only thing I can see resembling an error message is: "thermal thermal_zone3: failed to read out thermal zone (-61)" in bold! Then I ran "sudo systemctl start gdm.service" which led me to the black screen with the blinking cursor! I did as you said and I could access a command line on 6.0.12. Then I ran "dmesg -w" and the only thing I can see resembling an error message is: "thermal thermal_zone3: failed to read out thermal zone (-61)" in bold! Then I ran "sudo systemctl start gdm.service" which led me to the black screen with the blinking cursor! try "3" again and this time run "dmesg -w > foo" before starting gdm; then try to reboot with Ctrl+Alt+Del (or use Sysrq [google for it] with a sync if that doesn't work); after reboot check if any helpful messages can be found in that file. Alternatively you can try to grab the log from another machine as well. Sorry, I've been really busy. Anyway, I changed my OS from fedora to opensuse tumbleweed and now I have no problem with kernel 6.1. It seems the problem is with the combination fedora+my laptop+kernel v > 6.0.8. |