I upgraded my 2,7T pool without problems..phoenix said:You've gone too far into the future, and are trying to access untested features.One of the dangers of being an early adopter.
You'll want to post to the freebsd-fs mailing list. Maybe someone there will know how to fix this.
val said:Hi to all!
After upgrading 8-stable to zpool version 14 OS can't be booted:
What's wrong with ZFS? How to fix?Code:ZFS: unsupported ZFS version 14 (should be 13) NO ZFS pools located? can`t boot
Matty said:Do you use zfs for your rootfs?
val said:Yes, gpt partions.
Fixit# echo 'LOADER_ZFS_SUPPORT=YES' > /etc/src.conf
Fixit# mount -t devfs devfs /dev
Fixit# export DESTDIR=""
Fixit# cd /usr/src/sys/boot/
Fixit# make obj
Fixit# make depend
Fixit# make
Fixit# cd i386/loader
Fixit# make install
Thank you for reply, but I reinstall whole world after upgrading zpool, so I think recompiling zfsbooloader doens't help me in this case.Matty said:you could try to start the fixme shell on the dvd and recompile the zfsbootloader.
I use live cd (from here http://mfsbsd.vx.sk/) with zfs enabled, mount my pools, and simply take bootcode from my newly built world.wiscodisco said:I understand what you're suggesting, but how can you get to ZFS v14 boot code when you cannot boot the v14 pool?
The 8.0-RELEASE installation media will have only v13 bootcode, yes?