I just received a 4GByte Transcend "Industrial Grade" Compact Flash (CF), model CF200I. The documentation says it's "fixed media" type. I'm still booting off CD-ROM with the 'tinycore ide-core.nodma=1.0' boot code, but now the CF can actually mount, this is good.
I'd like to boot off this CF, so I'm following along in the "Tiny Core Linux Installation" notes.
'fdisk -l' tells me that:
o The CF is on /dev/hdc
o The CF is bootable
o The CF is already formatted with FAT32
o Partition 1 has different physical/logical endings
phys=(1023, 254, 63) logical=(495, 142, 63)
cfdisk has a fatal error: "Bad primary partition 0: Partition ends in the final partial cylind"
The CF is already formatted, so I'm continuing. In copying over the system files, 'cp -p' says that it cannot preserve ownership.
At this point the drive is /mnt/hdc, partition is /mnt/hdc1, and is mounted
In using grub:
grub> root (hd2,0)
Error 21: Selected disk does not exist
I must be missing something here.
Jonathan