> Could someone please tell me how to install the OpenSolaris grub properly > once I > booted into the live cd?
You will have to determine what device your disk is. On my SATA drives, the device is /dev/rdsk/c3d0 and this is how I re-installed grub to the OpenSolaris partition. Installation to the MBR is a slightly different invocation of installgrub - installgrub -m ...... zpool import zpool import -f rpool mkdir /a mount -F zfs rpool/ROOT/opensolaris /a zfs set mountpoint=/a/rpool rpool cd /a/boot/grub installgrub stage1 stage2 /dev/rdsk/c3d0s0 -- This message posted from opensolaris.org