Results 1 to 6 of 6
I've tried it out and decided Linux is not for me, Windows works just fine. The problem, though, is GRUB. I've been doing a little research, and apparently just deleting ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-02-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 2
[SOLVED] Need help uninstalling Mint
I've tried it out and decided Linux is not for me, Windows works just fine. The problem, though, is GRUB. I've been doing a little research, and apparently just deleting the partition will make me unable to boot up Vista, and I don't have a Vista disc.
How do I go about doing this?
- 03-02-2009 #2
Super Grub Disk HomePage will fix your Windows Bootloader first and after you can boot into Windows you can use your Windows Disk management tool to delete Mint.
Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
I'd rather be a dangerous, wild Penguin than a docile, domesticated sheep.
Free Linux Books
Free R Books
- 03-02-2009 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
another option
Welcome to the forums!
You can also remove all traces of GRUB by clearing the MBR. To do that, go to a terminal in Linux and run the following command:
You'll need to replace /dev/sda with your actual device name such as /dev/hda.Code:sudo dd if=/dev/zero of=/dev/sda bs=446 count=1
If needed, you can use the fdisk -l command to determine your device name:
If your distro isn't using sudo, leave it out of the command, but you'll need root permissions to run the command.Code:fdisk -l
After clearing, you can use your Windows installation disk to reinstall the Windows bootloader.oz
- 03-02-2009 #4I don't have a Vista disc.Thats why I suggested Supergrubdisk Ozar. You might have missed it, (still hadn't woke up yet maybe)?After clearing, you can use your Windows installation disk to reinstall the Windows bootloader.Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
I'd rather be a dangerous, wild Penguin than a docile, domesticated sheep.
Free Linux Books
Free R Books
- 03-02-2009 #5forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Yep, I totally missed the "no Vista disk" part...
oz
- 03-02-2009 #6Just Joined!
- Join Date
- Mar 2009
- Posts
- 2
It's cool. Thanks for the help, Super Grub Disk, though confusing at first, did exactly what I needed done.



