cbagger01
Group: Members
Posts: 4264
Joined: Oct. 2003 |
|
Posted: Mar. 05 2006,07:30 |
|
You don't need DOS or any other OS to boot DSL from PCMCIA.
Why?
Because the linux kernel and miniroot intial ramdisk can already be stored on a floppy disk or disks.
The problem is:
The typical DSL boot floppy does not contain the drivers for your PCMCIA card controller chip.
This means that it can't see any of your PCMCIA devices including a CF card, so the boot will fail.
One solution to get DSL on such a machine is known as a "poorman's install", and it involves booting your original OS (DOS/Win95/Win98/WinME) and copy the contents of the CD-R disk over to your C:\ drive, IE: C:\KNOPPIX\KNOPPIX
But this is not a portable solution.
If your computer has a USB port, the portable solution is DSL USB pendrive install + USB bootfloppy.
But Robert's project should solve this. It appears to be a 2 floppy disk set that contains the usual DSL bootup files AND THE PCMCIA CONTROLLER DRIVERS.
Unfortunately, when you load up the PCMCIA drivers at the very beginning of the bootup process, it caused problems later on during the KNOPPIX autodetection process because the PCMCIA drivers are already up and running and the scripts do not expect this situation.
So his "rough draft" kinda works, but the user then needs to manually set up his additional devices because of the autodetect issue.
Hopefully this explanation is both accurate and also closer to "English" as opposed to KNOPPIX boot process developer-speak.
|