The os hangs on the logo screen and all the orange dots are filled. The hard drive shuts down as you cant hear it spinning.
Btw, I'm very much a noob at Ubuntu!
The os hangs on the logo screen and all the orange dots are filled. The hard drive shuts down as you cant hear it spinning.
Btw, I'm very much a noob at Ubuntu!
I had this problem mine was because of monkeying around with plymouth if you didn't monkeyed with plymouth then this should fix your problem
sudo gedit /etc/default/grub And modify the line :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" It to obtain this line :
GRUB_CMDLINE_LINUX_DEFAULT="acpi=noirq acpi=force apm=power_off quiet splash" Then, save, close, and back in the terminal, execute :
sudo update-grub
have a nice day :)