meta data for this page
Differences
This shows you the differences between two versions of the page.
| vm:proxmox:kvm:windows:migrate_from_vb [2020/10/06 08:07] – created niziak | vm:proxmox:kvm:windows:migrate_from_vb [2020/10/06 10:12] (current) – niziak | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| * Remove created Hard Disc (scsi0) | * Remove created Hard Disc (scsi0) | ||
| * Import disc images (repeat for all VDI discs) | * Import disc images (repeat for all VDI discs) | ||
| - | * As RAW images with all benefits (compression, | + | * As RAW images with all benefits (compression, |
| * 21743 MB VDI compacted file occupied 15,2G on ZFS with compression ratio 1.24x | * 21743 MB VDI compacted file occupied 15,2G on ZFS with compression ratio 1.24x | ||
| * As QCOW2 files on every file storage: <code bash>qm importdisk 701 WIN7_C.vdi local -format qcow2</ | * As QCOW2 files on every file storage: <code bash>qm importdisk 701 WIN7_C.vdi local -format qcow2</ | ||
| Line 26: | Line 26: | ||
| * <code bash>qm set 701 --scsi< | * <code bash>qm set 701 --scsi< | ||
| * NOTE: '' | * NOTE: '' | ||
| - | * Switch SCSI to IDE: <code bash>sed -i ' | + | * Change SCSI to IDE/SATA: |
| - | * Manually correct numbering conflict with CD-ROM | + | * For i440FX machine: |
| - | * Setup correct boot order | + | * Manually correct numbering conflict with IDE CD-ROM drive |
| + | | ||
| + | | ||
| * Add one dummy (small size) hard disc to SCSI controller | * Add one dummy (small size) hard disc to SCSI controller | ||
| * Enable QEMU Guest Agent | * Enable QEMU Guest Agent | ||
| Line 41: | Line 43: | ||
| * Setup correct boot order | * Setup correct boot order | ||
| - | sed -i 's/ | + | === Issues === |
| + | |||
| + | '' | ||
| + | Q35 machine has only master IDEs. Use '' | ||
| + | |||
| ==== NOT WORKING: Importing OVA file ==== | ==== NOT WORKING: Importing OVA file ==== | ||