tony vong wrote:
First, I mkfs the flashcard.

[EMAIL PROTECTED] ~]# mkfs /dev/sda1 -t ext3
mke2fs 1.35 (28-Feb-2004)

grub> root (hd0,0)
 Filesystem type unknown, partition type 0x1

And did you remember to configure your partition in fdisk to be Linux type (83).

fdisk /dev/sda
t  ; type
1  ; first partition
83 ; type 83 (linux)
w  ; write changes to disk
q  ; quit


_______________________________________________
Bug-grub mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to