From owner-freebsd-stable@FreeBSD.ORG Sat Feb 11 04:56:45 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F3ED106566C for ; Sat, 11 Feb 2012 04:56:45 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:1::36]) by mx1.freebsd.org (Postfix) with ESMTP id 3464D8FC08 for ; Sat, 11 Feb 2012 04:56:45 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=rair.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.77 (FreeBSD)) (envelope-from ) id 1Rw50u-000BSf-Eg for freebsd-stable@freebsd.org; Sat, 11 Feb 2012 04:56:44 +0000 Date: Fri, 10 Feb 2012 20:56:43 -0800 Message-ID: From: Randy Bush To: FreeBSD Stable User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/22.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Subject: 9-stable from i386 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, 11 Feb 2012 04:56:45 -0000 is there a recipe for moving from i386 to amd64? on a very remote system, i made the migration from 7.4 to 8.2 to 9.0, all 32-bit. it was done with repeated make buildworld make kernel.new [0] nextboot -k kernel.new reboot make installworld etc [0] - well, there were some mv(1)s in there :) so after it was happy with 9.0 i386, i went to move to amd64 with make buildworld TARGET=amd64 make kernel TARGET=amd64 DESTDIR=kernel.new [0] nextboot -k kernel.new reboot it did not come back from the reboot, and required a manual reset. i have no console access to the machine, not my choice. clue bat please. randy