不需要救援模式VPS DD安装Windows 2008/2012/2016教程

脚本来源 https://moeclub.org/2017/11/19/483/

特征

无限制全自动dd安装Windows

突破没有VNC,没有救援模式,内存比dd包小的限制.

使用Debian Live CD中的busybox做中间媒介,经过复杂的处理,

使本机的网络参数传进Windows操作系统中,

即使没有DHCP能够让Windows获取网络参数,

也能让Windows操作系统在开机的第一时间能够连通网络.

安装方法

1、将VPS重装至Debian 9

2、安装依赖

apt-get update -y
apt-get install -y gawk sed grep

3、执行安装脚本

Windows 2008

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://odrive.aptx.xin/System/newS2008R2DATA.vhd.gz'

Windows 2012

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://odrive.aptx.xin/System/S2012R2DATA2018410.vhd.gz'

Windows 2016

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://odrive.aptx.xin/System/S2016DATA2018415.vhd.gz'

这里提供的DD包需要VNC设置密码,如需已设置好密码的DD包自行百度

DD包来源:http://arv.asuhu.com/dd/


VPSWindowsCorelDRAW教程