PVE install USB

https://www.proxmox.com/en/
回覆文章
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

PVE install USB

文章 yehlu »

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.

代碼: 選擇全部

hdiutil convert -format UDRW -o proxmox-ve_*.dmg proxmox-ve_*.iso
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:

代碼: 選擇全部

diskutil list
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

代碼: 選擇全部

diskutil unmountDisk /dev/diskX
Note replace X with the disk number from the last command.

代碼: 選擇全部

sudo dd if=proxmox-ve_*.dmg of=/dev/rdiskN bs=1m
回覆文章

回到「Proxmox VE」