Results 1 to 7 of 7

Thread: Help! Windows (7) update nuked Grub -> no boot

  1. #1
    Join Date
    Mar 2010
    Beans
    178
    Distro
    Ubuntu 12.04 Precise Pangolin

    Help! Windows (7) update nuked Grub -> no boot

    I have multi booting Ubuntu 10.04 / Windows 7 installation.

    After Windows update the grub menu is gone and computer is stuck in boot-reboot cycle with just a non blinking cursor.

    Boot info script is attached. I am currently using Live usb (32bit) and the Ubuntu installation is 64 bit.

    How can I restore the boot grub / boot menu?

    Can I follow these instructions safely

    https://help.ubuntu.com/community/Re...tallingWindows
    Attached Files Attached Files
    ========================================
    "If people make the final decisions, let's invest in education, not technology. " - zefrank 03-28-06
    ========================================

  2. #2
    Join Date
    Apr 2007
    Location
    Behind you
    Beans
    167

    Re: Help! Windows (7) update nuked Grub -> no boot

    I'd try reinstalling grub, which is what the article says to do. Using the live cd can you at least see your files on the drive?

  3. #3
    Join Date
    Mar 2010
    Beans
    178
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Help! Windows (7) update nuked Grub -> no boot

    Yes I can

    Following the instructions as I write.
    ========================================
    "If people make the final decisions, let's invest in education, not technology. " - zefrank 03-28-06
    ========================================

  4. #4
    Join Date
    Nov 2009
    Location
    Madrid, Spain
    Beans
    1,403
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Help! Windows (7) update nuked Grub -> no boot

    You need to reinstall GRUB (use a 64 bits Ubuntu Live USB!!!) :

    https://help.ubuntu.com/community/Gr...ing%20GRUB%202

    Open a terminal and type these two commands:

    Code:
    sudo mount /dev/sda5 /mnt
    sudo grub-install --root-directory=/mnt /dev/sda
    Reboot the system normally and type this command:
    Code:
    sudo update-grub
    Last edited by lmarmisa; May 27th, 2011 at 09:59 PM. Reason: Comment about 64 bits

  5. #5
    Join Date
    Apr 2007
    Location
    Behind you
    Beans
    167

    Re: Help! Windows (7) update nuked Grub -> no boot

    Quote Originally Posted by Naggobot View Post
    Yes I can

    Following the instructions as I write.
    If you are really worried about "being safe" back up your files first. Though I cant imagine anything going wrong with reinstalling grub

  6. #6
    Join Date
    Mar 2010
    Beans
    178
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Help! Windows (7) update nuked Grub -> no boot

    Dang, Hasty as I am I Missed the instructions by Imarmisa. I would have saved a few empty empty hear beats

    I was unsure about the last bit in

    Code:
    sudo grub-install --root-directory=/media/40508207-89dc-4cad-b4d4-4ed31893e41b /dev/sda
    and of course I inputted the wrong end and pointed the Grub installation to /dev/sda5 instead of /dev/sda. Luckily Grub installer was smart enough not to install the grub there. So if you try this at home, do not do that error.

    Hasty as I am I also used the 32 bit live USB so I suspect shall consider doing it once more since there was some unnecessary flickering in the boot up. I may have imagined that also so I need to sleep over it. Especially since Ubuntu is now booting fine and I have difficulty finding info on the subject (except that Kernel sets the processor to 32 bit or 64 bit)

    At this point I would like to offer gazillion thanks to every one participated in making of Grub. I also shall not update windows 7 ever again if even remotely possible to avoid.

    And no I did not bother to back up since I am just setting up a new computer (two days old) and I would not have known how to back up all of the work I have to installing and configuring anyhow.
    ========================================
    "If people make the final decisions, let's invest in education, not technology. " - zefrank 03-28-06
    ========================================

  7. #7
    Join Date
    Jul 2008
    Location
    Seattle WA
    Beans
    106
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Help! Windows (7) update nuked Grub -> no boot

    el-subscribe-o.

    Grazi!

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
  •