drnil
Group: Members
Posts: 1
Joined: Aug. 2006 |
|
Posted: Aug. 24 2006,13:57 |
|
Quote (DiSmaL @ Aug. 11 2006,12:57) | I'm a Linux newbie, trying to install DSL to experiment with on an old P166MMx with 16MB RAM and 2559MB HD. From what I've read here and on other forums, it should cope with DSL and run the GUI OK.
Having failed to get this working from within Win98 (which was on the machine) I tried to boot from the CD. This works OK, boots the kernel, detects hardware etc, but then kicks me out to runlevel 2 (see below)... |
I just installed DSL on a P75 with 16MB RAM and 500MB disk, and had exactly the same problems. The first problem seems to happen because the dsl-conf script expects the directory /ramdisk to exist, while the knoppix-autoconf script, or something before that, apparently tried to be smart and skipped creating it due to low RAM. Fortunately, there is a simple solution. Boot to runlevel 2, create a script, knoppix.sh, and put it in /KNOPPIX/ . This script should do the following:
mkdir /ramdisk chmod o+w /ramdisk
It will run before dsl-conf and creates the /ramdisk dsl-conf cries for. Incidentally, this can be used in another way for RAM-challenged computers. You could instead symlink /ramdisk to some directory on the disk, and this way be able to save RAM and have persistent storage of /opt and /tmp.
The second problem (in my case at least) with an obnoxious X I solved by removing uneeded things from .xinitrc (icon stuff, dillo, torsmo).
Speed when using X? Barely standable...
|