Pop OS 22.04 Nvidia driver not loading after reboot 1660 Super

Noticed some irregular latency issues on screen while playing a game. Decided to reboot and noticed my second monitor was unresponsive after the reboot.
Nvidia driver is not being loaded.
Have tried updating driver, purging driver, and going back to 470. (have been on 510 for quite a while)
Below are a few outputs.

Output of dkms status
nvidia/515.48.07, 5.19.0-76051900-generic, x86_64: installed
system76/1.0.14~1643391291~22.04~78ede46, 5.18.10-76051810-generic, x86_64: installed
system76/1.0.14~1643391291~22.04~78ede46, 5.19.0-76051900-generic, x86_64: installed
system76_acpi/1.0.2~1659568831~22.04~a88dcce, 5.18.10-76051810-generic, x86_64: installed (original_module exists)
system76_acpi/1.0.2~1659568831~22.04~a88dcce, 5.19.0-76051900-generic, x86_64: installed (original_module exists)
system76-io/1.0.2~1655490480~22.04~0217576, 5.18.10-76051810-generic, x86_64: installed
system76-io/1.0.2~1655490480~22.04~0217576, 5.19.0-76051900-generic, x86_64: installed
virtualbox/6.1.36, 5.18.10-76051810-generic, x86_64: installed
virtualbox/6.1.36, 5.19.0-76051900-generic, x86_64: installed

Output of lshw -C display
*-display UNCLAIMED
description: VGA compatible controller
product: TU116 [GeForce GTX 1660 SUPER]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:26:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller cap_list
configuration: latency=0
resources: memory:fb000000-fbffffff memory:d0000000-dfffffff memory:e0000000-e1ffffff ioport:e000(size=128) memory:fc000000-fc07ffff
*-graphics
product: EFI VGA
physical id: 1
logical name: /dev/fb0
capabilities: fb
configuration: depth=32 resolution=1920,1080

Output of nvidia-smi
NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running

Output of nvidia-settings

ERROR: NVIDIA driver is not loaded

nvidia-bug-report.log.gz (159.6 KB)

(nvidia-settings:21099): GLib-GObject-CRITICAL **: 00:06:45.272: g_object_unref: assertion ‘G_IS_OBJECT (object)’ failed

** (nvidia-settings:21099): CRITICAL **: 00:06:45.275: ctk_powermode_new: assertion ‘(ctrl_target != NULL) && (ctrl_target->h != NULL)’ failed

** (nvidia-settings:21099): WARNING **: 00:06:45.326: PRIME: Failed to execute child process “/usr/bin/prime-supported” (No such file or directory)
** Message: 00:06:45.326: PRIME: is it supported? no

comet@sosaria:~% dkms status
nvidia/515.48.07, 5.19.0-76051900-generic, x86_64: installed
system76/1.0.14~1643391291~22.04~78ede46, 5.18.10-76051810-generic, x86_64: installed
system76/1.0.14~1643391291~22.04~78ede46, 5.19.0-76051900-generic, x86_64: installed
system76_acpi/1.0.2~1659568831~22.04~a88dcce, 5.18.10-76051810-generic, x86_64: installed (original_module exists)
system76_acpi/1.0.2~1659568831~22.04~a88dcce, 5.19.0-76051900-generic, x86_64: installed (original_module exists)
system76-io/1.0.2~1655490480~22.04~0217576, 5.18.10-76051810-generic, x86_64: installed
system76-io/1.0.2~1655490480~22.04~0217576, 5.19.0-76051900-generic, x86_64: installed
virtualbox/6.1.36, 5.18.10-76051810-generic, x86_64: installed
virtualbox/6.1.36, 5.19.0-76051900-generic, x86_64: installed
comet@sosaria:~% nvidia-detector
nvidia-driver-515
comet@sosaria:~% dpkg-query -s linux-headers-generic
Package: linux-headers-generic
Status: install ok installed
Priority: optional
Section: kernel
Installed-Size: 9
Maintainer: Ubuntu Kernel Team
Architecture: amd64
Source: linux (5.19.0-76051900.202207312230~1660780566~22.04~9d60db1)
Version: 5.19.0.76051900.202207312230~1660780566~22.04~9d60db1
Depends: linux-headers-5.19.0-76051900-generic (= 5.19.0-76051900.202207312230~1660780566~22.04~9d60db1)
Description: Generic Linux kernel headers
This package will always depend on the latest generic kernel headers
available.
comet@sosaria:~% lspci | grep VGA
26:00.0 VGA compatible controller: NVIDIA Corporation TU116 [GeForce GTX 1660 SUPER] (rev a1)

Thank you.

nvidia-bug-report.log.gz (159.6 KB)

Please disable secure boot in bios.

I ended up tying the issue to a kernel upgrade from 5.18 to 5.19.
I rolled my kernel back and put it on hold. Will disable secure boot before trying to update again.
Thank you.

I disabled secure boot, apt-mark unhold my linux-headers and updated.
Booted up just fine and drivers are working as intended. Thank you.