You are not logged in.

#1 2008-06-23 22:06:51

Gauvenator
Member
Registered: 2008-04-03
Posts: 172

[solved]System Upgrade

I'm putting in a new motherboard so I need to reinstall arch right?  I have a bunch of stuff installed and configured, so is there a way to somehow easily save all the progress I have made?  I would like at least a list of the applications I installed, and some of their settings if possible.

Last edited by Gauvenator (2008-06-27 15:17:17)

Offline

#2 2008-06-23 22:15:40

Zepp
Member
From: Ontario, Canada
Registered: 2006-03-25
Posts: 334
Website

Re: [solved]System Upgrade

No you do not need to reinstall. If you compiled your own kernel you would need to make sure there is support for the different chipsets, but that is about it. If you are using the standard kernel package I am pretty sure the modules should all be there. Anyway long story short a motherboard change does not require a reinstall in linux tongue.

Last edited by Zepp (2008-06-23 22:16:47)

Offline

#3 2008-06-23 22:18:13

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: [solved]System Upgrade

You don't need to reinstall anything, unless you've compiled packages with custom CFLAGS with march different that i686 and you're inserting a CPU from a different family. You probably should boot with kernel26-fallback.img and rebuild kernel26.img using mkinitcpio after boot. You might have to load different modules if you're not using module autoloading in rc.conf.

Last edited by lucke (2008-06-23 22:18:55)

Offline

#4 2008-06-23 23:39:23

Gauvenator
Member
Registered: 2008-04-03
Posts: 172

Re: [solved]System Upgrade

Phew, that's a relief.  Yet another advantage of Linux over Windows.

Offline

#5 2008-06-23 23:42:51

Misfit138
Misfit Emeritus
From: USA
Registered: 2006-11-27
Posts: 4,189

Re: [solved]System Upgrade

This is why I always rant about the advantages of modular kernels. smile
Plug and play (for the most part).

Offline

#6 2008-06-24 00:27:53

Gauvenator
Member
Registered: 2008-04-03
Posts: 172

Re: [solved]System Upgrade

I'll also be using a newer processor, but it's also by intel, just 45nm instead 65nm.  I'll be getting an e7200, upgrading from an e6320.

lucke wrote:

You don't need to reinstall anything, unless you've compiled packages with custom CFLAGS with march different that i686 and you're inserting a CPU from a different family. You probably should boot with kernel26-fallback.img and rebuild kernel26.img using mkinitcpio after boot. You might have to load different modules if you're not using module autoloading in rc.conf.

I do have mod autoload enabled, and I'm pretty sure I'm using the stock kernel.  Is there anything special I need to do with mkinitcpio or just:

# mkinitcpio

Oh and will I need to uninstall the nvidia driver before running that?

Offline

#7 2008-06-24 01:31:06

Misfit138
Misfit Emeritus
From: USA
Registered: 2006-11-27
Posts: 4,189

Re: [solved]System Upgrade

if you are using the same video card, you shouldn't need to.

Offline

#8 2008-06-24 01:47:04

Gauvenator
Member
Registered: 2008-04-03
Posts: 172

Re: [solved]System Upgrade

Misfit138 wrote:

if you are using the same video card, you shouldn't need to.

Thx big_smile

I'm glad it turned out this way..I wasn't looking forward to reinstalling and redoing all my settings for each program.

But again, about mkinitcpio, do I just run this?

# mkinitcpio

Offline

#9 2008-06-24 03:02:41

Misfit138
Misfit Emeritus
From: USA
Registered: 2006-11-27
Posts: 4,189

Re: [solved]System Upgrade

You want to rebuild your initramfs image?

# mkinitcpio -p kernel26

^Will rebuild the default. (-p for preset)

# mkinitcpio -g /boot/kernel26.img

^ if you have fiddled around and have a custom mkinitcpio.conf

more info here

Offline

#10 2008-06-27 15:15:10

Gauvenator
Member
Registered: 2008-04-03
Posts: 172

Re: [solved]System Upgrade

Misfit138 wrote:

You want to rebuild your initramfs image?

# mkinitcpio -p kernel26

^Will rebuild the default. (-p for preset)

# mkinitcpio -g /boot/kernel26.img

^ if you have fiddled around and have a custom mkinitcpio.conf

more info here

Awesome thanks, just ran it and it went fine.

Offline

Board footer

Powered by FluxBB