Bug 676536 - rhel3.9 can not find file in cdrom
Summary: rhel3.9 can not find file in cdrom
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: kvm
Version: 5.6
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: rc
: ---
Assignee: Markus Armbruster
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On: 667611
Blocks: Rhel5KvmTier2
TreeView+ depends on / blocked
 
Reported: 2011-02-10 07:15 UTC by Suqin Huang
Modified: 2013-01-09 23:32 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 667611
Environment:
Last Closed: 2011-08-09 11:14:54 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Comment 1 Suqin Huang 2011-02-10 07:16:20 UTC
kernel: 2.6.18-238.el5
kvm: kvm-83-225.el5

Comment 3 Markus Armbruster 2011-08-08 16:02:58 UTC
We've fixed a bunch of CD-ROM issues since comment#1, e.g. bug 652135.  Could
you retest?

Comment 4 Xiaoqing Wei 2011-08-09 05:08:26 UTC
(In reply to comment #3)
> We've fixed a bunch of CD-ROM issues since comment#1, e.g. bug 652135.  Could
> you retest?

Hi Markus,

I am using kvm-83-239 / kernel-2.6.18-269 . 

boot guest with 3 ide devices (one hard_drive, two cdroms)
index=0 for hard_drive , index=1 for the rhel3.9 installation iso, index=2 for ks.iso

rhel3.9-32 installer still cannot find  ks file . 

here's the cmd:

qemu-kvm -name 'rhel3.9-32' -monitor stdio -serial unix:'/172541-Q7Pt',server,nowait \
\
-drive file='/RHEL-3.9-32.qcow2',index=0,if=ide,media=disk,cache=none,format=qcow2 \
\
-net nic,vlan=0,model=e1000,macaddr='9a:d9:12:d5:10:e0' -net tap,vlan=0,ifname='rhel39-32' -m 4096 -smp 2,cores=1,threads=1,sockets=2 \
\
-drive file='/RHEL3.9-i386-DVD.iso',media=cdrom,index=1 \
\
-drive file='/ks.iso',media=cdrom,index=2 \
\
-cpu qemu64,+sse2 -soundhw ac97  -vnc :0 -rtc-td-hack -M rhel5.6.0 -boot d  -usbdevice tablet -no-kvm-pit-reinjection

Comment 5 Markus Armbruster 2011-08-09 06:28:07 UTC
That was quick, thanks!

Comment 6 Markus Armbruster 2011-08-09 09:48:54 UTC
What about RHEL-6, RHEL-5 and RHEL-4 guests?  Can they find their kickstart file?

Comment 7 Xiaoqing Wei 2011-08-09 10:25:54 UTC
(In reply to comment #6)
> What about RHEL-6, RHEL-5 and RHEL-4 guests?  Can they find their kickstart
> file?

they can load their own kickstart files happily :)


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