Find the answer to your Linux question:
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, ...
  1. #1
    Just 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...

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Try to re-install GRUB. Boot up from Ubuntu LiveCD, open Terminal and execute this
    Code:
    sudo grub
    You will get a grub prompt, grub>
    Execute this:
    Code:
    find /boot/grub/stage1
    If you get "Error 15: File not found", try the following:
    Code:
    find /grub/stage1
    Using this information, set the root device (fill in X,Y with whatever the find command returned):
    Code:
    root (hdX,Y)
    setup (hd0)
    quit
    Reboot machine.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...