From owner-freebsd-current@FreeBSD.ORG Fri Nov 11 14:31:43 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 405E3106566B; Fri, 11 Nov 2011 14:31:43 +0000 (UTC) (envelope-from kickbsd@yandex.ru) Received: from forward15.mail.yandex.net (forward15.mail.yandex.net [IPv6:2a02:6b8:0:801::5]) by mx1.freebsd.org (Postfix) with ESMTP id B33968FC12; Fri, 11 Nov 2011 14:31:42 +0000 (UTC) Received: from web148.yandex.ru (web148.yandex.ru [95.108.131.163]) by forward15.mail.yandex.net (Yandex) with ESMTP id 2C4609E4174; Fri, 11 Nov 2011 18:31:41 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1321021901; bh=LLNR6BAZ63aLsUrcMg7HEz3H/oQcY12fIB3+20QD6KU=; h=From:To:Subject:MIME-Version:Message-Id:Date: Content-Transfer-Encoding:Content-Type; b=aPjdx5hsq7dpC2XrhIg3X6tLjy8zg4MXmm5N9qADhR9RjwrAsSO5F6a8Q5JPRUwoW X2vTzyrQo3OvImZDjignLYEtQhxjYM63A5BQ8Vp6BbmGuGzZ0sJ6ZNLeH6vuD2JHGR Mgp4aU+6Rr3c5q5q36RHSz21n5R6te3eiQ7PctXs= Received: from localhost (localhost.localdomain [127.0.0.1]) by web148.yandex.ru (Yandex) with ESMTP id F300329D8073; Fri, 11 Nov 2011 18:31:40 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1321021901; bh=LLNR6BAZ63aLsUrcMg7HEz3H/oQcY12fIB3+20QD6KU=; h=From:To:Subject:MIME-Version:Message-Id:Date: Content-Transfer-Encoding:Content-Type; b=aPjdx5hsq7dpC2XrhIg3X6tLjy8zg4MXmm5N9qADhR9RjwrAsSO5F6a8Q5JPRUwoW X2vTzyrQo3OvImZDjignLYEtQhxjYM63A5BQ8Vp6BbmGuGzZ0sJ6ZNLeH6vuD2JHGR Mgp4aU+6Rr3c5q5q36RHSz21n5R6te3eiQ7PctXs= X-Yandex-Spam: 1 Received: from leo.de.teleglobe.net (leo.de.teleglobe.net [64.86.53.146]) by web148.yandex.ru with HTTP; Fri, 11 Nov 2011 18:31:40 +0400 From: Darren Baginski To: freebsd-fs@freebsd.org,freebsd-current@freebsd.org MIME-Version: 1.0 Message-Id: <598941321021900@web148.yandex.ru> Date: Fri, 11 Nov 2011 18:31:40 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailman-Approved-At: Fri, 11 Nov 2011 16:18:49 +0000 Cc: Subject: Unable to boot from zfsroot 9.0-RC2 (while 9.0-RC1 boots fine) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 11 Nov 2011 14:31:43 -0000 Hi! I'm having troubles booting today's 9.0-RC2 from zfsroot, I'm getting 'unknown filesystem' error. But 9.0-RC1 from Tue Nov 8 2011 boots fine. Here is output with 9.0-RC1 kernel: # zpool list NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT zroot 5.97G 2.85G 3.11G 47% 1.00x ONLINE - # zfs list NAME USED AVAIL REFER MOUNTPOINT zroot 2.85G 3.02G 2.85G legacy # cat /boot/loader.conf zfs_load="YES" vfs.root.mountfrom="zfs:zroot" Originally that box with installed with FreeBSD 8.x, but continuously updated up to today's version, so : VER FILESYSTEM --- ------------ 4 zroot VER POOL --- ------------ 15 zroot Any suggestions ? What could be the problem?