[indiana-discuss] "zio_read_data failed" in GRUB while trying to boot from compact flash (CF)
Jürgen Keil
jrgn.keil at googlemail.com
Sat Jul 25 02:49:20 PDT 2009
> 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
More information about the indiana-discuss
mailing list