Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gentoo 32bit->64bit: How?
Date: Mon, 06 Sep 2010 19:59:23
Message-Id: AANLkTimOg9rSM46vpC3JWW7cwYVr4NRww-fni0x=GqDk@mail.gmail.com
In Reply to: [gentoo-user] Gentoo 32bit->64bit: How? by meino.cramer@gmx.de
1 On Mon, Sep 6, 2010 at 10:27 AM, <meino.cramer@×××.de> wrote:
2 > Hi,
3 >
4 > My box is a working and fully configured Gentoo system, which is
5 > uptodate.
6 >
7 > For the sake of being able to address more RAM and for more
8 > calculation power (mainly for rendering purposes) I want to
9 > migrate to 64bit.
10 >
11 > I googled for some tutorial but found nothing appropiate (one post
12 > asked for the downtime to be expected while migrating a server --
13 > something which not applies to me...).
14 >
15 > My questions are:
16 > 1) Is there a performance gain, when migrating to 64bit if the
17 >   target applications supports 64bit?
18 > 2) Is it possible - if( true ){  how(); } - to """simply"""
19 >   "convert" a 32bit system to 64 bit.
20 >   "Simply" in my case means: Simpler ways than starting right
21 >   from the bare metal of a virgin harddisk and doing the same
22 >   stuff I did for the current system again... ;)
23 > 3) Is there some tutorial, which show me the path to go?
24 >
25 > Thank you very much in advance for any help!
26 >
27 > Best regards,
28 > mcc
29 >
30
31 I think there are some performance advantages but frankly I don't
32 'feel' them running my systems. None the less if my system is 64-bit
33 capable I build 64-bit.
34
35 There is no 'conversion' or 'upgrade' path that I know about. The way
36 I did what you are talking about is to build a second Gentoo install
37 of 64-bit on the same system. and then reference my same home
38 directories which are on a partition by themselves. Make sure you use
39 the same ID numbers for users and groups, etc., but if you do that you
40 can still run 32-bit until the 64-bit is running and stable, and then
41 wipe the 32-bit partitions to get the disk space back.
42
43 I used the 32-bit grub installation, added the 64-bit kernel, and then
44 never installed grub from within 64-bit. The old version is still out
45 there and still boots even though the 32-bit install no longer
46 exists.
47
48 Hope this helps,
49 Mark