18 Jan
2015
18 Jan
'15
5:57 p.m.
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. --Oliver Temlin