From owner-freebsd-questions@FreeBSD.ORG Wed Dec 30 06:02:53 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E63D1065698 for ; Wed, 30 Dec 2009 06:02:53 +0000 (UTC) (envelope-from john.terrell@gmail.com) Received: from mail-pz0-f185.google.com (mail-pz0-f185.google.com [209.85.222.185]) by mx1.freebsd.org (Postfix) with ESMTP id 61E1C8FC24 for ; Wed, 30 Dec 2009 06:02:53 +0000 (UTC) Received: by pzk15 with SMTP id 15so8061572pzk.3 for ; Tue, 29 Dec 2009 22:02:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=FCPxRuvGMgcz3eHXrdLPvpxkOFi90ufvXSBVSl2Ac1c=; b=HQaUG1vESnW86a8qcZrknbjAcMnu/RTGBPhsgQ2oeHMG/2ECxQiShZMblEy0D3Aerv pIPXtLiR+2ApTJGasIiOvl6E1l9cOjfcykaXHCNmXe1qeQr67v+dLPPK3FCpN0eUhoEl IIHqk8Yyh3I9co/SytIeB7lLnxpyETTCDSfLk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=lBzS+2+ypQcZzDpP+JLTUryjl+sXzoAwEUruJpZuXktX7hsRfIEjmBC63R8vtiX9Q4 zdhGWNRyhw9h5TToDj8W6wDxFSocD95Lmk5c270FKA/CZrejuLuapUM9qHMmG3TRFJqR X7azPlHPdGnKomZ2SG74nZyS4940/Bdk8jD54= Received: by 10.141.106.18 with SMTP id i18mr12481736rvm.191.1262151600825; Tue, 29 Dec 2009 21:40:00 -0800 (PST) Received: from snack-pro.internal.coolpeople.us (pool-173-64-139-59.sttlwa.fios.verizon.net [173.64.139.59]) by mx.google.com with ESMTPS id 21sm13257090pzk.7.2009.12.29.21.40.00 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 29 Dec 2009 21:40:00 -0800 (PST) From: John Terrell Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Tue, 29 Dec 2009 21:39:59 -0800 Message-Id: To: freebsd-questions@freebsd.org Mime-Version: 1.0 (Apple Message framework v1077) X-Mailer: Apple Mail (2.1077) Subject: After installing a ZFS only build, machine won't complete POST X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2009 06:02:53 -0000 Has anyone seen this? I've just installed a ZFS only build following = the instructions at (http://wiki.freebsd.org/RootOnZFS/GPTZFSBoot). = After rebooting after the install, the POST won't complete (it appears = to be looking at the disks for something). If I unplug the drives and = reboot, POST completes. If I then destroy the GPT partitions and = install MBR, I can now get past POST (but with a corrupted installation = that won't boot). =20 Some info: Motherboard: MSI Neo2 Disks: 2x 500GB Seagates (I created a mirrored pool during = installation). Could this just be a crappy BIOS issue? I'd hate to have to scrap = GPT/ZFS and go back to MBR/UFS. Any ideas? Thanks. -John