also @ TechSpot: Razer brings the arcade experience home with the Atrox Arcade Stick

Step-by-step beginner's guide to installing Ubuntu 11.10

Discussion in 'Guides and Tutorials' started by Leeky, Oct 15, 2011.

Post New Reply
  1. InstantVenom Newcomer, in training

    Hi Leeky, I have Windows 7 installed on my computer with two partitions (Windows C partition - 100 GB and A Personal files partition D - 400 GB) I want to install Ubuntu on C partition and use it instead of Windows 7,but I don't want my files on partition D deleted. So basically I want to format my partition C,but keep all my files on D, could you please help me, I got the CD for Ubuntu 12.04.1 LTS and I get to the point when I go to : ''Something else..'', but the things there are confusing to me, could you please give me a little more detailed explanation on how to do this? (how to instal Ubuntu on C and don't touch the D partition)
  2. Leeky TechSpot Moderator Posts: 4,344   +59

    You'd have to do the something else option and then manually remove, then create the partitions required for Linux in place of C Partition.

    The following steps will work (but make a backup of your data partition first!):
    1. Choose something else option.
    2. From the partitioner, remove the first and second partitions (Windows C and System Reserved). Do not touch the third, data partition at all.
    3. Create 30GB Ext4 partition for root.
    4. Create xxGB partition 1.5x your RAM for SWAP.
    5. Create remainder of space for Ext4 partition for /home
    6. Continue installation as before.

    You'll be advised to edit fstab to automount "data" when booting (unless you want to manually mount it every time you load Linux), as well as ensure "ntfs-progs" is installed. If you decide to move to Linux full-time you can just create a Ext4 partition and mount it as /data if you prefer.
    Siavash likes this.
  3. baN893 TechSpot Member Posts: 69   +9

    Leeky, you are heaven sent. Once again it is you who solves my problems. Thank you.
    Leeky likes this.
  4. Leeky TechSpot Moderator Posts: 4,344   +59

    Thank you, I'm glad my experiences can be put to use in helping others. :)
  5. ozandernek Newcomer, in training

    Hi leeky

    There is something I could not understand. In the installation type part, it says " this computer currently has no operating system ". If I choose "erase disk and install ubuntu" does it harm my mac ?
  6. Leeky TechSpot Moderator Posts: 4,344   +59

    @ozandernek No, as long as the hard drive doesn't already have any operating systems on it, it'll be fine. But verify the hard drive in question is clear of any important files or operating system files before proceeding.

    The "this computer currently has no operating system" is normally encountered when installing Linux to a second hard drive, or a brand new, unused hard drive. You won't see this if you're installing Linux to the same physical hard drive used for Windows, OS X or other operating systems.

    As always, making backups first will give you a means to reverse any changes should something go wrong.