Skip to main content
Topic: ==> ERROR: Failed to install packages to new root (Read 2503 times) previous topic - next topic
0 Members and 3 Guests are viewing this topic.

==> ERROR: Failed to install packages to new root

Hello frens! Im currently installing artix my first time as a base install to get more comfy with linux. I partitioned, changed the types etc. etc and was typing
basestrap /mnt base base-devel openrc vim
and following was the output (its a vm so only screenshot sry., its in the first pic)

i searched on the itnernet but couldnt find anything. why is dinit and openrc in conflict, i thought im installing openrc now, what even is dinit?dont know why the rest is there.

Thank you :3

 

Re: ==> ERROR: Failed to install packages to new root

Reply #1
When you install elogind, you choose the default option (elogind-dinit), but you need elogind-openrc because you chose that init.

Code: [Select]
basestrap /mnt base base-devel openrc elogind-openrc vim

Re: ==> ERROR: Failed to install packages to new root

Reply #2
When you install elogind, you choose the default option (elogind-dinit), but you need elogind-openrc because you chose that init.

Code: [Select]
basestrap /mnt base base-devel openrc elogind-openrc vim
thank you very much, it works now