0 Members and 2 Guests are viewing this topic.
sudo apt-get remove virtualbox
sudo apt-get autoremove
dpkg -l | grep virtualbox
sudo apt-get install cpu-checker
sudo kvm-ok
Firstly there's a reason people don't just tell you to install Virtualbox through the package manager ..a) it won't be the latest versionandb) it will likely install the OSS version that doesn't support things like USB pass through.So the first thing you want to do is remove it:Code: [Select]sudo apt-get remove virtualbox
thenCode: [Select]sudo apt-get autoremove
Now send the output from:Code: [Select]dpkg -l | grep virtualbox
Mad Penguins suggestion -KVM requires hardware acceleration, so won't work with all CPU's .. but there's an easy way to find out if your CPU supports everything KVM requires.run:Code: [Select]sudo apt-get install cpu-checker
now what is the output from:Code: [Select]sudo kvm-ok
Send the output from those, and we'll go from there
sudo apt-get install kvm virt-manager
groups
kvm
OK, looks like you're good to go with KVM/virt-manager I must explain that I'm new to this approach myself, so we'll be finding our way through it together .. but as MP says (if your hardware supports it) it's probably a better solution.OK, let's install kvm and virt-manager:Code: [Select]sudo apt-get install kvm virt-manager
Now lets' check if you're in the kvm group ..REBOOT (not sure if this is necessary, but won't hurt)Now send the output from:Code: [Select]groups
andCode: [Select]kvm
Type "virt-manager"Sent from my Nexus S using Tapatalk 2
sudo apt-get install gnome-system-tools
virt-manager
# ls -la /var/run/libvirt/libvirt-socksrwxrwx--- 1 root libvirtd 0 Nov 9 12:13 /var/run/libvirt/libvirt-sock
OK, the "Users and Groups" GUI application may not be installed by default in 12.04/12.10, so run:Code: [Select]sudo apt-get install gnome-system-toolsNow fire up "Users and Groups" .. then click "Manage Groups" .. scroll down to "libvirtd", and double-click it .. in the resulting "Group 'libvirtd' Properties" dialog box, make sure your username is ticked .. click "OK" .. close the other dialog boxes that are still open.
users-admin
Open a terminal and run:Code: [Select]users-adminThat *should* fire up "Users and Groups".