You need to ask yourself that question as it’s not a fedora provided kernel, none use the -amd64 suffix.
grovekeeper
(Alexander Procenko)
March 13, 2025, 1:17pm
23
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:/#
grovekeeper
(Alexander Procenko)
March 13, 2025, 1:34pm
24
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
grovekeeper
(Alexander Procenko)
March 13, 2025, 7:32pm
26
you mean, edit grub before boot to load txt or guy?
i.e.
systemctl set-default multi-user.target
systemctl set-default graphical.target
Leigh Scott:
VT should still work ok
what is VT?
grovekeeper
(Alexander Procenko)
March 13, 2025, 10:12pm
28
Thanks.
Something progress here
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
bonus!
even proprietary patched driver 340.108 good working at Fedora41!
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!
1 Like