Results 1 to 4 of 4

Thread: Uninstalling Ubuntu

  1. #1
    Join Date
    Jun 2008
    Beans
    3

    Uninstalling Ubuntu

    I'm sorry if this is redundant, but I looked around and all the instructions seem to be applicable only to partitions, not to my case.

    I have a computer with a 320 GB hard drive and a 160 GB hard drive, and I am dual booting XP from the 320 GB drive and Ubuntu from the 160 GB drive. Long story short, for this particular computer, rarely ever use Ubuntu (its primary purpose is gaming) and I would like to reclaim the 160 Gigs that are currently not really going to any productive use.

    So my question is this: how do I remove Ubuntu so that I can still access (and boot to) the other hard drive. I accidentally reformatted the 160GB drive a few months ago, and was unable to boot my system (due to what seemed to be a GRUB error) until I reinstalled Ubuntu. I don't particularly want GRUB anymore, because I really don't have any use for it.

    Once again, I apologise if this question has been answered before. All of the topics that I could find seemed to be dealing with uninstalling a partition. I don't know if it works the same way if I have previously dedicated a whole drive to the OS.

    Thanks in advance.

  2. #2
    Join Date
    Feb 2007
    Beans
    24,961
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Uninstalling Ubuntu

    Quote Originally Posted by The Morninglord View Post
    I'm sorry if this is redundant, but I looked around and all the instructions seem to be applicable only to partitions, not to my case.

    I have a computer with a 320 GB hard drive and a 160 GB hard drive, and I am dual booting XP from the 320 GB drive and Ubuntu from the 160 GB drive. Long story short, for this particular computer, rarely ever use Ubuntu (its primary purpose is gaming) and I would like to reclaim the 160 Gigs that are currently not really going to any productive use.

    So my question is this: how do I remove Ubuntu so that I can still access (and boot to) the other hard drive. I accidentally reformatted the 160GB drive a few months ago, and was unable to boot my system (due to what seemed to be a GRUB error) until I reinstalled Ubuntu. I don't particularly want GRUB anymore, because I really don't have any use for it.

    Once again, I apologise if this question has been answered before. All of the topics that I could find seemed to be dealing with uninstalling a partition. I don't know if it works the same way if I have previously dedicated a whole drive to the OS.

    Thanks in advance.
    HI and this link can help
    http://www.users.bigpond.net.au/hermanzone/p18.htm

  3. #3
    Join Date
    Feb 2007
    Location
    Maryland, USA
    Beans
    3,396
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Uninstalling Ubuntu

    Reading between the lines, it seems you are using grub to dual-boot Windows and Ubuntu, correct? If you remove Ubuntu, grub will no longer work, and your computer will be un-bootable.

    You will have to install a Windows boot loader into the Master Boot Record (MBR) of your Windows disk. To do that, boot a Windows Recovery CD, and get the Recovery Console. If Windows is on your C: drive, then issue the command
    Code:
    fixmbr c:
    and you should be good to go. Fixmbr over-writes the MBR with the Windows boot loader, effectively removing the grub boot loader.

    Do this before you delete your Ubuntu partition, to make sure Windows is working. Then, once you know you can boot Windows without grub, delete your Ubuntu partition.

  4. #4
    Join Date
    Jun 2008
    Beans
    3

    Re: Uninstalling Ubuntu

    That helped a ton. I was kinda getting worried that I'd have a hard drive doing nothing, and I'm glad that it got fixed. Thanks again for the help.

Bookmarks

Posting Permissions

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