Changing an installed system from i386 to amd64

2008-05-13 Thread Pete French
I have a box currently running i386 which I want to change over to run amd64. I have installed a second drive into the machine on which I have put a basic install of amd64, and have compiled up the world and kertnel from source. Can I simply switch the original partition over by mounting it up

Re: Changing an installed system from i386 to amd64

2008-05-13 Thread Pete French
I did roughly the same but slightly different method: ah, and did it work o.k. ? -pete. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Changing an installed system from i386 to amd64

2008-05-13 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pete French wrote: | I did roughly the same but slightly different method: | | ah, and did it work o.k. ? | | -pete. | Yes and I have been using the system for almost 8 months now as my primary desktop -BEGIN PGP SIGNATURE- Version: GnuPG

Re: Changing an installed system from i386 to amd64

2008-05-13 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pete French wrote: | I have a box currently running i386 which I want to change over to | run amd64. I have installed a second drive into the machine on which | I have put a basic install of amd64, and have compiled up the world | and kertnel from

Re: Changing an installed system from i386 to amd64

2008-05-13 Thread Bakul Shah
On Tue, 13 May 2008 15:18:36 BST Pete French [EMAIL PROTECTED] wrote: I have a box currently running i386 which I want to change over to run amd64. I have installed a second drive into the machine on which I have put a basic install of amd64, and have compiled up the world and kertnel from

Re: Changing an installed system from i386 to amd64

2008-05-13 Thread Pete French
In the 64 bit FreeBSD world, /usr/lib32 contains libraries for the x86 binaries and /lib, /usr/lib contain 64 bit libraries so a straight install may mess things up. At the very least you should backup your 32 bit root partition -- but I have a feeling my advice is already too late :-) heh,

Re: Changing an installed system from i386 to amd64

2008-05-13 Thread Bakul Shah
On Tue, 13 May 2008 16:59:11 BST Pete French [EMAIL PROTECTED] wrote: In the 64 bit FreeBSD world, /usr/lib32 contains libraries for the x86 binaries and /lib, /usr/lib contain 64 bit libraries so a straight install may mess things up. At the very least you should backup your 32 bit root

Re: Changing an installed system from i386 to amd64

2008-05-13 Thread Pete French
If you run only the latest standard binaries you are right but typically one acquires useful things over time and it is not always possible to recompile them and also, why bother. true, but in this case I want to change a more or less vanilla 7-STABLE/i386 to a more or less vanilla

Re: Changing an installed system from i386 to amd64

2008-05-13 Thread Peter Jeremy
On 2008-May-13 08:33:03 -0700, Bakul Shah [EMAIL PROTECTED] wrote: Most all old 32 bit ports should work but upgrading them can mess things up. All the new compiles will generate 64 bit binaries but any port dependencies on a shared library will be wrong. It's actually somewhat worse than this: