Skip to main content
Topic: Installation of Artix on Virtualbox  (Read 3711 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Installation of Artix on Virtualbox

Hi,


I want to install Artix linux on Virtualbox.
Where can I find a documentation which describes this process?
What images do I need?

Thank you very much in advance for any help!
Cheers
mcc

Re: Installation of Artix on Virtualbox

Reply #1
Hello,

Artix images and packages are only for 64-bit machines.

You should be able to install Artix normally as on real HW.
To install it you can use graphical installer (calamares) or install it throught cli (see wiki)

When you install it you should also install virtualbox-guest module.
My recommendation is to use *-dkms version because there will not be problem after kernel update.
Sadly this problem is caused because we lack kernel maintainers.

Re: Installation of Artix on Virtualbox

Reply #2
Hi SGOrava,

thank you for your reply.
I am just in the beginning to get in touch with Artix.... :)

What does it mean to use "-dkms version" (of the kernel or the guest additons?).

Cheers! :)
mcc

Re: Installation of Artix on Virtualbox

Reply #3
What does it mean to use "-dkms version" (of the kernel or the guest additons?).
DKMS > Dynamic Kernel Modules System
Kernel module will be rebuild for current kernel version at each kernel update.

For users the difference is that they install package with different name
and update takes little more time and you are sure that the module will work with your kernel.

Or at least that is how i understand it.
If you want more rpofound information look at Arch wiki.