|
|
|
Installing the Computerbank Distro over a network using a Knoppix CDWritten by John Simpson in Mar 2006 Supporting equipments: You need a computer with all components fitted including a CDROM drive, a network card and a Knoppix installation CD. (1) Turn on the computer and go into the BIOS mode immediately. Note: Different computers may have different short-cut key(s) to force a computer to go into the BIOS mode during the power on procedure. (2) Put the Knoppix CD into the CDROM Drive and adjust the corresponding option in the BIOS to force the computer to boot up from CDROM drive. And then restart the computer. (3) Wait until the computer reaches the Knoppix Boot Screen. At the boot prompt, type "knoppix 2". This will start the Knoppix OS in commandline mode. You now need to partition and format the HDD using the cfdisk program. (4) Type 'cfdisk'. Note: If you find that the HDD has partitions already, highlight them and delete them. You can either use the 'd' key or you can navigate with the Arrow Keys to Delete. (5) You then need to create partitions. (6) For the second partition we follow the same procedure. The type 'n' to create a new partitioin You should end up with this if using a 10 GB HDD. hda1 NC Primary Linux Swap 157.41 Obviously the above second line will have a different amount depending on the size of the HDD you use. (7) You now need to write the partition to the HDD. You do this by typing 'SHIFT + w' at the same time. (8) Type 'q' to exit CFdisk. (9) You then have to format the HDD. You also need to activate swap, do this by typing: "mkswap /dev/hda1" (10) Now you need to make a Mount Point for the Drive. (11) Now you need to change directory by typing "cd /new". (12) You now need to get the file from our server by typing: "wget http://omnidimensional/scratch/distro.tar.gz". Note: If you fail in this command, try to type 'pump' and then type 'ifconfig' to make sure that the network is properly installed. (13) Once the file is transfered, you need to untar it by typing: (14) Now that you have the files on the HDD. You need to add a few folders that aren't put in the tar file by typing the following 4 commands separately: mkdir /new/tmp (15) You now need to load the LILO boot loader to enable the system to start. First move the /boot folder on the base system by typing: (16) Now you run lilo to install the bootloader by typing: (17) You can now reboot the machine and hopefully you have a functioning computer. Type: reboot Note: If you need to change video driver, type the following command to start doing it: vi /etc/X11/xorg.conf |
|
|
Computerbank Victoria Inc., 483 Victoria St, West Melbourne, Victoria, Australia.
© Computerbank Victoria Inc. GNU Free Documentation License - copying and distribution of Computerbank documentation is permitted in any medium, ONLY if this notice is preserved. |