The default root password is "opensolaris" IIRC. Try that first and if you get in remove /platform/i86pc/boot_archive . If not, boot another media, import rpool and follow these steps:
Take note of what the current mountpoint is, then set a temporary one:: zfs get mountpoint rpool/ROOT/opensolaris zfs set mountpoint=/mnt/xxx rpool/ROOT/opensolaris Mount and remove the boot archive zfs mount rpool/ROOT/opensolaris rm /mnt/xxx/platform/i86pc/boot_archive Restore the original mountpoint (probably /) and get out: zfs umount rpool/ROOT/opensolaris zfs set mountpoint=/ rpool/ROOT/opensolaris zpool export rpool Reboot. -- This message posted from opensolaris.org _______________________________________________ opensolaris-discuss mailing list [email protected]
