Hi everyone,

An academic has given me a copy of a KNOPPIX with a program built into it. See the imgur link below for the file structure I have been given.
The files were given to me in a zipped folder, with the only instruction being to 'burn the files within this zip folder to a CD'.

Is there a specific process I have to follow to get the files I've been given into a bootable state? Everything I have tried has not worked: simply burning the files using any CD burning software does not result in a bootable CD. The guides I have found for burning a bootable KNOPPIX CD also don't appear to be applicable to my situation since I'm not creating a brand new KNOPPIX environment - I'm trying to get a pre-existing and modified environment to boot.

I've been assured that these files have resulted in a bootable and functional KNOPPIX system in the past.




isolinux.cfg:

Code:
DEFAULT linux26
APPEND ramdisk_size=100000 init=/etc/init lang=us vga=791 initrd=miniroot.gz nomce quiet alsa noscsi BOOT_IMAGE=knoppix
TIMEOUT 300

PROMPT 1
DISPLAY boot.msg
F1 boot.msg
F2 f2
LABEL lamppix
KERNEL linux26
APPEND ramdisk_size=100000 init=/etc/init lang=us vga=791 initrd=miniroot.gz nomce quiet alsa noscsi BOOT_IMAGE=knoppix
LABEL lamppix-scsi
KERNEL linux26
APPEND ramdisk_size=100000 init=/etc/init lang=us vga=791 initrd=miniroot.gz nomce quiet alsa BOOT_IMAGE=knoppix
LABEL knoppix-txt
KERNEL linux26
APPEND ramdisk_size=100000 init=/etc/init lang=us vga=normal initrd=miniroot.gz nomce quiet alsa BOOT_IMAGE=knoppix
LABEL expert
KERNEL linux26
APPEND ramdisk_size=100000 init=/etc/init lang=us vga=791 initrd=miniroot.gz nomce alsa BOOT_IMAGE=knoppix
LABEL fb1280x1024
KERNEL linux26
APPEND ramdisk_size=100000 init=/etc/init lang=us vga=794 xmodule=fbdev initrd=miniroot.gz alsa nomce quiet noscsi BOOT_IMAGE=knoppix
LABEL fb1024x768
KERNEL linux26
APPEND ramdisk_size=100000 init=/etc/init lang=us vga=791 xmodule=fbdev initrd=miniroot.gz alsa nomce quiet noscsi BOOT_IMAGE=knoppix
LABEL fb800x600
KERNEL linux26
APPEND ramdisk_size=100000 init=/etc/init lang=us vga=788 xmodule=fbdev initrd=miniroot.gz alsa nomce quiet noscsi BOOT_IMAGE=knoppix
LABEL failsafe
KERNEL linux26
APPEND ramdisk_size=100000 init=/etc/init lang=us vga=normal nosound noapic noscsi nodma noapm nousb nopcmcia nofirewire noagp nomce nodhcp xmodule=vesa initrd=miniroot.gz BOOT_IMAGE=knoppix
LABEL userdef
KERNEL linux26
APPEND ###############################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################

Thank you so much for reading! I really need all the help I can get