I've got a Dell with Intel processor and NVIDIA card and Windows 11 loaded. I'm trying to boot Ubuntu 22.04 from a USB. When I hit Try or Install Ubuntu from the GRUB screen it brings up a black screen with a steady cursor in the upper left and hangs. I've tried the nomodeset and some of the other modeset options, but I get the same result. I've tried turning off Secure Boot, but that didn't help. I'm not able to get a terminal with any of the function keys. Any other ideas on what I can try?
The fix to this problem was waiting for an updated ISO from Ubuntu. The computer now boots with no problems.
quiet splash
etc. from the kernel line so you can see more messages/clues for your unspecified 22.04 ISO? – guiverc Feb 22 '23 at 01:17nomodeset
, and if that is successful, install Ubuntu, and usenomodeset
also in the installed system. When booted into the installed system, install a proprietary nvidia driver to take full advantage of the graphics chip/card. – sudodus Feb 26 '23 at 03:32