Fixing Ubuntu Boot Stuck by Nvidia Driver
When you install Ubuntu and it gets stuck on boot, it is likely due to the Nvidia driver. To fix this, you need to boot into recovery mode and remove the Nvidia driver. Here's how:
- Rapidly Press Shift Key to enter Ubuntu boot option
- Go to Advanced
- Go to recovery mode
- Go to root terminal
dpkg -l | grep -i nvidia
sudo apt-get remove --purge '^nvidia-.*'
sudo apt autoremove
exit
and boot up as normal