Follow these directions to install Ubuntu 7.10 on your laptop. Ubuntu is a distribution of LINUX that is freely available from http://www.ubuntu.com/.
These instructions were originally prepared by the Linux Users Group at Rose. The original instructions can be found here.
The complete installation will be done with an Ubuntu Live CD. After completing the installation, you will be able to dual-boot your computer with Windows XP and a fully working distribution of Ubuntu. When you reboot your system, an Introduction to Ubuntu will give you an overview of how to operate and administer your newly installed system. You will be provided with instruction on how to configure Ubuntu for use in CSSE332 and on the Rose-Hulman network.
While working though this guide you will be without internet access at several points. It is advised that you have a wired network connection and that your system is connected to it. This will facilitate updating your computer after completing the installation process.
Before you begin your installation, you should print this guide. Remember, you will not be able to access it at several points during the installation process since you will be without internet access.
$ sudo pkill -9 gdm
$ startx
To free up space for Ubuntu:
There are numerous ways you can chose to partition your hard drive. The simplest configuration is to create two partitions for Linux. The first partition will be your root partition (mounted at /), and the second partition will be much smaller, a swap partition. The swap partition is where pages from memory will be stored when you run out of physical memory.
Another way to partition would be to create three partitions for Linux: a root partition, a swap partition, and a partition for your home directory (mounted at /home). The advantage to this partitioning scheme is that if you ever decide to reinstall Linux or switch to a different distribution, you can tell the installer to not touch your /home partition, so all of your files will be saved.
The following is an example partition layout:
Device Size Mount Point /dev/sda1 75GB (windows) /dev/sda2 5GB / /dev/sda3 18GB /home /dev/sda4 1.5GB (swap)
The first column is the device that represents the partition. For the nw8440, the device which represents the internal hard drive is /dev/sda, since it is the first SATA disk in the machine.
Creating the partitions that we need to install Ubuntu:
Click though the provided install guide. Most of the defaults should work well:
Note: If you get an error message when trying to boot Windows that says: "Windows could not start because the following file is missing or corrupt: <Windows root>\system32\hal.dll. Please re-install a copy of the above file," or anything else involving the file hal.dll, this means that your BOOT.INI file was corrupted during partitioning. To correct this error, obtain a Windows XP install CD, boot into recovery mode, and type "bootcfg /rebuild."
Upon booting into Ubuntu for the first time, you may get the same flashing screen issue as in the installer. Simply follow the same process as above to get into Gnome. The only difference this time is that you will have to log in when you first switch to the terminal and will need to use the command prefaced with "sudo". Then, once in Gnome, go to the top menu and choose "System->Administration->Restricted Drivers Manager". You will be prompted for your password. Check the box for the ATI accelerated graphics driver. Reboot your computer, and then your graphics should work fine. See the section on Restricted Drivers for more information.