Upgrade LXQt 41 -> 42 Failed ### SOS!

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

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.

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

With 2 more laptops, quite a workload. Try

dracut --kver put_kernel_version_you_want_here # No /boot/initramfs after update
1 Like