You are not logged in.
Pages: 1
The OS is currently not booting, as it stays constantly showing
/dev/nvmeXXXX: recovering journal
/dev/nvmeXXXX: clean, (number)/10240000 files, (number)/40960000 blocks
When I use non-quiet booting, it says
[ OK ] ...
...
[ OK ] Reached target Trusted Platform Module.
[ OK ] Finished Coldplug All udev Devices.
And gets stuck there.
I have dual boot with Windows, and booting with Windows have no problems.
Also, this is on a laptop.
The last thing I did was a general package update with
sudo pacman -Syu
And I don't remember any difficulties in the shutdown.
I'd appreciate some help!
Offline
I have dual boot with Windows, and booting with Windows have no problems.
3rd link below. Mandatory.
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.
Can you still boot the multi-user.target (2nd link below)?
Offline
I disabled the hibernation and fast-start, but the outcome is the same.
I noticed that de underscore starts blinking when showing "recovering journal", but after some seconds it stops, as it is stuck.
When applying the multi-user.target kernel parameter it happens the same, so the problem persists.
Last edited by vCordero (2024-10-05 22:38:22)
Offline
Do you happen to have a nvidia card in your system that uses the proprietary drivers?
Offline
no, my laptop does not have a GPU, just integrated intel graphics (i7 13th gen)
Last edited by vCordero (2024-10-06 00:34:38)
Offline
Does it work again after you downgrade the kernel or switch to linux-lts?
Offline
I downgraded from linux 6.11.1 to linux 6.10.6 (the same with linux-headers) and now it works as normal. Thank you!
I might ask one more question, is there a way to know when this problem will "be gone"? Like, when I will be able to update to a new version safely? Or just trial and error?
Thanks again for your time
Offline
We first need to know what the problem actually is.
Enable the https://wiki.archlinux.org/title/Keyboa … el_(SysRq) and use it to reboot the failing system (or frenetically press ctrl+alt+del but don't push the power button until the system restarts) and post the journal of such failing boot, eg.
sudo journalctl -b -1 | curl -F 'file=@-' 0x0.st
for the previous ("-1") one.
Offline
Pages: 1