"fixing recursive fault but reboot is needed" error

6,679

acpi=off this solve the booting problem

To use this option, using any editor, open /etc/default/grub

gksu gedit /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
Share:
6,679

Related videos on Youtube

jon_g
Author by

jon_g

Updated on September 18, 2022

Comments

  • jon_g
    jon_g over 1 year

    I am running a 64bit laptop and i am trying to install ubuntu 11.04 from both a usb and cd. However, when I click either install from disk or try ubuntu I get to a black screen with this: fixing recursive fault but reboot is needed

    Any ideas?