0

Possible Duplicate:
How do I upgrade from x86 to x64 without losing settings?

I installed Ubuntu at a time when I did not know whether my laptop was 64bit compatible. Stupid of me not to check. I currently run 32 bit Ubuntu 10.04. The issue is that I wish now to migrate to Natty 11.04 64 bit. I know that I will have to uninstall and reinstall.

Can someone list down the steps also how do I do a seamless migration where all the applications which I have so painstakingly installed get retained also what about the little customizations I may have done. Fundamental question what will I gain with 64 bit or is it wise to stick to 32 bit with PAE. I have 8GB RAM on my machine..

2 Answers2

4

There is a way to do it using apt and dpkg (there was a debian tutorial which can be adapted), but it's isn't worth it (it's mostly for very advanced users and there is a lot of risk involved).

If your /home/ is on another partition just reinstall the system and use home directory to keep all your settings. If it isn't - backup your settings and install 64bit version.

As for the programs you have. The combination of:

dpkg --get-selections > /backup/installed-software.log

and on your new system:

dpkg --set-selections < /backup/installed-software.log

(with a few minor modifications for 32bit libs) will do.

Is it worth it? Yes it is, not because it's faster, but because in a few years 32bit version will become outdated, deprecated and ultimately - abandoned. Let's face it - having 4-8 GB RAM isn't that much nowadays, I'm writing this using 16GB RAM computer, which wasn't all that expensive. Netbooks are suddenly capable of using 64bit distro and the market of 32bit-only intel/amd processors is shrinking.

1

I would suggest you to take in consideration the comment of @djeikyb and perform some research before switching. The information provided over the net and answers like those documented in this question: Should I install 64-bit Ubuntu if my hardware supports it? should be also considered.

I haven't noticed a major benefit when switching to a 64 bit version, for the Desktop usage (home and office), there are probably some benefits for multitask and gaming but in my needs and experience using both 32 and 64 bit versions, the difference is not such a major prize. And in my experience I found that several software that I was used to didn't work in a 64 bit version.

Good luck in your migration!