Showing posts with label Fixing Recursive Fault Issue. Show all posts
Showing posts with label Fixing Recursive Fault Issue. Show all posts

Friday, December 9, 2016

Ubuntu Boot Error - Fixing Recursive Fault Issue


Solution :

sudo nano /etc/default/grub
Change the line
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash” 
to
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=off"
And then update grub
sudo update-grub