Results 1 to 5 of 5

Thread: Delete Windows AFTER install

  1. #1
    Join Date
    Jan 2010
    Beans
    261
    Distro
    Ubuntu 12.04 Precise Pangolin

    Delete Windows AFTER install

    So, I ran into a problem I don't want to start if I can avoid it.

    In short, I created a new partition (/sda4) inside a Toshiba's HDD to install the Gnome-Shell Remix of Precise on.

    Short and sweet, it's configured, and everything is migrated over to where the ubuntu installation is.... now comes the big question. The owner of said Laptop decided she does not want windows anymore, and would like the entire HDD to be Ubuntu.

    So, if I were to open up GParted on a Live USB, remove the sda1,2,3 (Windows Loader, OS, and Recovery crap), would the installation be mounted as sda1? or remain as sda4?

    And, if it does become sda1 (I have no need for Swap, she has 8GB of RAM and I have /tmp mounted in RAM in the fstab).... what would I have to change in Fstab or GRUB, or anything else for everything to work as is?

    I want to essentially remove the rest of the HDD, and move ubuntu to fill the whole thing up. I have converted another one, boys!
    When your entire life is measured in one moment, you change the concept of time.

  2. #2
    Join Date
    Aug 2009
    Location
    Under the stairs.
    Beans
    1,408
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Delete Windows AFTER install

    Since there is already a mount point, you should just be able to resize and then format the partition. After which you just need to update grub.
    Dell Inspiron 1764 Laptop, Intel CoreTM i5 520M), 4GB Shared Dual Channel DDR3 at 1066MHz, 512MB ATI Mobility RadeonTM HD4330 Integrated Intel HD.

  3. #3
    Join Date
    May 2012
    Location
    UK
    Beans
    614

    Re: Delete Windows AFTER install

    yes i think you should be able to boot the ubuntu live cd/usb, load the desktop, open gparted, delete the windows partitions, apply one action at a time, to make sure they get completed successfully, and have ubuntu use all the free space.

    then in the terminal
    Code:
    sudo update-grub
    if you have boot problems, try this:

    1. boot into the Ubuntu live cd/usb, choose the try option, to load the virtual desktop environment.

    2. open the terminal and copy-paste the following commands individually (press the Enter key after each and wait).

    Code:
    sudo add-apt-repository ppa:yannubuntu/boot-repair
    Code:
    sudo apt-get update
    Code:
    sudo apt-get install boot-repair
    3. find and launch boot-repair, then choose recommended repair.

  4. #4
    Join Date
    Jan 2008
    Location
    France
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Arrow Re: Delete Windows AFTER install

    Hi
    Here is a tool based on Boot-Repair that may be useful: https://help.ubuntu.com/community/OS-Uninstaller

  5. #5
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Delete Windows AFTER install

    Some find they have one application they cannot live without. They come back and want to reinstall Windows. It would not hurt to make a full image backup of Windows, just in case or the recovery partiton, if you later want to sell it and buyer only wants Windows. It has taken me years to essentially get rid of XP.

    The vendor recovery DVDs are just an image of your drive as purchased. If you have housecleaned a lot of cruft normally included, run many updates with many reboots, and added software you may want a full back up.
    Backup windows before install - post by Mark Phelps
    http://ubuntuforums.org/showthread.php?t=1626990
    http://www.macrium.com/reflectfree.asp
    Another suggestion by srs5694
    http://www.runtime.org/driveimage-xml.htm

    Then rather than trying to move & expand sda4, I would just format the space to ext4 and use it as a data partition or move /home to it if you do not have a separate /home.

    To move /home uses rsync
    https://help.ubuntu.com/community/Pa...ng/Home/Moving

    Splitting home directory discussion:
    http://ubuntuforums.org/showthread.php?t=1811198
    http://ubuntuforums.org/showthread.php?t=1901437
    http://ubuntuforums.org/showthread.p...hlight=%2Fdata
    Link is on move home but see post by bodhi.zazen on data partition #6
    http://ubuntuforums.org/showthread.php?t=325048
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

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
  •