I just FDISK’d and reformated my hard drive. I had RedHat Linux installed, but decided to go back to Win 2K. After I reformated with the /S option, I should be able to boot directly to the hard drive. However, what’s happening is my machine starts booting, seemingly normal diagnostic info comes up about my devices, then a message displays at the bottom real quick that says “Grub Loading Stage 2”, and the machine procedes to reboot. It will cycle like this forever, if I’d let it.
Here are my questions:
I thought the Grub boot loader was a Linux thing only. Is this correct?
If it is correct, then evidently formatting my hard disk wasn’t enough. Is this where I would do a ‘Low Level’ format?
If I need to do a low level format… how do I do this?
Yes! Grub is a RedHat boot-loader, that was introduced recently (7.2?).
On the other questions I can only guess. I would believe that the GRUB loader is on the ‘master boot record (MBR)’, which will not be deleted by formatting any of the normal partitions. (See it as a separate partition if you like).
What I would try to do, is to boot on a win2k CD, and try to let windows overwrite the MBR.
I know that this isn’t much help, but at least it’s a bump…
In particular, if you’ve got DOS rescue disk (you’ve got a DOS rescue disk, right? If not, snag a copy of someone else’s), the proper thing to do is to run FDISK /MBR . This’ll only work with DOS FDISK, though, not with The equivalent Linux program that’s also called FDISK.
On further review, I see you’ve already formatted. That makes things a little different.
I’m assuming you just want one big partition for Windows.
If you’re just installing Windows 2000, go ahead and boot from the CD like I said, and just run through the install. You’ll want to delete the partitions that Red Hat created when Windows asks you on which drive you want to install… wipe them all out. Then create a new partition that spans the drive, and install to that.
Windows will write a new MBR, so you don’t need to remove GRUB by hand.