I fixed my inability to open a terminal or other apps by SSH-ing in and adding GSK_RENDERER=ngl
to /etc/environment
, as recommended in Latest Gnome apps not working in fedora 41 using wayland - #22 by mattipulkkinen.
Thanks for the feedback on --set-default
vs. --set-default-index
. My index and default kernel both look fine ATM:
james@mach:~$ sudo grubby --default-title
Fedora Linux (6.11.7-300.fc41.x86_64) 41 (Workstation Edition)
james@mach:~$ sudo grubby --default-kernel
/boot/vmlinuz-6.11.7-300.fc41.x86_64
james@mach:~$ sudo grubby --info=DEFAULT
index=0
kernel="/boot/vmlinuz-6.11.7-300.fc41.x86_64"
args="ro rootflags=subvol=root $tuned_params ipv6.disable=1 rd.driver.blacklist=nouveau modprobe.blacklist=nouveau"
root="UUID=df19fd77-..."
initrd="/boot/initramfs-6.11.7-300.fc41.x86_64.img $tuned_initrd"
title="Fedora Linux (6.11.7-300.fc41.x86_64) 41 (Workstation Edition)"
id="5cf05...-6.11.7-300.fc41.x86_64"
james@mach:~$ sudo grubby --default-index
0
I think everything is working now, aside from having to use the workaround for the current/known/active Fedora/GNOME bug.
I’ll test by this weekend whether I’m able to do any ML with GPU acceleration and report back here.