From owner-freebsd-questions@FreeBSD.ORG Mon Mar 16 02:34:21 2015 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D8F437C6 for ; Mon, 16 Mar 2015 02:34:21 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B04D669ED2 for ; Mon, 16 Mar 2015 02:34:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=zrIQYeUiTIeH2zJhWmVEjELQdfGe2q5P+Mfer10r36A=; b=l++V8LNwydPMKa+SpiiaHXU1FkTXeNA1TGollQA4hKSFEdOdw2/5Tdr/U/Ezr01vpFR1mDLwLonqEd2dZoy79SnswDvdmwEWryPU0bwAqkTXeRJrBMlqSdgj9i40vVjytPGV0aqx8yfti3yKkMXHfZqO+ZbTX1iPcm5X+J/hQ5k=; Received: from [114.124.7.112] (port=60914 helo=B85M-HD3-0.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1YXKCJ-000YS4-QB; Sun, 15 Mar 2015 19:52:05 -0600 Date: Mon, 16 Mar 2015 09:51:54 +0800 From: Erich Dollansky To: Chris Hill Subject: Re: Install amd64 over existing i386 Message-ID: <20150316095154.7737928f@B85M-HD3-0.alogt.com> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: FreeBSD Questions List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Mar 2015 02:34:21 -0000 Hi, On Sun, 15 Mar 2015 12:09:19 -0400 (EDT) Chris Hill wrote: > I bought a new machine the other day, and accidentally installed the > i386 version of FreeBSD on it even though it has a 64-bit processor. > It works fine, but I think I'd rather have the "right" version. So, > two questions: > > 1. Is it even worth worrying about at this point? > depends on the RAM the machine has and the software you are running on it. > 2. Can I just install amd64 without destroying existing filesystems > and files? I realize I'll have to reinstall my ports, but that's OK. > Do you have some kind of writable USB media? Can you take a drive from a running amd64 installation and put it into this machine? Run a make installkernel and make installworld from there and set DESTDIR to the drive of the new machine. This method does not touch anything important except of the operating system. mergemaster should not be needed as the machine is new and should have nothing on it which was not put onto it by the installation routine. Erich > Thanks. > > More info below. Yes, the CMOS clock was set incorrectly when I did > the install. > $ uname -a > FreeBSD tripel.monochrome.org 10.1-RELEASE FreeBSD 10.1-RELEASE #0 > r274401: Tue Nov 11 22:51:51 UTC 2014 > root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386 > > Relevant part of dmesg: > CPU: Intel(R) Core(TM)2 Duo CPU E8500 @ 3.16GHz (3158.81-MHz > 686-class CPU) Origin = "GenuineIntel" Id = 0x1067a Family = 0x6 > Model = 0x17 Stepping = 10 > Features=0xbfebfbff > Features2=0x408e3fd > AMD Features=0x20100000 AMD Features2=0x1 > TSC: P-state invariant, performance statistics >