From owner-freebsd-questions@FreeBSD.ORG Thu Apr 18 08:46:59 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CBEE3F0E for ; Thu, 18 Apr 2013 08:46:59 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-we0-x22f.google.com (mail-we0-x22f.google.com [IPv6:2a00:1450:400c:c03::22f]) by mx1.freebsd.org (Postfix) with ESMTP id 718E53F3 for ; Thu, 18 Apr 2013 08:46:59 +0000 (UTC) Received: by mail-we0-f175.google.com with SMTP id t11so2067825wey.34 for ; Thu, 18 Apr 2013 01:46:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=KkCVyonLwo/SsVw9V1kbTJhuYSaLFbznHJk8RPxckgU=; b=Qh3oQQEoEXqlDaeY9MOekgaTIeuHIzpL1McjLR9/Zp3TGNyvjUlEggPjZK5QnlnCRV bXvfRaYetcSCzVp10YhClom7JB4na8S2QH6DcrRXSrLnoOiiHEjoKsSXuFA8mP/J2zSd HTs5c/fVjtgWACzegrfHunpjVmMuQYRl6NB9EGs8zvMpWKkkBlzcSbBsckApVpx04jW0 BaLos9k0thxYozKUj9KgbddVnQlTg2plO6KEYClzFuUNBuJknEu1AHKhC1nprH9yRBmj w9NBHOzZEka+sO94860I3EyGRkc8N6jKhYkIDagDnszgwhkooSzd4D42V31rj9lyKWZJ abMA== MIME-Version: 1.0 X-Received: by 10.194.220.37 with SMTP id pt5mr16950724wjc.16.1366274818659; Thu, 18 Apr 2013 01:46:58 -0700 (PDT) Received: by 10.194.76.147 with HTTP; Thu, 18 Apr 2013 01:46:58 -0700 (PDT) Date: Thu, 18 Apr 2013 10:46:58 +0200 Message-ID: Subject: ZFS on MBR does not boot at all From: David Demelier To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Apr 2013 08:46:59 -0000 Hello, I would like to use ZFS over MBR for multiboot purposes. I've followed that guide https://wiki.freebsd.org/RootOnZFS/ZFSBootPartition but it does not boot at all. The loader does not show up after choosing FreeBSD in the boot0 loader. The _ prompt appears but nothing starts. I've found many people over the web having the same problem but unfortunately no one found a solution. I think the offensive commands are ones with dd and zfsboot. Regards, -- Demelier David