> I'm unable to boot my laptop due to a Error 16: > Inconsistent Filesystem Structure.
Which version of OpenSolaris are you using? Could this be bug 6774616? "GRUB/ZFS Error 16 (Inconsistent filesystem structure) due to lack of GANG Block support" http://bugs.opensolaris.org/view_bug.do?bug_id=6774616 (This needs new grub bits, from build 106 or newer) > How can I move or delete the file > rpool/ROOT/opensolaris...@install:/usr/X11/lib/module > /extensions/mesa/libGLcore.so so i can boot my > laptop, and copy a new file? If that's the only broken file, it might prevent starting Xorg and / or prevents running 3D applications. But I don't think it would prevent the system from booting (into single user mode)... > r...@opensolaris:/# zpool status -xv > pool: rpool > state: ONLINE > status: One or more devices has experienced an error > resulting in data corruption. Applications may be affected. ... > errors: Permanent errors have been detected in the > following files: > > > pool/ROOT/opensolaris...@install:/usr/X11/lib/modules/extensions/mesa/libGLcore.so > r...@opensolaris:/# This error might be unrelated to the "Error 16" grub boot problem... > No option to boot into another be, the default just reboots the laptop. Is it possible to boot using the root file system from the other boot environment? Edit the default grub boot entry and insert a line with the command bootfs rpool/ROOT/opensolaris so that the boot commands look similar to this: bootfs rpool/ROOT/opensolaris root (,0,a) kernel$ /platform/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFS module$ /platform/i86pc/$ISADIR/boot_archive -- This message posted from opensolaris.org _______________________________________________ storage-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/storage-discuss
