Results 1 to 6 of 6
I am enjoying my dual boot system with kubuntu linux and Windows XP. Unfortunately, the grub boot launcher is a hassle for restarting the system. I am hoping to move ...
- 02-04-2008 #1Just Joined!
- Join Date
- Jun 2006
- Posts
- 23
Uninstalling Grub
I am enjoying my dual boot system with kubuntu linux and Windows XP. Unfortunately, the grub boot launcher is a hassle for restarting the system. I am hoping to move to a virtual machine or to install on another machine. How do I go about removing the dual boot system?
Please help,
Wolfman18336
- 02-04-2008 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
For easy removal of GRUB, try using the current version of the SuperGrub LiveCD:
Super Grub Disk Webpage: Download
It's quick and easy.
You can use it to restore the Windows bootloader, too.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 02-04-2008 #3Just Joined!
- Join Date
- Jun 2006
- Posts
- 23
Thank you very much, now how do I uninstall the kubuntu os?
- 02-04-2008 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
You can delete or format the partitions. If you intend to install another distribution, you can install right over Kubuntu.
For working with partitions, I highly recommend the PartedMagic LiveCD:
Parted Magic
It's a small download and quick burn to CD, it's easy to use, and there is very good documentation for using it on their website, and on the CD itself.
The SuperGRUB and PartedMagic LiveCDs are good tools to keep on hand for working with Linux, or Windows issues.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 02-04-2008 #5Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513
To clear your MBR you just do this:
Make sure that hda is the hard drive that you want to clean, or change it accordingly. This will fill the first 446 bytes on the disk with zeroes. That is, the whole MBR *except* the partition table, basically.Code:dd if=/dev/zero of=/dev/hda bs=446 count=1
In DOS/WINDOWS you can use fdisk /mbr to restore the MBR to a valid state (ermm... "valid" for windows, that is).
Note, however, that this mean that your MBR will not have a boot loader anymore. Which means you will not be able to load any OS. That is not probably what you want. You will need to install the windows bootloader, and I can't help with that.
- 02-05-2008 #6
You can also use the following one to clear your MBR
Code:lilo -M /dev/hd{partition}


Reply With Quote
