From owner-freebsd-current@FreeBSD.ORG Wed Nov 2 19:17:03 2005 Return-Path: X-Original-To: FreeBSD-current@FreeBSD.ORG Delivered-To: FreeBSD-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97DAA16A41F for ; Wed, 2 Nov 2005 19:17:03 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C26143D46 for ; Wed, 2 Nov 2005 19:17:02 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id jA2JE5Px038157; Wed, 2 Nov 2005 12:14:06 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 02 Nov 2005 12:14:05 -0700 (MST) Message-Id: <20051102.121405.41670789.imp@bsdimp.com> To: sgk@troutmask.apl.washington.edu From: Warner Losh In-Reply-To: <20051102150805.GA75891@troutmask.apl.washington.edu> References: <002301c5df5f$fa16e9e0$652a15ac@smiley> <3410224838.20051102114823@mail.ru> <20051102150805.GA75891@troutmask.apl.washington.edu> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Wed, 02 Nov 2005 12:14:06 -0700 (MST) Cc: FreeBSD-current@FreeBSD.ORG, samspeedu@mail.ru Subject: Re: From CURRENT-i386 -> CURRENT amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2005 19:17:03 -0000 From: Steve Kargl Subject: Re: From CURRENT-i386 -> CURRENT amd64 Date: Wed, 2 Nov 2005 07:08:05 -0800 > On Wed, Nov 02, 2005 at 11:48:23AM +0300, Andrey Smagin wrote: > > > > How I can safe switch platform ? > > > > Assuming you have an athlon64 or opteron system > that is currently running i386 FreeBSD. You > need to backup user data, get a list of install > ports, and the amd64 ISO images. Now, install > amd64 over the top of i386, restore user data, > and install the ports. Alternatively, you can do an installworld into a DESTDIR and then boot off of that and then back-copy. But that can be a pita if done incorrectly... Warner