Bug 14690
Summary: | kickstart unattended installation doesn't work with 2 NICs | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | John Cagle <john.cagle> |
Component: | anaconda | Assignee: | Erik Troan <ewt> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 7.1 | ||
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-08-07 14:42:17 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
John Cagle
2000-07-26 23:48:27 UTC
Fixed in current betas. Be sure to use --device eth1 in the kickstart network command. We tried the --device option with kickstart, but that's not where the problem lies. (Here's a note from our kickstart engineer:) The problem is with the install loader (cant recall if its in initrd or vmlinuz). Anyway, I have reviewed Loader.c from RH6.2 and found the locations where eth0 is used by default or they otherwise stop at the first nic they find. This works great if you have multiple nics because no questions are asked - you just always know to put the cable into the first nic. Apparently 7.0 has changed loader.c. Unfortunately, I dont have the source for the beta 4 build so its a little difficult to tell what the appropriate command-line switch might/should be. I assume the switch belongs in the syslinux.cfg file on the network boot diskette. Our current entry is: label ks kernel vmlinuz append ks=nfs:192.168.1.22:/home/ftp/ks.cfg initrd=initrd.img network Please advise. Thanks! ksdevice=eth1 on the kernel command line is what you're looking for This worked perfectly. Thanks! |