From Bugzilla Helper: User-Agent: Mozilla/4.78 [en] (X11; U; Linux 2.4.9-7-smp-ja i686) Description of problem: When setting options for kickstart and trying not to use eth0 as the default installtion device the --device option is used to specify eth1, unfortunatley this does not work and the install continues on eth0. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.tried both: network --bootproto dhcp --device eth1 and network --device eth1 --bootproto dhcp 2.write kickstart file and kickstart machine Actual Results: dhcp request times out Expected Results: eth1 should have gotten a valid ip address and started installing Additional info: The documentation for this option is at: https://www.redhat.com/docs/manuals/linux/RHL-7.1-Manual/custom-guide/s1-kickstart2-options.html Look under networking. We also tried the 7.2 options just to see if perhaps the setup had been documented inaccuratley to no avail.
I've done some testing with this today and it appears that 7.1 does not allow kickstarting through devices other than eth0, although the documentation says that this should be possible. I've tested the same kickstart file with 7.2, and 7.2 does it correctly. Is it possible to use 7.2?
Unfortunatley this is for installation on the production line and they are currently installing 7.1 on all these machines. So they need a fix for 7.1.
What would be considered an acceptable fix? Do they want an errata or just a new boot disk?
Can you try booting with 'linux ks=floppy ksdevice=eth1' and see if that works?
They are currently just looking for a fix for production. Errata boot disks would be great, I already had them try the ksdevice=eth1 and they said they had no success. I thought it would be a fine workaround. Still defaulted to eth0 though.
Hmm...that seems to work for me. What kind of ethernet cards do they have? If the drivers that eth1 needs aren't on the bootnet.img disk, then I can see how that would cause a problem.
The drivers seem to be on the box, but it might be useful to note that both cards use the same driver. They retried the ksdevice=eth1 and this gave them an address, however instead of reading from the kickstart disk it entered interactive mode. Did this happen to you to?
ok we have the ksdevice option working from the start up screen, it would be really helpful if we could get it going in the file though.
They can just modify the syslinux.cfg on the boot disk for 7.1. And since Brent says it works even without ksdevice for 7.2, I'm going to go ahead and close this