Find the answer to your Linux question:
Results 1 to 5 of 5
I was in a hurry to shut my computer off so I just held down the power button. The next time I tried booting up my laptop, it just keeps ...
  1. #1
    Just Joined!
    Join Date
    Oct 2006
    Location
    Missouri
    Posts
    25

    GRUB won't load now

    I was in a hurry to shut my computer off so I just held down the power button. The next time I tried booting up my laptop, it just keeps rebooting when it tries to load GRUB. Normally, I get a screen that lets me select either Windows or Linux to boot to. It's not getting that far now though to let me select one.

    I tried reinstalling GRUB from my SuSE 10.2 cd, but it gives me an error 21.

    Any tips on how to get this going again?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    I tried reinstalling GRUB from my SuSE 10.2 cd, but it gives me an error 21.
    what did you do to re-install GRUB?
    boot up from SUSe Installation CD/DVD and select Installation. Select Upgrade option in next screen. dont select any new package. just click next, next.... Installer will re-install GRUB.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Oct 2006
    Location
    Missouri
    Posts
    25
    Thanks. That let me boot back into SuSE.

    I have a new problem now though. Windows doesn't show up in GRUB now. Do I need to copy and paste something into the menu.lst file so that I can boot select Windows during bootup?

    It still shows my /Windows directory under the file system and everything is still there.

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    add this code in menu.lst file.
    Code:
    title Windows
    rootnoverify (hd0,0)
    chainloader +1
    i assumed that Windows is installed in the First Partition and you have single harddisk. in case it doesn't work, post the output of 'fdisk -l' command.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Oct 2006
    Location
    Missouri
    Posts
    25
    Thanks again ol great linux master.

Posting Permissions

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