I use Grub4dos for booting the tinycore and winpe.....
I installed the tinycorelinux in my removable hard drive(sata).
copy the boot directory and the tce directory to my removable hard drive,put applications in the tce directory .
then use :
title Start tinycorelinux
kernel /boot/bzImage quiet tinycore tce=sda1
initrd /boot/tinycore.gz
I try to change the red words"sda1" to "sdb1" ......or "hda1"
The tinycorelinux boots OK,but it is a basic system without applications.
Or use :
title Start tinycorelinux
kernel /boot/bzImage quiet tinycore waitusb=5
initrd /boot/tinycore.gz
it is the some result ,no applications.
I try to copy these directories in my hard drive (not removable hard drive(sata)),but it is OK, it can load the applications.
so how to load the applications in the tce directory by removable hard drive(sata)?
thanks!