How Do You Install Knoppix Inside Another Version Of Linux?
• Download Knoppix or a Knoppix based Linux Distro. • Loopmount the ISO image somewhere (ex: /media/knoppix) • Copy /media/knoppix/knoppix/knoppix to /knoppix/knoppix • Copy /media/knoppix/boot/isolinux to /boot/isolinux • open /boot/isolinux/isolinux.cfg in beaver (or vim or nano or emacs or gedit or whatever you use) • open /boot/grub/menu.lst in your text editor as well • in menu.lst, scroll down to the bottom • put in information about your new knoppix system • the kernel is usually /boot/isolinux/linux • in isolinux.cfg find the first appearance of the word “append” copy after that word until the end of the line. • Now add a space after the new kernel in menu.lst and paste the copied area.