You are not logged in.
Pages: 1
Hello everyone, I recently succefully installed arch linux on my laptop. I'm happy with it so far, but I had a little problem when I try to shutdown.
Basically, when i click on the shutdown button, it shows some informations on the terminal, not sure what's about:
dev/nvme0n1p7: recovering journal
/dev/nvme0n1p7 primary superblock features different from backup, check forced.
/dev/nvmeon1p7: Feature orphan_present is set but orphan file is clean.
CLEARED.
/dev/nvme0n1p7: 291495/9838400 files (0.3% non-contiguous), 4129592/39321688 bloThen it stays there forever.
I don't know how to fix this, can anyone help me? Thanks in advance
Last edited by alevulcu (2023-12-14 15:53:04)
Offline
with some those lines
Please don't paraphrase, https://bbs.archlinux.org/viewtopic.php?id=57855
The filesystem on nvmeon1p7 was corrupted, but that could have been at any point.
Start by postig your complete system journal for the previoufs boot:
sudo journalctl -b -1 | curl -F 'file=@-' 0x0.stThe 6.6.5 kernel had a massive bug in the wifi stack that fucks up network managers and there some threads suggesting that subsequently lead to botched shutdowns, so if you're on that kernel, update to 6.6.6
Another thing is that w/ nvmeon1p7 you probably also have a parallel windows installation, 3rd link below. Mandatory.
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.
Offline
Thank you very much. Disabling fast boot did the trick, now I can shutdown and reboot without any problem.
Offline
\o/
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline
Pages: 1