From owner-freebsd-current@FreeBSD.ORG Tue Jul 8 15:25:37 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69DB3E82 for ; Tue, 8 Jul 2014 15:25:37 +0000 (UTC) Received: from mx1.scaleengine.net (beauharnois2.bhs1.scaleengine.net [142.4.218.15]) by mx1.freebsd.org (Postfix) with ESMTP id 479EB2F4B for ; Tue, 8 Jul 2014 15:25:36 +0000 (UTC) Received: from [172.21.11.249] (global-1-81.nat.csx.cam.ac.uk [131.111.184.81]) (Authenticated sender: allanjude.freebsd@scaleengine.com) by mx1.scaleengine.net (Postfix) with ESMTPSA id 762131C341 for ; Tue, 8 Jul 2014 15:25:29 +0000 (UTC) Message-ID: <53BC0D67.8090700@freebsd.org> Date: Tue, 08 Jul 2014 11:25:27 -0400 From: Allan Jude User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: ATTN: [zfs boot]: ZFS: unsupported compression algorithm 15 References: <53BC0492.2040907@passap.ru> In-Reply-To: <53BC0492.2040907@passap.ru> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2014 15:25:37 -0000 On 07/08/2014 10:47, Boris Samorodov wrote: > Hi All, > > Just FIY since nothing relevant was found at google. > > I was upgrading my CURRENT system to rev r268233 from a one-or-two > weeks old system. The system was created years ago and had rather > old zfsboot code. So, after upgrading and rebooting I got the error > right after BIOS POST...: > ----- > "ZFS: unsupported compression algorithm 15" > ----- > > ... and instant reboot. > > OK, I've booted from a USB stick, run the command (the system in > question is at /dev/ada1 and the system at USB stick is rather new > CURRENT also): > ----- > # gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 ada1 > ----- > > Now my system is fine again: > ----- > % uname -a > > FreeBSD bsam.int.wart.ru 11.0-CURRENT FreeBSD 11.0-CURRENT #73 r268233: > Fri Jul 4 06:41:28 SAMT 2014 > bsam@bsam.int.wart.ru:/usr/obj/usr/src/sys/BB64X amd64 > ----- > Did you do a 'zpool upgrade' when you updated your system? The new features shouldn't be enabled without you having done that. When you DO 'zpool upgrade' it specifically warns you to update the boot code for this reason. -- Allan Jude