說明#
無限制全自動 dd 安裝 Windows;#
突破沒有 VNC, 沒有救援模式,內存比 dd 包小的限制;
使用 Debian Live CD 中的 busybox 做中間媒介,經過複雜的處理使本機的網絡參數傳進 Windows 操作系統中;
即使沒有 DHCP 能夠讓 Windows 獲取網絡參數,也能讓 Windows 操作系統在開機的第一時間能夠連通網絡;
本站所提供的腳本及安裝包均來源於網絡並通過測試;
特別注意:腳本不適用於 OpenVZ 架構的伺服器,請勿嘗試;
安裝依賴#
寫在前面:
1、DD windows 請使用 Debian10 系統,謝謝!
2、DD 如果進 VNC 一般會看見卡進度條在 starting up the partitioner 這就不動了,可能卡很久,半小時、一小時甚至兩三小時,首先說明這個卡進度一般都是正常的,因為這種包製作的時候分區這裡本來進度條就是不動的,其實由於機器性能不同,卡住的時間也不盡相同,所以這個時候千萬不要急,稍安勿躁,看會兒電影再來看看也不遲,不要急著去重啟機器,儘管我自己也等的很煩躁,但是事實是它真的能卡出來並且安裝成功。
如果一直卡在 starting up the partitioner 這個頁面很久的話,我們可以查看後台監控的磁碟性能等參數,如果發現磁碟讀寫降下來的時候可以嘗試重啟機器,正常情況下都會 DD 成功。
更新系統
#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://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd '[Windows DD包直鏈地址]'
精簡版 DD 包#
選擇好版本,輸入以下一鍵腳本即可#
# DD Windows Server 2003 32位 精簡版 [賬戶Administrator密碼cxthhhhh.com]
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win_Server2003_86_Administrator_cxthhhhh.com.gz'
# DD Windows Server 2008 R2 64位 精簡版 [賬戶Administrator密碼nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/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密碼WinSrv2012r2x64-Chinese]
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win_Server2012R2_64_Administrator_WinSrv2012r2x64-Chinese.gz'
# DD Windows Server 2019 Datacenter 64位 精簡版 [賬戶Administrator密碼WinSrv2019dc-Chinese]
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win_Server2019_64_Administrator_WinSrv2019dc-Chinese.gz'
# DD Windows7 32位 精簡版 [賬戶Administrator密碼Windows7x86-Chinese]
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win7_86_Administrator_Windows7x86-Chinese.gz'
# DD Windows7 sp1 64位 企業精簡版 [賬戶Administrator密碼nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/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]
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win8.1_64_Administrator_nat.ee.gz'
#DD Windows8.1 64位 适量精簡版 [賬戶Administrator密碼Vicer]
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win8.1_64_Administrator_Vicer.gz'
# DD Windows10 2016LTSB 64位 企業深度精簡版 [賬戶Administrator密碼nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win10_2016LTSB_64_Administrator_nat.ee.gz'
# DD Windows10 2019LTSC 64位 企業適量精簡版 [賬戶Administrator密碼Vicer]
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win10_2019LTSC_64_Administrator_Vicer.gz'
完整版 DD 包#
# DD Windows Server 2012 R2 Datacenter 64位 完整版 [賬戶administrator密碼Password147]
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Whole/cn_windows2012r2_administrator_Password147.gz'
# DD Windows Server 2016 Datacenter 64位 完整版 [賬戶administrator密碼Password147]
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Whole/cn_windows2016_administrator_Password147.gz'
# DD Windows Server 2019 Datacenter 64位 完整版 [賬戶administrator密碼Password147]
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Whole/cn_windows2019_administrator_Password147.gz'
# DD Windows7 sp1 64位 [賬戶Administrator密碼nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Whole/Win7_sp1_64_Administrator_nat.ee.gz'
# DD Windows8.1 64位 [賬戶Administrator密碼nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Whole/Win8.1_64_Administrator_nat.ee.gz'
# DD Windows10 LTSC 64位 [賬戶Administrator密碼nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Whole/Win10_LTSC_64_Administrator_nat.ee.gz'