The OS deployment I am doing has been ongoing for a very long time now, although the target device is next to the image repository. Every OS Deployment I make is very slow, no matter what project or where the device is located. |
This option has probably been set at some point when it was not possible to deploy an OS on one or more specific model(s) of computers. The following must be applied onto the network boot listener that will be used to deploy the target. It is possible that the OSD manager itself is the network boot listener for this target, but it's also possible that another device will be used as a network boot listener. In the first case the following will have to be applied onto the OSD manager, in the second it will have to be set onto the network boot listener itself. Enabling the pxe multicast mode in the os deployment module configuration might resolve the issue: - stop the service of the agent of the network boot listener
- [Optional] delete the file ..\data\Core\configuration.sqlite3 # If not done, the parameter could come back every time the service of the agent is restarted. This is only valid for some parameters - edit the file osdeployment.ini of the network boot listener and set "PxeMulticast=true" in the section "OsDeployment", or comment "PxeMulticast=false" - restart the service of the agent - try booting on pxe on several models to make sure it can work without it If it's not booting on pxe for some models, it might be necessary to alternate the modification of this setting depending on the model that is being deployed. |