Prepare Installation Media: Difference between revisions

From Proxmox VE
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
[[Category:Reference Documentation]]
[[Category:Reference Documentation]]
<pvehide>
<pvehide>
The Proxmox VE installation media is now a hybrid ISO image, working in two
The Proxmox VE installation media is a hybrid ISO image, working in two ways:
ways:
An ISO image file ready to burn on CD
An ISO image file ready to burn on CD
A raw sector (IMG) image file ready to directly copy to flash media
A raw sector (IMG) image file ready to directly copy to flash media
Line 47: Line 46:
diskutil unmountDisk /dev/diskX
diskutil unmountDisk /dev/diskX
replace X with the disk number from the last command.
replace X with the disk number from the last command.
sudo dd if=proxmox-ve_*.dmg of=/dev/rdiskN bs=1m
sudo dd if=proxmox-ve_*.dmg of=/dev/rdiskX bs=1m
rdiskX, instead of diskX, in the last command is intended,
this will increase write speed
Instructions for Windows
Instructions for Windows
Download Etcher from https://etcher.io , select the ISO and your USB Drive.
Download Etcher from https://etcher.io , select the ISO and your USB Drive.

Revision as of 08:04, 16 April 2019