You are not logged in.
Pages: 1
My motherboard is broken and i'm getting a new one from guarantee. I'm getting Asrock z-68 instead of Asus what i had before because they aren't selling that model anymore. Can i use my old system or do i have to re-install AB?
Offline
It depends on what kind of Asus board you had and what specific configurations you have made.
The z68 seems to have some problems: https://bbs.archlinux.org/viewtopic.php?id=120571
What I would do first is run a live AB cd; if that works OK, then I would boot into the terminal and let the kernel rebuild itself by reinstalling:
#pacman -S linuxIf you get an startx problem you can try to reconfigure the video card.
With the liveCD you also can backup all your personal and desktop config files to an external hard drive for instance.
Getting your questions answered here at ArchBang Forums
Please! Always give hardware info, if there is a chance that 's relevant: #lspci -vnn
Quote: What I have learnt from Linux is to minimize dependencies and functionalities for greater independence.
On Arch(bang) and Openbox: http://stillstup.blogspot.com/
Offline
Thanks.
Offline
My motherboard is broken and i'm getting a new one from guarantee. I'm getting Asrock z-68 instead of Asus what i had before because they aren't selling that model anymore. Can i use my old system or do i have to re-install AB?
Once you have your new mother board installed, boot into LiveCD, chroot into your archbang partition, remove drivers related to old hardware (Video), edit files that relate to the older hardware, (ex. rc.conf if you have NIC card modules set there, /etc/udev/rules.d/10-network.rules, /etc/X11/xorg.conf.d files you may have modified, /etc/modules.d files and etc. If you have not modified any of these type files you probably don't need to worry about this aspect. Install appropriate drivers for video, wireless, etc., and lastly run "mkinitcpio -p linux" in root shell from the chrooted environment.
Offline
Would selecting fallback not do the trick?
Online
Would selecting fallback not do the trick?
Yes it certainly would, didn't think of it in the moment.
Offline
When I got my latest laptop, I just pulled the hard drive from the old one and put it in the new and booted up. No problem. Of course I was not running any proprietary drivers. Never know until you try. If it does not work, then it looks like there are plenty of ways to work through it.
Free Software Foundation member 10865
Offline
Pages: 1