Hello everyone!
I am having problems with fedora after the kernel update, in particular, by running the command “sudo dnf upgrade --refresh”, I updated to kernel 6.10.9-200. Immediately after running it the laptop started to lag and Nautilus crashed. I then tried to reboot to test the new kernel, however at startup I ran into the unpleasant event.
Now, going to boot Fedora with the latest kernel it does not start, it accepts the grub choice, processes it, but while the logo with the spinning wheel is displayed, it freezes and I am forced to restart it forcefully from the button. I also tried with other kernels, but the result is always the same.
I specify that, to use Timeshift to make backups, I renamed the root as @
and the home folder as @home
, so at each update I have to edit the grub entry so as to be able to boot without problems.
I also tried to eliminate the “rhgb quiet” options from the grub entry, so as to see what the error was that prevented the boot and I obtained the following in the photo (sorry if the photo is blurry and/or not very clear):
While, with the “rhgb quiet” option active, but pressing Esc while the wheel is spinning, I get this:
I also tried using the rescue kernel entry, but I only got more errors.
At this point, I tried to use a live usb to reinstall grub and shim, thinking that the problem was related to some corruption of the related files. I ran the following commands:
mount /dev/nvme0n1p6 /mnt/
mount /dev/nvme0n1p5 /mnt/@/boot
mount /dev/nvme0n1p4 /mnt/@/boot/efi
mount -o bind /dev /mnt/@/dev
mount -o bind /sys /mnt/@/sys
mount -o bind /proc /mnt/@/proc
mount -o bind /run /mnt/@/run
mount -o bind /sys/firmware/efi/efivars /mnt/@/sys/firmware/efi/efivars
chroot /mnt/@
mount -a
dnf reinstall shim-* grub2-*
However, the moment I ran the command to reinstall the packages, I got these errors that scared me:
I tried creating a folder on @home
, to see if it was a disk read/write problem or something else and I got this message: “Error creating directory […]: No space left on device”
I cleaned the user cache folder and deleted some backups of an old phone to get back some space, but it doesn’t work either and I don’t know what to do anymore. I checked the disk status on Windows via CrystalDiskInfo and the nvme is in good condition (99%), so I would rule out the possibility of an end-of-life disk.
I leave the specifications of the laptop I have:
- Lenovo Legion 5 15ACH6H
- Fedora 40 (6.10. 9-200) / Windows 11 Pro 23H2 (dual boot)
- Ryzen 7 5800H + RTX 3070 (I changed the standard 16GB total RAM banks with two 2Rx8 banks for a total of 32GB final)
If further information is needed, just ask me and I will add an edit to this post.
(If you want to see more, the reddit post contains more photos: link)
I thank anyone in advance for the help.