Black screen after updates

Hello, Im sorry but I am back to complain about my problems agian. I recently updated my system which showed a few system updates as well as a terminal update so I press restart and update. The update loads like normal and everythings fine but upon boot my screen flashes the fedora logo for a millisecond and then goes frozen black. I have an external monitor other than my laptop and that used to work before the update but know the screen on it too is black. They only way that I can boot back into a gui is using nomodeset in my bootloader. I used to have nvidia drivers but im back to using nouveau which used to work fine before the update. My laptop is a Asus Tuf a16 Gaming and I have a nvidia graphics card. If I try to rerun the command to delete the nvidia drivers nothing shows because it has already been deleted. Perhaps someone can help? I have no idea why this might be occuring after and update.

Below I have my grub configs if this helps:

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="rd.luks.uuid=luks-4c661f95-7836-4227-8228-d4d27ecc1d7a rhgb quiet nvidia.NVreg_EnableGpuFirmware=0"
GRUB_DISABLE_RECOVERY="true"
GRUB_ENABLE_BLSCFG=true

Thank you for the help,

-jyomama28

RPM fusion installed a nvidia driver thats causing problems AGIAN. Gonna remove and update you all!

UPDATE:

It did NOT work. I also set something in my grub bootloader that I cant seem to get rid of. I saw that when updating rpm fusion installed a nvidia driver that seemed to mess things up. Here is some more information:

index=0
kernel="/boot/vmlinuz-7.0.4-200.fc44.x86_64"
args="ro rootflags=subvol=root rd.luks.uuid=luks-4c661f95-7836-4227-8228-d4d27ecc1d7a rhgb quiet $tuned_params nvidia.NVreg_EnableGpuFirmware=0"
root="UUID=efc20370-f210-4553-bae8-c805ae310a40"
initrd="/boot/initramfs-7.0.4-200.fc44.x86_64.img $tuned_initrd"
title="Fedora Linux (7.0.4-200.fc44.x86_64) 44 (Workstation Edition)"
id="8f6fac68311d4489b327c741a70233e9-7.0.4-200.fc44.x86_64"
index=1
kernel="/boot/vmlinuz-6.19.14-300.fc44.x86_64"
args="ro rootflags=subvol=root rd.luks.uuid=luks-4c661f95-7836-4227-8228-d4d27ecc1d7a rhgb quiet $tuned_params nvidia.NVreg_EnableGpuFirmware=0"
root="UUID=efc20370-f210-4553-bae8-c805ae310a40"
initrd="/boot/initramfs-6.19.14-300.fc44.x86_64.img $tuned_initrd"
title="Fedora Linux (6.19.14-300.fc44.x86_64) 44 (Workstation Edition)"
id="8f6fac68311d4489b327c741a70233e9-6.19.14-300.fc44.x86_64"
index=2
kernel="/boot/vmlinuz-6.19.14-200.fc43.x86_64"
args="ro rootflags=subvol=root rd.luks.uuid=luks-4c661f95-7836-4227-8228-d4d27ecc1d7a rhgb quiet $tuned_params nvidia.NVreg_EnableGpuFirmware=0"
root="UUID=efc20370-f210-4553-bae8-c805ae310a40"
initrd="/boot/initramfs-6.19.14-200.fc43.x86_64.img $tuned_initrd"
title="Fedora Linux (6.19.14-200.fc43.x86_64) 43 (Workstation Edition)"
id="8f6fac68311d4489b327c741a70233e9-6.19.14-200.fc43.x86_64"
index=3
kernel="/boot/vmlinuz-0-rescue-8f6fac68311d4489b327c741a70233e9"
args="ro rootflags=subvol=root rd.luks.uuid=luks-4c661f95-7836-4227-8228-d4d27ecc1d7a rhgb quiet nvidia.NVreg_EnableGpuFirmware=0"
root="UUID=efc20370-f210-4553-bae8-c805ae310a40"
initrd="/boot/initramfs-0-rescue-8f6fac68311d4489b327c741a70233e9.img"
title="Fedora Linux (0-rescue-8f6fac68311d4489b327c741a70233e9) 43 (Workstation Edition)"
id="8f6fac68311d4489b327c741a70233e9-0-rescue"
jyomama28@coolcomputer:~$ sudo grubby --update-kernel=ALL --remove- nvidia.NVreg_EnableGpuFirmware=0
grubby: option '--remove-' is ambiguous; possibilities: '--remove-args' '--remove-kernel' '--remove-mbargs' '--remove-multiboot'
jyomama28@coolcomputer:~$ sudo grubby --update-kernel=ALL --remove-args="nvidia.NVreg_EnableGpuFirmware=0"
/etc/default/grub: line 7: unexpected EOF while looking for matching `"'
jyomama28@coolcomputer:~$ sudo grubby --update-kernel=ALL --remove-args="nvidia.*"
/etc/default/grub: line 7: unexpected EOF while looking for matching `"'
jyomama28@coolcomputer:~$ sudo grubby --update-kernel=ALL --remove-args=nvidia.NVreg_EnableGpuFirmware=0
/etc/default/grub: line 7: unexpected EOF while looking for matching `"'
jyomama28@coolcomputer:~$ 


Here are some of my error logs as well:

(Sorry its a bit big)


May  8 21:52:53 coolcomputer systemd-logind[1918]: Removed session 8.
May  8 21:52:53 coolcomputer systemd[1]: user@0.service: Deactivated successfully.
May  8 21:52:53 coolcomputer systemd[1]: Stopped user@0.service - User Manager for UID 0.
May  8 21:52:53 coolcomputer audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May  8 21:52:53 coolcomputer systemd[1]: Stopping user-runtime-dir@0.service - User Runtime Directory /run/user/0...
May  8 21:52:53 coolcomputer systemd[1]: run-user-0.mount: Deactivated successfully.
May  8 21:52:53 coolcomputer systemd[1]: user-runtime-dir@0.service: Deactivated successfully.
May  8 21:52:53 coolcomputer systemd[1]: Stopped user-runtime-dir@0.service - User Runtime Directory /run/user/0.
May  8 21:52:53 coolcomputer audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May  8 21:52:53 coolcomputer systemd[1]: Removed slice user-0.slice - User Slice of UID 0.
May  8 21:55:37 coolcomputer audit[8937]: AUDIT1101 pid=8937 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="jyomama28" exe="/usr/bin/sudo" hostname=coolcomputer addr=? terminal=/dev/pts/0 res=success'
May  8 21:55:37 coolcomputer audit[8937]: AUDIT1123 pid=8937 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/home/jyomama28" cmd=7461696C202D66202F7661722F6C6F672F6D65737361676573 exe="/usr/bin/sudo" terminal=pts/0 res=success'
May  8 21:55:37 coolcomputer audit[8937]: AUDIT1110 pid=8937 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/sudo" hostname=coolcomputer addr=? terminal=/dev/pts/0 res=success'
May  8 21:55:37 coolcomputer systemd-logind[1918]: Existing logind session ID 3 used by new audit session, ignoring.
May  8 21:55:37 coolcomputer systemd[1]: Created slice user-0.slice - User Slice of UID 0.
May  8 21:55:37 coolcomputer systemd[1]: Starting user-runtime-dir@0.service - User Runtime Directory /run/user/0...
May  8 21:55:37 coolcomputer systemd-logind[1918]: New session 'c7' of user 'root' with class 'user-early' and type 'tty'.
May  8 21:55:37 coolcomputer systemd[1]: Finished user-runtime-dir@0.service - User Runtime Directory /run/user/0.
May  8 21:55:37 coolcomputer audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May  8 21:55:37 coolcomputer systemd[1]: Starting user@0.service - User Manager for UID 0...
May  8 21:55:37 coolcomputer audit[8944]: AUDIT1101 pid=8944 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
May  8 21:55:37 coolcomputer audit[8944]: AUDIT1103 pid=8944 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=PAM:setcred grantors=? acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=failed'
May  8 21:55:37 coolcomputer audit[8944]: AUDIT2300 pid=8944 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=pam_selinux default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
May  8 21:55:37 coolcomputer systemd-logind[1918]: New session '9' of user 'root' with class 'manager-early' and type 'unspecified'.
May  8 21:55:37 coolcomputer audit[8944]: AUDIT1105 pid=8944 uid=0 auid=0 ses=9 subj=system_u:system_r:init_t:s0 msg='op=PAM:session_open grantors=pam_selinux,pam_selinux,pam_loginuid,pam_keyinit,pam_namespace,pam_systemd_home,pam_umask,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
May  8 21:55:37 coolcomputer audit: BPF prog-id=164 op=LOAD
May  8 21:55:37 coolcomputer audit: BPF prog-id=164 op=UNLOAD
May  8 21:55:37 coolcomputer audit: BPF prog-id=165 op=LOAD
May  8 21:55:37 coolcomputer audit: BPF prog-id=165 op=UNLOAD
May  8 21:55:37 coolcomputer audit: BPF prog-id=166 op=LOAD
May  8 21:55:37 coolcomputer audit: BPF prog-id=166 op=UNLOAD
May  8 21:55:37 coolcomputer audit: BPF prog-id=167 op=LOAD
May  8 21:55:37 coolcomputer audit: BPF prog-id=167 op=UNLOAD
May  8 21:55:37 coolcomputer audit: BPF prog-id=168 op=LOAD
May  8 21:55:37 coolcomputer audit: BPF prog-id=168 op=UNLOAD
May  8 21:55:37 coolcomputer audit: BPF prog-id=169 op=LOAD
May  8 21:55:37 coolcomputer audit: BPF prog-id=170 op=LOAD
May  8 21:55:37 coolcomputer audit: BPF prog-id=169 op=UNLOAD
May  8 21:55:37 coolcomputer audit: BPF prog-id=170 op=UNLOAD
May  8 21:55:37 coolcomputer audit: BPF prog-id=171 op=LOAD
May  8 21:55:37 coolcomputer audit: BPF prog-id=171 op=UNLOAD
May  8 21:55:37 coolcomputer audit: BPF prog-id=172 op=LOAD
May  8 21:55:37 coolcomputer audit: BPF prog-id=172 op=UNLOAD
May  8 21:55:37 coolcomputer audit: BPF prog-id=173 op=LOAD
May  8 21:55:37 coolcomputer audit: BPF prog-id=173 op=UNLOAD
May  8 21:55:37 coolcomputer audit: BPF prog-id=174 op=LOAD
May  8 21:55:37 coolcomputer audit: BPF prog-id=175 op=LOAD
May  8 21:55:37 coolcomputer audit: BPF prog-id=175 op=UNLOAD
May  8 21:55:37 coolcomputer audit: BPF prog-id=176 op=LOAD
May  8 21:55:37 coolcomputer audit: BPF prog-id=174 op=UNLOAD
May  8 21:55:37 coolcomputer audit: BPF prog-id=176 op=UNLOAD
May  8 21:55:37 coolcomputer uresourced[2630]: Setting resources on user-0.slice (MemoryMin: 0, MemoryLow: 0, CPUWeight: 100, IOWeight: 100)
May  8 21:55:37 coolcomputer uresourced[2630]: Setting resources on user@0.service (MemoryMin: 0, MemoryLow: 0, CPUWeight: 100, IOWeight: 100)
May  8 21:55:37 coolcomputer systemd[8944]: Queued start job for default target default.target.
May  8 21:55:37 coolcomputer systemd[8944]: Created slice app.slice - User Application Slice.
May  8 21:55:37 coolcomputer systemd[8944]: grub-boot-success.timer - Mark boot as successful after the user session has run 2 minutes skipped, unmet condition check ConditionUser=!@system
May  8 21:55:37 coolcomputer systemd[8944]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories.
May  8 21:55:37 coolcomputer systemd[8944]: Reached target paths.target - Paths.
May  8 21:55:37 coolcomputer systemd[8944]: Reached target timers.target - Timers.
May  8 21:55:37 coolcomputer systemd[8944]: Starting dbus.socket - D-Bus User Message Bus Socket...
May  8 21:55:37 coolcomputer systemd[8944]: pipewire-pulse.socket - PipeWire PulseAudio skipped, unmet condition check ConditionUser=!root
May  8 21:55:37 coolcomputer systemd[8944]: pipewire.socket - PipeWire Multimedia System Sockets skipped, unmet condition check ConditionUser=!root
May  8 21:55:37 coolcomputer systemd[8944]: Listening on systemd-ask-password.socket - Query the User Interactively for a Password.
May  8 21:55:37 coolcomputer systemd[8944]: Listening on systemd-importd.socket - Disk Image Download Service Socket.
May  8 21:55:37 coolcomputer systemd[8944]: Listening on systemd-machined.socket - Virtual Machine and Container Registration Service Socket.
May  8 21:55:37 coolcomputer systemd[8944]: Starting systemd-tmpfiles-setup.service - Create User Files and Directories...
May  8 21:55:37 coolcomputer systemd[8944]: Listening on dbus.socket - D-Bus User Message Bus Socket.
May  8 21:55:37 coolcomputer systemd[8944]: Reached target sockets.target - Sockets.
May  8 21:55:37 coolcomputer systemd[8944]: Finished systemd-tmpfiles-setup.service - Create User Files and Directories.
May  8 21:55:37 coolcomputer systemd[8944]: Reached target basic.target - Basic System.
May  8 21:55:37 coolcomputer systemd[8944]: Reached target default.target - Main User Target.
May  8 21:55:37 coolcomputer systemd[8944]: Startup finished in 160ms.
May  8 21:55:37 coolcomputer systemd[1]: Started user@0.service - User Manager for UID 0.
May  8 21:55:37 coolcomputer audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May  8 21:55:37 coolcomputer systemd[1]: Started session-c7.scope - Session c7 of User root.
May  8 21:55:37 coolcomputer audit[8937]: AUDIT1105 pid=8937 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=coolcomputer addr=? terminal=/dev/pts/0 res=success'

I have yet another update. I saw in another post that removing rghb quiet from my grub settings would fix it. Everything said ok and even asked me for a passphrase for decryption which gave me high hopes. Upon entering my passphrase everything decrypted like normal and then started the GNOME gui. Once it started it gave me an extremley glitchly and laggy login screen which I took a few pictures of for you to view in my next reply below. Thanks for the help

-jyomama28

Here is what it looked like:

I beileve that I found something BIG. I can boot back into my old kernel which is not the current version but everything is working fine on this older kernel version. I even tried booting the latest version of fedora 44 on a usb and that too gave me a black screen! I think we got ourselves a bug. I think this could be a bug in the kernel. When the kernel updates I will try and update and see if that fixes it. I think this confirms that this is indeed a bug! Hope they patch this stupid bug soon! Best wishes!

-jyomama28

I wonder if the black screen when you boot the live media USB could be the same issue I reported here:

Please post the output of “inxi -Fzxx” here as pre-formatted text (using the </> button above). If you don’t have inxi installed, you can install it with “sudo dnf install inxi”.

Hey thanks for this response,

Heres the output for that command:


jyomama28@coolcomputer:~$ uname -r
7.0.4-200.fc44.x86_64
jyomama28@coolcomputer:~$ inxi -Fzxx
System:
  Kernel: 7.0.4-200.fc44.x86_64 arch: x86_64 bits: 64 compiler: gcc v: 16.1.1
  Desktop: GNOME v: 50.1 tk: GTK v: 3.24.52 wm: gnome-shell dm: GDM
    Distro: Fedora Linux 44 (Workstation Edition)
Machine:
  Type: Laptop System: ASUSTeK product: ASUS TUF Gaming A16 FA607NUG_FA607NUG
    v: 1.0 serial: <superuser required>
  Mobo: ASUSTeK model: FA607NUG v: 1.0 serial: <superuser required>
    Firmware: UEFI vendor: American Megatrends LLC. v: FA607NUG.306
    date: 12/15/2025
Battery:
  ID-1: BAT1 charge: 54 Wh (100%) condition: 54/56 Wh (96.5%) volts: 17.45
    min: 15.93 model: ASUS A32-K55 serial: N/A charging: status: full
    cycles: N/A
CPU:
  Info: 6-core model: AMD Ryzen 7 7445HS w/ Radeon 740M Graphics bits: 64
    type: MT MCP arch: Zen 4 rev: 0 cache: L1: 384 KiB L2: 6 MiB L3: 16 MiB
  Speed (MHz): avg: 1091 min/max: 412/4753 boost: enabled cores: 1: 1091
    2: 1091 3: 1091 4: 1091 5: 1091 6: 1091 7: 1091 8: 1091 9: 1091 10: 1091
    11: 1091 12: 1091 bogomips: 76660
  Flags-basic: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a
    ssse3 svm
Graphics:
  Device-1: NVIDIA AD107M [GeForce RTX 4050 Max-Q / Mobile] vendor: ASUSTeK
    driver: N/A arch: Lovelace pcie: speed: 2.5 GT/s lanes: 4 bus-ID: 01:00.0
    chip-ID: 10de:28e1
  Device-2: Advanced Micro Devices [AMD/ATI] HawkPoint2 vendor: ASUSTeK
    driver: N/A arch: RDNA-3 pcie: speed: 16 GT/s lanes: 16 bus-ID: 65:00.0
    chip-ID: 1002:1901
  Device-3: Shine-optics USB2.0 HD UVC WebCam driver: uvcvideo type: USB
    rev: 2.0 speed: 480 Mb/s lanes: 1 bus-ID: 1-4:4 chip-ID: 3277:0029
  Display: wayland server: X.Org v: 24.1.11 with: Xwayland v: 24.1.11
    compositor: gnome-shell driver: dri: swrast gpu: N/A display-ID: :0
    screens: 1
  Screen-1: 0 s-res: 1920x1200 s-dpi: 96
  Monitor-1: Unknown-1 mapped: None-1 res: 1920x1200 hz: 60 dpi: 96
  API: OpenGL v: 4.5 vendor: mesa v: 26.0.6 glx-v: 1.4 es-v: 3.2
    direct-render: yes renderer: llvmpipe (LLVM 22.1.4 256 bits)
    device-ID: ffffffff:ffffffff
  API: EGL Message: EGL data requires eglinfo. Check --recommends.
  Info: Tools: api: glxinfo x11: xdriinfo, xdpyinfo, xprop, xrandr
Audio:
  Device-1: NVIDIA AD107 High Definition Audio vendor: ASUSTeK
    driver: snd_hda_intel v: kernel pcie: speed: 2.5 GT/s lanes: 4
    bus-ID: 01:00.1 chip-ID: 10de:22be
  Device-2: Advanced Micro Devices [AMD/ATI] Radeon High Definition Audio
    driver: snd_hda_intel v: kernel pcie: speed: 16 GT/s lanes: 16
    bus-ID: 65:00.1 chip-ID: 1002:1640
  Device-3: Advanced Micro Devices [AMD] Audio Coprocessor
    driver: snd_pci_ps v: kernel pcie: speed: 16 GT/s lanes: 16 bus-ID: 65:00.5
    chip-ID: 1022:15e2
  Device-4: Advanced Micro Devices [AMD] Ryzen HD Audio vendor: ASUSTeK
    driver: snd_hda_intel v: kernel pcie: speed: 16 GT/s lanes: 16
    bus-ID: 65:00.6 chip-ID: 1022:15e3
  Device-5: Razer USA Kraken V3 X driver: hid-generic,snd-usb-audio,usbhid
    type: USB rev: 2.0 speed: 12 Mb/s lanes: 1 bus-ID: 1-1:2 chip-ID: 1532:0537
  API: ALSA v: k7.0.4-200.fc44.x86_64 status: kernel-api
  Server-1: PipeWire v: 1.6.4 status: active with: 1: pipewire-pulse
    status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin
    4: pw-jack type: plugin
Network:
  Device-1: Realtek RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet
    vendor: ASUSTeK driver: r8169 v: kernel pcie: speed: 2.5 GT/s lanes: 1
    port: e000 bus-ID: 02:00.0 chip-ID: 10ec:8168
  IF: enp2s0 state: down mac: <filter>
  Device-2: MEDIATEK vendor: AzureWave driver: mt7921e v: kernel pcie:
    speed: 2.5 GT/s lanes: 1 port: N/A bus-ID: 03:00.0 chip-ID: 14c3:7920
  IF: wlp3s0 state: up mac: <filter>
Bluetooth:
  Device-1: IMC Networks Wireless_Device driver: btusb v: 0.8 type: USB
    rev: 2.1 speed: 480 Mb/s lanes: 1 bus-ID: 1-5:6 chip-ID: 13d3:3620
  Report: btmgmt ID: hci0 rfk-id: 0 state: up address: <filter> bt-v: 5.3
    lmp-v: 12
Drives:
  Local Storage: total: 476.94 GiB used: 42.11 GiB (8.8%)
  ID-1: /dev/nvme0n1 vendor: Western Digital model: WD PC SN5000S
    SDEQNSJ-512G-1002 size: 476.94 GiB speed: 63.2 Gb/s lanes: 4
    serial: <filter> temp: 27.9 C
Partition:
  ID-1: / size: 474.34 GiB used: 41.29 GiB (8.7%) fs: btrfs dev: /dev/dm-0
    mapped: luks-4c661f95-7836-4227-8228-d4d27ecc1d7a
  ID-2: /boot size: 1.9 GiB used: 820.6 MiB (42.2%) fs: ext4
    dev: /dev/nvme0n1p2
  ID-3: /boot/efi size: 598.8 MiB used: 20 MiB (3.3%) fs: vfat
    dev: /dev/nvme0n1p1
  ID-4: /home size: 474.34 GiB used: 41.29 GiB (8.7%) fs: btrfs
    dev: /dev/dm-0 mapped: luks-4c661f95-7836-4227-8228-d4d27ecc1d7a
Swap:
  ID-1: swap-1 type: zram size: 8 GiB used: 0 KiB (0.0%) priority: 100
    dev: /dev/zram0
Sensors:
  System Temperatures: cpu: 32.0 C mobo: 31.2 C
  Fan Speeds (rpm): fan-1: 2533
Info:
  Memory: total: 16 GiB note: est. available: 14.88 GiB used: 2.98 GiB (20.0%)
  Processes: 382 Power: uptime: 2m wakeups: 0 Init: systemd v: 259
    default: graphical
  Packages: pm: rpm pkgs: N/A note: see --rpm pm: flatpak pkgs: 7 Compilers:
    clang: 22.1.4 gcc: 16.1.1 Shell: Bash v: 5.3.9 running-in: ptyxis-agent
    inxi: 3.3.40
jyomama28@coolcomputer:~$

This tells me the nvidia kernel module was probably not properly built during the upgrade.

Please show us the output of cat /proc/cmdline and dnf list --installed \*nvidia\*

Please run sudo akmods --rebuild --force --kernels 7.0.4-200.fc44.x86_64 to rebuild and replace the existing nvidia driver for the 7.0.4 kernel only then reboot after that completes.

Using grubby to change/remove random arguments is not necessarily a good thing. It would be better to edit the command line during boot and test the change before making it permanent with grubby.

Just FYI, your command above is structured wrong.
sudo grubby --update-kernel=ALL --removeargs=nvidia.NVreg_EnableGpuFirmware=0
should read
sudo grubby --update-kernel=ALL --remove-args='nvidia.NVreg_EnableGpuFirmware'
And be careful there. If that option is necessary for booting the currently working kernel the command to update ALL kernels will change the command line for the working kernel as well and may break booting it as well.

Here is the output for those commands:


jyomama28@coolcomputer:~$ cat /proc/cmdline
BOOT_IMAGE=(hd0,gpt2)/vmlinuz-7.0.4-200.fc44.x86_64 root=UUID=efc20370-f210-4553-bae8-c805ae310a40 ro rootflags=subvol=root rd.luks.uuid=luks-4c661f95-7836-4227-8228-d4d27ecc1d7a rhgb quiet nomodeset
jyomama28@coolcomputer:~$ dnf list --installed \*nvidia\*
No matching packages to list
jyomama28@coolcomputer:~$ 

I have to have it set to nomodeset to be able to boot into my os. Even then my second monitors screen is still black even though the cable works fine and the monitor is not broken. Everything used to work on kernel version 6.16.7.

Here are some more output from a command that I ran that could proe interesting:


jyomama28@coolcomputer:~$ lspci -nnk | grep -iA3 -E "vga|net"
pcilib: Error reading /sys/bus/pci/devices/0000:00:08.3/label: Operation not permitted
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation AD107M [GeForce RTX 4050 Max-Q / Mobile] [10de:28e1] (rev a1)
	Subsystem: ASUSTeK Computer Inc. Device [1043:14f4]
	Kernel modules: nouveau
01:00.1 Audio device [0403]: NVIDIA Corporation AD107 High Definition Audio Controller [10de:22be] (rev a1)
--
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
	Subsystem: ASUSTeK Computer Inc. Device [1043:208f]
	Kernel driver in use: r8169
	Kernel modules: r8169
03:00.0 Network controller [0280]: MEDIATEK Corp. Device [14c3:7920]
	Subsystem: AzureWave Device [1a3b:6470]
	Kernel driver in use: mt7921e
	Kernel modules: mt7921e
--
65:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] HawkPoint2 [1002:1901] (rev ca)
	Subsystem: ASUSTeK Computer Inc. Device [1043:14f4]
	Kernel modules: amdgpu
65:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Radeon High Definition Audio Controller [1002:1640]

(P.S. Thanks agian for the help!)

Hold on gentlemen. After a bit more poking I found this:


[    1.548480] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQ00 data block query control method not found
[    1.590884] ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[   16.539390] SELinux:  Permission firmware_load in class system not defined in policy.
[   17.599524] systemd[1]: systemd-boot-clear-sysfail.service - Clear SysFail Entry If The Boot Is Successful skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/LoaderEntrySysFail-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f
[   17.599667] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67
[   18.883750] kvm_amd: [Firmware Bug]: Cannot enable x2AVIC, AVIC is unsupported
[   19.120729] mt7921e 0000:03:00.0: WM Firmware Version: ____000000, Build Time: 20260224110939

as well as:

jyomama28@coolcomputer:~$ sudo dmesg | grep -i microcode
[    0.614354] microcode: Current revision: 0x0a70c00a

With the nvidia 4050 gpu it would be wise to install the nvidia drivers from rpmfusion. It appears you do not have those drivers installed. The FOSS (reverse engineered) driver provided by fedora (nouveau) is not able to use all the features of that gpu.

I doubt any driver will work properly with that set including rpmfusion nvidia.

GUESS WHAT GENTLEMEN,

I FOUND MY PROBLEM! I ACCIDENTLY DELETED MY NVIDIA GPU FIRMWARE THAT CAUSED ALL THE PROBLEMS. I reinstalled it and BAM everything is working smooth agian.

I cant thank you gentlemen enough for your help. This is the nicest distro community ever and I have never recieved any hatred just support and help. Thank you gentlemen.

I AM AN IDIOT LOL

Thanks agian,

-jyomama28!