Install the qemu-kvm package with the following command:
sudo apt install qemu-kvm
Run the kvm-ok command to check KVM status and your hardware:
Kvm-ok
The message should say:
INFO: /dev/kvm exists KVM acceleration can be used
You can now launch a virtual machine with KVM, using the following command:
kvm -smp 2 -m 1500 -netdev user,id=mynet0,hostfwd=tcp::8022-:22,hostfwd=tcp::8090-:80 -device virtio-net-pci,netdev=mynet0 -vga qxl -drive file=ubuntu-core-16-amd64.img,format=raw
You should now see a window, with your Appliance virtual machine booting inside it
The system will boot then become ready to configure. The device will display the prompt "Press enter to configure"
Press Enter then select "Start" to begin configuring your network and an administrator account. Follow the instructions on the screen, you will be asked to configure your network and enter your Ubuntu SSO credentials
At the end of the process, you will see your credentials to access your Ubuntu Core machine:
Your user name is your Ubuntu SSO user name.