larsks / windows-openstack-image

17 stars 7 forks source link

Unable to load the VirtIO drivers #1

Open Parth6288 opened 8 years ago

Parth6288 commented 8 years ago

Hi I am trying to have an unattended windows2012R2 installation using the similar method however i am unable to proceed beyond the storage disk page as it is unable to load the drivers. I have copied all the drives in C drive directory in the Wim file(by mounting and unmounting using DISM) and have given the path to this location in answer file. test2

Parth6288 commented 8 years ago

Hi When i am adding config.iso file to the virt-install command i am unable to boot the instance at all. below is the command that i am using

virt-install -n ws2012_r2_306 --vcpus=2 -r 2048 --network bridge:br1001,model=virtio --disk path=/var/lib/libvirt/images/ISO/win2k12R2-0306.img,bus=virtio --cdrom /var/lib/libvirt/images/ISO/windows2012R2.iso --disk path=/var/lib/libvirt/images/ISO/virtio-win-0.1-81.iso,device=cdrom --disk path=/var/lib/libvirt/images/ISO/config.iso,device=cdrom --os-type windows --os-variant win2k8 --vnc

test21