Results 1 to 2 of 2
Hi,
I have had both windows XP and Ubuntu on my computer. Today I formatted windows and now when I boot I get the message:
GRUB Loading stage1.5.
GRUB Loading, ...
- 10-10-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 1
grub loading stage1.5 error 17 - cannot get to recovery console
Hi,
I have had both windows XP and Ubuntu on my computer. Today I formatted windows and now when I boot I get the message:
GRUB Loading stage1.5.
GRUB Loading, please wait...
Error 17
I have read the advice given to other users with the same problem and got an XP installation CD, but when I reboot, I cannot get to the recovery console to fix the problem. It wont let me press any button or enter a command line and always goes to Error 17.
I have Sony Vaio PCG-7L1M bought in 2004.
Any idea what I should do?
Thanks...
- 10-10-2009 #2
Hi and Welcome !
Try to re-install GRUB. Boot up from Ubuntu LiveCD, open Terminal and execute this
You will get a grub prompt, grub>Code:sudo grub
Execute this:
If you get "Error 15: File not found", try the following:Code:find /boot/grub/stage1
Using this information, set the root device (fill in X,Y with whatever the find command returned):Code:find /grub/stage1
Reboot machine.Code:root (hdX,Y) setup (hd0) quit
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote