Skip to content

Instantly share code, notes, and snippets.

@swyngaard
Created April 6, 2017 01:52
Show Gist options
  • Save swyngaard/b7fdc60c5590677e1d62ddbe956af5f2 to your computer and use it in GitHub Desktop.
Save swyngaard/b7fdc60c5590677e1d62ddbe956af5f2 to your computer and use it in GitHub Desktop.
Android x86 QEMU installation

Download your preferred iso image from http://www.android-x86.org/

Create storage file:

qemu-img create -f qcow2 android_marshmellow.img 20G

Install using virt manager making sure to use the iso and the storage created in the previous steps.

Select NO when prompted to use GPT.

Create a new partition and make sure to set the newly created partition as bootable.

Continue the installation and reboot when given the option.

@ponyatov
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment