Sounds like you've either trashed your GRUB config or it can't find/access it.

Try manually booting your ufs partition by using a GRUB entry like this:

---
findroot (hd0,2,a)
kernel$ /platform/i86pc/kernel/$ISADIR/unix
module$ /platform/i86pc/$ISADIR/boot_archive
---

You may need to try a different "root" line, so try:

---
root (hd0,2,a)
kernel$ /platform/i86pc/kernel/$ISADIR/unix
module$ /platform/i86pc/$ISADIR/boot_archive
---

... if the first attempt doesn't work.
-- 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to