Hi,
I have been able to add and run Ubuntu 9.10 off of my UBCD build. I am running syslinux 3.84.
1) I have downloaded the Ubuntu 9.10 Desktop ISO, extracted it, and deleted everything BUT these folders (please let me know if I can delete more!):
Code:
.disk
casper
dists
pool
preseed
2) I then transferred those folders to my UBCD usbstick.
3) Added the following entries in the syslinux menu (work good for me):
Code:
LABEL -
MENU LABEL Ubuntu 9.10 LiveOS (Live - No Changes Saved)
LINUX /casper/vmlinuz
INITRD /casper/initrd.lz
APPEND preseed/file=preseed/ubuntu.seed boot=casper ramdisk_size=1048576 root=/dev/ram rw splash --
LABEL -
MENU LABEL Ubuntu 9.10 LiveOS (Persistent)
LINUX /casper/vmlinuz
INITRD /casper/initrd.lz
APPEND preseed/file=preseed/ubuntu.seed boot=casper persistent ramdisk_size=1048576 root=/dev/ram rw splash --
Thats it! Boot and try it out!
~
dpc