Find the answer to your Linux question:
Results 1 to 5 of 5
Hi. I want to switch to a different distro. So now I have 2 linux distros on my computer, and also win 7 (as a backup). how do i delete ...
  1. #1
    Just Joined!
    Join Date
    Feb 2010
    Posts
    15

    how delete multiple distros

    Hi. I want to switch to a different distro. So now I have 2 linux distros on my computer, and also win 7 (as a backup). how do i delete the other distros and keep the one I want?
    thanks!

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,093
    Quote Originally Posted by olayak View Post
    Hi. I want to switch to a different distro. So now I have 2 linux distros on my computer, and also win 7 (as a backup). how do i delete the other distros and keep the one I want?
    thanks!
    You can install new distros onto the partitions holding distributions that you no longer want, or you can delete the unwanted partitions altogether. You'll also need to edit the GRUB configuration file and the fstab file to reflect any changes that you make to the partition table.
    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
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Which distro do you want to keep? Boot up from it and execute these commands :
    Code:
    sudo fdisk -l
    cat /etc/fstab
    Post the output here. Post the contents of /boot/grub/grub.conf (or menu.lst, if any) file too.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    mzv
    mzv is offline
    Just Joined!
    Join Date
    Aug 2009
    Location
    Evil Empire
    Posts
    33
    use fdisk to format the unnecessary partitions, install new distribution and fix your grub.conf with new settings.

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    There is no need to use command line tool, fdisk for handling partitions. Disk Utility is available in most of LiveCDs/DVDs and its Graphical Interface is user friendly.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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