Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Jun 2006
    Posts
    23

    Exclamation 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

  2. #2
    oz
    oz is offline
    forum.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.

  3. #3
    Just Joined!
    Join Date
    Jun 2006
    Posts
    23
    Thank you very much, now how do I uninstall the kubuntu os?

  4. #4
    oz
    oz is offline
    forum.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.

  5. #5
    Linux Guru
    Join Date
    Nov 2007
    Location
    Córdoba (Spain)
    Posts
    1,513
    Quote Originally Posted by Wolfman18336 View Post
    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
    To clear your MBR you just do this:

    Code:
    dd if=/dev/zero of=/dev/hda bs=446 count=1
    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.

    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.

  6. #6
    Linux Newbie reiko's Avatar
    Join Date
    Aug 2007
    Location
    Chennai, India
    Posts
    105
    You can also use the following one to clear your MBR
    Code:
    lilo -M /dev/hd{partition}

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...