1.grub4dos
http://code.google.com/p/grub4dos-ch...downloads/list
2.save kubrick live cd as kubrick.iso
3.use grub to boot kubrick iso
map --mem /kubrick.iso (hd32)
map --rehook
root (hd32)
chainloader
4.fdisk -l
find disk and partion where you save kubrick.iso
5.mount
mount -t fat32 /dev/sdax /media/usbdisk
mount -o loop /mnt/usbdisk/kubirck.iso /media/cdrom
mount -o loop -t squashfs /media/cdrom/kubrick/JAVA.SFS /mnt/java
6.
sh autostart.sh
debian can be install from harddisk.
can autostart.sh add the function to search kubrick.iso and mount it.