Today is the 10th anniversary of my first blog post! Since then, well… a LOT happened! 🙂
Let’s see what the next 10 years bring!!! 🙂
Cheers!
Today is the 10th anniversary of my first blog post! Since then, well… a LOT happened! 🙂
Let’s see what the next 10 years bring!!! 🙂
Cheers!
In light of “Microsoft loves Linux” initiative, you can now deploy your Linux virtual machines by using templates in the System Center 2016: Virtual Machine Manager. As I was searching on how to do this (successfully), there were couple of articles that helped, so I’ve decided to do a short list of all the necessary steps (in one place).
Steps to make your Linux VM template deployments work:
1 |
sudo nano /etc/initramfs-tools/modules |
1 2 3 4 |
hv_vmbus hv_storvsc hv_blkvsc hv_netvsc |
1 2 3 |
sudo apt-get install --install-recommends linux-tools-virtual-lts-xenial linux-cloud-tools-virtual-lts-xenial sudo update-initramfs -u sudo reboot |
1 |
sudo lsmod |
1 |
sudo ./install scvmmguestagent.1.0.2.1075.x64.tar |
1 |
sudo cd /boot/efi/EFI |
1 |
sudo cp -r ubuntu/ boot |
1 |
sudo cd boot |
1 |
sudo mv shimx64.efi bootx64.efi |
1 |
sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi --no-nvram --removable |
Hope it helps!
Cheers!