https://www.proxmox.com/en/downloads/ca ... images-pve
OSX
1.ISO TO DMG
2.DMG TO USB
Instructions for OSX
Open the terminal (query Terminal in Spotlight).
Convert the .iso file to .img using the convert option of hdiutil for example.
代碼: 選擇全部
hdiutil convert -format UDRW -o proxmox-ve_*.dmg proxmox-ve_*.iso
To get the current list of devices run the command again:
代碼: 選擇全部
diskutil list
diskutil list
代碼: 選擇全部
diskutil unmountDisk /dev/diskX
代碼: 選擇全部
sudo dd if=proxmox-ve_*.dmg of=/dev/rdiskN bs=1m