How to make a bootable USB drive with Knoppix
- Make a partition on the usb drive with at least 700M
- Make it fat16 and bootable
- Run syslinux /dev/sdx1 (where sdx is your usb drive)
- Mount it under /mnt/usb
- Mount knoppix iso, copy /boot/isolinux/* to /mnt/usb/
- Copy /KNOPPIX to /mnt/usb/
- Rename /mnt/usb/isolinux.cfg to /mnt/usb/syslinux.cfg, remove /mnt/usb/isolinux.bin
Reference http://www.tuxmachines.org/node/14738