From owner-freebsd-current@FreeBSD.ORG Tue Apr 15 22:01:53 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 28DABC6B for ; Tue, 15 Apr 2014 22:01:53 +0000 (UTC) Received: from mail-oa0-x229.google.com (mail-oa0-x229.google.com [IPv6:2607:f8b0:4003:c02::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EB4D5131B for ; Tue, 15 Apr 2014 22:01:52 +0000 (UTC) Received: by mail-oa0-f41.google.com with SMTP id j17so11632728oag.28 for ; Tue, 15 Apr 2014 15:01:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=dhHFbwU+cusWg0Ih/wCFsVBWJQylO7f8O4q/NmcohBc=; b=HQyk9rttp2ijarZjw7XIBaZR9Ytv1DlbG4GTGlJ062WHx8jCxsA+rfZfUnU7YquoFY d4k20G8ylVuyR4eMFuiR+O9NWhdQasT2bww5SB/xEkahBX3JBsXvNiLPsimK+/IPcdSe pmaQOUQiVZ9CTcNNVniFPG6wI3TOd4pqMspNLVtZK/5ez8p5wUNsDBkHPW0UMB2uqDMW qHBUFkqrBNGY5uAzwFFFXxa+tjZyZH7EO1P+uJHfkPAUqZQ5iQdoGzWWJ+qqHFuDPjgo a0ATgktMrPjdnQrUp28y/k85v0g6WzApQrC2Kr1g4iSFReYwcz8/h9GuW/1MJmGuYefB ebug== MIME-Version: 1.0 X-Received: by 10.60.133.17 with SMTP id oy17mr3451989oeb.51.1397599312181; Tue, 15 Apr 2014 15:01:52 -0700 (PDT) Received: by 10.76.87.73 with HTTP; Tue, 15 Apr 2014 15:01:52 -0700 (PDT) Date: Tue, 15 Apr 2014 23:01:52 +0100 Message-ID: Subject: Booting from ZFS root on MBR layout fails on ThinkPad X61s From: "Sevan / Venture37" To: freebsd-current Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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, 15 Apr 2014 22:01:53 -0000 Hi, I decided to wipe away the disk in my X61s & start afresh with a new install of FreeBSD-Current at the same time switching to root on ZFS (previously /boot was on UFS). I've been unsuccessful in being able get the system to boot, after trying various combinations of https://wiki.freebsd.org/RootOnZFS/ZFSBootPartition I switched back to using the install menu option & just switching from GPT to MBR (everything else as default). Once install completes & the system reboots, the system hangs at a prompt. I was pointed to a post regarding modifying partition ID's by Allan Jude as there seems to have been an issue with ThinkPads & FreeBSD in the past. This also didn't work & caused the system to reset. What should be my next step for trying to debug this issue? Sevan / Venture37