You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2025-04-14-Cobbler-v3.3.7-Windows-Deployment-Guide.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,7 @@ cobbler sync
156
156
157
157
The **PXE Client** VM can now be powered on, and should automatically boot to PXE and install Windows 10 to the VM HDD using the "autounattended.xml" answerfile template.
158
158
159
-
- See the Tips & Troubleshooting section below for a fix for an issue encountered on the PXE client during the start-net.cmd script on both VirualBox and VMWare VMs
159
+
- See the Tips & Troubleshooting section below for a fix for an issue encountered on the PXE client during the start-net.cmd script on both VirualBox and VMWare VMs
160
160
161
161
## Windows 11 PXE Deployment
162
162
@@ -186,7 +186,7 @@ cobbler sync
186
186
187
187
The **PXE Client** VM can now be powered on, and should automatically boot to PXE and install Windows 11 to the VM HDD using the "autounattended.xml" answerfile template.
188
188
189
-
- See the Tips & Troubleshooting section below for a fix for an issue encountered on the PXE client during the start-net.cmd script on both VirualBox and VMWare VMs
189
+
- See the Tips & Troubleshooting section below for a fix for an issue encountered on the PXE client during the start-net.cmd script on both VirualBox and VMWare VMs
190
190
191
191
## Tips & Troubleshooting
192
192
@@ -226,7 +226,9 @@ The **PXE Client** VM can now be powered on, and should automatically boot to PX
226
226
227
227
- The `smb` linux service used to host the installation files for the PXE client on the Cobbler server would be unresponsive during some installations, primarily when running the `startnet.cmd` script on the PXE client to start Windows Setup, which caused the installation to stall and error-out occasionally.
228
228
229
-
- After reading through the manpage (`man smb.conf`) and trying several different configurations the problem persisted; make the following edit to the `startnet.template` file to account for this occasional unresponsiveness/lag from the SMB server when booting into setup by first probing the SMB share until it responds.
229
+
- After reading through the manpage (`man smb.conf`) and trying several different configurations the problem persisted
230
+
231
+
- Make the following edit to the `startnet.template` file to account for this occasional unresponsiveness/lag from the SMB server when booting into setup by first probing the SMB share until it responds.
0 commit comments