Bug 325071

Summary: kickstart installation and multiple NICs
Product: [Fedora] Fedora Reporter: Derrien <derrien>
Component: anacondaAssignee: David Cantrell <dcantrell>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 8   
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: 2007-10-10 18:47:21 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:    
Bug Blocks: 235703    

Description Derrien 2007-10-09 15:35:24 UTC
Description of problem:

We are trying an unattended installation of f8test3 (kickstart/NFS) on a Dell
Latitude D600 with two network interfaces : one wired BCM5702X (on which we try
the install), one wireless BCM4306 (disabled in the BIOS)

There are two problems :

We have in our isolinux.cfg something like :

label ks
  menu label ^Kickstart
  kernel vmlinuz
  ipappend 2
  append ksdevice=bootif ks=nfs:xxx:/kickstart/ initrd=initrd.img noipv6

But it doesn't work, we get :

                              Networking Device

You have multiple network devices on this system. Which would
you like to install through ?

eth0 : Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller
eth1 : Broadcom Corporation NetXtreme BCM5702X Gigabit Ethernet

Second problem :

If we select eth1 it doesn't work and we get in tty3
INFO : eth1 is not a wireless device

If we select eth0 : installation works on the wired interface ?!?

Comment 1 Jeremy Katz 2007-10-10 18:47:21 UTC
This is probably due to some of the horkiness around the bcm43xx module in
test3.  That should be fixed up now and I just verified that ksdevice=bootif
does the right thing on a box with multiple nics.