Results 1 to 7 of 7

Thread: grub rescue> on my eeepc

  1. #1
    Join Date
    Oct 2006
    Location
    Australian wine country!
    Beans
    542
    Distro
    Ubuntu Development Release

    grub rescue> on my eeepc

    I have an EEEPC S101 with Win XP and Ubuntu Net Book 10.10 dual booting on the internal 16gb ssd. I (stupidly) removed the ubuntu partition including the home partition and of course that included grub so on turn on I get;

    "grub rescue>" and nothing else.

    Windows XP is still intact (I think).

    How do I repair the MBR to boot to XP so I can install ubuntu again?

    regards and thanks in advance.

    tchoklat
    Last edited by tchoklat; May 20th, 2011 at 08:14 AM. Reason: spello
    "Frankly Bill ... I don't give a damn!"
    Linux User # 434139
    Using Ubuntu 10.10 on my eeepc and loving it!!

  2. #2
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,416
    Distro
    Xubuntu

    Re: grub rescue> on my eeepc

    Hi,
    you can restore the Windows bootloader using these instructions:
    You will need to download and burn an Ubuntu image to a USB stick:
    http://unetbootin.sourceforge.net/

    Then run in live mode and enable the universe repository in Software Sources, then these commands in the terminal:

    Code:
    sudo apt-get update
    
    sudo apt-get install lilo
    
    sudo lilo -M /dev/sda mbr
    Installs a basic Windows-style bootloader. Ignore error messages, they are not relevant here as we just want to get it installed to the MBR.

  3. #3
    Join Date
    Oct 2006
    Location
    Australian wine country!
    Beans
    542
    Distro
    Ubuntu Development Release

    Re: grub rescue> on my eeepc

    Hi,

    INstalled Ubuntu on my SD card and started it is live mode, though I find now that my eeepc will not detect my wireless network. Odd as it always has whether I use XP, Ubuntu, or my iPhone. Any idea. I am getting a bit frazzled.

    Tony
    "Frankly Bill ... I don't give a damn!"
    Linux User # 434139
    Using Ubuntu 10.10 on my eeepc and loving it!!

  4. #4
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,416
    Distro
    Xubuntu

    Re: grub rescue> on my eeepc

    First try running the last 2 commands to install lilo without apt-get update and see what happens.

    What wireless card do you have?

    Code:
    sudo lshw -C network
    Also, post this output:

    Code:
    ifconfig
    There might be another way to do this as well, but first try what I suggested please.

  5. #5
    Join Date
    Oct 2006
    Location
    Australian wine country!
    Beans
    542
    Distro
    Ubuntu Development Release

    Re: grub rescue> on my eeepc

    Quote Originally Posted by Rubi1200 View Post
    First try running the last 2 commands to install lilo without apt-get update and see what happens.


    I did this and Lilo is not installed. Am I able to download a lilo deb and install it on my live SD and then continue as you suggest?

    Tony





    What wireless card do you have?

    Code:
    sudo lshw -C network
    Also, post this output:

    Code:
    ifconfig
    There might be another way to do this as well, but first try what I suggested please.

    I am not at home, I will post these outputs as soon as I can though the wireless card is standard as supplied on the EEEPC and it works/worked with XP and ubuntu before!
    "Frankly Bill ... I don't give a damn!"
    Linux User # 434139
    Using Ubuntu 10.10 on my eeepc and loving it!!

  6. #6
    Join Date
    Oct 2006
    Location
    Australian wine country!
    Beans
    542
    Distro
    Ubuntu Development Release

    Re: grub rescue> on my eeepc

    Hi,

    Got my wireless going and all is fine. Installed MBR and ******* boots. Thanks for your assistance. What a gr8 community!

    Tony
    "Frankly Bill ... I don't give a damn!"
    Linux User # 434139
    Using Ubuntu 10.10 on my eeepc and loving it!!

  7. #7
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,416
    Distro
    Xubuntu

    Re: grub rescue> on my eeepc

    Quote Originally Posted by tchoklat View Post
    Hi,

    Got my wireless going and all is fine. Installed MBR and ******* boots. Thanks for your assistance. What a gr8 community!

    Tony
    Excellent! I am really glad you got this sorted out

    Please mark this thread Solved using the Thread Tools near the top of the page.

Tags for this Thread

Bookmarks

Posting Permissions

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