Start the Install
- Boot the Live CD.
- After the machine comes up, click the Install to Hard Drive icon. This is where the real fun starts.
- Select keyboard from list: Selected U.S. English and click Next.
- Types of storage devices: Selected Basic and click Next. The installer then examines the storage devices.
- Name the computer: Set it to alpha and click Next.
- Select the nearest city in your time zone: Selected Chicago and click Next.
- Pick root password: Set it to ******** and click Next.
- Which type of install: Used default of Replace existing Linux system(s) and click Next.
- Select storage devices:
- Data storage: WD external drive
- Boot loader: ATA internal drive
Note: I also later noticed that the installation guide recommends unplugging USB drives during the install. I had left the WD external drive plugged in, but everything still worked out OK.
At this point I did a lot of reading in the installation guide. There is a lot of detailed information in there about repartitioning your hard drive. There is also a recommended layout. Given the size of my system, I settle on roughly the following:
- boot partition: 250 MB
- '/' root partition: 5 GB
- swap partition: 2 GB
- /home partition: 10 GB
- (resuming at) Which type of install: At this point I was unsure about whether to select Shrink current system or Create custom layout. I decided on Create custom layout, which worked.
- Please select a drive: Selected the internal drive sda1 with the ntfs file system. Click Edit.
- Resize from 139163 MB to 115000 MB, which should leave about 20000 MB of free space for Windows to operate. Click OK.
- This will also free up about 24000 MB for Linux to use. Only about 10000 MB is needed for a full install of Linux, so I'll have about 14000 MB for data. Click Free.
- All of the following partitions are created on the sda drive.
- Click Create to create a partition.
- Select Standard partition. Click Create.
- Enter /boot, 250 MB, ext4. Click OK,
- Click Free.
- Click Create to create a partition.
- Select Standard partition. Click Create.
- Enter '/' for root, 5000 MB, ext4. Click OK,
- Click Free.
- Click Create to create a partition.
- Select Standard partition. Click Create.
- Enter 2000 MB, swap. Click OK,
- Click Free.
- Click Create to create a partition.
- Select Standard partition. Click Create.
- Enter '/home', fill to maximum allowable, ext4. Click OK,
- Click Free.
- Hard drives
- sda
- -- sda1 115000 MB ntfs
- -- sda3 250 MB /boot ext4
- -- sda4 23913 MB extended
- -- -- sda5 5000 MB / ext4
- -- -- sda6 2000 MB swap
- -- -- sda7 16910 MB /home ext4
- -- sda2 13463 MB vfat
- sdb
- -- sdb1 953867 MB vfat
- -- free 2 MB
Repartitioning takes a while and you cannot do anything to help it along. So I take a break and check back later.
Install Boot Loader
Next comes installation of the boot loader. I accepted the defaults, which installs the boot loader on /dev/sda. The O/S list in the boot loader is:
- Other /dev/sda1
- Fedora /dev/sda5
Continued at Installing Linux, Part 3.