loader not working with GPT and LOADER_ZFS_SUPPORT

George Hartzell hartzell at alerce.com
Tue May 26 16:41:00 UTC 2009


Artis Caune writes:
 > 2009/5/26 Philipp Wuensche <cryx-freebsd at h3q.com>:
 > > Hi,
 > >
 > > I tried booting from a disk with GPT scheme, with a /boot/loader build
 > > with LOADER_ZFS_SUPPORT="yes" in make.conf. I get the following error:
 > >
 > > panic: free: guard1 fail @ 0x2fd4a6ac from
 > > /usr/src/sys/boot/i386/libi386/biosdisk.c:1053
 > 
 > Same problem for me. I also tried with MBR scheme, same problem.

I had a similar problem (different @ 0x.... address) with -STABLE over
the weekend.  I just wanted to boot an old fashioned system, MBR and
no ZFS.  I ended up building a loader with

  LOADER_ZFS_SUPPORT="NO"
  LOADER_NO_GPT_SUPPORT="YES"

and it worked.

g.



More information about the freebsd-stable mailing list