From owner-freebsd-amd64@FreeBSD.ORG Fri Dec 31 19:57:38 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD22716A4CE for ; Fri, 31 Dec 2004 19:57:38 +0000 (GMT) Received: from mail.lovett.com (core.lovett.com [216.168.8.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3C0A43D2D for ; Fri, 31 Dec 2004 19:57:38 +0000 (GMT) (envelope-from ade@FreeBSD.org) Received: from 66-169-244-255.or.charter.com ([66.169.244.255] helo=[10.21.91.101]) by mail.lovett.com with esmtpa (Exim 4.43 (FreeBSD)) id 1CkSu2-000IJf-LK; Fri, 31 Dec 2004 19:57:38 +0000 Message-ID: <41D5AF31.7050903@FreeBSD.org> Date: Fri, 31 Dec 2004 11:57:37 -0800 From: Ade Lovett User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Reifenberger References: <20041230090557.I82461@fw.reifenberger.com> <41D3E4D4.2020403@FreeBSD.org> <20041231094258.Y87761@fw.reifenberger.com> In-Reply-To: <20041231094258.Y87761@fw.reifenberger.com> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-amd64@freebsd.org Subject: Re: Migrating i386 to amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 19:57:38 -0000 Michael Reifenberger wrote: > On Thu, 30 Dec 2004, Ade Lovett wrote: > ... > >> 1. Back up your data >> 2. Insert native amd64 miniinst cdrom [snip] > Do my old i386 ports (like X etc) work under amd64? Simple answer. No. Steps (1) and (2) above are implying a complete binary system reinstall. Part of the data you should probably be backing up is a list of installed packages so you can put the amd64 ones back in after installing kernel+userland. -aDe