I've recently bought the latest rPi device (the model B 512 MB version) and I'm having trouble updating my system with pacman -Syu. After executing this command, the rPi won't boot anymore (no monitor output, no ssh, ...).These are my attached peripherals:
- Class 10 Sandisk micro SDHC + adapter.
- iPhone charger as power supply
- USB AlfaNetworks AWUS036EH
- Monitor via HDMI
I doubt the peripherals are to blame. The first time I encountered this problem, I had installed quite a lot of packages first including xorg, xfce, drivers for the AlfaNetworks stick, etc., which worked fine. However upon doing a full system upgrade, the rPi would fail to boot. So I decided to try to reproduce the problem on a fresh install which worked. I included a list of commands here (http://pastebin.com/GtUxdVbP) that need to be executed after ssh'ing to a fresh install rPi in order to do so. Basically it comes down to (on fresh install with archlinux-hf-2012-09-18.img)):
- pacman-key --init
- pacman -Syu
- sync ; reboot
Any idea what might be going on? Is there something wrong with the packages in the repo (especially the raspberry firmware package)?
Here are /var/log/errors.log and /var/log/kernel.log:
http://pastebin.com/RM8YX274
http://pastebin.com/kEVFREE7
PS: I noticed the ACT LED on the pi is randomly either always in the ON state or always in the OFF state during boot after reattaching the power supply. It would be strange if the problem were my SD card or any other peripheral, since I installed packages and rebooted several times without a problem until I did a full system upgrade.
PS2: Maybe "sbin/init: error while loading shared libraries: libdbus-1.so.3: cannot open shared object file: No such file or directory" is the problem?