VPS debian10 安装 WIN2008 系统 过程
参考:http://www.321002.com/99.html
参考:http://down.80host.com/iso/dd/
参考:https://51.ruyo.net/6265.html
参考:https://www.815494.com/html/345.html
参考:https://www.815494.com/html/776.html
原系统环境
debian 10
执行命令
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_datacenter_sp1_vl_kvm_xen.vhd.gz'
安装完成
端口:3389
账户:Administrator
密码:WinSrv2008x64-Chinese
wget –no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://q.505107.com/windows/win2003x86.vhd.gz'
用户:Administrator
密码:WinSrv2003x86-Chinese
如何判断安装完成
阿里云控制台监控机器状态如图,硬盘读取变小基本完成了安装
安装后硬盘变小
计算机右键-管理-存储-磁盘管理 压缩券然后再扩展券 刷新下就可以了。
可能会用到的
安装sudo:
apt-get install sudo
Linux系统安装wget命令
debian 或者 ubuntu : sudo apt-get install wget centos : sudo yum -y install wget(常用)