View previous topic :: View next topic |
Author |
Message |
hgerstung Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 22 Nov 2004 Posts: 123 Location: Northwestern Germany (OWL)
|
Posted: Wed Jan 18, 2006 9:04 pm Post subject: Change Motherboard and CPU ... how? |
|
|
Hi!
I would like to give up using Windows at all and switch over to Gentoo completely. At the moment I have my Gentoo Machine (running as a server but it is also used for mails and web browsing )AND a Windows PC used for things I cannot do with Gentoo (a nice and stable video cutter software is still missing).
As the WinPC is a P4-2,8Ghz and my Gentoo box is an Athlon XP 2800, I would like to change that and use the P4 for my Gentoo system.
Everything is compiled for the athlon-xp and I wonder if there is any chance to rebuild the system to be usable with a P4. A re-install would be a pity, because I'm pretty happy with my Gentoo installation ...
Any hints? A HowTo somewhere? Thanks for your help!
Kind regards,
Heiko |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
koara Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/202725955140e2f5a699aa9.jpg)
Joined: 30 Jun 2004 Posts: 76 Location: Portland, Maine
|
Posted: Wed Jan 18, 2006 9:57 pm Post subject: Re: Change Motherboard and CPU ... how? |
|
|
I went from an Athlon XP to a dual PIII setup and did not have any problems. The only thing I did in advance was compile a kernel for the new hardware. Once the new hardware was in place I booted from the new kernel and it worked. Remember to change your CFLAGS and CHOST settings in /etc/make.conf after you are using the new hardware.
hgerstung wrote: | Hi!
I would like to give up using Windows at all and switch over to Gentoo completely. At the moment I have my Gentoo Machine (running as a server but it is also used for mails and web browsing )AND a Windows PC used for things I cannot do with Gentoo (a nice and stable video cutter software is still missing).
As the WinPC is a P4-2,8Ghz and my Gentoo box is an Athlon XP 2800, I would like to change that and use the P4 for my Gentoo system.
Everything is compiled for the athlon-xp and I wonder if there is any chance to rebuild the system to be usable with a P4. A re-install would be a pity, because I'm pretty happy with my Gentoo installation ...
Any hints? A HowTo somewhere? Thanks for your help!
Kind regards,
Heiko |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Zepp Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/808978641480190de6e9a1.jpg)
Joined: 15 Mar 2004 Posts: 1246 Location: Ontario, Canada
|
Posted: Wed Jan 18, 2006 10:49 pm Post subject: |
|
|
update the cflags/chost for the new cpu, configure a new kernel, you may also want to recompile every package so they are optomized for the new cpu
Code: |
emerge -e system
emerge -e world
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|