[SOLVED] Install ProxMox On debian 64bit

When you goto BIOS, look for the Option that says one of these :

Virtualization Technology : <DISABLED>
or
SVM Technology : <DISABLED>
or
Intel VT : <DISABLED>
or something similar.

Usually this feature is under System Configuration.
Before you goto BIOS, you can also use the command below to test if your hardware virtualization even turned on or not.

If you type #dmesg | less , you will get a list of stuff, among these there are two options your should look for:

# kvm : no hardware support

and

# kvm : disabled by bios

Could you post which motherboard and CPU you are using?
 
I think the problem is im not using proxmox kernel but idk how to start with proxmox kernel. can past here command line?
 
dpkg --get-selections |egrep '(kernel|image)'
linux-image-3.2.0-4-amd64 deinstall
pve-kernel-2.6.32-25-pve install
 
Ok Kernel problem solved now have other error:
Code:
[COLOR=#000000][FONT=tahoma]bridge 'vmbr0' does not exist[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]/var/lib/qemu-server/pve-bridge: could not launch network script[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]kvm: -netdev type=tap,id=net0,ifname=tap100i0,script=/var/lib/qemu-server/pve-bridge: Device 'tap' could not be initialized[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]TASK ERROR: start failed: command '/usr/bin/kvm -id 100 -chardev 'socket,id=qmp,path=/var/run/qemu-server/100.qmp,server,nowait' -mon 'chardev=qmp,mode=control' -vnc unix:/var/run/qemu-server/100.vnc,x509,password -pidfile /var/run/qemu-server/100.pid -daemonize -name Prova -smp 'sockets=1,cores=3' -nodefaults -boot 'menu=on' -vga std -no-hpet -cpu 'Nehalem,hv_spinlocks=0xffff,hv_relaxed,+x2apic' -k en-us -m 1000 -cpuunits 1000 -device 'piix3-usb-uhci,id=uhci,bus=pci.0,addr=0x1.0x2' -device 'usb-tablet,id=tablet,bus=uhci.0,port=1' -device 'virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3' -drive 'file=/var/lib/vz/template/iso/ciao.iso,if=none,id=drive-ide2,media=cdrom,aio=native' -device 'ide-cd,bus=ide.1,unit=0,drive=drive-ide2,id=ide2,bootindex=200' -drive 'file=/var/lib/vz/images/100/vm-100-disk-1.qcow2,if=none,id=drive-ide0,format=qcow2,cache=writethrough,aio=native' -device 'ide-hd,bus=ide.0,unit=0,drive=drive-ide0,id=ide0,bootindex=100' -netdev 'type=tap,id=net0,ifname=tap100i0,script=/var/lib/qemu-server/pve-bridge' -device 'e1000,mac=E6:C0:3A:39:38:E4,netdev=net0,bus=pci.0,addr=0x12,id=net0,bootindex=300' -rtc 'driftfix=slew,base=localtime' -global 'kvm-pit.lost_tick_policy=discard'' failed: exit code 1[/FONT][/COLOR]