PVE install USB
發表於 : 2018-10-20 09:32:42
https://pve.proxmox.com/wiki/Install_from_USB_Stick
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.
Tip OS X tends to put the .dmg ending on the output file automatically.
To get the current list of devices run the command again:
Now insert your USB flash media and run this command again to determine the device node assigned to your flash media (e.g. /dev/diskX).
diskutil list
Note replace X with the disk number from the last command.
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