Artix Linux Forum

Artix Linux => Installation / Migration / Configuration => Topic started by: Sosse on 23 January 2023, 23:47:57

Title: ==> ERROR: Failed to install packages to new root
Post by: Sosse on 23 January 2023, 23:47:57
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
Title: Re: ==> ERROR: Failed to install packages to new root
Post by: Bilet on 23 January 2023, 23:56:00
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
Title: Re: ==> ERROR: Failed to install packages to new root
Post by: Sosse on 24 January 2023, 00:04:43
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