Difference between revisions of "Proxmox: Migrasi VDI VirtualBox ke Proxmox"

From OnnoWiki
Jump to navigation Jump to search
Line 4: Line 4:
 
==Cari .vdi file==
 
==Cari .vdi file==
  
* Open the VirtualBox GUI
+
* Buka VirtualBox GUI
* Click on the VM we want to migrate and click the Settings button
+
* Klik pada VM yang ingin dimigrasi, klik Setting.
* Click on Storage and click the .vdi file listed under IDE Controller
+
* Klik pada Storage & klik .vdi file yang ada pada IDE Controller
* Mouse over the Hard Disk: dropdown list box and note the path to the .vdi file
+
* Mouse over the Hard Disk: dropdown list box catat path .vdi file, biasanya
 +
 
 +
~/VirtualBox\ VMs\
  
 
==Convert .vdi ke .img==
 
==Convert .vdi ke .img==
  
* On the VirtualBox host open a command prompt
+
* Pada mesin VirtualBox buka CLI
  
 
  VBoxManage clonehd --format RAW [virtual_harddisk].vdi [virtual_harddisk].img
 
  VBoxManage clonehd --format RAW [virtual_harddisk].vdi [virtual_harddisk].img
  
* This may take a while so be patient. Go get some coffee.
+
* Ini akan membutuhkan waktu, sabar ya :) ...
  
 
==Buat ProxMox VM kosong==
 
==Buat ProxMox VM kosong==

Revision as of 18:12, 19 May 2017

sumber: https://forum.proxmox.com/threads/migrating-virtualbox-vdi-to-proxmox-ve.9672/


Cari .vdi file

  • Buka VirtualBox GUI
  • Klik pada VM yang ingin dimigrasi, klik Setting.
  • Klik pada Storage & klik .vdi file yang ada pada IDE Controller
  • Mouse over the Hard Disk: dropdown list box catat path .vdi file, biasanya
~/VirtualBox\ VMs\

Convert .vdi ke .img

  • Pada mesin VirtualBox buka CLI
VBoxManage clonehd --format RAW [virtual_harddisk].vdi [virtual_harddisk].img
  • Ini akan membutuhkan waktu, sabar ya :) ...

Buat ProxMox VM kosong

  • Buka Proxmox web
  • Klik Virtual Machines > Create VM
  • Set semua default di VM.
  • Misalnya VMID: 106

Upload .img file

  • Pakai scp
  • Transfer .img file ke /var/lib/vz/images/106 (asumsi VMID: 106)

Rename the .img ke .raw

  • rename .raw file (misalnya vm-106-disk-1.raw) ke .old
  • rename .img file ke .raw file (misalnya vm-106-disk-1.raw)

Boot it up!

Referensi