Bug 429765

Summary: Can't get kickstart via NFS
Product: [Fedora] Fedora Reporter: Gary Thomas <gary>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-01-23 19:35:44 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:

Description Gary Thomas 2008-01-22 22:05:48 UTC
Description of problem:

Installer is supposed to be able to fetch kickstart files via NFS.
This does not seem to work.

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

11.4.0.23 (rawhide 2008-01-22)

How reproducible:

100%

Steps to Reproduce:
1. Boot installer with 'ks=nfs:192.168.1.101/tftpboot/ganymede.ks ksdevice=eth0'
2.
3.
  
Actual results:

ERROR: failed to mount nfs source

Expected results:

This is a valid NFS directory and have been used from this test
machine for manual NFS installs.

Additional info:

Comment 1 Chris Lumens 2008-01-23 16:44:44 UTC
According to http://fedoraproject.org/wiki/Anaconda/Options, the correct format
of your ks parameter should be:

ks=nfs:192.168.1.101:/tftpboot/ganymede.ks

Note the second colon.  Does this work better?

Comment 2 Gary Thomas 2008-01-23 16:56:22 UTC
Indeed it does, thanks!

However, I now have the same problem as #429763
  https://bugzilla.redhat.com/show_bug.cgi?id=429763

Comment 3 Chris Lumens 2008-01-23 19:35:44 UTC
Okay, we'll track that problem there.