[SOLVED] Windows 2008 R2 and SCSI driver

Valerio Pachera

Active Member
Aug 19, 2016
131
6
38
43
Proxmox 4.2-2/725d76f0

I added 1G SCSI disk and tried to install driver from latest virtio iso (1.2.6).
Windows doesn't find the driver.
No matter if I select the whole unit D: or select the path as shown below.


Code:
qm config 100
agent: 1
balloon: 4096
boot: cd
bootdisk: ide0
cores: 4
cpu: host
ide0: ssd-thin:vm-100-disk-1,cache=writeback,size=200G
ide2: local:iso/virtio-win_old.iso,media=cdrom,size=152204K
localtime: 1
memory: 12288
name: win2008
net0: bridge=vmbr0,e1000=62:30:61:33:35:32
numa: 0
ostype: win7
scsi1: local-lvm:vm-100-disk-1,size=1G
smbios1: uuid=0f80b62c-e1e9-4932-b126-fe1cdf52aa79
sockets: 1

upload_2017-10-10_15-31-55.png

upload_2017-10-10_15-32-26.png
 

Attachments

  • upload_2017-10-10_15-32-55.png
    upload_2017-10-10_15-32-55.png
    23.5 KB · Views: 6
if you want to use the virtio-scsi controller you are missing a piece in your config, namely:
Code:
scsihw: virtio-scsi-pci