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 ...
- 04-07-2007 #1Just 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?
- 04-07-2007 #2what did you do to re-install GRUB?I tried reinstalling GRUB from my SuSE 10.2 cd, but it gives me an error 21.
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
- 04-07-2007 #3Just 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.
- 04-07-2007 #4
add this code in menu.lst file.
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.Code:title Windows rootnoverify (hd0,0) chainloader +1
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-07-2007 #5Just Joined!
- Join Date
- Oct 2006
- Location
- Missouri
- Posts
- 25
Thanks again ol great linux master.


Reply With Quote