Bug 19912

Summary: Kickstart / Anaconda / Updates Disk: Install fails
Product: [Retired] Red Hat Linux Reporter: Need Real Name <jerome>
Component: anacondaAssignee: Michael Fulbright <msf>
Status: CLOSED NOTABUG QA Contact: Brock Organ <borgan>
Severity: high Docs Contact:
Priority: high    
Version: 7.0CC: dr
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-11-28 17:34:05 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:
Attachments:
Description Flags
my ks.cfg File none

Description Need Real Name 2000-10-27 14:36:55 UTC
I want to install RedHat via NFS, so I have a line like
nfs --server 131.234.12.110 --dir /auto/REDHAT/RedHat61
in my ks.cfg file.

This already worked fine with 6.1, but the same Kickstart file
doesn't work anymore with the 7.0 Kickstart Disk plus 7.0 Updates Disk.
At the Boot Promt, I enter:
linux updates ks=floppy
Later, anaconda crashes after inserting the Updates Disk, saying:

Traceback (innermost last):
  File "/usr/bin/anaconda", line 121, in ?
  from todo import ToDo
  File "/tmp/updates/todo.py", line 21, in ?
  from kbd import Keyboard
ImportError: No module named kbd



Without using the Updates Disk, anaconda crashes also, saying:

unknown install method: nfs://mnt/source/.


This is making real trouble, cause we want to install ~200 Machines via
Kickstart
in the next days (University of Paderborn, Computer Science Dept.).

Comment 1 Need Real Name 2000-10-27 14:40:09 UTC
Created attachment 4713 [details]
my ks.cfg File

Comment 2 Michael Fulbright 2000-10-30 21:46:27 UTC
Do you have the problem if you do not use the update disk?

Comment 3 Brock Organ 2000-11-07 14:53:23 UTC
Jerome,

I noticed your nfs location appears to be pointing to your 6.1 install source:
ie your kickstart file has:
nfs --server 131.234.12.110 --dir /auto/REDHAT/RedHat61
instead of:
nfs --server 131.234.12.110 --dir /auto/REDHAT/RedHat7

could you possibly be pointing to the 6.1 install source instead of the 7
install source?

Comment 4 Michael Fulbright 2000-11-28 17:34:02 UTC
Closing due to inactivity.