Follow these steps to make the ultimate swiss-army-knife bootable thumb drive.
Follow these instructions.
Copy the /boot/grub/ files (START with the super grub disk, since there's useful info there) into the same DOS partition. Then boot into Knoppix, start grub, and do root (hd0,0); setup (hd0).
In menu.lst, add this entry:
title DOS (thumb drive)
rootnoverify $(grub_device) # the same partition that holds menu.lst is also DOS-bootable
chainloader +1
boot
title Knoppix
usbshift
kernel /boot/Knoppix/boot/isolinux/linux ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 initrd=minirt.gz nomce quiet BOOT_IMAGE=knoppix
initrd /boot/Knoppix/boot/isolinux/minirt.gz
(In this case, I split the contents into two different folders:
See more here. There are lots of LiveUSB distros that were converted from LiveCDs, but there doesn't seem to be a silver-bullet way of converting ISOs.