1

I just installed Ubuntu dual booting with Windows 11 on my newly acquired PC, the installation went good, but after restarting the booting got stuck at this screen.

enter image description here

I have tried a multitude of things, including this and this, but nothing worked.

I managed to find a workaround by entering recovering mode and only resuming to normal boot I was finally able to access the OS, but it gets annoying having to enter recovering mode every time I want to access Ubuntu.

This is the system summary from the recovery mode. As you can see I have sufficient space in every partition.

This

What should I do to boot it successfully?

I installed the 22.04.4. I checked only the box for downloading updates and not to install third-party software during the installation process.

1 Answers1

1

SOLVED! This is the solution that worked for me, I'll leave it in case anyone has this problem again:

  1. In the stuck screen, first get into TTY with CTRL + ALT + F2-7.

  2. Check if your GPU is displayed in sudo lshw -c display.

  3. If the field configuration looks like configuration: latency=0, without any driver displayed, use the command sudo apt install linux-modules-nvidia-525-$(uname -r) to install the driver and then the desktop should be displayed. If not, try to sudo reboot. Of course, you can use any version of the driver compatible with your GPU, the version 525 worked for me.