I did not go through this, since my machine had only 4 GB RAM and was probably too RAM constrained to run the virtual device, but
- install qemu-kvm and then give appropriate permission to the current user.
$ sudo apt install qemu-kvm
% add your user to the kvm group.
$ sudo adduser <username> kvm
% And then
$ sudo chown <username> /dev/kvm
No comments:
Post a Comment