You are not logged in.
Hi, I am a newbie to Arch and I came from another distro of linux. I downloaded the CD image of arch and burn it into a CD, installed arch following the wiki. However, after the installation I did a pacman -Syu to update my system. It looks like this messed something. when I reboot my machine I found that during the boot process, udev crashes and my screen turned to be completely white. It looks very similar to the problem
http://bbs.archlinux.org/viewtopic.php?id=63320
but I cannot find which modules caused the problem. How should I get the list of modules that udev would load during the boot process, so I can know where the problem is? Thanks.
Last edited by shallpion (2009-12-13 06:08:54)
Offline
It is very likely caused by the KMS of radeon module... I used hwdetect --modules to generate a list of all the modules my system need, and use modprobe to check one by one, finally figured out it was caused when modprobe radeon... Disabling KMS solves this problem ![]()
Offline