• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Grub MIA after reinstalling XP - FIXED

quentinterintino

Senior member
Hey all,

I recently decided to reformat my windows partition and reinstall XP due to some ongoing annoying problems (I use Linux ~80% of the time). Unfortunately, I can't even load linux (suse 9.1)... grub seems to have disappeared and now XP loads right up. I know the drive is mounted b/c windows/linux share 1 hd.

I'm hoping someone has experienced this and can tell me an easy way to fix the prob...

Thanks!
 
OK , got it working. In case any others have done this, here's a quick guide on how to do on suse. I post it b/c suse is a little different than red hat / debian/ all freaking others.

1) Boot from suse cd
2) Select Rescue system
3) enter root as login
4) #fdisk -l to see which partition linux is on
5) #grub
6) grub> root (hd0,5) --- note, this was for my case, your partition may be different
7) grub> setup (hd0)
8) grub> quit
9) # reboot

simple as that... unfortunately you can't type 'linux rescue' at the boot options like i'm used to w/ red hat..

anyway, if anyone is reinstalling windows you'll probably go through this at some point

thanks to sunner for the help.
 
or you could have mounted /dev/hda6 to /tmp and then chroot /dev/hda6 then "grub install " and you are done. Of course this is assuming you don't have a separate /boot.

 
Back
Top