You are not logged in.
Pages: 1
Hi @all
I'm using Arch64 on a Asus P5b with 4 Gb Ram.
With disabled Memory Remapping the Bios and Arch Linux recognizes ~3GB Ram.
With enabled Memory Remapping the Bios recognizes 4 GB Ram and Arch freezes at boot... Last message is "Loading Udev events" ...
Need Help...
Thx
Psych
Sorry for my bad English
Offline
works for me on another P965 chipset based mainboard. i don't have that BIOS option. try to pass the memory option to the kernel. (mem=4096M or like that). but i'm sure you are not the first one. Mr.Gurgel will be your friend
Offline
You can try and disable automatic module loading and see if you are able to boot. It's done in /etc/rc.conf
MOD_AUTOLOAD="no"
/Nic
Desktop :Athlon64 2.2 GHz
Laptop :Toshiba R100 1GHz
Offline
With MOD_AUTOLOAD="no" the kernel boots without any problem and arch recognizes 4 GB Ram :-) !
But.... I have to load modules manual.... how can i find out which module produces the freeze ??? can i blacklist this module???
Thx
Psych
Sorry for my bad English
Offline
You can try and disable automatic module loading and see if you are able to boot. It's done in /etc/rc.conf
MOD_AUTOLOAD="no"
/Nic
Many thanks for the tip as Arch is the 1st x64 to natively boot into on this chipset 32bit installs have been fine, but most install cd`s would hang except for Arch & Gentoo. Hopefully I`ll just add the missing modules I need to modprobe.conf as I install the rest of the system and as needed modules arise ( I hope )
cheers
Offline
you both can use the Arch 32bit iso to boot and then "hwdetect --show-modules"
Offline
It's running nice
Thx
Psych
Sorry for my bad English
Offline
I just tried to mount an usb stick... nothing happens automatically so i tried to mount it manual... but the device doesn't exist...
Udev not only stopped autoloading modules at boot... it stopped loading modules at all!
I don't know which module exactly causes the freeze... so i can only boot with MOD_AUTOLOAD="no" ...
What to do???
Thx
Psych
Sorry for my bad English
Offline
modprobe sd_mod and check whether there's something about your usb stick in dmesg.
Offline
I found out that intel_agp causes the crash at boot... i blacklistet it and now everything runs fine!
Thx
Psych
Sorry for my bad English
Offline
Pages: 1