Wiki Home Boot image NIC PNP
NIC PNP
2023-07-16
single, image, nic, pnp
The following provides guidance on integrating multiple NIC drivers into CCBootCloud images using the NIC PNP tool, ensuring compatibility across diverse hardware configurations for seamless booting.
- To add multiple NIC drivers to the image you should use the NIC PNP tool, so a single image can boot PCs with different motherboards. NIC PNP function can be used for adding or removing the NIC drivers as well.
- We recommend using this function from the cloud side.
- There are 3 methods for NIC PNP. They are:
Edit NIC drivers
- Edit NIC drivers function is used for adding necessary drivers available as well as removing unwanted drivers in the image.
- Refer to Update image by PNP to perform this operation.
Add from inf
- Add from inf function is used to add necessary NIC drivers to the image from the inf file. You can get the inf files from the NIC vendor's site.
- Refer to Add from inf to perform this operation.
Add from local
- Add from local function is used to add the NIC drivers installed in any PC to an image.
- Refer to Add from local to perform this operation.