Uninstalling Grub Boot Loader

Jaimie

Member
Nov 12, 2004
61
0
0
I haven't touched my Linux partition since I installed it and I want to clean that out, along with uninstalling GRUB, which is prohibiting me from changing my Hard Drive configuration. I am concerned that simply running fixmbr or fixboot will erase the partition table, and thus clear my data partition, which would REALLY REALLY REALLY be a bad thing... I was wondering if this worry was justified. Thanks


Hard DriveConfiguration:
HD0 - Windows XP Pro
HD1, Part1 - NTFS, Data
HD1, Part2 - Linux
HD1, Part3 - Linux Swap

 

montag451

Diamond Member
Dec 17, 2004
4,587
0
0
Yes, the worry is justified.

Whenever you play around with bootloaders, there is the potential for the drive/installations to go ape.

The only way that is nigh on sure to get things right, in my experience is to use a third party os/boot loader BEFORE you install the 2nd OS.
 

Basie

Senior member
Feb 11, 2001
634
0
71
From my experience I have used a Win98 Boot Disk and at the A:\fdisk /mbr command. It removed
Grub and restored the WinXP boot loader. I was then able to restore Grub by installing a new distro or
doing a repair from Knoppix Live Cd. I am sure that you can run into trouble but I never experienced any
after doing this procedure a number of times.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
fixmbr will not touch the partition table, it'll just overwrite the MBR with the default MS bootloader.