sparcher
(Oleksandr Chernetskii)
April 21, 2025, 5:18pm
1
Upgrade LXQt 41 β 42 Failed ### SOS !!!
After
sudo dnf upgrade --refresh
sudo dnf system-upgrade download --releasever=42
sudo dnf system-upgrade reboot
downloading and upgrading more than 2500 packets
and automatically reboot
I see
Booting `Fedora Linux (6.14.2-300.fc42.x86_64) 42 (Adams)`
error: ../../grub-core/fs/fshelp.c:257:file `/initramfs-6.14.2-300.fc42.x86_64.img` not found.
Press any key to continue...
After a while they says:
KERNEL PANIC!
Plese reboot your computer.
VFS: Unable to mount root fs on unknown-block(0,0)
Fedora 41 boot normally
Iβm waiting for any advice?
Thanx
sparcher
(Oleksandr Chernetskii)
April 21, 2025, 5:27pm
2
additionally
# tree /boot
/boot
βββ config-6.13.10-200.fc41.x86_64
βββ config-6.13.11-200.fc41.x86_64
βββ config-6.14.2-300.fc42.x86_64
βββ efi
β βββ EFI
β β βββ BOOT
β β β βββ BOOTIA32.EFI
β β β βββ BOOTX64.EFI
β β β βββ fbia32.efi
β β β βββ fbx64.efi
β β βββ fedora
β β βββ BOOTIA32.CSV
β β βββ BOOTX64.CSV
β β βββ gcdia32.efi
β β βββ gcdx64.efi
β β βββ grub.cfg
β β βββ grubia32.efi
β β βββ grubx64.efi
β β βββ mmia32.efi
β β βββ mmx64.efi
β β βββ shim.efi
β β βββ shimia32.efi
β β βββ shimx64.efi
β βββ mach_kernel
β βββ System
β βββ Library
β βββ CoreServices
β βββ SystemVersion.plist
βββ grub2
β βββ fonts
β β βββ unicode.pf2
β βββ grub.cfg
β βββ grubenv
βββ initramfs-0-rescue-2240ee57ad6d42549ec2e177ded73113.img
βββ initramfs-6.13.10-200.fc41.x86_64.img
βββ initramfs-6.13.11-200.fc41.x86_64.img
βββ loader
β βββ entries
β βββ 2240ee57ad6d42549ec2e177ded73113-0-rescue.conf
β βββ 2240ee57ad6d42549ec2e177ded73113-6.13.10-200.fc41.x86_64.conf
β βββ 2240ee57ad6d42549ec2e177ded73113-6.13.11-200.fc41.x86_64.conf
β βββ 2240ee57ad6d42549ec2e177ded73113-6.14.2-300.fc42.x86_64.conf
βββ lost+found
βββ symvers-6.13.10-200.fc41.x86_64.xz
βββ symvers-6.13.11-200.fc41.x86_64.xz
βββ symvers-6.14.2-300.fc42.x86_64.xz -> /lib/modules/6.14.2-300.fc42.x86_64/symvers.xz
βββ System.map-6.13.10-200.fc41.x86_64
βββ System.map-6.13.11-200.fc41.x86_64
βββ System.map-6.14.2-300.fc42.x86_64
βββ vmlinuz-0-rescue-2240ee57ad6d42549ec2e177ded73113
βββ vmlinuz-6.13.10-200.fc41.x86_64
βββ vmlinuz-6.13.11-200.fc41.x86_64
βββ vmlinuz-6.14.2-300.fc42.x86_64
13 directories, 41 files
root@DELLV:/boot#
I have the same issue with Budgie 41 > 42. Seems the fc42 kernel is broken. Awaiting help also.
sparcher
(Oleksandr Chernetskii)
April 22, 2025, 10:45am
5
problem solved
I rebooted, selected the previous fc41 kernel
sudo dnf remove kernel*6.14.2*
sudo dnf upgrade --refresh
Though then I had to do a lot of manual work.
For example, restore virtualbox.
Actually, Iβm still eliminating the consequences of the disaster.
I have 2 more laptops with LXQt and a desktop with Cinnamon
Iβm even afraid to update themβ¦
1 Like
ptrck4193
(Ptrck Lhrtr)
April 22, 2025, 5:02pm
6
With 2 more laptops, quite a workload. Try
dracut --kver put_kernel_version_you_want_here # No /boot/initramfs after update
1 Like