How to create your own Windows Image Template for DigitalOcean & Linode
Cloud Administrator
Get 100$ Free Credit from DigitalOcean & Linode using below-given affiliate link:
https://m.do.co/c/a132153e7328 ( DigitalOcean ) https://www.linode.com/?r=1899cce7ccabae58fca87a853d6a77ef978e2ae7 ( Linode )
In this video, I will show you how you can create your own custom windows image template so that you can install WIndows on your DigitalOcean or Linode account.
Using this method you can create any version of windows like Windows 10, Windows Server 2012/2016/2019
And this is the most demanding video tutorial and I tried my best to show you these tricks. SO from now, you don't need to use any other created pre-built windows image file to install on your DigitalOcean & Linode server.
I did not get enough time to create videos but if you inspire me to do so, then I will do my best. SO kindly share my videos, like my videos, and please subscribe to my channel which I really appreciate, and this encourages me to make demandable videos for you.
Command and Resource: ( most important commands only )
Install qemu
apt-get update && apt-get install qemu -y
Create disk image
qemu-img create -f raw windows2012.img 16G
Get virtio drivers
wget https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso
Start Virtualization Process on the templateimage server
qemu-system-x86_64
-m 3G
-cpu host
-enable-kvm
-boot order=d
-drive file=windows2012.iso,media=cdrom
-drive file=windows2012.img,format=raw,if=virtio
-drive file=virtio-win.iso,media=cdrom
-vnc :0 \
Press CTRL + C to stop virtualization
To complete windows setup you need to connect templateimage server with VNC
Compress image
dd if=windows2012.img | gzip -c windows2012.gz (Greater then ing is not supported in YouTube so check video)
My Readymade Official Template you can use if you don't have time to create:
For Windows 10 Pro: http://hiresysadmin.net/w10.gz
For Windows 11 Beta: http://hiresysadmin.net/w11.gz
For Windows Server 2012 R2: http://hiresysadmin.net/w12.gz
For Windows Server 2016: http://hiresysadmin.net/w16.gz
For Windows Server 2019: http://hiresysadmin.net/w19.gz
Other commands you can easily get from my videos. and you may need to check my Windows Template Installation Guide for DigitalOcean & Linode:
DigitalOcean Installation Guide: https://youtu.be/5ATEAS3-Fqk Linode Installation Guide: https://youtu.be/dBraRVMtPjg
This video is for those who are looking for:
How to install windows os on #DigitalOcean & #Linode How to make own image template for DigitalOcean & Linode How to securely install official Windows OS Like Server 2012, 2016 & 2019 How to install #Windows 10 on Linode & DigitalOcean How to install Windows 7, 8, or any windows version on Linode & DigitalOcean ... https://www.youtube.com/watch?v=WNems9hRuTY
51107549 Bytes