Results 1 to 5 of 5
Hello,
I had a working Dualboot using Grub to boot Suse10 & WinXp but today for some reason xp would not let me shutdown and I was forced to coldboot. ...
- 11-24-2005 #1Just Joined!
- Join Date
- Nov 2005
- Posts
- 73
Grub question/help?
Hello,
I had a working Dualboot using Grub to boot Suse10 & WinXp but today for some reason xp would not let me shutdown and I was forced to coldboot. Now won't boot into xp but Suse is still working.
I am a Newbe with Suse10 but am starting to get the feel for it; however still need windows and am asking for advice on how to reset Grub. When I tried to re-install Grub, WinXp was not listed so I tried to add it as "/dev/hda" that shows up next boot time but WinXp does not boot. I can see files for WinXp from Suse so they are still their.
Thanks for the continued support here in advance
- 11-24-2005 #2Linux Engineer
- Join Date
- Sep 2003
- Location
- Knoxhell, TN
- Posts
- 1,078
the proper boot entry for windows on the first partition of the first drive is this:
that should get ya going.. put that in /boot/grub/menu.lst or /boot/grub/grub.conf (whichever is already there)Code:title Windows XP rootnoverify (hd0,0) chainload +1
Their code will be beautiful, even if their desks are buried in 3 feet of crap. - esr
- 11-24-2005 #3Just Joined!
- Join Date
- Nov 2005
- Posts
- 73
Grub
Thank_you
I will C if that works.
- 11-24-2005 #4Linux Enthusiast
- Join Date
- Jun 2005
- Location
- Odessa, FL
- Posts
- 586
your windows part of grub would look something like this:
where (hd0,5) would be the sixth partition of your first hard drive.Code:title=Windows XP rootnoverify (hd0,5) makeactive chainloader +1
what partition of what drive is your windows install on?
EDIT: i was too late, lordnothing beat me to it
- 11-24-2005 #5Just Joined!
- Join Date
- Nov 2005
- Posts
- 73
Thanks for the speedy correct info lordnothing.
Thanks lordnothing :o


Reply With Quote
