So I just booted up my raspberry pi running Linux Arch. I read several posts that instructed my to update the system using pacman -Syu
so I did so and then attempted to reboot my pi.
However it wouldn't restart (the green light blinks once then nothing). I reimaged the SD card and it works fine again until I run pacman -Syu
.
I also tried pacman -Syu --ignore filesystem
and then forced filesystem, with the same result.
The output is what I'd expect, it updates around 50 packages, a few are saved as .pacnew
s so I went and manually merged them according to the advice I found online, I tried several different possible ways on merging them as well, nothing seemed to work.
Does anyone have any ideas what would be causing this?
s
should be a capital. What is the output from the update command? – Jivings Nov 19 '12 at 08:31.pacnew
files correctly. That could cause the system failures you describe. – Jivings Nov 19 '12 at 19:52