SBS 2011 - unable to load driver for harddisk

Molch

Renowned Member
May 11, 2012
50
0
71
I tried to install SBS 2011 Ess. with virtio driver HDD and network.

Network works fine but I'm not able to load the harddisk driver... .

( Using current virtio drivers )
 
provide details, without no one can help.
 
provide details, without no one can help.


pveversion -v
Code:
pve-manager: 2.2-32 (pve-manager/2.2/3089a616)
running kernel: 2.6.32-17-pve
proxmox-ve-2.6.32: 2.2-83
pve-kernel-2.6.32-11-pve: 2.6.32-66
pve-kernel-2.6.32-16-pve: 2.6.32-82
pve-kernel-2.6.32-17-pve: 2.6.32-83
lvm2: 2.02.95-1pve2
clvm: 2.02.95-1pve2
corosync-pve: 1.4.4-1
openais-pve: 1.1.4-2
libqb: 0.10.1-2
redhat-cluster-pve: 3.1.93-2
resource-agents-pve: 3.9.2-3
fence-agents-pve: 3.1.9-1
pve-cluster: 1.0-34
qemu-server: 2.0-72
pve-firmware: 1.0-21
libpve-common-perl: 1.0-41
libpve-access-control: 1.0-25
libpve-storage-perl: 2.0-36
vncterm: 1.0-3
vzctl: 4.0-1pve2
vzprocps: 2.0.11-2
vzquota: 3.1-1
pve-qemu-kvm: 1.3-10
ksm-control-daemon: 1.1-1
 
also VMID.conf and the used virtio drivers.
 
bootdisk: virtio0
cores: 4
ide0: local:iso/virtio-win-0.1-49.iso,media=cdrom,size=57240K
ide2: local:iso/DE-DE_SBS_ESS_EVAL_InstallDVD.iso,media=cdrom,size=4272034K
memory: 3333
name: SBS2011
net0: virtio=9A:5F:C6:90:39:77,bridge=vmbr0
ostype: win7
parent: Updates
sata1: local:105/vm-105-disk-1.qcow2,size=160G
sockets: 1
 
you set the bootdisk to virtio0 but you have only a sata disk.?

fix the boot order (via gui).
 
works here, just tested with virtio network and block, using virtio drivers from the win7/amd64 directory.
 
  • Like
Reactions: MarcMorgan
works here, just tested with virtio network and block, using virtio drivers from the win7/amd64 directory.

With virtio and qcow just like the OP, I cannot load the driver either. I select it out of the w7 x64 directory and the OS returns NOTHING. I went through every directory on the virtio ISO and nothing works.

I'm using this ISO to load the drivers:

https://alt.fedoraproject.org/pub/alt/virtio-win/latest/images/bin/

I also want to note this worked fine in Server2008 R2 x64 but is not working in SBS 2011 Essentials x64. Both are based on Windows 7.
 
tested again here. no problems. check your ISO image. the problem cannot be related to the virtio drivers.
 
tested again here. no problems. check your ISO image. the problem cannot be related to the virtio drivers.

Windows 7 and another install of 2008 R2 just went by without a problem. I'm using the same ISO for all of them.
 
I talk about the win ISO.

Gesendet von meinem GT-I9000 mit Tapatalk 2
 
How did you transfer the ISO to Proxmox VE? do this again and check the size.
 
what i do when installing windows server is usually create a virtual floppy disk with -fda
try to start the vm, and then ssh to the host and enter the command

#ps ax | grep vmid
0:21 [kjournald]
2115 ? Sl 2276:31 /usr/bin/kvm -id 101 -chardev socket,id=qmp,path=/var/run/qemu-server/101.qmp,server,nowait -mon chardev=qmp,mode=control -vnc unix:/var/run/qemu-server/101.vnc,x509,password -pidfile /var/run/qemu-server/101.pid -daemonize -usbdevice tablet -name Debian-Proxy -smp sockets=1,cores=2 -nodefaults -boot menu=on -vga cirrus -k en-us -drive 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/vz2/images/101/vm-101-disk-1.raw,if=none,id=drive-virtio0,cache=directsync,aio=native -device virtio-blk-pci,drive=drive-virtio0,id=virtio0,bus=pci.0,addr=0xa,bootindex=100 -m 1729 -netdev type=tap,id=net0,ifname=tap101i0,script=/var/lib/qemu-server/pve-bridge,vhost=on -device virtio-net-pci,mac=0E:84:51:4B:31:BF,netdev=net0,bus=pci.0,addr=0x12,id=net0,bootindex=300

stop the vm
and start again with -fda /path/to/virtio-drivers.vfd

root@proxmox#/usr/bin/kvm -id 101 -chardev socket,id=qmp,path=/var/run/qemu-server/101.qmp,server,nowait -mon chardev=qmp,mode=control -vnc unix:/var/run/qemu-server/101.vnc,x509,password -pidfile /var/run/qemu-server/101.pid -daemonize -usbdevice tablet -name Debian-Proxy -smp sockets=1,cores=2 -nodefaults -boot menu=on -vga cirrus -k en-us -drive 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/vz2/images/101/vm-101-disk-1.raw,if=none,id=drive-virtio0,cache=directsync,aio=native -device virtio-blk-pci,drive=drive-virtio0,id=virtio0,bus=pci.0,addr=0xa,bootindex=100 -m 1729 -netdev type=tap,id=net0,ifname=tap101i0,script=/var/lib/qemu-server/pve-bridge,vhost=on -device virtio-net-pci,mac=0E:84:51:4B:31:BF,netdev=net0,bus=pci.0,addr=0x12,id=net0,bootindex=300 -fda /path/to/virtio-drivers.vfd



this things are obsolete, but might works
hth
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!