Comment 29 for bug 1818899

Revision history for this message
Gerald (ggiovani) wrote :

Hi,
just an update, probably not related to the nvidia driver issue itself but perhaps useful for people that stumble upon this page for a similar problem.

The startup hanging et ubuntu logo stopped without updating anything but grub2 when i switched it to verbose mode.

method :

Edit /etc/default/grub and edit the following line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

Change it to:
GRUB_CMDLINE_LINUX_DEFAULT="--verbose nosplash debug"

Then, run the following command in a terminal
sudo update-grub2

Regards