LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 08-06-2010, 10:01 PM   #1
firewiz87
Member
 
Registered: Jan 2006
Distribution: OpenSUSE 11.2, OpenSUSE 11.3,Arch
Posts: 240

Rep: Reputation: 37
Is it necessary to reinstall linux after a hardware upgrade??


I am planning to update my system's processor, motherboard and RAM. Should i reinstall linux after the change or is there an alternate method??

Thanks in advance for your reply
firewiz
 
Old 08-06-2010, 10:16 PM   #2
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
Unless you've changed your processor type (from Intel or AMD to something else like S360, Spark, etc.), and you aren't downgrading from a 64-bit system to a 32-bit one, and your drives will all work with your new drive controller, then you should be able to just plug you old drives into the new system and boot.

You should check to see if your new CPU needs some firmware for optimum performance, but most of that firmware is distributed with the kernel, and loaded automatically when needed.

<edit>
You didn't mention video changes. If you've changed your video system, you may need to install a driver for the new video hardware. But, if you're using version 4 of the X-server, the "no xorg.conf" detection will usually find a usable driver for you.
</edit>

Last edited by PTrenholme; 08-06-2010 at 10:21 PM.
 
Old 08-07-2010, 02:44 AM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
I am planning to update my system's processor, motherboard and RAM.
it depends on WHAT you update them too
most of the time ? you might not need to do a full reinstall . Just update proprietary drivers and configure some *.conf files

but ( as PTrenholme stated) very MAJOR changes ? you might need to reinstall
 
Old 08-07-2010, 04:55 AM   #4
firewiz87
Member
 
Registered: Jan 2006
Distribution: OpenSUSE 11.2, OpenSUSE 11.3,Arch
Posts: 240

Original Poster
Rep: Reputation: 37
Quote:
Originally Posted by John VV View Post
it depends on WHAT you update them too
I am planning to upgrade my existing Intel core2 system to one of the intel i-series. And a P4 system to core2.
As for video, i ll just be using the on board video card.
 
Old 08-07-2010, 09:28 AM   #5
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
If it helps any:

I compile my own kernel, and pretty specifically for my hardware.

A year or 2 ago, I replaced/upgraded my motherboard, CPU, RAM, video cards, from:

a socket 478 motherboard, Intel P4 single-core CPU, 512 or 1Gig of whatever the RAM was, and a GeForce MX440 AGP card,

to:

a socket 775 motherboard, Intel Core2 dual core, 4Gig of new RAM, and two PCI-E nvidia cards.

Basically I replaced everything but the box itself, and the IDE hard drives. The drives went back onto the same relative IDE connectors on the new board. OS was Slackware 11.

I was pleasantly surprised that after hooking everything up and turning the machine on, it booted up pretty much as it usually would; I do not recall any particular thing that was really borked or that went wrong. Of course, the next thing I did was rebuild my kernel to better suit the new hardware, RAM quantity, etc. but all in all, no real issue.

EDIT: P.S. - booting a 'generic' kernel will lessen the likelihood of big issues upon reboot in the new hardware; of course, stuff like new networking hardware (NIC, wireless..) for example, it may not work right away without some fiddling and/or editing network config and/or installation of an out-of-tree driver if necessary. A generic kernel will also decrease the likelihood of framebuffer problem (blank console) or unsupported video card in the new machine, vs a kernel that was previously custom-made specifically for your old hardware.

Last edited by GrapefruiTgirl; 08-07-2010 at 09:52 AM. Reason: see EDIT above.
 
Old 08-07-2010, 12:35 PM   #6
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
Quote:
Originally Posted by firewiz87 View Post
. . . I'll just be using the on board video card.
My point re video still holds: Unless the "on board" video chip-set is from the same vendor as the chip-set in your current system, you'll need to use a driver specific to the chip-set you use. If you have your xorg.conf file pointed to the incorrect driver, you may end up looking at a black screen on your upgraded system. Check the specifications of your current chip-set and the chip-set used by your new mother board(s), and make sure you have a driver that will work on you system's drive.

Last edited by PTrenholme; 08-07-2010 at 12:37 PM.
 
Old 08-09-2010, 10:32 PM   #7
firewiz87
Member
 
Registered: Jan 2006
Distribution: OpenSUSE 11.2, OpenSUSE 11.3,Arch
Posts: 240

Original Poster
Rep: Reputation: 37
I understand that the graphics card can be a problem. And its a problem i have face too many times. I am pretty comfortable with the black n white text screen. So as long as i get a login of some sort... i am on familiar grounds.What i really hate, is to boot in recovery mode.

So as long as i am using a generic kernel (which i am using) i should be having no problems booting up even with a completely new processor like Core 2 in place of P4??

Is there a way to reinstall just the kernel?? In case there was some problem?? Will a simple kernel upgrade do the job?????
 
Old 08-10-2010, 04:52 AM   #8
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
With a generic x86* kernel that matches your architecture (such as x86 or x86_64) you should have no problem booting up because of your new processor.

Yes, you can rebuild and/or re-install just the kernel. Procedure will vary slightly depending on which distro you're doing this on, but the short answer is: yes - in case of some problem, you can rebuild/reinstall the kernel.

But if using a generic kernel of fairly recent vintage, you shouldn't need to; it's usually more whether you want to - unless you need some device support that you don't have, or some new features of a newer kernel, or some problem.
 
Old 08-23-2010, 09:58 PM   #9
firewiz87
Member
 
Registered: Jan 2006
Distribution: OpenSUSE 11.2, OpenSUSE 11.3,Arch
Posts: 240

Original Poster
Rep: Reputation: 37
Well... the linux installation in my P4 system worked flawlessly with the core2 system.... I just love linux
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is it possible to reinstall or upgrade linux without losing data?? cyber.scientist Linux - Newbie 14 04-24-2009 07:04 PM
Athlon locking up after hardware upgrade/Debian reinstall Storm16 Linux - Hardware 0 05-20-2006 09:43 PM
upgrade RAM on the old linux box without reinstall lnthai2002 Linux - Hardware 6 01-16-2005 10:21 AM
If I upgrade my hardware do I have to reinstall or upgrade? sephiro499 Mandriva 2 10-20-2004 07:08 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

All times are GMT -5. The time now is 09:51 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration