From owner-freebsd-chat@FreeBSD.ORG Sat Nov 17 20:17:00 2007 Return-Path: Delivered-To: chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A65AC16A4A9; Sat, 17 Nov 2007 20:17:00 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 95E0C13C46A; Sat, 17 Nov 2007 20:17:00 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by elvis.mu.org (Postfix) with ESMTP id D92571A3C1A; Sat, 17 Nov 2007 12:00:15 -0800 (PST) From: John Baldwin To: freebsd-chat@freebsd.org Date: Sat, 17 Nov 2007 12:31:24 -0500 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200711171231.25393.jhb@freebsd.org> Cc: chat@freebsd.org Subject: Re: loader and "Could not find Primary Volume Descriptor" X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Nov 2007 20:17:00 -0000 On Friday 16 November 2007 01:55:06 pm Jeremy C. Reed wrote: > Trying to boot PC-BSD 1.4.1 and I get: >=20 > CD Loader 1.2 > Building the boot loader arguments > Looking up /BOOT/LOADER... Found > Read error: 0x10 > Could not find Primary Volume Descriptor =46rom Ralf Brown's interrupt list error codes for disk I/O: 10h uncorrectable CRC or ECC error on read The part about the primary volume descriptor is a bug in cdboot where the read error message doesn't have a trailing \0, so it writes out both errors on a read error. I'll fix that part, but your BIOS is claiming it got a CRC error while trying to read /boot/loader in off the CD. If you mount the CD under a running system can you read all of /boot/loader ok? (Maybe compare md5 with a known good copy of /boot/loader.) =2D-=20 John Baldwin