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:

  1. Rapidly Press Shift Key to enter Ubuntu boot option
  2. Go to Advanced
  3. Go to recovery mode
  4. Go to root terminal
  5. dpkg -l | grep -i nvidia
  6. sudo apt-get remove --purge '^nvidia-.*'
  7. sudo apt autoremove
  8. exit and boot up as normal

Reference

Link