Bug 834536

Summary: Fedora installation does not accept kickstart file written on DVD
Product: [Fedora] Fedora Reporter: A.J. Werkman <aj.werkman>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: anaconda-maint-list, g.kaviyarasu, jonathan, vanmeeuwen+fedora, wwoods
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-29 02:48:58 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Dracut screen none

Description A.J. Werkman 2012-06-22 09:35:04 UTC
Description of problem:
Fedora installation does not accept kickstart file written on DVD

Version-Release number of selected component (if applicable):
17

How reproducible:
Everytime

Steps to Reproduce:
1. Prepare a Fedora 17 DVD with a kickstart file wirtten on it
2. Boot and direct the installation program to use the kickstart file on the DVD
3. Endup in a dracut debug shell
  
Actual results:
Installation ends up in a dracut debug shell saying it cannot do initqueue

Expected results:
Read the kickstart file and according to this onfo do the installation.

Additional info:
I use the following grub.conf:

default=0
timeout=20
splashimage=(cd)/boot/cfl.xpm.gz
title Local disk
	root (hd0)
	chainloader +1
title Fedora 17
	root (cd)
	kernel /images/pxeboot/vmlinuz nomodeset ks=cdrom:/ks.cfg root=live:CDLABEL=CFL17
	initrd /images/pxeboot/initrd.img
title Destructieve installation Fedora 17
	root (cd)
	kernel /images/pxeboot/vmlinuz nomodeset ks=cdrom:/cfl.cfg root=live:CDLABEL=CFL17
	initrd /images/pxeboot/initrd.img
title Test Fedora 17
	root (cd)
	kernel /images/pxeboot/vmlinuz nomodeset root=live:CDLABEL=CFL17
	initrd /images/pxeboot/initrd.img

The last option (without kickstart directive) can succesfully install Fedora, so I rule out DVD composing errors.

Comment 1 Chris Lumens 2012-06-22 14:53:11 UTC
Please attach /tmp/anaconda.log to this bug report.

Comment 2 A.J. Werkman 2012-06-22 17:09:34 UTC
Created attachment 593801 [details]
Dracut screen

At the moment I end up in a dracut debug shell there is no /tmp/anaconda.log (yet). I attach a photo of the screen.

Comment 3 Will Woods 2012-06-22 22:23:56 UTC
This seems like it might be a duplicate of bug 828589.

Does it work if you do 'ks=cdrom:/dev/cdrom:/ks.cfg' instead?

Comment 4 A.J. Werkman 2012-06-23 06:48:52 UTC
Yes the notation of comment 3 works.

Comment 5 Chris Lumens 2012-06-29 02:48:58 UTC

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