2015-01-18 17:57 GMT+01:00 Oliver Temlin <temlin@gmail.com>:
On January 18, 2015 5:49:37 PM CET, "Csányi Pál" <csanyipal@gmail.com> wrote:
What I did sofar is the following:
Boot with Arch linux live cd. lsblk Note: my root / partition is on /dev/sda3 mkdir /mnt/arch mount /dev/sda3 /mnt/arch systemd-nspawn -D /mnt/arch mkinitcpio -p linux
Here I exit from the prompt and reboot the machine, but get the same error message: can't run init.
What did I wrong?
You missed that the base group should be reinstalled, as the error is not with the ramdisk, but with the files of systemd. Just run `pacman -S base' after systemd-nspawn.
Well, I did so but can't to run successfully the `pacman -S base' command because of some difficulties. It complains about existing files and folder: it won't overwrite the /usr/lib64 folder. What can I do now? -- Regards from Pal