From owner-freebsd-amd64@FreeBSD.ORG Wed Dec 15 08:20:45 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 6300F16A4CE for ; Wed, 15 Dec 2004 08:20:45 +0000 (GMT) Received: from mail1.telekom.de (mail1.telekom.de [62.225.183.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 320F543D45 for ; Wed, 15 Dec 2004 08:20:44 +0000 (GMT) (envelope-from Burkard.Meyendriesch@t-systems.com) Received: from g8dbr.krf01.telekom.de by G8SBV.dmz.telekom.de with ESMTP for freebsd-amd64@freebsd.org; Wed, 15 Dec 2004 09:20:42 +0100 Received: by G8DBR.krf01.telekom.de with Internet Mail Service (5.5.2653.19) id ; Wed, 15 Dec 2004 09:20:41 +0100 Message-Id: From: "Meyendriesch, Burkard" To: freebsd-amd64@freebsd.org Date: Wed, 15 Dec 2004 09:20:40 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: FreeBSD 5.3; howto migrate from i386 to amd64 mode 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: Wed, 15 Dec 2004 08:20:45 -0000 hello folks, about a year ago I installed 5-CURRENT on my Athlon64 based box (Asus K8V). Because at that time amd64 mode didn't work very well with a lot of ports I installed FreeBSD in i386 mode. Meanwhile I followed the release path to 5.3. Everything works very fine (with i386 mode). Now I want to use the full power of my 64 bit CPU. I cross compiled the kernel to amd64 mode: # cd /usr/src # make kernel TARGET=amd64 TARGET_ARCH=amd64 KERNCONF=REINEKE64 and tried to reboot the machine with the new kernel. The kernel himself seems to work but when he tries to mount the root filesystem the system hangs. I think something in my migration is wrong. Can someone please tell me the correct procedure to get my system work in amd64 mode without complete re-installation. Thanks a lot Burkard