PDA

View Full Version : [SOLVED] Grub Error 22 - Can't Find /boot/grub



Penguin Guy
April 15th, 2009, 03:45 PM
The situation is: I created two Ubuntu systems and then deleted one. When I rebooted this error message appeared on the screen:


GRUB Loading Stage 1.5

GRUB Loading, Please wait...
ERROR 22

To fix this error you must restore GRUB; see the official Ubuntu guide on restoring GRUB (https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows).

Penguin Guy
April 15th, 2009, 04:46 PM
Bump.

ronparent
April 15th, 2009, 05:03 PM
It appears that you have the solution! Use the code you displayed in your first post with setup (hd0) to restore your grub.

Only guessing, but you probably deleted the grub installed in the partition you deleted. If that is the case, you merely have to run the code to redirect grub to its current location.

Penguin Guy
April 15th, 2009, 05:06 PM
Thanks, I just wasn't sure if I was supposed to install grub on my MBR (setup (hd0)) or on my Linux partition (setup (hdx,y)).

Edit: I have found some official Ubuntu documentation that answers my question (https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows).