Difference between revisions of "Proxmox 2.2: Membuat LiveUSB"

From OnnoWiki
Jump to navigation Jump to search
(New page: Sumber: http://pve.proxmox.com/wiki/Install_from_USB_Stick You can simply use dd on unix like systems. First download the iso image, the plug in the USB stick (you need to find out what ...)
 
Line 1: Line 1:
 
Sumber: http://pve.proxmox.com/wiki/Install_from_USB_Stick
 
Sumber: http://pve.proxmox.com/wiki/Install_from_USB_Stick
  
 +
Asumsinya, USB terletak pada
  
You can simply use dd on unix like systems. First download the iso image, the plug in the USB stick (you need to find out what device name gets assigned to the usb stick).
+
/dev/sdc1
  
dd if=pve-cd.iso of=/dev/XYZ bs=1M
+
Langkah yang perlu dilakukan
  
Be sure to replace /dev/XYZ with the correct device name (be careful, and do not overwrite your hard disk!)
+
* Download iso proxmox dari http://proxmox.com/downloads/proxmox-ve/iso-images/132-proxmox-ve-2/download
 +
* Format USB flashdisk
  
 +
mkfs.vfat -n usbinstaller /dev/sdc1
 +
 +
* Buat LiveUSB menggunakan perintah
 +
 +
dd if=proxmox-ve_2.2-7f9cfa4c-28.iso of=/dev/sdc1 bs=1M
 +
 +
==WARNING!!==
 +
 +
Pastikan /dev/sdc1 adalah USB Flashdisk anda.
  
  

Revision as of 16:40, 27 February 2013

Sumber: http://pve.proxmox.com/wiki/Install_from_USB_Stick

Asumsinya, USB terletak pada

/dev/sdc1

Langkah yang perlu dilakukan

mkfs.vfat -n usbinstaller /dev/sdc1
  • Buat LiveUSB menggunakan perintah
dd if=proxmox-ve_2.2-7f9cfa4c-28.iso of=/dev/sdc1 bs=1M

WARNING!!

Pastikan /dev/sdc1 adalah USB Flashdisk anda.


Referensi