From Fortech I.T. Solutions - SANDBOX

Assorted-Reference: Debian-to-kvm-proxmox-migration

Migration to KVM - Proxmox from VMWare Guest (or physical) Server Instance for Ubuntu


Actual commands and hints:

Backup your current initrd:

First become root user:

sudo su -

Then fix up InitRD:

cd /boot
cp initrd.img-$(uname -r) BACKUP_initrd.img-$(uname -r)

Force new initrd with Virtio_BLK support

vi  /etc/initramfs-tools/

add these 2 lines below, to force support for virtio hard drives / controller:

virtio_pci
virtio_blk 

Force refresh of initrd image:

update-initramfs -k all -c -u

Uninstall VMWare Tools:

Follow steps per URL: http://www.vmware.com/support/ws5/doc/ws_newguest_tools_linux.html

Note that I can't see hints there for Debian. Great stuff!

Uninstall Virtualbox guest additions


While still in a shell session as root user:

apt-get remove virtualbox-guest-utils
apt-get autoremove

Clonezilla hints:

General context reminder:

Retrieved from http://sandbox.fortechitsolutions.ca/pmwiki.php/Assorted-Reference/Debian-to-kvm-proxmox-migration
Page last modified on October 12, 2012, at 01:22 PM