Skip to content

Installing as guest in Quickemu

Quickemu is a wrapper for the excellent QEMU that automatically “does the right thing” when creating virtual machines. No requirement for exhaustive configuration options. You decide what operating system you want to run and Quickemu takes care of the rest:

  • quickget automatically downloads the upstream OS and creates the configuration;
  • quickemu enumerates your hardware and launches the virtual machine with the optimum configuration best suited to your computer.

You can install Quickemu in your host as described in the official documentation.

Once Quickemu is installed, there are two simple steps to create and run Athena OS:

  • quickget automatically downloads the ISO image for Athena OS and creates a configuration file for the virtual machine:
    Terminal window
    quickget athenaos v23.11
  • quickemu starts the virtual machine using the configuration file created by quickget:
    Terminal window
    quickemu --vm athenaos-v23.11.conf