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 ...)
 
 
(5 intermediate revisions by the same user not shown)
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
 
  
Be sure to replace /dev/XYZ with the correct device name (be careful, and do not overwrite your hard disk!)
+
==Mengunakan Unetbootin==
  
 +
'''WARNING: Ini gagal Booting!!'''
 +
 +
* Burn menggunakan unetbootin
 +
* Masukan USB & boot
 +
* Pilih Linux
 +
 +
 +
 +
==Menggunakan dd==
 +
 +
Langkah yang perlu dilakukan
 +
 +
* 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/sdc
 +
 +
Perhatikan of=/dev/sdc bukan of=/dev/sdc1
 +
 +
==WARNING!!==
 +
 +
Pastikan /dev/sdc1 adalah USB Flashdisk anda.
  
  
Line 13: Line 39:
  
 
* http://pve.proxmox.com/wiki/Install_from_USB_Stick
 
* http://pve.proxmox.com/wiki/Install_from_USB_Stick
 +
* http://www.webupd8.org/2009/04/4-ways-to-create-bootable-live-usb.html
 +
 +
==Pranala Menarik==
 +
 +
* [[Membuat Installer Ubuntu di USB FlashDisk menjadi LiveUSB]]
 +
* [[Membuat Installer LiveUSB Ubuntu menggunakan livecd-iso-to-disk]]
 +
* [[Penggunaan Unetbootin]]
 +
* [[Proxmox 2.2: Membuat LiveUSB]]

Latest revision as of 19:19, 27 February 2013

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

Asumsinya, USB terletak pada

/dev/sdc1


Mengunakan Unetbootin

WARNING: Ini gagal Booting!!

  • Burn menggunakan unetbootin
  • Masukan USB & boot
  • Pilih Linux


Menggunakan dd

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/sdc

Perhatikan of=/dev/sdc bukan of=/dev/sdc1

WARNING!!

Pastikan /dev/sdc1 adalah USB Flashdisk anda.


Referensi

Pranala Menarik