Tag Archives: fedora 12 installation

Fedora 12 Installation Guide

9 Nov

The latest version of Fedora, 12 is about to be released in a week or so, and here is how to install it:

Download the Live CD, or the DVD if you wish to. I downloaded the Live CD, and it weighs in at 653 MB, smaller than most other distros that tend to cram the CD with 690 MB and over. Burn the image onto a CD, and then boot your system off the live CD, and you’ll see this screen:

The initial screen on the Fedora 12 Live CD

Figure 1: The initial screen on the Fedora 12 Live CD

Now, if you don’t press any key, you’ll get into the login screen (Figure 3). If you do press a key, you’ll view this boot options screen:

Boot Options Menu

Figure 2: Boot Options Menu

Select the second option to test your live media or the third to test your system’s memory. But most probably, you’d want to check just the media, and then after that select the first option to get into the login screen:

The Login Screen

Figure 3: The Login Screen

You can choose your language, and then login as the Live System User. You’ll see the Fedora 12 Live desktop in all its glory:

First Glimpse of Fedora 12 Desktop

Figure 4: First Glimpse of Fedora 12 Desktop

Now, start the installation procedure by double clicking the Install to Hard Drive icon on the desktop:

Initializing the procedure

Figure 5: Initializing the procedure

Once you fire up the installer, you get to this screen, click Next to proceed:

Installer: First Screen

Figure 6: Installer: First Screen

In the Keyboard Selection screen, choose the appropriate keyboard for your system. I use the default US International keyboard. There are many languages supported:

Keyboard Selection

Figure 7: Keyboard Selection

Click on Next after selecting your keyboard, and the computer name screen comes up. Let it default to localhost.localdomain if your system is standalone, and if you are on a network, ask your network administrator and change it. If you are installing Fedora 12 on your server, give it the domain name you use for the server.

Choosing your domain name: Default for standalone PC

Figure 8: Choosing your domain name: Default for standalone PC

Click on Next and on the next screen, choose your time zone. It is set by default to New York, USA. Hover over the map to locate your time zone:

Choosing your time zone

Figure 9: Choosing your time zone

Remember to uncheck the System clock uses UTC if it is not set that way, else you may see a discrepancy in time by the cutoff between your timezone and GMT. Your selected time zone should appear below the map:

Make sure your time zone is selected=

Figure 10: Make sure your time zone is selected and displayed below the map

The next step is to choose a root password. This is a main part of securing your system, so make sure the password is atleast 12 characters long. And use a password with alphabets in both cases and numerals. It is good practice to have a strong password, especially for the root user:

Create a strong password for the root user

Figure 11: Create a strong password for the root user

The next screen is the disk partitioning. If you are going to dual boot, choose to Use Free Space. This option works well for a fresh installation too:

Use Free Space for a Dual Boot. It works for a fresh install too.

Figure 12: Use Free Space for a Dual Boot. It works for a fresh install too.

The installer will ask if you want to write the changes in partitioning to disk. Click on Write changes to disk:

Apply the changes in partitioning

Figure 13: Apply the changes in partitioning

The installer will now copy the Live CD image onto the hard disk, and this might take from 40 seconds to 3 minutes:

Copying the image to hard disk

Figure 14: Copying the image to hard disk

The installer will also install the boot loader. If you have another OS installed, it’ll autodetect it and setup the bootloader. I’m installing this on a fresh Virtual Hard Disk, so I didn’t need that:

Configuring the grand unified boot loader.

Figure 15: Configuring the boot loader

Now, the installer has done its job, and you can either continue using the Live CD, or setup the installed system after exiting the installer:

Installer Done!

Figure 16: Installation Completed!

We’re halfway through the install, the harder parts are over though. Now, exit the Live CD:

Quitting the Live CD

Figure 17: Quitting the Live CD

After this, restart the system:

Figure 18: Restart the system

Figure 18: Restart the system

Remove the Live CD when it pops out, or while rebooting the system. Once the system restarts with the Live CD inserted, however, you can also choose to Boot from local drive in Figure 2.

The post installation activity starts now, with the welcome screen:

Post Installation: First Steps

Figure 19: Post Installation: First Steps

Click on Next to view the License Information. Click on Next to accept it:

License Screen

Figure 20: License Screen

Now, the user creation screen comes up, where you create the non-root user. Don’t use the same password as the root user(allowed, but never recommended) and use a strong password here too:

User Creation

Figure 21: User Creation

In the next step, set the date and time. You can choose to synchronize it with the NTP(Network Time Protocol) server pool, or set it manually too:

Setting Date and Time

Figure 22: Setting Date and Time

The next step asks you if you want to upload your hardware profile. This is actually a good thing to do, since if your install fails for some reason, the profile can be used to locate the error, or any bugs unique to your profile can be fixed:

Send your hardware profile

Figure 23: Send your hardware profile

After you click Next for the final time, you’ll enter the login screen:

Destination Desktop! The Login Screen

Figure 24: Destination Desktop! The Login Screen

That’s all there is to the installation process. Once you get into the desktop, you can install more packages for the applications that you use.

Note: This install was done over a Virtual Machine using KVM assigned 512MB memory on Fedora 12 RC3. The installation process worked the same way on my desktop, when I installed it alongside a previous install of Fedora 11. The final release is due on November 17, but I doubt there will be any change in the installation process. It’ll just work the same way.

Fedora 12 Beta Installation.. A Breeze!

4 Nov

I’ve been using Fedora since Fedora Core 6 back in 2006 when I was in my first year. I’ve wandered a lot in distroland, and since have stuck to Fedora since Fedora 9. I get kicks out of using the latest and greatest software available, so I downloaded the nightly build for Fedora 12 beta last weekend from http://alt.fedoraproject.org/pub/alt/nightly-composes/desktop/ and then installed it on my desktop last Sunday. The first thing that surprised me was the speed at which the live system loaded onto my desktop. I tried out the live system just for fun, and it was speedier than the previous versions and also Karmic Koala’s release candidate live CD. (It is faster than the Ubuntu 9.10 Final Live CD too!)

This excited me a lot, so I went ahead and installed the system onto my hard disk. Installation went really smooth, and there was not a single problem. So, I rebooted and went into my shiny new system. And God, I do love the default wallpaper! Light Blue and Light Green are my favorite colors, and this one has Light Blue as default!

Now, I wanted to do some work on this new machine. So I installed jdk, netbeans and eclipse to see if a few programs ran well. Then I installed gcc and all the other development tools. I’ve installed the multimedia codecs and many other essential software that could not be accomodated on the 653MB CD image.

GNOME 2.28 seems very stable and Empathy rocks! The Google Talk call feature is the real talking point of this GNOME IM client. I installed my own Eclipse from the IBM site, and had to change SELinux mode to permissive and execute

$ su -c 'chcon -t execmem_exec_t '/usr/local/eclipse/eclipse' '

to let SELinux allow eclipse to run.

I’ve copied over my Drupal installation on my laptop to this one, and the LAMP stack runs well, no issues at all. (The site is on localhost!)

I’ll upload the screenshots for the installation on my VM and other details in subsequent posts. The way this beauty seems to run, it makes me think twice of delaying the installation on my laptop till the final release!

Follow

Get every new post delivered to your Inbox.

Join 188 other followers