Having spent more time reading each distro's isolinux.cfg file, in an attempt to understand syntax, layout, purpose, and examining each distro's file structure, I have a [slightly(?)] better understanding of this whole process. Taking Jetman's suggestion, I decided to start small. I've followed the instructions to a T, have gotten the ISO created and the CD boots to the menu as expected. Thank you.
However, despite my attempts at doing exactly what the instructions say, and after rechecking my work a few times, I've run into a few unusual , yet I'm sure trivial, problems. For one it didn't load the splash.png and the background is all black (as opposed to white/gray) but I can care less. I'm more interested in the problems below: I am nearly positive that it has to do with my isolinux.cfg file which I copied & pasted then updated with the correct file names for SysRescCD. I also double checked paths in the .cfg & file system to make sure I didn't do somethin silly.
DSL says it can't find the knoppix kernel.
ZenWalk gives me a kernel panic, & says to try passing the init= option
Rescue CD simply won't display anything after loading vmlinuz & initrd.gz
Memtest86 works - w00t!
After making the ISO using the following command:
DEFAULT /boot/isolinux/vesamenu.c32 # I even tried just vesamenu.c32
PROMPT 0
TIMEOUT 3000
TOTALTIMEOUT 4500
####
MENU BACKGROUND /boot/isolinux/splash.png # I even tried just splash.png
MENU TITLE Super-Disc ** 09Mar07 Edition
####
#### The 1st byte of the fgnd color is brightness.
#### blue
MENU COLOR title 1;36;44 #ff0000ff #00000000 std
#### blue
MENU COLOR unsel 37;44 #ff0000ff #00000000 std
#### white
MENU COLOR sel 7;37;40 #c0ffffff #ff000000 std
#### red
MENU COLOR hotkey 1;37;44 #ffff0000 #00000000 std
#### green
MENU COLOR hotsel 1;7;37;40 #ff00ff00 #ff000000 all
####
LABEL sysresccd1
MENU label ^1 System Rescue CD VESA Display
MENU DEFAULT
KERNEL /boot/sysresccd/rescuecd
APPEND initrd=/boot/sysresccd/initram.igz root=/dev/ram0 init=/linuxrc vga=788 looptype=squashfs loop=/sysresccd/sysrcd.dat setkmap=us subdir=sysresccd cdroot forcevesa splash=silent
LABEL sysresccd2
MENU LABEL ^2 System Rescue CD fb1024x768 Display
KERNEL /boot/sysresccd/rescuecd
APPEND initrd=/boot/sysresccd/initram.igz root=/dev/ram0 init=/linuxrc vga=791 looptype=squashfs loop=/sysresccd/sysrcd.dat setkmap=us subdir=sysresccd cdroot splash=silent
LABEL sysresccd3
MENU LABEL ^3 System Rescue CD fb800x600 Display
KERNEL /boot/sysresccd/rescuecd
APPEND initrd=/boot/sysresccd/initram.igz root=/dev/ram0 init=/linuxrc vga=788 looptype=squashfs loop=/sysresccd/sysrcd.dat setkmap=us subdir=sysresccd cdroot splash=silent
LABEL sysresccd4
MENU LABEL ^4 System Rescue CD fb640x480 Display
KERNEL /boot/sysresccd/rescuecd
APPEND initrd=/boot/sysresccd/initram.igz root=/dev/ram0 init=/linuxrc vga=785 looptype=squashfs loop=/sysresccd/sysrcd.dat setkmap=us subdir=sysresccd cdroot splash=silent
LABEL dsl
MENU LABEL ^5 **** Small Linux 3.2
KERNEL /boot/dsl/linux24
APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 initrd=/boot/dsl/minirt24.gz dma acpi nomce noapic quiet tz="America/New York" knoppix_dir=dsl BOOT_IMAGE=knoppix
LABEL zenlive
MENU LABEL ^7 ZenLive Linux
kernel /boot/zenlive/vmlinuz
append max_loop=255 initrd=/boot/zenlive/initrd.gz init=linuxrc load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=4444 root=/dev/ram0 rw vga=791 splash=silent changes=zensave.xfs
LABEL memtest86
MENU LABEL ^Memtest86 (RAM Diagnostic)
KERNEL /boot/isolinux/memtest86
To boot, here's a[n archaic looking] view of my Super-Disc
Volume in drive C is AnP
Volume Serial Number is 60F1-0DC3
Directory of c:\Super-Disc
02/11/2009 03:35 PM <DIR> .
02/11/2009 03:35 PM <DIR> ..
02/11/2009 03:17 PM <DIR> boot
02/11/2009 03:29 PM <DIR> dsl
02/11/2009 03:21 PM <DIR> sysresccd
02/11/2009 03:35 PM <DIR> zenlive
0 File(s) 0 bytes
Directory of c:\Super-Disc\boot
02/11/2009 03:17 PM <DIR> .
02/11/2009 03:17 PM <DIR> ..
02/11/2009 03:32 PM <DIR> dsl
02/11/2009 03:59 PM <DIR> isolinux
02/11/2009 03:21 PM <DIR> sysresccd
02/11/2009 03:35 PM <DIR> zenlive
0 File(s) 0 bytes
Directory of c:\Super-Disc\boot\dsl
02/11/2009 03:32 PM <DIR> .
02/11/2009 03:32 PM <DIR> ..
08/12/2007 11:48 AM 1,005,209 linux24
11/09/2008 07:59 AM 299,115 minirt24.gz
2 File(s) 1,304,324 bytes
Directory of c:\Super-Disc\boot\isolinux
02/11/2009 03:59 PM <DIR> .
02/11/2009 03:59 PM <DIR> ..
01/25/2009 06:21 PM 12,628 chain.c32
02/12/2009 06:07 PM 14,336 isolinux.bin
02/12/2009 06:46 PM 2,525 isolinux.cfg
01/25/2009 06:21 PM 20,048 memdisk
11/22/2006 12:03 PM 94,760 memtest86
02/10/2009 06:01 PM 921,654 splash.png
01/25/2009 06:21 PM 145,680 vesamenu.c32
7 File(s) 1,211,631 bytes
Directory of c:\Super-Disc\boot\sysresccd
02/11/2009 03:21 PM <DIR> .
02/11/2009 03:21 PM <DIR> ..
01/01/2009 08:06 PM 12,647,586 initram.igz
01/01/2009 07:14 PM 3,315,728 rescuecd
2 File(s) 15,963,314 bytes
Directory of c:\Super-Disc\boot\zenlive
02/11/2009 03:35 PM <DIR> .
02/11/2009 03:35 PM <DIR> ..
06/17/2008 02:27 PM 3,757,134 initrd.gz
06/17/2008 02:27 PM 2,897,884 vmlinuz
2 File(s) 6,655,018 bytes
Directory of c:\Super-Disc\dsl
02/11/2009 03:29 PM <DIR> .
02/11/2009 03:29 PM <DIR> ..
11/17/2008 11:01 PM 50,570,245 KNOPPIX
1 File(s) 50,570,245 bytes
Directory of c:\Super-Disc\sysresccd
02/11/2009 03:21 PM <DIR> .
02/11/2009 03:21 PM <DIR> ..
01/01/2009 07:23 PM 212,545,536 sysrcd.dat
1 File(s) 212,545,536 bytes
Directory of c:\Super-Disc\zenlive
02/11/2009 03:35 PM <DIR> .
02/11/2009 03:35 PM <DIR> ..
02/11/2009 03:36 PM <DIR> base
06/17/2008 02:27 PM 250 livecd.sgn
06/17/2008 02:27 PM 906 make_iso.sh
02/11/2009 03:35 PM <DIR> modules
02/11/2009 03:35 PM <DIR> optional
02/11/2009 03:35 PM <DIR> persist
02/11/2009 03:35 PM <DIR> rootcopy
2 File(s) 1,156 bytes
Directory of c:\Super-Disc\zenlive\base
02/11/2009 03:36 PM <DIR> .
02/11/2009 03:36 PM <DIR> ..
06/17/2008 02:27 PM 493,256,704 01-zenwalk.mo
06/17/2008 02:27 PM 50,868,224 02-zenlive.mo
2 File(s) 544,124,928 bytes
Directory of c:\Super-Disc\zenlive\modules
02/11/2009 03:35 PM <DIR> .
02/11/2009 03:35 PM <DIR> ..
0 File(s) 0 bytes
Directory of c:\Super-Disc\zenlive\optional
02/11/2009 03:35 PM <DIR> .
02/11/2009 03:35 PM <DIR> ..
0 File(s) 0 bytes
Directory of c:\Super-Disc\zenlive\persist
02/11/2009 03:35 PM <DIR> .
02/11/2009 03:35 PM <DIR> ..
06/17/2008 02:27 PM 884 README
06/17/2008 02:27 PM 132,335 save128.zip
06/17/2008 02:27 PM 262,577 save256.zip
06/17/2008 02:27 PM 523,131 save512.zip
4 File(s) 918,927 bytes
Directory of c:\Super-Disc\zenlive\rootcopy
02/11/2009 03:35 PM <DIR> .
02/11/2009 03:35 PM <DIR> ..
0 File(s) 0 bytes
Total Files Listed:
23 File(s) 833,295,079 bytes
41 Dir(s) 5,450,575,872 bytes free
As always, thanks for reading this and nudging me in the right direction. It's much appreciated.
This post has been edited by Phylum: 12 February 2009 - 05:50 PM