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服务端/



猜你喜欢

转载自www.cnblogs.com/lipanchn/p/12098965.html