遇到类似的悲剧。fy0 写了:楼上的这已经是老黄历了,11.08镜像已经几乎不是人类能用的了。
下面是我前两天杯具的安装过程:
pacman -Syu
告诉我 需要filesystem更新。
pacman -S filesystem --force
告诉我需要首先更新pacman,新的pacman需要 filesystem 更新。
那么我选择忽略依赖,告诉我
error: extract: not overwriteing dir with file var/run
error: problem occeurred while upgrading filesystem
error: could not commit transaction
好吧,又不能进行。
于是我
pacman -Syu --ignore filesystem
又让我更新pacman,同上,更新不了。
那我选不更新,好吧,漫长的等待之后…………
error: failed to commit transaction (conflictiong files)
initscripts: /etc/profile.d/locale.sh exists in filesystem
Errors occurred, no packages were upgraded.
最新的测试镜像(12.6.05)能安装包,但不能安装引导。。。
最后还是用netinstall解决的……

我在VirtualBox里先用2011.08全新安装的,然后Syu,重启后直接就登录不了,输完用户名后不给输密码。
期间有若干个mountpoint: command not found,后来chroot,再重装util-linux包解决的。