From owner-freebsd-current@FreeBSD.ORG Sun Dec 1 11:59:59 2013 Return-Path: Delivered-To: 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 992C8D58 for ; Sun, 1 Dec 2013 11:59:59 +0000 (UTC) Received: from mail-pd0-x235.google.com (mail-pd0-x235.google.com [IPv6:2607:f8b0:400e:c02::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 72984109E for ; Sun, 1 Dec 2013 11:59:59 +0000 (UTC) Received: by mail-pd0-f181.google.com with SMTP id p10so16185632pdj.40 for ; Sun, 01 Dec 2013 03:59:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=UPZrITg59iTk7udjLtFbSiYQgfFfhF+tNqAnBRgrjNs=; b=fcSUnDU1iFMEPQCoukYUDsZAzzI29Okh6jc4gYlR6/eZowYhvkJU54O3i+f3eczfrb 0KkTC2KxRsRadV3Cc1+SrmHj2mg23UqPY0EXNXKirCNrB42fz0Xut7peXIiono2rgcVe cl5McYUCE9Rj4tAq47owuvjNo3/Y9anxV5ch8Sfdm3jecPODec51Hiuyqk/oQN8bw+Oo bqynv52T28XZ2+7dvcItSVF0Lz01gHJYtyoDyKudw2SoAbV26PAFMWsjirIlWzwzLkdM /597N8W4O9grnyGVEnPmEti/BgTnzsE/qvv97YT+9GTUudphHNhthjktWzpe5LsA6Mk4 YNxg== X-Received: by 10.68.196.3 with SMTP id ii3mr913017pbc.160.1385899199044; Sun, 01 Dec 2013 03:59:59 -0800 (PST) MIME-Version: 1.0 Received: by 10.66.241.69 with HTTP; Sun, 1 Dec 2013 03:59:37 -0800 (PST) From: Eir Nym Date: Sun, 1 Dec 2013 15:59:37 +0400 Message-ID: Subject: ZFS: unknown file system on boot To: current@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.16 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: Sun, 01 Dec 2013 11:59:59 -0000 I use zfs on root setup with system r258777. I've tried my kernel and generic one. I found new feature from r257650 that now loader.4th will load modules after menu gone (kernel selection). Now I have problem that modules won't loaded even I selected default kernel. for example, I have following contents of /boot/loader.conf, but none of modules will be loaded: zfs_load="YES" if_re_load="YES" Later on boot I got that system can't find filesystem zfs! If I break loader menu and manually load modules one by one, anything will be OK. How to boot my system correctly? -- Eir Nym