GCP:Google Cloud Platform谷歌雲上Linux服務器下dd換裝Windows Server系統


背景

  閑來無事,想到之前聽說谷歌雲(Google Cloud Platform)換個Google賬號用同樣的全幣信用卡可以繼續擼,剛好買的VPS快要到期了,於是又去試了一波。發現真是一時白嫖一時爽,一直白嫖一直爽(手動滑稽)。

  開始是想裝一個Windows系統但發現Windows竟然不讓免費用,無奈只好先上linux。

  在選服務器的配置的時候糾結了好一會兒發現送的300美元還能上一個配置不錯的服務器,如下香港節點用一年妥妥的

  后來,不折騰就會死的我在網上了解到linux竟然一條命令就可以換上windows系統,不得不佩服這些大佬們。於是去試了下,在這邊整合下網上的資料

 

正文

說明:

  無限制全自動dd安裝Windows
  突破沒有VNC,沒有救援模式,內存比dd包小的限制
  使用Debian Live CD中的busybox做中間媒介,經過復雜的處理
  使本機的網絡參數傳進Windows操作系統中
  即使沒有DHCP能夠讓Windows獲取網絡參數
  也能讓Windows操作系統在開機的第一時間能夠連通網絡

特別注意:OpenVZ構架不適用,需要指定網絡參數安裝請看最后面

准備:

  • 系統推薦是 Debian 9 (只測試過這個版本的成功安裝) 
  • 硬盤至少需要大於6G,推薦最低10G(當然是越高越好)
  • 尋找自己准備安裝的系統的 dd 包

  系統包有很多版本Server2012、2016、2019等,這些包又分精簡包和完整包,需要根據服務器的配置自行選擇。網上找的系統地址很容掛掉大概率需要自己找系統,我當時能用的地址為:https://mirrors.yuntu.ca/teddysun/

  

#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://api.moeclub.org/GoogleDrive/1j9ow8dsIA7DucsGpDI-kzJwiNW9kMceT'

#DD Windows Server 2008 R2 64位 精簡版 [賬戶Administrator密碼WinSrv2008x64-Chinese]
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://api.moeclub.org/GoogleDrive/1DTps9WwC6RZ8szflais8YazpkCVdqdI7'

#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://api.moeclub.org/GoogleDrive/1KTzROA2eWTHC8qWUG2Vr-onuRTwaIOSe'

#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://api.moeclub.org/GoogleDrive/1NbOzolHsDGbp3gJ3TeQ9_4qkmSLIuO07'

#DD Windows7 sp1 64位 旗艦精簡版 自帶IIS [賬戶Administrator密碼www.nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://api.moeclub.org/GoogleDrive/1KA9PDH4T2ODbxS97T6MtTk5TwifQQoIp'

#DD Windows7 64位 旗艦精簡版 [賬戶Administrator密碼www.nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://api.moeclub.org/GoogleDrive/1C9Y0Iu1pGX4-blb_3G49jOqv13Zeka6-'

#DD Windows10 64位 企業精簡版 2019LTSC [賬戶Administrator密碼www.nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://api.moeclub.org/GoogleDrive/1pUNKV0nQvFXDZYJnfq2FzEfQNCZ3_5g7'
2020-4-10:放棄吧=.=,折騰完了才發現余額的數量是港幣,月租費結果是美元,一個月一百多美元....那我還白嫖個屁呀,老老實實換回linux。
  參考以下帖子
  安裝Window帖子:https://sunpma.com/137.html
  Winsow安裝酸酸乳:https://darknesschaser.github.io/2018/01/06/Windows搭建ShadowsocksR服務端/
2020-9-24:谷歌雲7月份改變優惠政策,一個賬號只能免費3個月。

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM