From owner-freebsd-sysinstall@FreeBSD.ORG Wed Apr 23 20:58:21 2014 Return-Path: Delivered-To: freebsd-sysinstall@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 3D5FE2A2 for ; Wed, 23 Apr 2014 20:58:21 +0000 (UTC) Received: from mx1.scaleengine.net (beauharnois2.bhs1.scaleengine.net [142.4.218.15]) by mx1.freebsd.org (Postfix) with ESMTP id 1AA0A1778 for ; Wed, 23 Apr 2014 20:58:20 +0000 (UTC) Received: from [10.20.218.84] (unknown [204.239.250.1]) (Authenticated sender: roleaccount@scaleengine.com) by mx1.scaleengine.net (Postfix) with ESMTPSA id D36B76D225 for ; Wed, 23 Apr 2014 20:58:19 +0000 (UTC) Message-ID: <5358296A.6010701@allanjude.com> Date: Wed, 23 Apr 2014 16:58:18 -0400 From: Allan Jude User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: freebsd-sysinstall@freebsd.org Subject: Re: bsdinstall ZFS and MBR not working References: <5357AED7.4040205@myphotobook.de> In-Reply-To: <5357AED7.4040205@myphotobook.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-sysinstall@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Sysinstall Work List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2014 20:58:21 -0000 On 2014-04-23 08:15, Kai Kockro wrote: > Hi, > > i wanted to install 10-RELEASE on my Lenovo T420s ( Samsung 840 Pro SSD > inside ). After using ZFS installer ( force 4k on, MBR partition because > GPT bug in Lenovo Bios ), i get "Missing operating system". If i boot > bsdinstall again and looking with zpool import, my root pool ist gone > away, only bootpool apears in the list. The partition list also changed > ... i dont understand this. > > If i use UFS and MBR, all is fine. FreeBSD is booting. > > I tried manually the old style from FreeBSD Wiki ( ZFS on ROOT ), but > not working, too. What can i do? > > Best, > Kai > Can you provide the output of 'gpart show' and 'zpool import' from the non working system so I can see if anything strange is going on. You did not use disk encryption did you?