Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Created attachment 936453[details]
no virtio-win cdrom detected
Description of problem:
there is no vrito-win cdrom when try to load scsi driver from virtio-win iso,shown as the attachment.
Version-Release number of selected component (if applicable):
qemu-kvm-rhev-0.12.1.2-2.444.el6.x86_64
kernel-2.6.32-500.el6.x86_64
virtio-win-1.7.2-1.el6.noarch/virtio-win-1.6.8-4.el6.noarch
seabios-0.6.1.2-28.el6.x86_64/seabios-0.6.1.2-26.el6.x86_64
How reproducible:
100%
Steps to Reproduce:
1.boot with following command to install guest(guest image,gust install iso,virtio-win driver iso all under one virtio-scsi-pci)
/usr/libexec/qemu-kvm \
-device virtio-scsi-pci,id=scsi0 \
-drive file=win7-64-bug.raw,if=none,cache=none,media=disk,format=raw,id=drive-ide0-0-1 -device scsi-hd,bus=scsi0.0,id=ide1,drive=drive-ide0-0-1 \
-drive file=en_windows_7_ultimate_with_sp1_x64_dvd_u_677332.iso,if=none,cache=none,readonly=on,media=cdrom,format=raw,id=drive-ide0-0-0 -device scsi-cd,bus=scsi0.0,id=ide0-0-0,drive=drive-ide0-0-0 \
-drive file=/usr/share/virtio-win/virtio-win.iso,if=none,cache=none,readonly=on,media=cdrom,format=raw,id=drive-ide0-0-2 -device scsi-cd,bus=scsi0.0,id=ide0-0-2,drive=drive-ide0-0-2 \
-monitor stdio \
-vnc :0 -vga cirrus \
-usb \
-device usb-tablet,id=tablet1 \
-boot menu=on \
-chardev file,path=/root/console.log,id=serial1 \
-device isa-serial,chardev=serial1,id=s1 \
-cpu Penryn,+sep \
-smp 2,cores=2,threads=1,sockets=1 -m 2G \
-enable-kvm \
-netdev tap,id=hostnet0,script=/etc/qemu-ifup -device virtio-net-pci,netdev=hostnet0,id=net0,mac=ff:fe:0e:70:e2:F6,bus=pci.0 \
Actual results:
there is no vrito-win cdrom when try to load scsi driver from virtio-win iso,shown as the attachment.
Expected results:
guest can detect the virtio-win cdrom and scsi driver can loaded correctly
Additional info:
(In reply to lijin from comment #0)
> Created attachment 936453[details]
> no virtio-win cdrom detected
>
> Description of problem:
> there is no vrito-win cdrom when try to load scsi driver from virtio-win
> iso,shown as the attachment.
>
> Expected results:
> guest can detect the virtio-win cdrom and scsi driver can loaded correctly
>
> Additional info:
I think you should load the virtio-scsi driver from floppy or ide virtio-win cdrom first, then the scsi-cd cdrom can be detected correctly.
Best Regards,
sluo
(In reply to Sibiao Luo from comment #1)
> (In reply to lijin from comment #0)
> > Created attachment 936453[details]
> > no virtio-win cdrom detected
> >
> > Description of problem:
> > there is no vrito-win cdrom when try to load scsi driver from virtio-win
> > iso,shown as the attachment.
> >
> > Expected results:
> > guest can detect the virtio-win cdrom and scsi driver can loaded correctly
> >
> > Additional info:
> I think you should load the virtio-scsi driver from floppy or ide virtio-win
> cdrom first, then the scsi-cd cdrom can be detected correctly.
>
> Best Regards,
> sluo
yes,I can load driver with floppy/ide-cdrom,but this scenario should also be supported,I file this bug while re-verify bug 1013443,this scenario was supported that time,correct me if I was wrong.
(In reply to lijin from comment #3)
> (In reply to Sibiao Luo from comment #1)
> > (In reply to lijin from comment #0)
> > > Created attachment 936453[details]
> > > no virtio-win cdrom detected
> > >
> > > Description of problem:
> > > there is no vrito-win cdrom when try to load scsi driver from virtio-win
> > > iso,shown as the attachment.
> > >
> > > Expected results:
> > > guest can detect the virtio-win cdrom and scsi driver can loaded correctly
> > >
> > > Additional info:
> > I think you should load the virtio-scsi driver from floppy or ide virtio-win
> > cdrom first, then the scsi-cd cdrom can be detected correctly.
> >
> > Best Regards,
> > sluo
>
> yes,I can load driver with floppy/ide-cdrom,but this scenario should also be
> supported,I file this bug while re-verify bug 1013443,this scenario was
> supported that time,correct me if I was wrong.
They must be running unattended install (-drive file='answer.vfd'). So, they probably have all required binaries on this floppy.
In any case, Windows needs an appropriate driver to be loaded to work with virtio-scsi disk or cd.
Best regards,
Vadim.
Created attachment 936453 [details] no virtio-win cdrom detected Description of problem: there is no vrito-win cdrom when try to load scsi driver from virtio-win iso,shown as the attachment. Version-Release number of selected component (if applicable): qemu-kvm-rhev-0.12.1.2-2.444.el6.x86_64 kernel-2.6.32-500.el6.x86_64 virtio-win-1.7.2-1.el6.noarch/virtio-win-1.6.8-4.el6.noarch seabios-0.6.1.2-28.el6.x86_64/seabios-0.6.1.2-26.el6.x86_64 How reproducible: 100% Steps to Reproduce: 1.boot with following command to install guest(guest image,gust install iso,virtio-win driver iso all under one virtio-scsi-pci) /usr/libexec/qemu-kvm \ -device virtio-scsi-pci,id=scsi0 \ -drive file=win7-64-bug.raw,if=none,cache=none,media=disk,format=raw,id=drive-ide0-0-1 -device scsi-hd,bus=scsi0.0,id=ide1,drive=drive-ide0-0-1 \ -drive file=en_windows_7_ultimate_with_sp1_x64_dvd_u_677332.iso,if=none,cache=none,readonly=on,media=cdrom,format=raw,id=drive-ide0-0-0 -device scsi-cd,bus=scsi0.0,id=ide0-0-0,drive=drive-ide0-0-0 \ -drive file=/usr/share/virtio-win/virtio-win.iso,if=none,cache=none,readonly=on,media=cdrom,format=raw,id=drive-ide0-0-2 -device scsi-cd,bus=scsi0.0,id=ide0-0-2,drive=drive-ide0-0-2 \ -monitor stdio \ -vnc :0 -vga cirrus \ -usb \ -device usb-tablet,id=tablet1 \ -boot menu=on \ -chardev file,path=/root/console.log,id=serial1 \ -device isa-serial,chardev=serial1,id=s1 \ -cpu Penryn,+sep \ -smp 2,cores=2,threads=1,sockets=1 -m 2G \ -enable-kvm \ -netdev tap,id=hostnet0,script=/etc/qemu-ifup -device virtio-net-pci,netdev=hostnet0,id=net0,mac=ff:fe:0e:70:e2:F6,bus=pci.0 \ Actual results: there is no vrito-win cdrom when try to load scsi driver from virtio-win iso,shown as the attachment. Expected results: guest can detect the virtio-win cdrom and scsi driver can loaded correctly Additional info: