We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808d658 commit 0f507b1Copy full SHA for 0f507b1
_posts/2025-08-01-Nested-Esxi-Install-Guide.md
@@ -64,7 +64,10 @@ This streamlined guide shows how to run VMware ESXi 8 within Proxmox VE on unsup
64
65
## Step 2: Create VM in Proxmox [^2]
66
67
-1. Upload the ESXi ISO to Proxmox storage
+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/`
71
72
2. Create a new VM with these essential settings:
73
- **OS**: Linux 6.x - 2.6 Kernel
0 commit comments