From owner-freebsd-fs@FreeBSD.ORG Wed Nov 26 10:14:13 2014 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 92AD2918; Wed, 26 Nov 2014 10:14:13 +0000 (UTC) Received: from cu01176b.smtpx.saremail.com (cu01176b.smtpx.saremail.com [195.16.151.151]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FE23FBA; Wed, 26 Nov 2014 10:14:12 +0000 (UTC) Received: from [172.16.2.2] (izaro.sarenet.es [192.148.167.11]) by proxypop04.sare.net (Postfix) with ESMTPSA id 39FB29DF488; Wed, 26 Nov 2014 11:14:04 +0100 (CET) Subject: Re: BIOS booting from disks > 2TB Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=iso-8859-1 From: Borja Marcos In-Reply-To: <201411241425.32989.jhb@freebsd.org> Date: Wed, 26 Nov 2014 11:14:00 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <3C86981C-F332-43B6-979E-6B9786DF9584@sarenet.es> References: <17A2AC72-AD70-480A-9BAC-9CC8EAFD572F@we.lc.ehu.es> <201411201110.45066.jhb@freebsd.org> <201411241425.32989.jhb@freebsd.org> To: John Baldwin X-Mailer: Apple Mail (2.1283) Cc: freebsd-fs@freebsd.org X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2014 10:14:13 -0000 On Nov 24, 2014, at 8:25 PM, John Baldwin wrote: > On Thursday, November 20, 2014 2:08:54 pm borjam@sarenet.es wrote: >> El 20.11.2014 17:10, John Baldwin escribi=F3: >>> Can you start with 'lsdev -v' at the loader prompt? >>=20 >> Sure! >>=20 >> cd devices: >> disk devices: >> disk0: BIOS drive C: >> pxe devices: >=20 > Ugh. So it means we aren't seeing any partitions or filesystems on > disk0, and that is why the loader craps out. Can you build a loader = with > "-DDISK_DEBUG" enabled in CFLAGS and capture the output from that = starting > up? Sure, I'll try to find some time today. Borja.