How to Install Ubuntu Hardy Heron 8.04
It’s getting easier, thanks to our friends in the dev department!
Steps
1. Pop in the CD and boot your inspiron. Choose your language and then choose the Install option.
2. Choose your settings at the install GUI, username and password, all that good stuff and install.
3. After you install and boot up the first time, open your software sources before you do your updates:
sudo gedit /etc/apt/sources.list
Uncomment all the lines that begin with http by removing any “#” before the line.
4. Save your changes and close the file. Then do the following command to update your sources list:
sudo apt-get update
5. Next, install all the updates using either the graphical update utility, or by entering:
sudo apt-get upgrade
After that finishes do:
sudo apt-get dist-upgrade
6. You’ll need to reboot now.
7. After you restart, log in and install the wireless and graphical drivers. To do this you can simply use the gui by going to System > Administration > Hardware Drivers. This will bring up a screen that lists the available drivers. Check each box, after each check it will install that driver, after it finishes, do the next and so on. For the wireless driver, make sure you place a check next to the prompt to Fetch the firmware.
8. You’ll have to restart again.
9. Now your system is working. The next step is to get customized and install applications that will make your life easier.

