I knew the network card of my DRBL client is supported by the kernel, however it fails to load the module during PXE booting. What can I do? |
The problem maybe on the initrd system can not identify your networt card of client machine correctly while it is trying to load the kernel modules.
If you are sure the module for the network, say, it's "tg3", then you can run the following command on the server to force the module to be loaded during booting:
mknic-nbi --modules "tg3"
Some discussions about this on the forum are available here.
|
|