| with an older pc you really need to consider your system resources before choosing a distro and look at the install requirements for knoppix. It does have an installer, but you might be much happier with another distro, check out Damnsmalllinux, its under 50mb and really makes old machines fly. It is similar to knoppix being based off of debian and you can use apt as a package manager.
To install with any distro you will need to create a partition table. A basic one must include a swap partition, usually about 2x your ram however, you may need to modify it. Swap works like virtual memory in windows, it handles things when you are out of ram. The next you will need a linux partition formated to ext3--there are alternatives but this is the mainstay of most linux users--to mount /, which represents your root filesystem.
DSL, damnsmalllinux, is a livecd, so you can boot it up and open a root terminal. Run "cfdisk /dev/hda" and you can erase your current partition table. M will show you commands. You will D for delete and N for new. Then you must set the type with T, one for swap and one for linux and your root filesystem. When you are happy check with P to make sure that it looks like you want it too, and then write your new table to disk with W.
Next you have to format your patitions and make their file systems. Assuming your first partition is your swap you will "mkswap /dev/hda1", and assuming that your second partition is for your root filesystem you will "mke2fs -j /dev/hda2". Voila, you are ready to install, you may do this through either the script loaded by the live cd or at the boot prompt. Enter the key for options, should be "dsl install" or something similar to that.
Good luck, and come back here for help...
John
__________________
Operating System: GNU Emacs |