Migrating a Linux VM from VMWare Workstation to Hyper-V

Categories: Linux

The following is a quick guide to migrating an OpenSuse Linux VMs on VMWare Workstation to Hyper-V. Preparations and add the following line. Do not forget the spaces before and after the modules! recreate initrd test loading of hyper-v modules Export If the original VM has several virtual HDs, the process must be repeated for […]

Linux: Get Ubuntu kernel headers

Categories: Linux

Just a little how-to: Make sure you have updated version $ sudo apt-get update Search for kernel version (optional) $ apt-cache search linux-headers-$(uname -r) Install linux-header package $ sudo apt-get install linux-headers-$(uname -r)