小樱 发表于 2018/2/3 20:30

kvm vps使用dd命令脚本安装windows 2008 2012 2019操作系统rescue救援模式安装教程,阿里云服务器专用网络可用

启用rescue救援模式,然后内核选Finnix 或者centos 6.9都行
sudo su获取管理员root权限
用命令看fdisk -l
是/dev/sda还是/dev/vda,自己替换下
然后就wget dd直接安装即可,重启即可登陆远程


内容文件出处
http://down.80host.com/iso/dd/

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'http://down.80host.com/iso/dd/WinSrv2008x64-Chinese.vhd.gz'
Username: Administrator
Password: WinSrv2008x64-Chinese

或者rescue救援模式下使用:wget -O- http://down.80host.com/iso/dd/WinSrv2008x64-Chinese.vhd.gz | gunzip | dd of=/dev/vda


wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'http://down.80host.com/iso/dd/WinSrv2012r2x64-Chinese.vhd.gz'
Username: Administrator
Password: WinSrv2012r2x64-Chinese

或者rescue救援模式下使用:wget -O- http://down.80host.com/iso/dd/WinSrv2012r2x64-Chinese.vhd.gz | gunzip | dd of=/dev/vda


wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'http://down.80host.com/iso/dd/WinSrv2019dc-Chinese.vhd.gz'
Username: Administrator
Password: WinSrv2019dcx64-Chinese

或者rescue救援模式下使用:wget -O- http://down.80host.com/iso/dd/WinSrv2019dc-Chinese.vhd.gz | gunzip | dd of=/dev/vda



以上内容来自互联网检索

80host家的严重删减,IIS都被删了,推荐用本站提供的
http://bbs.itzmx.com/thread-94049-1-1.html

测试阿里云服务器专用网络可用


购买地址:https://www.aliyun.com/product/swas?userCode=kj5ig4dp

页: [1]
查看完整版本: kvm vps使用dd命令脚本安装windows 2008 2012 2019操作系统rescue救援模式安装教程,阿里云服务器专用网络可用