Skip to content

Commit c4dd0aa

Browse files
committed
Windows guide edits
1 parent accef64 commit c4dd0aa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

_posts/2025-04-14-Cobbler-v3.3.7-Windows-Deployment-Guide.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ cobbler sync
156156

157157
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.
158158

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
160160

161161
## Windows 11 PXE Deployment
162162

@@ -186,7 +186,7 @@ cobbler sync
186186

187187
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.
188188

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
190190

191191
## Tips & Troubleshooting
192192

@@ -226,7 +226,9 @@ The **PXE Client** VM can now be powered on, and should automatically boot to PX
226226

227227
- 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.
228228

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.
230232

231233
```shell
232234
CMD=$(echo 'dir \$distros_dir || GOTO wno20' | unix2dos)

0 commit comments

Comments
 (0)