On 07/13/09 11:00, Richard Kolkovich wrote: > Unfortunately, I had found and tried that workaround (deleting the findroot > line). This didn't help > any. My installation was only on one disk, so I didn't think the other fixes > applied to me. > > I did try installing with all my other hard drives unplugged - just in case. > I installed FreeBSD > onto the one hard drive to be sure the ZFS info and MBR were overwritten then > installed 2009.06 > again - same grub errors as before. > > (on a side note, where can I find the ZFS bugster? Google is failing me...) > > Thanks, > Hi Richard -
I'm not familiar with FreeBSD, so I'm not sure if the installation process is synonymous with our installer. The "checksum verification failed" message could point to a problem with your disk. ZFS uses checksums to ensure data integrity. We've had some instances where ZFS detected disk problems that other OS's have missed. Here is the code that does the checksum, if you're interested in taking a look: http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/fsys_zfs.c If possible, could you try installing on a different disk, and see if you still see the same behavior? In answer to your side note, here is a pointer to the ZFS bugster bug: http://bugs.opensolaris.org/view_bug.do?bug_id=6770808 To find bugster, click on bugs.opensolaris.org on the opensolaris.org page. Let me know how that works. -- Ginnie