View Single Post
Old 06-01-2013, 04:54 AM   #423
ebooksfans
Junior Member
ebooksfans is faster than slow light.ebooksfans is faster than slow light.ebooksfans is faster than slow light.ebooksfans is faster than slow light.ebooksfans is faster than slow light.ebooksfans is faster than slow light.ebooksfans is faster than slow light.ebooksfans is faster than slow light.ebooksfans is faster than slow light.ebooksfans is faster than slow light.ebooksfans is faster than slow light.
 
Posts: 7
Karma: 29386
Join Date: Mar 2011
Device: kindle 3
boot kubrick from harddisk use grub4dos

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.
ebooksfans is offline   Reply With Quote