Hello
I have a Raspberry Pi model B with a 32 GB SD card on which I have the archlinux-hf-2012-09-18 image. Booted nicely the first time, and then I ran $this->bbcode_second_pass_code('', 'fdisk /dev/mmcblk0') etc etc as described on http://www.rpiforum.net/forum/tutorials/article/7-full-guide-to-arch-linux-on-the-raspberry-pi/ to expand the partition to the whole card.
Then I changed the root password and updated the system with $this->bbcode_second_pass_code('', 'pacman-key --init') and $this->bbcode_second_pass_code('', 'pacman -Syu')as describd on http://elinux.org/ArchLinux_Install_Guide#Secondary_Installation.
FInally I rebooted (shutdown on second attempt), but after that the Pi will not boot. I can tell from its green light that the card is read, but nothing happens. All was done via ssh from a linux laptop.
Any ideas?
Thanks