The problem is that Anaconda's version of NetworkManager will only use about four different NIC drivers. If you don't have that type of card, it will fail. Luckily, if you will acknowledge the error, it will fall back to "the old way", and will work. This process, however requires manual intervention.
Since I need the ability to do completely unattended, remote, installs, I need to use one of those four drivers. Turns out the Intel E100 works. I swapped a bunch of cards, but needed to ensure it booted from the Intel and not the Realtek. The solution is ksdevice with a MAC address specification:
boot: linux ks=http://1.2.3.4/ks/file.cfg \
ksdevice=00:03:47:0A:4A:14
No comments:
Post a Comment