For the purposes of this guide, we’ll assume you’ve already seen and tried Ubuntu, and want to go ahead and install it now. So to get started, let’s click “Install Ubuntu 10.04 LTS”
Select your current region.
Step 7:
The next screen youll see is the keyboard layout screen as below:
It should already be set to the correct keyboard (its uses your region to find the best match), so confirm it is correct.
You have three options:
1. You can install them side by side letting the installer sort it for you automatically.
2. You can use the guided disk utility, and let the installer automatically erase and then format an entire disk (you can select the disk from the drop down box)
3. You can specify the partitions manually, for advanced users, or those wanting to create several seperate partitions. This is ideal if you would like to set partitions a certain size, so your not wasting too much hard disk space.
Hint: Linux recognises and assigns IDs to drive in a different manner to Windows. In the above image you can clearly see hard disk in the list. It is identified by sda. Linux recognises hard disks in the following way:
Sda = 1st hard disk
Sdb = 2nd hard disk
Sdc = 3rd hard disk and so on.
You will not see the common windows C: in the disk menu in the above list. You do however have key things to help you recognise your windows c: drive. Both of these can be used to identify which is your windows disk.
The size of the disk is shown
The name of the drive is shown
Click continue, and then proceed to step 9, ignoring option 2/3 below.
Option 2: Erase entire disk and use for Linux
The easiest option by far is to select a 2nd disk from the list which doesnt contain your Windows partition, and erase and use the entire disk. If you have a 2nd hard disk, use this option, but remember to check your using your non-windows hard disk! So select the correct disk, and press forward. Continue to step 9 ignoring option 3 below..
Option 3: Manually specify partitions (advanced)
This is the most difficult option, but Ill go through it step by step. So select Manually specify partitions and click forward and youll be greeted with a screen similar to below.
Firstly, identify your windows installation... In my case it is sda1 (which is my first hard disk, 1st partition). Now depending on how youve created the extra space, depends on what you see. In my case, I just resized the windows partition from within windows, and left the free space ready to install Windows. I recommend using Windows, or a free utility from within Windows to resize your partition as most beginners will understand it more.
So now we need to create a minimum of two partitions. So you do the following:
Click Add and youll be greeted with this box:
In my case I choose 20GB, but you could use as little as 5GB if you wish. I dont really have much issue with hard disk space, but you might. So I clicked OK, and now its added my new partition table as below:
We now need to add the swap space. So click Add again, and then set the size (in my case Im just using the remaining space), and change the use as box to Swap area and click OK.
you should now have something looking like this
So lets recap whats above:
/Dev/sda1 is your ntfs windows partition
/Dev/sda2 is your new / partition (the linux equivalent of windows C: disk)
/Dev/sda3 is your swap space.
Once your happy with these changes, click forward, and proceed to step 9 below.
Fill in the details as requested on the screen, and then when completed click forward
The next screen is the ready to install screen as shown below:
Click restart now to restart your computer.When requested, remove your CD, and press enter to reboot.
Your all done!