You are not logged in.

#1 2009-01-17 12:32:32

b9anders
Member
Registered: 2007-11-07
Posts: 691

How do I change my install from i686 to x86_64?

I feel terribly noobish, but by sheer chance I just discovered today that my processor is 64-bit. For some reason, I have just always assumed it was 32-bit. Which means I have been running i686 all this time on my arch install.

So here I am wondering, how to make the switch? I have so many tweaks in various configs, I'd rather not do a clean re-install unless I have to, so what would I need to do to make the swittch to x86_64? I am thinking change the repos in pacman.conf and then run:

pacman -Qq > pkglist
for pkg in $(pacman -Qqm); do
  sed -i "s#^${pkg}*##" pkglist
done;
pacman -S $(cat pkglist)

Are there other things I should check up on?

PS. I know I don't have to switch, but I'd like to.

Last edited by b9anders (2009-01-17 12:38:55)

Offline

#2 2009-01-17 12:39:36

Cew27
Member
Registered: 2008-06-16
Posts: 197

Re: How do I change my install from i686 to x86_64?

no real point going 64 bit unless you have more than 3 gig of ram imo

Offline

#3 2009-01-17 12:41:54

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: How do I change my install from i686 to x86_64?

do a clean installation


Give what you have. To someone, it may be better than you dare to think.

Offline

#4 2009-01-17 12:46:38

Runiq
Member
From: Germany
Registered: 2008-10-29
Posts: 1,053

Re: How do I change my install from i686 to x86_64?

To combine the two posts above: You don't really need to switch unless you have more than 3-4 gigs of ram, and IF you switch, you do have to re-install. The benefits of a 64-bit system are hardly noticable, though; unless you do some really computing-intensive tasks, particularly with floats iirc.

EDIT: I, too, switched just out of curiosity, though. tongue

Last edited by Runiq (2009-01-17 12:51:41)

Offline

#5 2009-01-17 14:45:15

agapito
Member
From: Who cares.
Registered: 2008-11-13
Posts: 662

Re: How do I change my install from i686 to x86_64?

Cew27 wrote:

no real point going 64 bit unless you have more than 3 gig of ram imo

+1


Excuse my poor English.

Offline

#6 2009-01-17 19:12:48

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,549

Re: How do I change my install from i686 to x86_64?

There are speed boosts, both due to 64-bit and because of more instruction support (SSE, SSE2)... x264 is 10% faster, for example. But this topic has been discussed to death already...

Offline

#7 2009-01-17 19:55:21

heleos
Member
From: Maine, USA
Registered: 2007-04-24
Posts: 678

Re: How do I change my install from i686 to x86_64?

The question wasn't about the difference between x86_64 and i686, he already stated that he wanted to switch to 64 bit. His question was how to go about doing it. The best way is to just do a clean install. You can backup the configs you don't want to lose in the switch-over

Offline

#8 2009-01-17 20:02:50

generic_
Member
From: Jacksonville,FL US
Registered: 2008-12-21
Posts: 182

Re: How do I change my install from i686 to x86_64?

If your just doing to for the ram you can recompile/config your kernel for higher ram support up 64 GB if im correct although it may have gone up. But basically Don't try switch without a clean install, it wont be pretty and there will probably be alot of left over crap and other problems. It will be less of a headache. Also backing up config files like heleos said might be a good idea. If you need help with that ask, people will be happy help.


I'm just lost n00b!

Offline

#9 2009-01-17 20:10:07

Heller_Barde
Member
Registered: 2008-04-01
Posts: 245

Re: How do I change my install from i686 to x86_64?

i would prepare for a reinstall and then still try your method... sounds very interesting smile just to try it. if it fails, you can still reinstall big_smile

cheers Barde

Offline

#10 2009-01-18 00:16:57

b9anders
Member
Registered: 2007-11-07
Posts: 691

Re: How do I change my install from i686 to x86_64?

Heller_Barde wrote:

i would prepare for a reinstall and then still try your method... sounds very interesting smile just to try it. if it fails, you can still reinstall big_smile

cheers Barde

Think that will be the experiment.:D

Offline

Board footer

Powered by FluxBB