Quote Originally Posted by ches
How can I automate my boot codes so I don't have to type them at the boot prompt?
I don't want to "install" knoppix. I have used tohd so it will run off HDD after boot. I also use myconfig. So my boot codes look like this:
knoppix myconfig=/media/hda6 fromhd=/dev/hda6
I'm using knoppix 5.1.
I no longer have the original .iso file.
I'd really like to not have to put the Knoppix boot CD in at all. (I'll live with it. This is secondary)
I do not want to change my XP MBR.
Interesting question. I did some research on this topic and here is my solution to your request:

Remaster your knoppix boot CD so it contains the "myconfig=/media/hda6 fromhd=/dev/hda6" as the default boot option.

Follow the remaster steps on http://www.knoppix.net/wiki/Knoppix_Remastering_Howto

Before you move on to create the ISO image, change the /etc/init.d/knoppix-autoconfig script.

At the beginning of the script, add the following line:

Code:
export CMDLINE="${CMDLINE} myconfig=/media/hda6 fromhd=/dev/hda6"
Save the file.

Create the ISO and burn it to the cd.

Here you go, boot from the CD and it should be all automatic now.

Pro: Simple and straight forward
Con: You still need to boot it up with the CD

I did not test it out myself. Just let us know the result when you're done. It's gonna be interesting.

Rgds,
Chip