I've seen this error coming up intermittently during boot. How can I figure out what's causing it? Is there a log file somewhere? It started happening shortly after I upgraded to 13.04, but I'm not sure if that's just a coincidence.
Announcement
Collapse
No announcement yet.
Error: "Fixing recursive fault but reboot is needed!"
Collapse
This topic is closed.
X
X
-
Try this. Edit (as root) /etc/default/grub. Press Alt+F2 and type: kdesudo kate /etc/default/grub and press enter.
Change:
GRUB_CMDLINE_LINUX_DEFAULT
GRUB_CMDLINE_LINUX
To:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX="noapic"
Save and close Kate. Open a console and type:
Code:sudo update-grub2
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
-
I'll give that a shot and let you know. If I don't encounter any problems in the next week then I'll assume the problem is solved (like I said, it's been intermittent, so a single reboot can't confirm a fix).Last edited by Mountain Man; May 11, 2013, 02:44 PM.
- Top
- Bottom
Comment
Comment