Bug 1784760
Summary: | [virtio-win] drivers can not be installed via virtio-win-installer on win2012 guest | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | lijin <lijin> | ||||
Component: | virtio-win | Assignee: | Gal Zaidman <gzaidman> | ||||
virtio-win sub component: | others | QA Contact: | lijin <lijin> | ||||
Status: | CLOSED ERRATA | Docs Contact: | |||||
Severity: | unspecified | ||||||
Priority: | unspecified | CC: | ailan, ddepaula, jen, kanderso, knoel | ||||
Version: | 8.2 | ||||||
Target Milestone: | rc | ||||||
Target Release: | 8.2 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | virtio-win-1.9.10-3.el8 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2020-02-04 12:27:28 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
In BZ1745298#c22 the comment states: >all drivers are NOT installed on win2012 guest after installer execution finishes, reboot does not work neither. What does "reboot does not work neither" mean? What happens when you try to reboot the system? (In reply to Jeff Nelson from comment #1) > In BZ1745298#c22 the comment states: > >all drivers are NOT installed on win2012 guest after installer execution finishes, reboot does not work neither. > > What does "reboot does not work neither" mean? What happens when you try to > reboot the system? reboot operation succeed, I mean after reboot, driver are still not installed. I did reboot just because sometimes it only take effect after system reboot. Check with latest virtio-win-installer-1.9.10-3, all drivers can be installed correctly on win2012. So change status to verified. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2020:0351 |
Created attachment 1646058 [details] win2012 screen shot after installer finishes Description of problem: Version-Release number of selected component (if applicable): virtio-win-1.9.10-2.el8/virtio-win-installer-1.9.10-1 How reproducible: 100% Steps to Reproduce: 1.boot up win2012 guest and attach virtio devices: /usr/libexec/qemu-kvm \ -name 'avocado-vt-vm1' \ -sandbox on \ -machine pc \ -nodefaults \ -m 8192 \ -vga std \ -smp 8 \ -cpu 'EPYC',hv_stimer,hv_synic,hv_vpindex,hv_reset,hv_relaxed,hv_spinlocks=0x1fff,hv_vapic,hv_time,hv-tlbflush,+kvm_pv_unhalt \ -device pvpanic,ioport=0x505,id=idDcIXCy \ -device qemu-xhci,id=usb1,bus=pci.0,addr=0x3 \ -device virtio-scsi-pci,id=virtio_scsi_pci0,bus=pci.0,addr=0x4 \ -drive id=drive_image1,if=none,snapshot=off,aio=threads,cache=none,format=qcow2,file=/home/kvm_autotest_root/images/win2012-64-virtio-scsi.qcow2 \ -device ide-drive,id=image1,drive=drive_image1,serial=SYSTEM_DISK0 \ -drive id=drive_image2,if=none,snapshot=off,aio=threads,cache=none,format=qcow2,file=/home/scsi.qcow2 \ -device scsi-hd,id=image2,drive=drive_image2,serial=SYSTEM_DISK1 \ -drive id=drive_image3,if=none,snapshot=off,aio=threads,cache=none,format=qcow2,file=/home/blk.qcow2 \ -device virtio-blk-pci,id=image3,drive=drive_image3,serial=SYSTEM_DISK2 \ -device virtio-net-pci,mac=9a:0e:45:5b:cd:04,id=idi5kxSq,netdev=idNGuJpX \ -netdev tap,id=idNGuJpX,vhost=on,script=/etc/qemu-ifup \ -drive id=drive_unattended,if=none,snapshot=off,aio=threads,cache=none,media=cdrom,file=/home/kvm_autotest_root/iso/windows/virtio-win-1.9.10-2.el8.iso \ -device ide-cd,id=unattended,drive=drive_unattended,bus=ide.1,unit=1 \ -device usb-tablet,id=usb-tablet1,bus=usb1.0,port=1 \ -rtc base=localtime,clock=host,driftfix=slew \ -boot menu=off,order=cdn,once=d,strict=off \ -device virtio-balloon-pci,id=balloon0 \ -device virtio-rng-pci,id=rng0 \ -device virtio-serial-pci,id=serial0 \ -device virtio-keyboard-pci,id=kbd0 \ -device virtio-mouse-pci,id=mouse0 \ -device virtio-tablet-pci,id=tablet0 \ -monitor stdio \ -chardev socket,path=/tmp/qga.sock,server,nowait,id=qga0 \ -device virtserialport,bus=serial0.0,chardev=qga0,name=org.qemu.guest_agent.0 \ -enable-kvm \ -vnc :0 \ -chardev socket,path=/tmp/133QSRW10S64TGQ_serial0,server,nowait,id=serial0 -device pci-serial,chardev=serial0,id=pciserial0 2.run virtio-win-gt-x86.msi in guest and click "install" 3.check drivers installation status in device manager Actual results: all drivers are not installed, nothing changes after installation. Expected results: drivers can be installed correctly Additional info: