Convert Windows Server DVD to ISO and Use in Proxmox
This guide helps you turn your physical Windows Server 2019 DVD into a bootable ISO file for installation in Proxmox VE.
-–
1. Create an ISO from the DVD
On Windows (Using ImgBurn)
- Download and install ImgBurn
- Insert the DVD into your PC’s drive
- Open ImgBurn
- Select “Create image file from disc”
- Choose output location (e.g.
WindowsServer2019.iso
) - Click “Read” to start
On macOS
- Insert the DVD
- Open Disk Utility
- Select the DVD in the sidebar
- Click File > New Image > Image from [DVD Name]
- Choose:
- Format: DVD/CD Master
- Save As:
windows2019.cdr
- Rename
.cdr
to.iso
once created
```bash
mv windows2019.cdr windows2019.iso
- Upload ISO to Proxmox
- Log into the Proxmox web interface
- Navigate to your Proxmox node (left sidebar)
- Click “Local” (or your chosen storage)
- Go to Content > Upload
- Select your windows2019.iso file
- Wait for upload to complete
⸻
Create and Install Windows Server VM
- Click Create VM
- Set:
• Name: win2019
• OS: Microsoft Windows- Choose the uploaded windows2019.iso as the CD-ROM boot media
- Set desired CPU, RAM (e.g. 16–24 GB), and disk (e.g. 100–250 GB NVMe)
- Finish and start the VM
- Proceed with Windows setup using your DVD licence key
⸻
✅ Notes
• You only need to do this once — the ISO can be reused for reinstallations.
• You don’t need to buy a DVD drive for your server if you have any PC or Mac with a drive.
• This method ensures faster, headless, and more reliable installs in Proxmox.