So, now we're actually getting somewhere! Before doing anything, snoop a little around in the installation program. Read the Instructions, and read the credits and about items on the Options Menu. Of course, there will be some talking about PowerMacs here too. This does not apply to us.
It's quite useful to know how the machine reacts when we do
something. Therefore: On the Option Menu select Run
xinstaller with output window. This will bring up the
installer again, but with a white message window in the
background. Note that you can move the windows on the screen
around by clicking and dragging on the blue top or right
borders. To bring a window to the front, try clicking on it.
6.2 Partition the harddisk(s)
The next thing to do is to partition the hard disk(s). Press the Partition drives button. Look at the white ouput screen. Oh no! A Horrible, Horrible error has happened! WHAT ARE WE GOING TO DO??? Okay, no panic, we are going to sort this out.
Press the right mouse button on the background on the screen. What a cute little menu! Notice that you can change the colors of the screen with the Styles option. This is the first installation program I've ever seen with changeable colors :-) !! Select xterm on the Blackbox (background) menu. This will bring up a command line terminal window which we will use to start some programs that can do what the installation program couldn't.
In the xterm window, issue the command
fdisk /dev/sdaThis will start the good old fdisk program. Note: This program will wipe away anything on the disks in the machine. If there are something on the disks that you want to protect, exit the program by hitting Q and press Enter. If you like a menu driven program, we'll start using cfdisk in a minute. For an overview on the fdisk commands, hit ?. To view the present partition scheme, hit P. If there are lots of unknown AIX information there, hit D, and select 1, D again and 2, and continue all the way up to 5 to be sure all old AIX partitions are wiped away. Write the changes to the disk by hitting W, and quit the program by hitting Q. If there are no AIX partitions on the disks, just quit with the Q command. If you have more than one harddisk in the machine, use the commands fdisk /dev/sdb for the second harddisk, fdisk /dev/sdc for third and so on, and repeat the steps from the first disk.
You could of course use fdisk to make the new partitions too, but I prefer a more user friendly solution. At the shell prompt, type
cfdisk /dev/sdaTo start the cfdisk program on the first harddisk. Change to sdb and sdc, and so on for more harddisks. Basic usage of cfdisk is outside the scope of this document, but I have written a little starter, which you can read here.
You should have at least these partitions:
exitAnd return to the x-installer window.
The next step is to select what partitions should be used where. Press the Select Partitions button. You'll get a list over all partitions on your hard disks. Edit mount points and select format on the partitions that you want to erase. You should not mount the boot partition (probably sda1) nor any swap partition(s).
Press the Format and Mount button. The installation program will format and mount the partitions. Look for exciting error messages in the output window. If you have /usr on a separate partition, and the root partition is quite small because of that, you'll get an error message in a new window. Just ignore it, and close that window.