> I am trying to get OpenSolaris 2009.06 to run from my 32 GB Kingston
> compact flash drive attached to a standard Sil 0680 IDE controller.  The
> installer detects the card and install successfully.  Upon reboot, GRUB
> rops to a "grub>" prompt.  Any attempts to read menu.lst fail with:
> 
> grub> root (hd0,0,a)
> Filesystem type is zfs ...
> grub> find /rpool/boot/grub/menu.lst
> zio_read_data failed
> Error 15: File not found

Not sure if this will avoid the "zio_read_data failed",
but try the find command without the zpool name;
find /boot/grub/menu.lst

In a virtualbox guest / grub command line mode I see this:

grub> root (hd0,0,a)
 Filesystem type is zfs ...

grub> find /rpool/boot/grub/menu.lst
Error 15: File not found

grub> find /boot/grub/menu.lst
(hd0,0,a)
-- 
This message posted from opensolaris.org
_______________________________________________
indiana-discuss mailing list
indiana-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/indiana-discuss

Reply via email to