You are not logged in.
Since the most recent kernel update, my Lenovo ThinkPad X240 is not displaying any output, is unresponsive, and the backlight begins to flicker on and off after the “Triggering uevents” screen.
I was running CachyOS fine, but last week, after the latest kernel update, I encountered this problem for the first time. I tried reinstalling CachyOS; the installation went fine, but it won't boot, and the same problem persists. Now it seems I cannot boot into the latest ArchISO again, facing the same issue: a black screen and backlight flickering.
Last edited by Roterodamus (2025-09-06 13:05:48)
Offline
You can try nomodeset as a kernel parameter in the ISO. There might be a regression. Does the LTS kernel also have a problem?
Offline
The ISO booted with nomodeset, but the LTS kernel has the same problem, strangely.
I also had to add the cloud-init=disabled parameter to the ISO because, for some reason, it tries to run at boot and stalls. ???
For a quick sanity check, I installed Fedora Workstation, which runs fine on kernel 6.16.3.
Update: I also tested last months Arch ISO and it boots fine with kernel 6.15.8. I find it strange that LTS does not work at 6.12.44.
Last edited by Roterodamus (2025-09-01 22:24:22)
Offline
Bugs sometimes and increasingly more often get backported into the LTS tree.
Most likely this is PSR or other power saving related.
I also had to add the cloud-init=disabled parameter to the ISO because
What iso exactly (url) are you booting there?
Can you get us a journal from the flickering system?
sudo journalctl -b | curl -F 'file=@-' 0x0.stOffline
I also had to add the cloud-init=disabled parameter to the ISO because
What iso exactly (url) are you booting there?
The official ISO supports cloud-init. Something in the network is passing cloud-init configuration making it run. Using cloud-init=disabled is the correct way to disable it.
Offline
Thanks for looking at this!
I've connected a monitor and was able to get a journal.
I'm using the ArchISO from the magnet link on the official download page. Not that it's a big problem, but I wonder what triggers cloud-init to run on a 12-year-old laptop not connected to a network. It did the same on last months ISO.
Offline
i915 on Haswell (only), try to add "i915.enable_psr=0" to the kernel parameters - and, though I'm notyet convinced that actually does anything, you can also try "module_blacklist=simpledrm"
Offline
I've tried with both kernel parameters individually and in combination; however, the problem continues to persist.
Offline
I would probably install the system with an older kernel so it's bootable, and then attempt a bisection, if nothing else works.
Offline
There's https://bbs.archlinux.org/viewtopic.php?id=307614 (but I'm not sure whether this is really relevant since the relevant patches addressed XE and this is also on Arc)
Does hitting the backlight keys change anything?
Though from the symptoms it sounds like something™ is trying to set an unsupported modeline.
Is this the 1366x768 or 1920x1080 version?
https://www.kernel.org/doc/Documentation/fb/modedb.rst
For further testing (I agree w/ topcat01 and would suggest to immediately test the LTS kernel), do you have an external monitor you could attach?
Offline
I have installed version 6.16.5 from testing, and it appears to have fixed the issue for now.
Offline