From owner-freebsd-questions@FreeBSD.ORG Fri Jul 11 12:28:21 2008 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 C4DEE106566C for ; Fri, 11 Jul 2008 12:28:21 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id A8EAA8FC1B for ; Fri, 11 Jul 2008 12:28:21 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 9382D1CD18; Fri, 11 Jul 2008 04:28:20 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Fri, 11 Jul 2008 14:28:19 +0200 User-Agent: KMail/1.9.7 References: <52573.1215726636@tristatelogic.com> In-Reply-To: <52573.1215726636@tristatelogic.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807111428.19594.fbsd.questions@rachie.is-a-geek.net> Cc: "Ronald F. Guilmette" Subject: Re: Install failure for 7.0-RELEASE (Need help!) 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: Fri, 11 Jul 2008 12:28:21 -0000 On Thursday 10 July 2008 23:50:36 Ronald F. Guilmette wrote: > I have an older system that I've been running 6.1-RELEASE on for a > long long time now. I want to upgrade it to run 7.0-RELEASE. > (CPU => AMD Athlon XP 2000, Motherboard => ASUS A7N266-VM/AA.) > > OK, so I install a new hard drive (known good /practically new) and > I'm ready to do a fresh install of 7.0-RELEASE onto this fresh new > blank drive. > acd0: CDROM at ata1-master UDMA33 > acd0: FAILURE - READ_BIG ILLEGAL REQUEST asc=0x64 ascq=0x00 > GEOM_LABEL: Label for provider acd0 is iso9660/FreeBSD_Install. > acd0: FAILURE - READ_BIG ILLEGAL REQUEST asc=0x64 ascq=0x00 Errm, so don't install from cd. You have a working 6.1 system. Use csup with /usr/share/examples/cvsup/standard-supfile as your template, set a real host, change tag to RELENG_7_0, change prefix to /usr/RELENG_7_0/src, mkdir -p /usr/RELENG_7_0/src and get the source csup -L2 /path/to/standard-supfile. Format the new disk using the chapter on this topic from the handbook and make sure the slice is bootable. Mount the drive's root on /mnt, usr and var and whatever else you had partitions made for below that and read the entry in UPDATING under COMMON ITEMS that describes "To cross-install current onto a seperate partition". -- Mel Problem with today's modular software: they start with the modules and never get to the software part.