From owner-freebsd-hackers@FreeBSD.ORG Sun Jun 1 18:56:59 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 706D7CA6 for ; Sun, 1 Jun 2014 18:56:59 +0000 (UTC) Received: from i3mail.icecube.wisc.edu (i3mail.icecube.wisc.edu [128.104.255.23]) by mx1.freebsd.org (Postfix) with ESMTP id 442E22697 for ; Sun, 1 Jun 2014 18:56:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by i3mail.icecube.wisc.edu (Postfix) with ESMTP id E702D3806E for ; Sun, 1 Jun 2014 13:56:57 -0500 (CDT) X-Virus-Scanned: amavisd-new at icecube.wisc.edu Received: from i3mail.icecube.wisc.edu ([127.0.0.1]) by localhost (i3mail.icecube.wisc.edu [127.0.0.1]) (amavisd-new, port 10030) with ESMTP id lvSyGo5iFnFl for ; Sun, 1 Jun 2014 13:56:57 -0500 (CDT) Received: from comporellon.tachypleus.net (polaris.tachypleus.net [75.101.50.44]) by i3mail.icecube.wisc.edu (Postfix) with ESMTPSA id A30B63805A for ; Sun, 1 Jun 2014 13:56:57 -0500 (CDT) Message-ID: <538B7778.3040205@freebsd.org> Date: Sun, 01 Jun 2014 11:56:56 -0700 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Subject: Re: Upgrading an i386 machine from amd64. References: <538B61EC.9000403@mu.org> In-Reply-To: <538B61EC.9000403@mu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2014 18:56:59 -0000 On 06/01/14 10:25, Alfred Perlstein wrote: > Hello hackers. > > Is there a way to build on amd64 and then mount over nfs the build and > src and installworld from an i386 machine? > > The problem seems to be that "install" and "strip" and etc are built > as amd64 binaries so that the installworld will fail. > > Below I have a solution I was going to do a blog post about, but then > realized maybe I'd be leading people down the wrong path. > > Can someone verify that I need to use rsync as opposed to installworld > for this to work? Usually the strategy is to update the kernel first, since you can use an amd64 kernel with i386 world. Then you reboot, then replace world. -Nathan