Hi !
After some time out I'm back to TCL. I've installed 4.5.5 to a usb stick and it has automagically created the extlinux.conf file to double-boot TCL and Windows. I've tweaked a little the TCL part, and it boots OK, but when I try to boot windows, it just goes back to the menu and won't boot.
Windows XP is in the first partition of the hard disk, fat32, and boots OK by itself (the problem is only when I try to boot it from TCL boot menu from the usb stick).
The extlinux.con file I have has a windows section which is identical to what's in
http://wiki.tinycorelinux.net/wiki:extlinux:
UI vesamenu.c32
MENU TITLE Tiny Core Bootloader
TIMEOUT 20
DEFAULT core
LABEL Tinycore
KERNEL /tce/boot/vmlinuz
APPEND initrd=/tce/boot/core.gz quiet vga=791 norestore swap waitusb=5:UUID="long number" tce=UUID="long number" opt=UUID="long number" home=UUID="long number"
LABEL windows
KERNEL chain.c32
APPEND hd0 1
Any help would be appreciated. TIA jano