因为不太习惯linux .每台服务器我基本都要折腾为Windows,现在Windows Server 2019 DataCenter CN 出来了。那么必然要搞最新的。
首先我们在安装前要在Kimsufi 后台设置Netboot为救援模式,选择Rescue
然后选择一个你喜欢的版本安装。我选择的是freebsd 11 这个没有搞懂怎么操作的。于是我后来又搞了一次
选择的是Rescue 64 Pro 版本
最后一步确认即可。
安装过程就是使用DD命令,
下面是具体命令和过程
root@rescue:~# wget -O- 'wget -O- 'https://mirror.joodle.nl/WindowsServer2016Evaluation-Template.gz' | gunzip | dd of=/dev/sda' | gunzip | dd of=/dev/sda --2019-02-21 07:20:03-- wget -O- 'https://mirror.joodle.nl/WindowsServer2016Evaluation-Template.gz' | gunzip | dd of=/dev/sda Resolving opendisk.cxthhhhh.com (opendisk.cxthhhhh.com)... 2606:4700:30::6818:6df8, 2606:4700:30::6818:6cf8, 104.24.108.248, ... Connecting to opendisk.cxthhhhh.com (opendisk.cxthhhhh.com)|2606:4700:30::6818:6df8|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 5152418756 (4.8G) [application/octet-stream] Saving to: ‘STDOUT’ - 100%[========================>] 4.80G 60.3KB/s in 15m 2s s 2019-02-21 07:35:05 (5.45 MB/s) - written to stdout [5152418756/5152418756] 36700161+0 records in 36700161+0 records out 18790482432 bytes (19 GB) copied, 906.523 s, 20.7 MB/s
这个也可以。利用的是joodle.nl WindowsServer2016Evaluation-Template.gz模版。所以贴一个他的命令。
① wget --no-check-certificate -qO ~/Network-Reinstall-System-Modify.sh 'https://tech.cxthhhhh.com/tech-tools/Network-Reinstall-System-Modify/Network-Reinstall-System-Modify.sh' && chmod a+x ~/Network-Reinstall-System-Modify.sh ② bash ~/Network-Reinstall-System-Modify.sh -Windows_Server_2019
安装完成以后就选择硬盘。重启。
和前面一样 kimsufi 后台选择Netboot
选择硬盘
重启。等待服务器连接
注:每次选择硬盘或者是选择救援系统以后。需要自己点Restart。否则不会重启。
© 版权声明
内容来源于网络或本站原创,如有任何问题请联系站长
THE END