Hello,

I'm using Knoppix 7.2.0 to install grub on an 8GB NAND onboard disk.
The commands I'm using is:

mke2fs -j /dev/sda1
mount -t ext3 /dev/sda1 /media/sda1
grub-install /dev/sda...