| |
Exercises
I. Create a bootable installation CD.
Download files to put on the CD:
Create a directory for CD image and copy installer files there.
Rebuild the initrd file to include preseed.cfg in it.
The new file should be called initrdpr.gz
Copy initrdpr.gz into iso/boot directory:
Now you have everything in iso/boot directory to create a bootable CD with Ubuntu network installer.
Create a new directory, iso/Backup, and save some configurations files into it.
Finally, make a ISO9660 image file like this:
This produces a file named grub.iso, which then can be burned into a CD (or a DVD).
Ask the TA for a blank CD-R and run k3b to burn grub.iso
onto the CD-R. Choose speed #2 for the burning.
II. Run interactive Linux installation.
Note, during the system re-installation, you won't be able to run the browser
so you'd better to print out this page. If you like, you can setup CUPS utility
on your desktop to print on the Unisys lab printer - follow the
printing HOWTO
Reboot the desktop. Press F12 key and choose to boot from a CD device.
Choose the first option, "Install in Text Mode", in the GRUB prompt and follow the installer
instructions. When prompted for the "Ubuntu archive mirror country",
scroll all the way to the top of the list by pressing Page-Up key and choose
Enter information manually
for the host, type in:
192.168.5.240; for directory: /ubuntu/
It is obvious to choose the nearest Ubuntu mirror. In our case, it is a server in our lab. If you are at
home and
want to install Ubuntu on your computer there, choose one of the official Ubuntu mirrors.
For partitioning, you can choose the following layout, or stay close to it:
In this exercise, you don't care about installing various software since the
system is going to be reinstalled again in the next exercise. To save time, install only the base system, skip s
oftware installation and APT configuration.
After reboot, you should be able to login into the newly installed system.
III. Automatic installation with preseed.cfg.
Reboot the desktop. Press F12 key and choose to boot from a CD device.
Choose the second option, "Automatic Install with preseed in Text Mode", in the GRUB prompt and wait until the installer
finishes the installation. It will prompt you for a new user login name and password.
After the installation is completed, restore the files from the installation CD.
|
|