下面的操作在OneProvider的8欧独服上成功。
1、进入RESCUE MODE
2、使用上图提供的用户名和密码,连接SSH
3、SSH下,进入root模式
a、设置root密码
sudo passwd root
b、进入root模式
sudo -s -H
4、DD Windows系统
原则上仅适用于独立服务器,并未添加其他虚拟化驱动
online/oneprovider/hetzner的服务器已经过测试可以正常使用
首先进入服务器的救援系统
进入救援系统后使用root权限输入以下命令,然后等待一段时间后可尝试远程连接
win10LTSC:
wget -O- "https://gd.zxq1998.workers.dev/0:/win10LTSC.vhd.gz" | gunzip | dd of=/dev/sda
win2012 R2:
wget -O- "https://gd.zxq1998.workers.dev/0:/win2012_R2.vhd.gz" | gunzip | dd of=/dev/sda
win2019:
wget -O- "https://gd.zxq1998.workers.dev/0:/win2019.vhd.gz" | gunzip | dd of=/dev/sda
远程桌面的默认用户名和密码:
用户名: administrator
密码: seedbox
参考网站:
https://zxqme.com/archives/108/
http://tuijianzhuji.com/3583.html