Stuck at boot after upgrade to Fedora 41

You need to ask yourself that question as it’s not a fedora provided kernel, none use the -amd64 suffix.

And how fix that?
May be i need ask myself why at all i need use so buggy software like test rhel products - fedora?!

root@devuan:/#  ls /lib/modules 
6.13.5-100.fc40.x86_64  6.13.5-200.fc41.x86_64  6.6.7-200.fc39.x86_64  kernel-modules-core-6.13.5-200.fc41.x86_64.rpm
root@devuan:/# ls /boot
config-6.13.5-100.fc40.x86_64                            initramfs-6.1.0-31-amd64.img                  loader                             vmlinuz-0-rescue-aed835fc09d941eaa03c2df902b1d24f
config-6.13.5-200.fc41.x86_64                            initramfs-6.13.5-100.fc40.x86_64.img          symvers-6.13.5-100.fc40.x86_64.xz  vmlinuz-6.13.5-100.fc40.x86_64
config-6.6.7-200.fc39.x86_64                             initramfs-6.13.5-200.fc41.x86_64.img          symvers-6.13.5-200.fc41.x86_64.xz  vmlinuz-6.13.5-200.fc41.x86_64
efi                                                      initramfs-6.4.10-200.fc38.x86_64-nouveau.img  symvers-6.6.7-200.fc39.x86_64.xz   vmlinuz-6.6.7-200.fc39.x86_64
EFI                                                      initramfs-6.6.7-200.fc39.x86_64.img           System.map-6.13.5-100.fc40.x86_64
grub2                                                    initramfs-6.8.7-300.fc40.x86_64-nouveau.img   System.map-6.13.5-200.fc41.x86_64
initramfs-0-rescue-aed835fc09d941eaa03c2df902b1d24f.img  initramfs-.img                                System.map-6.6.7-200.fc39.x86_64
root@devuan:/#

Because i use chroot(host Devuan 5 kernel 6.1.0-31-amd64) for access to broken fedora

freeartist-devuan@devuan:~$ sudo su
[sudo] password for freeartist-devuan: 
root@devuan:/home/freeartist-devuan# chroot /mnt
root@devuan:/# uname -r
6.1.0-31-amd64
root@devuan:/#

There is no need to chroot, it makes doing changes much harder.
you can edit grub on boot up to access runlevel 1 or 3 instead, VT should still work ok

Or just use edit grub on boot to remove the nouveau blacklist from the cmdline

1 Like

you mean, edit grub before boot to load txt or guy?
i.e.
systemctl set-default multi-user.target
systemctl set-default graphical.target

what is VT?

  1. Temporary Changes (During Boot):
  • Access the GRUB Menu: Press and hold the Shift key or Esc key during the system’s boot sequence to access the GRUB menu (if it’s hidden).
  • Select the Entry: Use the arrow keys to navigate to the operating system entry you want to modify.
  • Press ‘e’: Press the e key to edit the boot parameters of the selected entry.
  • Modify Parameters: Use the arrow keys to move to the line containing the boot arguments (usually starting with linux or linuxefi).
  • Add or Change Arguments: Add or modify kernel parameters as needed.
  • Press Ctrl+x: Press Ctrl+x to boot with the modified parameters.

VT = virtual terminal

1 Like

Thanks.
Something progress here :slightly_smiling_face:

Second place where was nouveu backlist file here
/usr/lib/modprobe.d/nvidia-installer-disable-nouveau.conf
After deleting, nouveau is starting working and Fedora41 successfully booted to xfce desktop :slightly_smiling_face:

bonus!
even proprietary patched driver 340.108 good working at Fedora41! :saluting_face:
guide here
https://www.if-not-true-then-false.com/2015/fedora-nvidia-guide/
https://www.if-not-true-then-false.com/2015/fedora-nvidia-guide/7/
https://www.if-not-true-then-false.com/2020/inttf-nvidia-patcher/

Thanks @All Fedora community! Cheers! :saluting_face:

1 Like