共计 859 个字符,预计需要花费 3 分钟才能阅读完成。
特征
无限制全自动 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/
正文完