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: content/learning-paths/laptops-and-desktops/win11-vm-automation/vm-creation-3.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,11 +78,12 @@ Set up a VM with English International language:
78
78
./create-win11-vm.sh all $HOME/win11-vm --language "English International"
79
79
```
80
80
81
+
81
82
## Alternative four-step creation process
82
83
83
-
The VM creation process consists of four distinct steps that can be run individually. Understanding each step helps with troubleshooting and customization.
84
+
You can run each step of the VM creation process individually. Understanding each step helps with troubleshooting and customization.
84
85
85
-
### Step 1: Create VM directory structure
86
+
### Step 1: Create the VM directory structure
86
87
87
88
```console
88
89
./create-win11-vm.sh create $HOME/win11-vm
@@ -151,7 +152,7 @@ The script uses an automated process to download Windows 11 from Microsoft's off
151
152
3. Obtain download link - Retrieves the direct download URL for Arm64
152
153
4. Download and verify - Downloads the ISO and verifies its integrity
153
154
154
-
### Step 3: Prepare VM disk
155
+
### Step 3: Prepare the VM disk
155
156
156
157
```console
157
158
./create-win11-vm.sh prepare $HOME/win11-vm
@@ -175,7 +176,7 @@ The script creates a QCOW2 disk image with these optimizations:
175
176
176
177
Important Note: If `disk.qcow2` already exists, the script will warn you that proceeding will delete the existing VM's hard drive and start over with a clean installation.
177
178
178
-
### Step 4: First boot and Windows installation
179
+
### Step 4: Boot and install Windows for the first time
0 commit comments