I try to access every tty with ctrl+alt+f{1,2,3,4,5,6,7,8,9} and only one works which is my GUI, others are always black screen, I go into kernel mode, I add text or 3 at the end and still nothing works.
I have tried everything here and still nothing works.
I think it is because of my nvidia drivers and it’s somehow related.
If you have any ideas, I would be gratefull.
Here is my kernel configuration
GNU GRUB version 2.06
load_video
set gfxpayload-keep
insmod gzio
linux ($root)/vmlinuz-6.7.11-200.fc39.x86_64 root=UUID=70c3a900-753b-40ad-8\ 352-ba9cf5df2a91 ro rootflags=subvol=@ rhgb quiet initcall_blacklist-simple drm_platform_driver_init nvidia-drm.modeset-i rd.driver.blacklist=nouveau m odprobe.blacklist=nouveau 3
initrd ($root)/initramfs-6.7.11-200.fc39.x86_64.img
Here is the output of
cat /etc/default/grub
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="rhgb quiet initcall_blacklist=simpledrm_platform_driver_init nvidia-drm.modeset=1 rd.driver.blacklist=nouveau modprobe.blacklist=nouveau"
GRUB_DISABLE_RECOVERY="true"
GRUB_ENABLE_BLSCFG=true
Here is the output of
dnf list installed *nvidia*
if it’s related…
akmod-nvidia.x86_64 3:550.67-1.fc39 @rpmfusion-nonfree-updates
kmod-nvidia-6.7.10-200.fc39.x86_64.x86_64 3:550.67-1.fc39 @@commandline
kmod-nvidia-6.7.11-200.fc39.x86_64.x86_64 3:550.67-1.fc39 @@commandline
kmod-nvidia-6.7.9-200.fc39.x86_64.x86_64 3:550.67-1.fc39 @@commandline
nvidia-modprobe.x86_64 3:550.67-1.fc39 @rpmfusion-nonfree-updates
nvidia-persistenced.x86_64 3:550.67-1.fc39 @rpmfusion-nonfree-updates
nvidia-settings.x86_64 3:550.67-1.fc39 @rpmfusion-nonfree-updates
nvidia-texture-tools.x86_64 2.1.2-7.fc39 @fedora
xorg-x11-drv-nvidia.x86_64 3:550.67-1.fc39 @rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-cuda.x86_64 3:550.67-1.fc39 @rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-cuda-libs.i686 3:550.67-1.fc39 @rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-cuda-libs.x86_64 3:550.67-1.fc39 @rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-kmodsrc.x86_64 3:550.67-1.fc39 @rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-libs.i686 3:550.67-1.fc39 @rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-libs.x86_64 3:550.67-1.fc39 @rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-power.x86_64 3:550.67-1.fc39 @rpmfusion-nonfree-updates