说明
- 无限制全自动dd安装Windows;
- 突破没有VNC,没有救援模式,内存比dd包小的限制;
- 使用Debian Live CD中的busybox做中间媒介,经过复杂的处理使本机的网络参数传进Windows操作系统中;
- 即使没有DHCP能够让Windows获取网络参数,也能让Windows操作系统在开机的第一时间能够连通网络;
- 本站所提供的脚本及安装包均来源于网络并通过测试;
- 特别注意:脚本不适用于OpenVZ构架的服务器,请勿尝试;
安装依赖
更新系统
#Debian/Ubuntu:
apt-get update
#RedHat/CentOS:
yum update
必要依赖
#Debian/Ubuntu:
apt-get install -y xz-utils openssl gawk file
#RedHat/CentOS:
yum install -y xz openssl gawk file
一键脚本
示例脚本,补全DD包直连地址后运行即可;
wget --no-check-certificate -qO InstallNET.sh 'https://suntl.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'WindowsDD包直链地址'
精简版DD包
如果没有自己的DD包,可以使用博主提供的包,从以下版本中选择自己需要的系统,然后输入一键脚本即可;
# DD Windows Server 2008 R2 64位 精简版 [账户Administrator密码nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://suntl.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.suntl.com/Windows/Win_Server2008R2_sp1_64_Administrator_nat.ee.gz'
# DD Windows Server 2012 R2 64位 精简版 [账户Administrator密码nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://suntl.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.suntl.com/Windows/Win_Server2012R2_64_Administrator_nat.ee.gz'
# DD Windows Server 2016 64位 精简版 [账户Administrator密码nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://suntl.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.suntl.com/Windows/Win_Server2016_64_Administrator_nat.ee.gz'
# DD Windows Server 2019 64位 精简版 [账户Administrator密码WinSrv2019dc-Chinese]
wget --no-check-certificate -qO InstallNET.sh 'https://suntl.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.suntl.com/Windows/Win_Server2019_64_Administrator_WinSrv2019dc-Chinese.gz'
# DD Windows Server 2022 64位 精简版 [账户Administrator密码nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://suntl.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.suntl.com/Windows/Win_Server2022_64_Administrator_nat.ee.gz'
# DD Windows7 sp1 64位 企业精简版 [账户Administrator密码nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://suntl.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.suntl.com/Windows/Win7_sp1_64_Administrator_nat.ee.gz'
# DD Windows10 2021LTSC 64位 企业深度精简版 [账户Administrator密码nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://suntl.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.suntl.com/Windows/Win10_2021LTSC_64_Administrator_nat.ee.gz'
Oracle甲骨文
此DD包仅适用于Oracle甲骨文DD安装Windows使用;(注意:不适用于新出的ARM框架机型)
# DD Windows7 sp1 64位 企业精简版 [账户Administrator密码nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://suntl.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.suntl.com/Windows/Oracle_Win7_sp1_64_Administrator_nat.ee.gz'
# DD Windows10 2021LTSC 64位 企业深度精简版 [账户Administrator密码nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://suntl.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.suntl.com/Windows/Oracle_Win10_2021LTSC_64_Administrator_nat.ee.gz'
# DD Windows Server 2008 R2 64位 精简版 [账户Administrator密码nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://suntl.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.suntl.com/Windows/Oracle_Win_Server2008R2_sp1_64_Administrator_nat.ee.gz'
# DD Windows Server 2012 R2 64位 精简版 [账户Administrator密码nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://suntl.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.suntl.com/Windows/Oracle_Win_Server2012R2_64_Administrator_nat.ee.gz'
# DD Windows Server 2016 64位 精简版 [账户Administrator密码nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://suntl.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.suntl.com/Windows/Oracle_Win_Server2016_64_Administrator_nat.ee.gz'
# DD Windows Server 2022 64位 企业深度精简版 [账户Administrator密码nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://suntl.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.suntl.com/Windows/Oracle_Win_Server2022_64_Administrator_nat.ee.gz'
阿里云
以下DD包适用于阿里云DD安装Windows使用;
# DD Windows10 2021LTSC 64位 企业深度精简版 [账户Administrator密码nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://suntl.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.suntl.com/Windows/Aliyun_Win10_2021LTSC_64_Administrator_nat.ee.gz'
Azure微软云
以下DD包适用于Azure微软云DD安装Windows使用;
# DD Windows Server 2008 R2 64位 精简版[账户Administrator密码nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://suntl.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.suntl.com/Windows/Win_Server2008R2_sp1_64_Administrator_nat.ee.gz'
# DD Windows Server 2012 R2 64位 精简版[账户Administrator密码nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://suntl.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.suntl.com/Windows/Oracle_Win_Server2012R2_64_Administrator_nat.ee.gz'
# DD Windows Server 2016 64位 精简版 [账户Administrator密码nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://suntl.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.suntl.com/Windows/Win_Server2016_64_Administrator_nat.ee.gz'
# DD Windows Server 2022 64位 精简版 [账户Administrator密码nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://suntl.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.suntl.com/Windows/Win_Server2022_64_Administrator_nat.ee.gz'
# DD Windows7 sp1 64位 企业精简版 Hyper-V Xen Nvme [账户Administrator密码nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://suntl.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.suntl.com/Windows/Win7_sp1_64_Hv_Xen_Nvme_Administrator_nat.ee.gz'
其它脚本
先使用以下命令及脚本重新安装系统为Debian 10
然后再使用此脚本选择自定义链接Custom image
安装Windows
Debian 10
默认登录账号和密码:root
/ Pwd@Linux
# 更新系统及必要依赖
apt-get install wget sudo net-tools xz-utils openssl gawk file wget -y
apt-get update -y
apt-get upgrade -y
apt-get install -y xz-utils openssl gawk file
apt-get install -y xz-utils openssl gawk file wget screen && screen -S os
apt-get install virt-what -y
virt-what
apt-get install build-essential libpcsclite1 -y
# 一键脚本命令
wget --no-check-certificate -O AutoReinstall.sh https://git.io/AutoReinstall.sh && bash AutoReinstall.sh
# DD Windows7 sp1 64位 企业精简版 Hyper-V Xen[账户Administrator密码nat.ee]
https://oss.suntl.com/Windows/Win7_sp1_64_Hv_Xen_Administrator_nat.ee.gz
GCP谷歌云
GCP谷歌云OVH云服务器等需要指定网络参数安装的方式,示例为GCP谷歌云
# 将X.X.X.X替换为自己的网络参数.
# --ip-addr :IP Address/内网IP地址
# --ip-mask :Netmask /子网掩码
# --ip-gate :Gateway /网关
wget --no-check-certificate -qO InstallNET.sh 'https://suntl.com/other/oss/InstallNET.sh' && bash InstallNET.sh --ip-addr X.X.X.X --ip-mask X.X.X.X --ip-gate X.X.X.X -dd 'DD包 直链地址'
例:
替换--ip-addr
后面的X.X.X.X
为你自己的内网IP,注意查看ip-gate
网关信息是否于你机器的网关相同;
在GCP谷歌云 Debian
/ Ubuntu
测试成功, CentOS
未测试;
账户:Administrator
密码:nat.ee
GCP谷歌云 香港
wget --no-check-certificate -qO InstallNET.sh 'https://suntl.com/other/oss/InstallNET.sh' && bash InstallNET.sh --ip-addr X.X.X.X --ip-mask 255.255.255.0 --ip-gate 10.170.0.1 -dd 'https://oss.suntl.com/Windows/Win7_sp1_64_Administrator_nat.ee.gz'
GCP谷歌云-台湾
wget --no-check-certificate -qO InstallNET.sh 'https://suntl.com/other/oss/InstallNET.sh' && bash InstallNET.sh --ip-addr X.X.X.X --ip-mask 255.255.255.0 --ip-gate 10.140.0.1 -dd 'https://oss.suntl.com/Windows/Win7_sp1_64_Administrator_nat.ee.gz'
连接上后如果遇到无法打开网页的情况,修改DNS即可
8.8.8.8
8.8.4.4
OVH
此DD包仅适用于OVH云服务器DD Win使用
说明:OVH需要使用网络参数进行安装,博主并未进行测试,这里仅提供直链安装包;
# DD Windows7 64位 精简版 [账户administrator密码www.80host.com]
https://oss.suntl.com/Windows/OVH_Win7_64_administrator_www.80host.com.gz
关于激活
可以使用本博客搭建的KMS进行激活
传送门:https://suntl.com/kms.html
如果不能使用KMS激活,可以试试下面的Key(不一定都能成功激活)
# Windows 7 企业版
KMS密钥:33PXH-7Y6KF-2VJC9-XBBR8-HVTHH / RHTBY-VWY6D-QJRJ9-JGQ3X-Q2289 / H8PDJ-H4NKW-3GKH7-YHKJ7-4C2JR
# Windows 8.1 专业版
KMS密钥:GCRJD-8NW9H-F2CDX-CCM8D-9D6T9
# Windows 10 LTSC 2019 企业版
KMS密钥:M7XTQ-FN8P6-TTKYV-9D4CC-J462D
# Windows Server 2019 数据中心版
KMS密钥:WMDGN-G9PQG-XVVXX-R3X43-63DFG
右键以管理员身份运行CMD(命令提示符),依次执行下面的命令;
slmgr.vbs -upk
slmgr.vbs -ipk KMS密钥
slmgr.vbs -ato
slmgr.vbs -dlv
Windows 7 旗舰版可能无法使用KMS进行激活,可以使用以下工具永久激活
激活工具:https://sunpma.lanzoux.com/i0ohrjljzwb
Windows服务器开启Ping功能,打开系统运行服务 Win+R
输入命令
## 开启Ping ##
netsh firewall set icmpsetting 8
## 关闭Ping ##
netsh firewall set icmpsetting 8 disable
版权声明:本文为原创文章,版权归 suntl.com 所有,转载请注明出处!
本文链接:https://suntl.com/137.html
友情提示:如果博客出现404或链接失效,请留言或者联系博主修复!
博主方便留个联系方式交流一下吗,有问题
GCP dd 失败,因为不会去 -dd 指定的地址下载镜像(把镜像和InstallNET.sh都放在了自己的服务器上测试的,服务器是同一个谷歌云账号开的内网机器)
broken mirror: invalib suite in release file for jessie
info: menu item 'choose-mirror' succeeded but requested to be left unconfigured
错误的可能原因是:镜像规格不正确;镜像不可用(可能是由于网络连接不可靠);镜像已损坏(例如,因为找到无效的发布文件);镜像不支持正确的Debian版本。
甲骨文dd之后失联了咋办啊
Oracle BSOD on ubuntu 20, 18 works good
is there any latest image for oracle? 2019 LTSC / newer server?
is it possible to have a Windows Server 2019 in English Language for Oracle Cloud?
Many thanks in advance from Brasil!!!
Your hard work is appreciated!
更新下,6月27日。装完系统我倒头就睡 睡醒发现装好了 debian和ubuntu都成功了,win10完整版。 先前尝试过debian10 debian9 ubuntu16以及18 全都尝试失败,无一例外是使用的精简版 而使用完整版则一次成功 并不知道其中的关系但提供给各位一个思路
完整版没有精简系统依赖,多数商家的机器都支持,但低配的机器用完整版比较难受~~
求楼主更新。。 三月份安装过一次成功,但是现在反复尝试都没有办法成功 完全搞不懂为什么。。
不同商机的机器使用的DD包不一样,没有通用的~
远程连接时 出现了内部错误
完整版# DD Windows10 LTSC 64位 [账户Administrator密码nat.ee],21:30安装,0点登陆ok。
gcp,TCP all
已在gcp上dd成功,就是耗时比较长,一两个小时吧,然后开端口3389,通过windows远程桌面进行连接
用的那个版本啊?
安装时,最后出现“not found grub”
非常感谢。GCP D成win10 成功了,dd速度比预期慢一点,要1.5小时~
大佬出个GCP的完整教程吧,试了N次了。。绝望。。
谷歌云不能装上去了!哪个大神能装上去!帮帮忙! 一起研讨下!谢谢!
oracle ubuntu1804 DD win7 sp1企业精简一次成功。用2004开始装了些其他东西再改n次都是不能发现文件。重新开1804一次成功。
感恩
同甲骨文ub1804,dd之后就失联了怎么办啊,等了两三个小时还是远程不了
我装不上了,直接无法ping通, 你装谷歌云吗?
能成功的 你用 ubunt 18.04版本 一次成功
博主,成功安装谷歌 win7 精简版 用window10电脑登录出现内部错误? 请问有好的解决办法吗,我百度了没有找到有效的解决办法。希望得到帮助 谢谢
这个就不太清楚了,可以重新DD试试~~
参数没问题 重新dd了也没有问题,博主请问 谷歌云的你是在哪个版本下成功了呢
一般都是Ubuntu,别的系统没试过~~
很希望得到博主帮助 以前vultr就是用博主这篇文章的,但是 请问谷歌云现在是安装不了dd了么?我安装你的例子安装了香港区域的谷歌云,防火墙也把所有端口入站出站打开了,安装后能ping通 不能ssh登录了 也不能远程桌面登录,请问这是什么原因呢?需要机器测试的话,有机器可以测试?
您好 请问谷歌云现在是安装不了dd了么?我安装你的例子安装了香港区域的谷歌云,防火墙也把所有端口入站出站打开了,安装后能ping通 不能ssh登录了 也不能远程桌面登录,请问这是什么原因呢?需要机器测试的话,有机器可以测试/
谷歌云需要指定网络参数,参数正确就没有问题
博主,有联系方式吗,现在这个教程是否还有效,我试了很多版本都不能成功连接,望回复,感谢
你现在成功了没
脚本没有问题,但并不是所有服务商的机器都支持DD安装,DD不了很正常
内网iP,我以为是自己网络的,原来是谷歌云虚拟机实例的内网IP,瞎搞半天。。。