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 730897 - can't go on installation from iso if floppy device attached
Summary: can't go on installation from iso if floppy device attached
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: qemu-kvm
Version: 6.2
Hardware: x86_64
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Virtualization Maintenance
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-08-16 07:08 UTC by Chao Yang
Modified: 2011-08-16 11:12 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-08-16 11:12:27 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
error pops up when go on windows installation (181.16 KB, image/png)
2011-08-16 07:08 UTC, Chao Yang
no flags Details

Description Chao Yang 2011-08-16 07:08:56 UTC
Created attachment 518410 [details]
error pops up when go on windows installation

Description of problem:
Install a windows guest from iso, click "Next" when entering "Where do you want to install Windows?". It claims "Setup was unable to create a new system partition or locate an existing system partition. See the Setup log files for more information."

Version-Release number of selected component (if applicable):
]# rpm -q qemu-kvm
qemu-kvm-0.12.1.2-2.182.el6.x86_64
# uname -r
2.6.32-188.el6.x86_64


How reproducible:
100%

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:
1. It works fine if install a RHEL system from iso with same cli except for the iso file
2. It works fine if delete floppy option from cli

CLI:
# /usr/libexec/qemu-kvm -M rhel6.2.0 -enable-kvm -m 4096 -smp 4 -name win2k8r2sp1 -uuid `uuidgen`  -boot d -drive file=/home/test.img,if=none,id=drive-ide-0-0,media=disk,format=qcow2,cache=none,werror=stop -device ide-drive,drive=drive-ide-0-0,id=ide0-0-0 -net none  -usb -device usb-tablet,id=input1 -spice port=9000,disable-ticketing -vga qxl -monitor stdio -balloon none -drive file=/home/en_windows_server_2008_r2_standard_enterprise_datacenter_and_web_with_sp1_x64_dvd_617601.iso,if=none,media=cdrom,id=drive-ide0-1-0,readonly=on,format=raw -device ide-drive,drive=drive-ide0-1-0,id=ide0-1-0 -drive file=/usr/share/virtio-win/virtio-win.vfd,id=fda,format=raw,cache=none -global isa-fda.driveA=fda

Comment 2 Chao Yang 2011-08-16 11:12:27 UTC
This issue disappears when I append 'if=none' to floppy, like: "-drive file=/usr/share/virtio-win/virtio-win.vfd,if=none,id=fda,format=raw,cache=none -global isa-fda.driveA=fda". Seems if don't specify the interface in cli, qemu-kvm won't set it to 'none'. 

Closing as NOTABUG.


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