After updating cant get into fedora

after updating cant get into fedora

what do i do

i get this everytime i boot

Press and hold the shift key while booting to open the grub menu, then select the previous kernel to boot from. If that works then we can assist in recovery of the system with the 6.7.10 kernel.

It wold appear that something did not complete properly with installing the newer kernel.

1 Like

im using the previous kernel

It’s been a while (so these steps might not be 100%), But you can try regenerating your intramfs.

  • Start your system with a live usb
  • Mount your actual root parition to /mnt
  • Mount your actual boot parition to /mnt/boot
  • sudo chroot /mnt
  • dracut --force /boot/initramfs-6.7.10-200.fc35.x86_64.img 6.7.10-200.fc35.x86_64
  • Exit / reboot into (hopefully) working system

Then the first step in recovery would be to first remove the newer kernel then reinstall it.
sudo dnf remove kernel*6.7.10* followed by sudo dnf upgrade kernel*. Wait 5 minutes after the new kernel is installed before rebooting to allow time for things to settle down fully.

Once that completes I would also perform sudo dnf distro-sync --refresh just to ensure that there were no other errors in that upgrade.

started back into fedora

after updating with that comand

does this below mean everything fine?

sudo dnf distro-sync --refresh
[sudo] password for : 
Copr repo for PyCharm owned by phracek           10 kB/s | 2.1 kB     00:00    
Fedora 39 - x86_64                               65 kB/s |  25 kB     00:00    
Fedora 39 openh264 (From Cisco) - x86_64        4.9 kB/s | 989  B     00:00    
Fedora 39 - x86_64 - Updates                     84 kB/s |  21 kB     00:00    
google-chrome                                    16 kB/s | 1.3 kB     00:00    
RPM Fusion for Fedora 39 - Nonfree - NVIDIA Dri  27 kB/s | 6.1 kB     00:00    
RPM Fusion for Fedora 39 - Nonfree - Steam       51 kB/s | 5.9 kB     00:00    
Error: 
 Problem: The operation would result in removing the following protected packages: grub2-tools-minimal, systemd, systemd-udev
(try to add '--skip-broken' to skip uninstallable packages)