跳转至

使用dd一件重装云服务器的系统

使用dd一件重装云服务器的系统

多系统脚本

$ wget -N --no-check-certificate https://down.vpsaff.net/linux/dd/network-reinstall-os.sh && \
chmod +x network-reinstall-os.sh && ./network-reinstall-os.sh

另一种方法

准备工作

#更新apt源
apt-get update
#安装需要的工具包
apt-get install -y xz-utils openssl gawk file

然后执行以下脚本,脚本全自动运行,dd之后会造成断开链接的情况,不用担心,请耐心等待20分钟或更久。可以通过ping端口来检测是否DD完成。

Debian9/10/11

  • Debian 9
bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 9 -v 64 -a -firmware
  • Debian10
bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 10.3 -v 64 -a -firmware
  • Debian11
bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 11 -v 64 -a -firmware

DD安装完毕之后,请立即更新密码。默认用户名为:root,默认密码为:MoeClub.org

Windows

  • Windows 7 sp1 企业版 64位 精简版
wget --no-check-certificate -qO InstallNET.sh 'http://d.nat.ee/sh/InstallNET.sh' && bash InstallNET.sh -dd 'http://d.nat.ee/oracle/Uefi-gpt-Win7-Ent.gz'

默认用户名:Administrator 密码:www.nat.ee

  • Win2012
wget --no-check-certificate -qO InstallNET.sh 'https://tutu.bid/bash/InstallNET.sh' && bash InstallNET.sh -dd 'http://a.iplc.best/natee/lite/winsrv2012r2-data-x64-cn/winsrv2012r2-data-x64-cn-efi.vhd.gz'

默认用户名:Administrator 密码:nat.ee

如果发现DD完之后3389连不上,请在甲骨文官方管理后台,选择相应的实例,点击子网,然后选择默认的安全组,添加相应安全规则,以打开目标端口。或者开放所有端口。