After upgrading from Ubuntu 22.10 to Ubuntu 23.04, the boot gets stuck on 2 processes:
Also earlier in the boot shows "Dependency failed for" a series of SSSD services.
The computer is an Acer Predator Helios with a SSD. What should I do to fix it?
After upgrading from Ubuntu 22.10 to Ubuntu 23.04, the boot gets stuck on 2 processes:
Also earlier in the boot shows "Dependency failed for" a series of SSSD services.
The computer is an Acer Predator Helios with a SSD. What should I do to fix it?
I had the same issue. It turned out to be a bug with the nvidia-driver-470 package currently installed. I installed nvidia-driver-515 instead and the new Lunar boot process worked flawlessly. Here are the steps:
sudo apt install nvidia-driver-515 command to install the different Nvidia driver version.After upgrading Xubuntu 22.10 to 23.04 I've got stuck in normal boot and also in recovery boot. Booting with the old kernel 5.19.0-40 was still working. The Nvidia driver version was at 510.108.03.
I upgraded the Nvidia driver to 515.105.01 using:
sudo apt install nvidia-driver-515
and rebooted. Then normal boot was working again.
Dale Kube's answer (and Matthew H's comment) are spot-on.
A couple of things to note for me:
I eventually used the power button to shut off the PC. This hasn't recurred since.
Running
sudo ubuntu-drivers install
fixed it for me. It actually install nvidia-driver-530. But now everything is fine. :-)