Bug 676536

Summary: rhel3.9 can not find file in cdrom
Product: Red Hat Enterprise Linux 5 Reporter: Suqin Huang <shuang>
Component: kvmAssignee: Markus Armbruster <armbru>
Status: CLOSED WONTFIX QA Contact: Virtualization Bugs <virt-bugs>
Severity: medium Docs Contact:
Priority: low    
Version: 5.6CC: gcosta, lihuang, mkenneth, rhod, tburke, virt-maint, xwei
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 667611 Environment:
Last Closed: 2011-08-09 11:14:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 667611    
Bug Blocks: 580948    

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 :)