From owner-freebsd-stable@FreeBSD.ORG Sat Mar 10 08:32:34 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B05716A404 for ; Sat, 10 Mar 2007 08:32:34 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from mail.asahi-net.or.jp (mail2.asahi-net.or.jp [202.224.39.198]) by mx1.freebsd.org (Postfix) with ESMTP id 9769313C46B for ; Sat, 10 Mar 2007 08:32:33 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from dynabook-freebsd.advok.com (pool-141-151-75-239.phlapa.east.verizon.net [141.151.75.239]) by mail.asahi-net.or.jp (Postfix) with ESMTP id 1A6142C4EA; Sat, 10 Mar 2007 17:15:19 +0900 (JST) Date: Sat, 10 Mar 2007 03:11:13 -0500 From: Yoshihiro Ota To: "Matthew D. Fuller" Message-Id: <20070310031113.8b7789fa.ota@j.email.ne.jp> In-Reply-To: <20070310062451.GM31683@over-yonder.net> References: <6D01FD53-497A-46FE-ADC3-4988DB2ADD74@khera.org> <002301c76274$04d05900$0c00a8c0@Artem> <20070310062451.GM31683@over-yonder.net> X-Mailer: Sylpheed version 2.2.9 (GTK+ 2.10.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Artem Kuchin , freebsd-stable@freebsd.org, Ivan Voras Subject: Re: Migrating from x86 (32) to amd64 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Mar 2007 08:32:34 -0000 About one year ago, I was able to do the regular procedure after enabling i386 compat. It was just another make world for me. options COMPAT_IA32 What I mean is: # 1. `cd /usr/src' (or to the directory containing your source tree). # 2. `make buildworld' # 3. `make buildkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). # 4. `make installkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). # [steps 3. & 4. can be combined by using the "kernel" target] # 5. `reboot' (in single user mode: boot -s from the loader prompt). # 6. `mergemaster -p' # 7. `make installworld' # 8. `make delete-old' # 9. `mergemaster' # 10. `reboot' There are some risks doing this way, though. Regards, Hiro On Sat, 10 Mar 2007 00:24:51 -0600 "Matthew D. Fuller" wrote: > On Fri, Mar 09, 2007 at 08:54:42PM +0300 I heard the voice of > Artem Kuchin, and lo! it spake thus: > > > > Theoretically, what would be the procedure? > > - Do a full cross-build of the amd64 world/kernel. > - newfs your swap partition (or an extra partition/drive). > - installworld/kernel the amd64 stuff onto that. > - Boot into that temporary amd64 world. > - installworld/kernel the amd64 stuff onto your main partition. > - Boot back normal-like, re-enable swap. > > You should be able to do that in an hour hands-on easily. > > > -- > Matthew Fuller (MF4839) | fullermd@over-yonder.net > Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ > On the Internet, nobody can hear you scream. > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"