the usb download is setup for either syslinux/fat32 or grub/ext3 ext2
incl syslinux folder ,etc plus cool boot splash
Tinycore/Roberts probably knows a way to do it without using qemu....?
all you gotta do is install syslinux or grub to usb, just place boot and flavor folder on usb and play
note also, there may be 2 diff .cfg files in syslinux folder for tcvd.cfg and flavor.cfg, use flavor option at boot menu, press enter to get boot menu, don't enter text a "boot:", just press enter.
if using 2.0 just edit the .cfg/menu.lst to suit....
and check that out
(
http://forum.tinycorelinux.net/index.php?topic=1777.msg9831#msg9831 )
big dig??
tc2.0 can be installed to a tcvd vhd!!!
yea, I got one almost ready for download, simply make you own...
ok, as above, boot tc2.0 with portable-qemu, enter "tinycore vga=788 superuser"
ok, you also gotta have cfdisk tce riding on 2.0iso
if you don't have pre-made 2.0 iso I got small 2.0 grub.iso at link above^
it's got grub and everything to install 2.0!
it boots using grub and has cool splash too
now, at command line text mode use "cfdisk /dev/hda"
and you can make partitions and make swap, etc
I usually make a hda1, type 83 bootable, then make a swap, type 82 and then
write to disk.
now issue "mkfs.ext3 /dev/hda1"
and "mkswap /dev/hda2" and "swapon /dev/hda2"
now, poweroff using "poweroff"
once it says system shutdown, etc, just click qemu X
again start qemu superuser, etc and at command line issue
mount /mnt/hda1
cp -a /mnt/hdc/* /mnt/hda1 (hdc should already be mounted)
that copies contents of my grubiso to hda1
now, invoke grub with
"grub-install --root-directory=/mnt/hda1 /dev/hda"
you can also try using grub prompt
"grub"
"root (hd0,0)"
"setup (hd0)"
"quit"
I have had more success with grub-install....
anyway, that's it! now choose shutdown/no backup from menu, shutdown
and use slk_run.sh, pointed to vhd name/location and you got a runing tc2.0
which runs just like real tc and saves apps, settings, etc
no doubt
change name of scripts too, tc20_install or whatever
note-heard it was BAD using tcvd option to mount a partitioned qemu-img
so you may screw up tc portable if you try to use it as tcvd too
also, you can play tcportable in tc real too.
so, get grub.iso and portable-qemu from my site and your set
also got other portables too
(
http://multidistro.com/downloads/portables/portables.html )
and good screenshots of tc2.0 portable + on a lappy
(
http://multidistro.com/tinycore-shots/tc-scrnshots.html )
any questions I'll be around