create a master boot record
I have place a few operating systems on an SD card vor my Asus EEE PC.
I have managed to add grub entries in the internal partition to point to the necessary partitions on the SD card and both FaunOS and SLAX boot.
I would like to install grub on the sd card, and I did
grub> find /boot/grub/stage1
and I got
hd0,0
hd0,1
hd1,2
so then I did
grub> setup (hd1)
but I got an error that it was an invalid device, so I am assuming I need to create an MBR, and did some google searching, but I didn't find anything I felt comfortable with.
Step by step help please?