From owner-freebsd-questions@FreeBSD.ORG Thu Dec 30 11:32:34 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18D9B16A4CE for ; Thu, 30 Dec 2004 11:32:34 +0000 (GMT) Received: from male.aldigital.co.uk (male.thebunker.net [213.129.64.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7256343D41 for ; Thu, 30 Dec 2004 11:32:32 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from gravitas.thebunker.net (gateway.ash.thebunker.net [213.129.64.4]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by male.aldigital.co.uk (Postfix) with ESMTP id A88D197782; Thu, 30 Dec 2004 11:32:31 +0000 (GMT) Received: from [127.0.0.1] (localhost [127.0.0.1])iBUBWU5a004756; Thu, 30 Dec 2004 11:32:30 GMT (envelope-from m.seaman@infracaninophile.co.uk) Message-ID: <41D3E747.80902@infracaninophile.co.uk> Date: Thu, 30 Dec 2004 11:32:23 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Mozilla Thunderbird 1.0 (X11/20041229) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Chandler May References: <6f77d33304122818581b8a272c@mail.gmail.com> <41d22426.055e3646.0516.0fde@smtp.gmail.com> <6f77d333041228201156e7ca88@mail.gmail.com> <6f77d3330412290105781e8821@mail.gmail.com> In-Reply-To: <6f77d3330412290105781e8821@mail.gmail.com> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig2496FE9917D2746057A1A016" cc: Subhro cc: freebsd-questions@freebsd.org Subject: Re: Can't start up the FreeBSD install disk on dual Xeon Nocona rig (itworks on other systems) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 11:32:34 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig2496FE9917D2746057A1A016 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Chandler May wrote: > I found this fix on a mailing list archive using Google: > http://lists.freebsd.org/pipermail/freebsd-i386/2004-December/001958.html > > But I have no idea how to apply it. > > Can anybody help out here? Looks like you've found the right answer there. Unfortunately you've hit Catch22: in order to fix the boot problem, you need to patch the kernel. In order to patch the kernel, you need a running system. In order to get a running system you need to fix the boot problem... Probably your best bet is to pull the disk out of your i7520 box and attach it to some other machine where you can install FreeBSD on it. At the same time try applying the patch from PR i386/74829 and building a kernel with it applied. If you can extract the patch either from the PR (http://www.freebsd.org/cgi/query-pr.cgi?pr=74829) or the e-mail you quoted, then to apply it: # cd /usr/src # patch -p 2 < patch.txt Note that extracting the patch may be harder than you expect, as mailing systems and cut'n'paste tend to wrap lines or convert tabs to spaces and other such damage. Then rebuild the GENERIC kernel and install it onto your new drive. Instruction for building a kernel are here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html Don't let your Gentoo experience tempt you into trying to chroot yourself onto the new drive -- while that could certainly be made to work, it's not something that gets done very often so you'ld end up having to debug things as you went along. Just use sysinstall(8) to install on the appropriate disk while it's attached to a spare system, and then boot up your spare system from that drive to do the kernel builds. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 8 Dane Court Manor School Rd PGP: http://www.infracaninophile.co.uk/pgpkey Tilmanstone Tel: +44 1304 617253 Kent, CT14 0JL UK --------------enig2496FE9917D2746057A1A016 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iQCVAwUBQdPnTpr7OpndfbmCAQIDQwP/VKPbIS2/PoJ9cQ85506s+5Xcni2w0neT 93xcIX/p6aUPMessjvl3ZXYeOcOJcVIeuzj+64NW7u7qDaUxASyo2t1rna6c6Sdx 31aLyb2r8VbHYyFSToblfljuM6KSMtu80bzG9NRWnS9GIHYHHuU2ls4jSTNrpTiY QyJmO7fb6Zg= =s1ji -----END PGP SIGNATURE----- --------------enig2496FE9917D2746057A1A016--