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 Its a FreeBSD 7-STABLE after the ZFS import. Booting with /boot/loader copied from a 8-CURRENT system works. greetings, Philipp
2009/5/26 Philipp Wuensche <cryx-freebsd@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:1053Same problem for me. I also tried with MBR scheme, same problem. -- Artis Caune Everything should be made as simple as possible, but not simpler.
Artis Caune writes: > 2009/5/26 Philipp Wuensche <cryx-freebsd@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.
Ruben van Staveren
2009-May-27 09:22 UTC
loader not working with GPT and LOADER_ZFS_SUPPORT
Hi all, On 26 May 2009, at 18:10, George Hartzell wrote:> Artis Caune writes: >> 2009/5/26 Philipp Wuensche <cryx-freebsd@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.Updated kernel + world yesterday, setting LOADER_ZFS_SUPPORT="yes" in make.conf Same symptom, had to revert to the old loader for that. Prior to that I needed to do a cd /usr/src/usr.sbin/btxld && make install clean in order to work around the btxld: zfsboot.ldr: Invalid argument problem during building world+kernel Regards, Ruben
>>>> 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:1053MFC r185095 fixed this problem! http://svn.freebsd.org/viewvc/base?view=revision&revision=185095 -- Artis Caune Everything should be made as simple as possible, but not simpler.
on 27/05/2009 15:48 Artis Caune said the following:> > MFC r185095 fixed this problem! > > http://svn.freebsd.org/viewvc/base?view=revision&revision=185095I can confirm that this helps! Thanks for discovering! -- Andriy Gapon