Things You'll Need:
- Partitioning software or Linux Live CD
-
Step 1
Boot the computer with a Linux Live CD or a CD containing partitioning software in the CD-ROM drive. Nearly all distributions are available as Live CDs, which allow the user to explore the operating system before installing it. Often, the Live CD will also include a stand-alone partitioning utility that can be run separately from the installation process; it is normally located in the "Utilities" or "System" menu.
-
Step 2
Run the stand-alone portioning software or the partitioning utility on the Live CD, or start the installation routine from the icon on the desktop. Running partitioning software before starting the installation routine may allow advanced users more control over the partitioning process.
-
Step 3
Choose the drive on which to install Linux. In most computers, there will be only one drive, and it will be labeled HDA or SDA. HDA is the first hard drive on the IDE controller, while SDA is the first hard drive on the Serial ATA controller. A second drive would be labeled either HDB or SDB, respectively.
-
Step 4
Resize or delete the Windows partition, if there is one. Typically, it is labeled either NTFS or FAT32. If Windows will no longer be used, and there are no files that are needed on the Windows volume, the partition can be deleted. Otherwise, resize the Windows partition, if there is enough free space on the drive. Linux will require anywhere from 500 megabytes to 4 gigabytes of space, depending on the distribution.
-
Step 5
Create a new partition in the empty space using the Ext3 file system, unless the distribution requires a specialized file system. Linux requires a minimum of two partitions: one for the main file system, and one for a Swap partition. The swap partition temporarily stores the contents of the computer's random access memory, or RAM; on most systems, it should be equal to or larger than the amount of RAM in the system. After calculating the space needed for the swap partition, the rest of the empty space can be used for the main Ext3 partition.
-
Step 6
Designate the Ext3 partition as the root partition, often denoted by the "/" character.
-
Step 7
Create the Swap partition in the remaining space, using the Swap file system.
-
Step 8
Choose the appropriate option in the partitioning software to commit the changes to disk, then install Linux or continue the installation routine.












Comments
raymag said
on 11/11/2009 What if my Windows XP is already partitioned in 3 sections? How do I install Linux?