热搜词

我的博客

版块简介:一些简单的介绍
  •  57帖子
  •  151讨论
  •  0关注

DD Windows 一键脚本(GCP谷歌云Oracle甲骨文Azure微软云OVH云)

笔记 邱双仪 发表于 2023-6-20 03:25:51 | 显示全部楼层 |阅读模式
1130 0
说明
  • 无限制全自动dd安装Windows;
  • 突破没有VNC,没有救援模式,内存比dd包小的限制;
  • 使用Debian Live CD中的busybox做中间媒介,经过复杂的处理使本机的网络参数传进Windows操作系统中;
  • 即使没有DHCP能够让Windows获取网络参数,也能让Windows操作系统在开机的第一时间能够连通网络;
  • 本站所提供的脚本及安装包均来源于网络并通过测试;
  • 特别注意:脚本不适用于OpenVZ构架的服务器,请勿尝试;
安装依赖
更新系统
#Debian/Ubuntu:
  1. apt-get update
复制代码
#RedHat/CentOS:
  1. yum update
复制代码
必要依赖
#Debian/Ubuntu:
  1. apt-get install -y xz-utils openssl gawk file
复制代码
#RedHat/CentOS:
  1. yum install -y xz openssl gawk file
复制代码
一键脚本
示例脚本,补全DD包直连地址后运行即可;
  1. wget --no-check-certificate -qO InstallNET.sh 'https://sunpma.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd '[Windows DD包直链地址]'
复制代码
精简版DD包
如果没有自己的DD包,可以使用博主提供的包,从以下版本中选择自己需要的系统,然后输入一键脚本即可;
# DD Windows Server 2008 R2 64位 精简版 [账户Administrator密码nat.ee]
  1. wget --no-check-certificate -qO InstallNET.sh 'https://sunpma.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win_Server2008R2_sp1_64_Administrator_nat.ee.gz'
复制代码
# DD Windows Server 2012 R2 64位 精简版 [账户Administrator密码nat.ee]
  1. wget --no-check-certificate -qO InstallNET.sh 'https://sunpma.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win_Server2012R2_64_Administrator_nat.ee.gz'
复制代码
# DD Windows Server 2016 64位 精简版 [账户Administrator密码nat.ee]
  1. wget --no-check-certificate -qO InstallNET.sh 'https://sunpma.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win_Server2016_64_Administrator_nat.ee.gz'
复制代码
# DD Windows Server 2019 64位 精简版 [账户Administrator密码WinSrv2019dc-Chinese]
  1. wget --no-check-certificate -qO InstallNET.sh 'https://sunpma.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win_Server2019_64_Administrator_WinSrv2019dc-Chinese.gz'
复制代码
# DD Windows Server 2022 64位 精简版 [账户Administrator密码nat.ee]
  1. wget --no-check-certificate -qO InstallNET.sh 'https://sunpma.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win_Server2022_64_Administrator_nat.ee.gz'
复制代码



# DD Windows7 32位 精简版 [账户Administrator密码nat.ee]
  1. wget --no-check-certificate -qO InstallNET.sh 'https://sunpma.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win7_86_Administrator_nat.ee.gz'
复制代码
# DD Windows7 sp1 64位 企业精简版 [账户Administrator密码nat.ee]
  1. wget --no-check-certificate -qO InstallNET.sh 'https://sunpma.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win7_sp1_64_Administrator_nat.ee.gz'
复制代码
# DD Windows8.1 64位 专业精简版 [账户Administrator密码nat.ee]
  1. wget --no-check-certificate -qO InstallNET.sh 'https://sunpma.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win8.1_64_Administrator_nat.ee.gz'
复制代码
# DD Windows10 2016LTSB 64位 企业深度精简版 [账户Administrator密码nat.ee]
  1. wget --no-check-certificate -qO InstallNET.sh 'https://sunpma.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win10_2016LTSB_64_Administrator_nat.ee.gz'
复制代码
# DD Windows10 2019LTSC 64位 企业深度精简版 [账户Administrator密码nat.ee]
  1. wget --no-check-certificate -qO InstallNET.sh 'https://sunpma.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win10_2019LTSC_64_Administrator_nat.ee.gz'
复制代码
# DD Windows10 2021LTSC 64位 企业深度精简版 [账户Administrator密码nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://sunpma.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win10_2021LTSC_64_Administrator_nat.ee.gz'


全部评论

暂无评论,期待您打破宁静

您需要登录后才可以回帖 登录 | 注册
发表评论
发布 联系QQ