Am attempting to install slitaz and SystemRescueCd liveCDs onto a USB drive already booting from UBCD 5.1.1 .
These Linux liveCD distros are SliTaz version 4.0 and SystemRescueCd version 2.7.0, and they are found online at http://www.slitaz.org/ and at http://www.sysresccd.org/SystemRescueCd_Homepage respectively. The UBCD-booting USB drive already has the latest pmagic (Parted Magic 2012_5_14 ; http://partedmagic.com/doku.php) and puppy (Slacko Puppy 5.3.3 ; http://www.puppylinux.com/download/index.html). UBCD wiki instructions for putting the latter two onto UBCD 5.1.1 are at http://wiki.ultimatebootcd.com/index.ph ... =Tutorials and at http://wiki.ultimatebootcd.com/index.ph ... uppy_Linux respectively.
As per UBCD's customization instructions, have already extracted the SliTaz and SystemRescueCd iso's and copied the extracted liveCD contents to c:\ubcd-extracted\ubcd\custom\slitaz\ and to c:\ubcd-extracted\ubcd\custom\rescuecd\ respectively.


Thanks

ccoin
-----

a. Partial contents of the UBCD file custom.cfg in folder c:\ubcd-extracted\ubcd\custom\ , for advanced preparation for booting slitaz and rescuecd:
custom.cfg
b. For SliTaz 4.0, the c:\ubcd-extracted\ubcd\custom\slitaz\boot\ folder contains:LABEL - slitaz
MENU LABEL SliTaz 4.0
TEXT HELP
SliTaz as another nice liveCD besides Puppy.
ENDTEXT
LINUX /ubcd/custom/slitaz/*
INITRD /ubcd/custom/slitaz/*
APPEND -
LABEL - rescuecd
MENU LABEL System Rescue CD 2.7.0
TEXT HELP
SystemRescueCd as a liveCD alternative to Parted Magic
ENDTEXT
LINUX /ubcd/custom/rescuecd/*
INITRD /ubcd/custom/rescuecd/*
APPEND -
c. For SliTaz 4.0, the config file isolinux.cfg in c:\ubcd-extracted\ubcd\custom\slitaz\boot\isolinux\ contains entries such asgrub\
isolinux\
bzimage
gpxe
rootfs1.gz
rootfs2.gz
rootfs3.gz
rootfs4.gz
vmlinux-2.6.37-slitaz
isolinux.cfg
LABEL core
MENU LABEL SliTaz core Live
KERNEL /boot/bzImage
append initrd=/boot/rootfs4.gz,/boot/rootfs3.gz,/boot/rootfs2.gz,/boot/rootfs1.gz rw root=/dev/null vga=normal autologin
d. For SystemRescueCd 2.7.0, the c:\ubcd-extracted\ubcd\custom\rescuecd\ folder contains:
e. For SystemRescueCd 2.7.0 (**), the config file isolinux.cfg in c:\ubcd-extracted\ubcd\custom\rescuecd\isolinux\ contains entries such asbootdisk\
bootprog\
isolinux\
ntpasswd\
usb_inst\
sysrcd.dat
sysrcd.md5
usb_inst.sh
usbstick.htm
version
isolinux.cfg
** Do ALL of Spalmore's suggestions for UBCD 4.1.1 and SystemRescueCd x86 1.2.2 at viewtopic.php?f=4&t=198 still entirely apply for UBCD 5.1.1 and SystemRescueCd x86 2.7.0LABEL rescuecd_std
MENU LABEL 1) SystemRescueCd: default boot options
LINUX rescuecd
INITRD initram.igz
APPEND scandelay=1
TEXT HELP
Boot standard 32bit kernel with default options (should always work)
You should use this entry if you don't know which one to use
ENDTEXT



-----