Skip to content

Commit 0f507b1

Browse files
committed
updated ESXI blog to clarify a step
1 parent 808d658 commit 0f507b1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_posts/2025-08-01-Nested-Esxi-Install-Guide.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ This streamlined guide shows how to run VMware ESXi 8 within Proxmox VE on unsup
6464

6565
## Step 2: Create VM in Proxmox [^2]
6666

67-
1. Upload the ESXi ISO to Proxmox storage
67+
1. Upload the ESXi ISO to Proxmox storage:
68+
- **Option A (Web UI):** Go to Datacenter → Storage → local → ISO Images → Upload
69+
- **Option B (SCP):** Use `scp filename.iso root@proxmox-ip:/var/lib/vz/template/iso/`
70+
- **Option C (wget):** SSH to Proxmox and use `wget` to download directly to `/var/lib/vz/template/iso/`
6871

6972
2. Create a new VM with these essential settings:
7073
- **OS**: Linux 6.x - 2.6 Kernel

0 commit comments

Comments
 (0)