Results 1 to 4 of 4

Thread: Remove window but not disturb Ubuntu

  1. #1
    Join Date
    Oct 2012
    Beans
    18

    Cool Remove window but not disturb Ubuntu

    Hello! Right, I've been using ubuntu for a while now as a dual boot with windows xp. I like it enough now and I want to remove windows completely. I don't want to lose any of my data on my current ubuntu installation. Is there any way I can delete the windows partition without having to completely reinstall ubuntu?

  2. #2
    Join Date
    Aug 2012
    Beans
    10

    Re: Complicated!

    I don't know if it would work or not but try maybe looking into using a partition tool to just delete windows partition and expand your current ubuntu partition

    They have live cd's you can make with Gparted

    http://gparted.sourceforge.net/download.php

  3. #3
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: Remove window but not disturb Ubuntu

    Assuming it is not a WUBI installation, but a normal one on its own partition, +1 to what rhlegion suggested. Just delete or format the xp partition using gparted. You can then either expand an existing partition to cover that space, or use it as a separate data partition for Ubuntu. If you choose to format, rather than merging it in an adjacent partition, I'd suggest to format it as ext4, since the system is going to be Linux-only.

    The gparted tool is already included in the Ubuntu live cd.

    If you choose to 'expand' a partition to merge the existing XP partition in it, BE CAREFUL to NOT move the LEFT edge of your 'root' partition, as doing so will render the installation unbootable (although that can be easily fixed by reinstalling just GRUB, but why bother?). Also, be informed that resizing a partition from its LEFT edge often takes enormous amount of time, even if the partition is empty, while deleting-recreating will be done almost instantly.

    To avoid accidental mistakes, it is better to install and run gparted from within the existing installation. While connected to internet, you can install it with
    Code:
    sudo apt-get install gparted
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  4. #4
    Join Date
    Oct 2012
    Beans
    18

    Re: Remove window but not disturb Ubuntu

    That worked! Thanks to both!

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
  •