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.
Bug 625430 - V2V fails to install virtio_net and virtio_blk to Win2k3(32bit and 64bit)
Summary: V2V fails to install virtio_net and virtio_blk to Win2k3(32bit and 64bit)
Keywords:
Status: CLOSED DUPLICATE of bug 615981
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: virt-v2v
Version: 6.0
Hardware: All
OS: Linux
medium
high
Target Milestone: rc
: ---
Assignee: Matthew Booth
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-08-19 12:15 UTC by Rita Wu
Modified: 2013-07-03 01:41 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-08-19 15:18:26 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
log from LIBGUESTFS_TRACE=1 (3.01 KB, application/octet-stream)
2010-08-19 12:15 UTC, Rita Wu
no flags Details

Description Rita Wu 2010-08-19 12:15:48 UTC
Created attachment 439663 [details]
log from LIBGUESTFS_TRACE=1

Description of problem:
It happens on Win2k3 with all hypervisors(Xen,KVM and ESX). Even the Win2k3-64bit guest with the size of 10G. 

In Win2k3 guest:
1. virtio drivers have copied to /windows/drivers/virtio
2. the value in DevicePath from registry is  %SystemRoot%\inf;%SystemRoot%\Drivers/VirtIO 


Version-Release number of selected component (if applicable):
virt-v2v-0.6.2-3.el6.x86_64
libguestfs-winsupport-1.0-5.el6.x86_64
libguestfs-1.2.7-1.23.el6.x86_64

How reproducible:
always

Steps to Reproduce:
1.convert Win2k3 sp2 guests
  
Actual results:
V2V fails to install virtio_net and virtio_blk to Win2k3(32bit and 64bit) 

Expected results:
install virtio_net and virtio_blk to Win2k3(32bit and 64bit)  successfully.

Additional info:
win2k3-64bit guest's log from virt-inspector 
$VAR1 = '/dev/sda1';
$VAR2 = {
          'arch' => 'x86_64',
          'apps' => [],
          'os' => 'windows',
          'major_version' => '5',
          'root_device' => '/dev/sda1',
          'filesystems' => {
                             '/dev/sda1' => {
                                              'arch' => 'x86_64',
                                              'windows_registered_owner' => 'rhqe',
                                              'content' => 'windows-root',
                                              'is_root' => 1,
                                              'windows_current_type' => 'Uniprocessor Free',
                                              'windows_system_hive' => '/WINDOWS/system32/config/system',
                                              'os_minor_version' => '2',
                                              'fsos' => 'windows',
                                              'systemroot' => '/WINDOWS',
                                              'windows_software_hive' => '/WINDOWS/system32/config/software',
                                              'windows_software_type' => 'SYSTEM',
                                              'windows_registered_organization' => 'REDHAT',
                                              'windows_current_build' => '1.511.1 () (Obsolete data - do not use)',
                                              'is_mountable' => 1,
                                              'os_major_version' => '5',
                                              'boot_ini' => '/boot.ini',
                                              'fstype' => 'ntfs',
                                              'product_name' => 'Microsoft Windows Server 2003'
                                            }
                           },
          'root' => $VAR2->{'filesystems'}{'/dev/sda1'},
          'minor_version' => '2',
          'mounts' => {
                        '/' => '/dev/sda1'
                      },
          'product_name' => 'Microsoft Windows Server 2003'
        };

Comment 1 Rita Wu 2010-08-19 12:20:48 UTC
BTW, Manually "Update Driver" from "Device Manager" doesn't work.
Although it won't install virtio_blk driver, Win2k3 won't BSOD.For win2k3 has another SCSI driver with unknown signature.  Due to virtio_net doesn't be installed, so guest cannot get IP.

Comment 4 Matthew Booth 2010-08-19 15:18:26 UTC
This is a bug in the fix for bug 615981.

*** This bug has been marked as a duplicate of bug 615981 ***


Note You need to log in before you can comment on or make changes to this bug.