Jessie error: internal error: no supported architecture for os type hvm

hi there , i have got similarly to this error in the link:-

i think that was in wheezy , but now im using debian jessie and checked the virtualization option its enabled from the bios but i have got the same error message c this image:-

http://i.imgur.com/L8REUY5.jpg

so is there any package should i download to make it work ?

If you are running another program that uses virtualization extensions (VirtualBox), they will be unavailable to KVM. The soltuion is to completely uninstall VirtualBox and try running KVM again. You will want to do it with apt-get purge to completely remove it and its kernel modules.

cool now i will try that , true i have a virtualbox.

i think its better that u add to the kvm wiki common troubleshooting section which has these minor steps for solvent but major in making the kvm not working

if u cant add them i can do that even with providing screenshots

kvm wiki good but needs more explanation to simple user (like providing it with screen shots for example)

thnx

Don’t run virsh define as root. That’s a mistake. Maybe(!) that is also the cause here.

VirtualBox and KVM can be installed at the same time, was doing that on jessie, but you can only use one type of virtualizer at a time. Only KVM VM(s) or VirtualBox VM(s). This is how it would look if a VirtualBox VM is already running and you’re attempting to run a KVM VM:

aha ok now i got it , thnx for the explanation.

but now i have got a new issue which is in cp --sparse=always

c the full commands:-

[code]root@debian:/home/vardan# apt-get install qemu-kvm libvirt-bin virt-manager
Reading package lists… Done
Building dependency tree
Reading state information… Done
libvirt-bin is already the newest version.
virt-manager is already the newest version.
qemu-kvm is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@debian:/home/vardan# # ln -s /etc/apparmor.d/libvirt/TEMPLATE.qemu /etc/apparmor.d/libvirt/TEMPLATE.kvm
root@debian:/home/vardan# sudo addgroup “$(whoami)” libvirt
The user root' is already a member oflibvirt’.
root@debian:/home/vardan# sudo addgroup “$(whoami)” kvm
The user root' is already a member ofkvm’.
root@debian:/home/vardan# exit
exit
vardan@debian:~$ virsh -c qemu:///system net-autostart default
Network default marked as autostarted

vardan@debian:~$ virsh -c qemu:///system net-start default
error: Failed to start network default
error: Requested operation is not valid: network is already active

vardan@debian:~$ tar -xvf ~/Whonix-Gateway-.libvirt.xz
tar: /home/vardan/Whonix-Gateway-
.libvirt.xz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
vardan@debian:~$ tar -xvf ~/Whonix-Gateway-.libvirt.xz
Whonix-Gateway-11.0.0.3.0.xml
Whonix-Gateway-11.0.0.3.0.qcow2
Whonix_network-11.0.0.3.0.xml
vardan@debian:~$ tar -xvf ~/Whonix-Workstation-
.libvirt.xz
Whonix-Workstation-11.0.0.3.0.xml
Whonix-Workstation-11.0.0.3.0.qcow2
vardan@debian:~$ virsh -c qemu:///system define Whonix-Gateway*.xml
Domain Whonix-Gateway defined from Whonix-Gateway-11.0.0.3.0.xml

vardan@debian:~$ virsh -c qemu:///system net-define Whonix_network*.xml
Network Whonix defined from Whonix_network-11.0.0.3.0.xml

vardan@debian:~$ virsh -c qemu:///system net-autostart Whonix
Network Whonix marked as autostarted

vardan@debian:~$ virsh -c qemu:///system net-start Whonix
Network Whonix started

vardan@debian:~$ virsh -c qemu:///system define Whonix-Workstation*.xml
Domain Whonix-Workstation defined from Whonix-Workstation-11.0.0.3.0.xml

vardan@debian:~$ sudo mv Whonix-Gateway*.qcow2 /var/lib/libvirt/images/Whonix-Gateway.qcow2
[sudo] password for vardan:
vardan is not in the sudoers file. This incident will be reported.
vardan@debian:~$ su
Password:
root@debian:/home/vardan# mv Whonix-Gateway*.qcow2 /var/lib/libvirt/images/Whonix-Gateway.qcow2
root@debian:/home/vardan# mv Whonix-Workstation*.qcow2 /var/lib/libvirt/images/Whonix-Workstation.qcow2
root@debian:/home/vardan# cp --sparse=always Whonix-Gateway*.qcow2 /var/lib/libvirt/images/Whonix-Gateway.qcow2
cp: cannot stat ‘Whonix-Gateway*.qcow2’: No such file or directory
root@debian:/home/vardan# cp --sparse=always Whonix-Workstation*.qcow2 /var/lib/libvirt/images/Whonix-Workstation.qcow2
cp: cannot stat ‘Whonix-Workstation*.qcow2’: No such file or directory
root@debian:/home/vardan# cp --sparse=always Whonix-Workstation*.qcow2 /var/lib/libvirt/images/Whonix-Workstation.qcow2
cp: cannot stat ‘Whonix-Workstation*.qcow2’: No such file or directory
root@debian:/home/vardan# mv Whonix-Gateway*.qcow2 /var/lib/libvirt/images/Whonix-Gateway.qcow2
mv: cannot stat ‘Whonix-Gateway*.qcow2’: No such file or directory
[/code]

it says:-

 cp --sparse=always Whonix-Gateway*.qcow2 /var/lib/libvirt/images/Whonix-Gateway.qcow2
cp: cannot stat ‘Whonix-Gateway*.qcow2’: No such file or directory[/code]

but it worked when i moved them:- 

[code]root@debian:/home/vardan# mv Whonix-Gateway*.qcow2 /var/lib/libvirt/images/Whonix-Gateway.qcow2
root@debian:/home/vardan# mv Whonix-Workstation*.qcow2 /var/lib/libvirt/images/Whonix-Workstation.qcow2

so what i am missing here ?

Either mv (move) or cp (copy). Both isn’t possible. Pick your choice. (Dis)advantages/differences are explained in the wiki.

perfect , everything working as expected i have updated both ws&gw and installed tor and checked the ip = awesome