脚本一
原文:https://www.hostloc.com/thread-645870-1-1.html

支持重装的系统:

Debian 9/10
Ubuntu 18.04/16.04
CentOS 6/7
自定义DD镜像
特性/优化:

自动获取IP地址、网关、子网掩码
自动判断网络环境,选择国内/外镜像,再也不用担心卡半天了
超级懒人一键化,无需复杂的命令
解决萌咖脚本中一些导致安装错误的问题
CentOS 7 镜像抛弃LVM,回归ext4,减少不稳定因素
wget --no-check-certificate -O AutoReinstall.sh https://git.io/AutoReinstall.sh && bash AutoReinstall.sh
默认密码

脚本二
原文:https://sunpma.com/137.html

说明
无限制全自动dd安装Windows
突破没有VNC,没有救援模式,内存比dd包小的限制
使用Debian Live CD中的busybox做中间媒介,经过复杂的处理使本机的网络参数传进Windows操作系统中
即使没有DHCP能够让Windows获取网络参数,也能让Windows操作系统在开机的第一时间能够连通网络
特别注意:OpenVZ构架不适用

安装
apt-get install -y xz-utils openssl gawk file
yum install -y xz-utils openssl gawk file

如果出现错误,请运行

apt-get update
yum update
一键脚本

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd '[Windows dd包直连地址]'

标签: none

添加新评论