Quote |
hmm, it sounds like something wrong with the CF card. |
Quote |
i always blank out the bootsector before a format; dd if=/dev/zero of=/dev/hdc bs=512 count=1 |
Quote |
you know, can just use fdisk to format : >sudo fdisk /dev/hdc delete whatever partitions are there. add a new primary partition (it defaults it to ext2) write it. |
Quote |
use emelfm filemanager to see if you can mount it (right-click-mount) copy some files to it just to see if it's ok. unmount it then do a frugal grub install on it (hdc1). |
Quote |
I have 2 Kingstons 2GB (they're really toshiba's, but you probably already know that). they're usually very reliable, so i'm quite surprised. |
Quote |
i just did a pendrive install on one of them just to see if it works and the only problem i had was that the installer could'nt find the linux24 or minirt24.gz, but that's cos i boot the pen from freedos. i copied these 2 files to the boot/ directory of the kingston and grub boots okay. |
Quote |
as a last resort, you could try freedos instead of grub; http://petepr.drivehq.com/dsl/guides/guides_idiots.html#Boot_LoadLin you might need to use fdisk to switch on the boot flag. |