I have been over nearly every guide to installing Windows 2008 R2 in KVM, and have read all that I can about the virtio driver disk, but I continue to get the same result:

As you can see, the VirtIO disk has been loaded, and it's finding some drivers (if I uncheck the hide option, I see far more), but I cannot get past this dumb screen.
The exact command line I'm using to install is as follows:
virt-install -n xm_zdc02 -r 1024 -c /vz/images/en_windows_server_2008_r2_standard_enterprise_datacenter_web_x64_dvd_x15-50365.iso --os-type=windows --disk=/vz/xm_zdc02.img,size=120 --vnc --vncport=7018 --vnclisten=192.168.2.80 --noautoconsole -v --autostart --disk path=/vz/images/virtio-win-0.1-22.iso,device=cdrom,perms=ro
The host is as follows:
- OS: Debian Squeeze
- Processor: Intel(R) Core(TM)2 Quad CPU Q9400 @ 2.66GHz
- RAM: 16GB
- Motherboard: Asus P5Q PRO TURBO
I'm completely lost, and could use some direction at this point.