No problems with 3.7 rc3 but on copying bzImage & tinycore.gz over to my FAT32 USB stick from the mounted ISO as usual, the system would only boot to the core. Error message:
Warning! Errors occured during the loading of the extensions. Request for /mnt/sdc1/tcany ignored. Not supported on Read-only file system.
The MD5 sum was confirmed before mounting the ISO. The system stats show:
rootfs on / type rootfs (rw,size=512484k,nr_inodes=128121)
tmpfs on / type tmpfs (rw,relatime,size=929992k)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
tmpfs on /dev/shm type tmpfs (rw,relatime)
/dev/sdc1 on /mnt/sdc1 type vfat (rw,relatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
The relevant parts of my syslinux.cfg are:
LABEL tcany
MENU LABEL TinyCore Any PC 16/06/11
KERNEL /tcany/boot/bzImage
APPEND initrd=/tcany/boot/tinycore.gz quiet noswap nodhcp kmap=qwerty/uk nozswap noicons waitusb=5 tce=UUID="24FA-F04D"/tcany
LABEL tc
MENU LABEL TinyCore 3.7 16/06/11
KERNEL /tc/boot/bzImage
APPEND initrd=/tc/boot/tinycore.gz quiet noswap nodhcp kmap=qwerty/uk nozswap waitusb=5 tce=sdc1/tc
Unless I have missed something fundemental about 3.7, it would appear to be treating VFAT volumes as though they were NTFS read only !