Ubuntu, with Linux 5.15.0-50-generic won't boot
- 
 When I boot my PC into Ubuntu, with Linux 5.15.0-50-generic it doesn't boot. I just get what's on this screen and it hangs. If I select Ubuntu with Linux 5.15.0-48-generic I get the very same screen but then it asks me for the disk encryption password (encrypted as a part of loading Linux [no 3rd party tools]) then boots to the login screen where I enter my password and everything works fine. Of course when I update to 50 and reboot it no longer boots. I know I am probably using the wrong terms but trying my best to describe the issue.  
- 
 I am running the latest BIOS for the computer (released in August) 
- 
 Potentially issue with NVIDIA Drivers: 
 https://www.reddit.com/r/Ubuntu/comments/y0c1k9/cant_boot_on_515050generic_and_nvidia_driver/
- 
 Found the problem and fixed it. For anyone else having this problem: sudo nano /etc/default/grub Change this line: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" 
 To: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"sudo update-grub 
