Tutorial Create Image Windows 10 .GZ and Install Windows 10 GZ on DigitalOcean, Linode

13 Просмотры
Издатель
Hướng dẫn tự tạo Windows 10 20H2 .GZ gốc Windows 10.ISO chuẩn từ Microsoft dùng để cài đặt trên các trang DigitalOcean, Linode. . Với video này bạn có thể tự xây dựng Image Windows.GZ cho riêng bạn, bạn có thể tạo windows 7/8/10 .GZ hoặc Create image windows server 2016.GZ

Tutorial Create Image Windows 10 .GZ and Install Windows 10 GZ on DigitalOcean, Linode

- Create VPS DigitalOcean: https://m.do.co/c/90f3a918206d 100$ Free

--- Step1: Download & Install PuTTy, PuTTy Key Generator ---
Go to https://puttygen.com

--- Step2: Create SSH keys add to Cloud Server ---

--- Step3: Create Cloud Server ---

--- Step4: Open PuTTy connect to Cloud Server ---

--- Step5: Install qemu ---
apt-get update && apt-get install qemu -y

--- Step6: Create disk image ---
apt install qemu-utils

qemu-img create -f raw windows10.img 15G

--- Step7: Get virtio drivers ---

wget -O virtio-win.iso 'https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.189-1/virtio-win-0.1.189.iso'

--- Step8: Wget windows10.iso ---
wget -O windows10.iso 'https://www.microsoft.com/en-gb/software-download/windows10ISO'

--- Step9: Start Virtualization Process on the templateimage server ---

apt install qemu-system-x86-xen

qemu-system-x86_64 \
-m 3G \
-cpu host \
-enable-kvm \
-boot order=d \
-drive file=windows10.iso,media=cdrom \
-drive file=windows10.img,format=raw,if=virtio \
-drive file=virtio-win.iso,media=cdrom \
-vnc :0 \

--- To complete windows setup you need to connect templateimage server with VNC ---
--- Press CTRL + C to stop virtualization ---

--- Step10: Install VNC Viewer ---

--- Step11: Open VNC Viewer connect IP Cloud Server and Install Windows ---
11.1 Load Driver: NetKVM/w10/amd64
11.2 Load Driver: Viostor/w10/amd64
11.3 Enable Remote Desktop
11.4 Show icon This PC, Control Panel to desktop
11.5 Rename Computer

--- Step12: Press CTRL + C to stop virtualization ---

--- Step13: Install GZIP ---

apt-get install gzip

--- Step14: Compress image ---

dd if=windows10.img | gzip -c Windows10_THTH@2020v2.gz

--Waiting... until finished (5-20p)--

--- Step15: Install Apache2 ---

apt install apache2

sudo ufw app list

sudo ufw allow 'Apache'

sudo ufw status

sudo systemctl status apache2

--- Step16: Move Windows10.gz to /var/www/html/ ---

cd /var/www/

cd html

cp Windows10_THTH@2020.gz /var/www/html/

--- Step17: Install Windows.GZ on DigitalOcean, Linode, Vurlt ---

wget -O- http://68.183.234.50/Windows10_THTH@2020.gz | gunzip |dd of=/dev/vda

User: tinhocthuchanh
Password: THTH@2020
Категория
Установка Windows
Комментариев нет.