You are not logged in.
Pages: 1
I am going to upgrade my pc and have some questions.
Going to get me a new motherboard and cpu. From AMD 64 X2 and nvidia chipset on mb to C2Duo Q9xxx or E8xxx and intel P45 chipset.
Any precautions I must concider in advanced.
Will my pc just fire up or must i reinstall Arch?
Last edited by thorro (2008-10-02 12:10:57)
C2D E8500 Nvidia 7950 512mb WD 500Gb sata 4giga ram Samsung SyncMaster 226BW, 1680*1050
wowaddict http://eu.wowarmory.com/character-sheet … n=Slackers
Offline
If you have the autodetect hook in /etc/mkinitcpio.conf you should probably take it out and recreate the image with mkinitcpio -p kernel26 before shutting down the old system. Otherwise the new one won't start up properly because of a different chipset and hard disk controller.
1000
Offline
My mkinitcpio.conf looks like this:
MODULES=""
BINARIES=""
FILES=""
HOOKS="base udev autodetect pata scsi sata filesystems"
So i can just run mkinitcpio -p kernel26 before i shut the it down
C2D E8500 Nvidia 7950 512mb WD 500Gb sata 4giga ram Samsung SyncMaster 226BW, 1680*1050
wowaddict http://eu.wowarmory.com/character-sheet … n=Slackers
Offline
built in a new mainboard this weeak because of an issue caused by the pcie slot. i tried to boot into my old system but it hanged and freezed all the time. so i made a fresh reinstall: all modules and drivers were correctly detected. everything's running fine again.
Offline
I told you to remove the "autodetect" hook, else the initramfs will only contain the modules for your current mainboard. Removing it and rebuilding the image will make it much bigger but you can at least be sure that it will contain all existing drivers for disk controllers.
1000
Offline
hmm think i have a hardtime understanding things these days.
autodetect will remove it.
found also some help here
http://wiki.archlinux.org/index.php/Mki … _the_HOOKS
If i understand it right I should add autodetect again after I got the machine up running again
Last edited by thorro (2008-10-03 07:14:41)
C2D E8500 Nvidia 7950 512mb WD 500Gb sata 4giga ram Samsung SyncMaster 226BW, 1680*1050
wowaddict http://eu.wowarmory.com/character-sheet … n=Slackers
Offline
Yes, that sounds about right.
Windows was made for looking at success from a distance through a wall of oversimplicity. Linux removes the wall, so you can just walk up to success and make it your own.
--
Reinventing the wheel is fun. You get to redefine pi.
Offline
Pc is up and running fine again
Only thing that didn't work was sensors and sound , but that wasn't to hard to get up running.:)
C2D E8500 Nvidia 7950 512mb WD 500Gb sata 4giga ram Samsung SyncMaster 226BW, 1680*1050
wowaddict http://eu.wowarmory.com/character-sheet … n=Slackers
Offline
Pages: 1