Difference between revisions of "Proxmox 2.2: Membuat LiveUSB"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
/dev/sdc1 | /dev/sdc1 | ||
+ | |||
+ | |||
+ | ==Mengunakan Unetbootin== | ||
+ | |||
+ | '''WARNING: Ini gagal Booting!!''' | ||
+ | |||
+ | * Burn menggunakan unetbootin | ||
+ | * Masukan USB & boot | ||
+ | * Pilih Linux | ||
+ | |||
+ | |||
+ | |||
+ | ==Menggunakan dd== | ||
Langkah yang perlu dilakukan | Langkah yang perlu dilakukan | ||
Line 14: | Line 27: | ||
* Buat LiveUSB menggunakan perintah | * Buat LiveUSB menggunakan perintah | ||
− | dd if=proxmox-ve_2.2-7f9cfa4c-28.iso of=/dev/sdc1 | + | dd if=proxmox-ve_2.2-7f9cfa4c-28.iso of=/dev/sdc |
+ | |||
+ | Perhatikan of=/dev/sdc bukan of=/dev/sdc1 | ||
==WARNING!!== | ==WARNING!!== | ||
Line 24: | 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
- 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.
Referensi
- http://pve.proxmox.com/wiki/Install_from_USB_Stick
- http://www.webupd8.org/2009/04/4-ways-to-create-bootable-live-usb.html