一键DD

#DD Linux
#安装重装系统的前提组件

grub-mkconfig
mkdir /boot/grub2
grub-mkconfig -o /boot/grub2/grub.cfg

#Debian/Ubuntu:
apt-get install -y xz-utils openssl gawk file
#RedHat/CentOS:
yum install -y xz openssl gawk file glibc-common
如果出现异常,请刷新Mirrors缓存或更换镜像源。
RedHat/CentOS:
yum makecache && yum update -y
Debian/Ubuntu:
apt update -y && apt dist-upgrade -y

#添加国内镜像
--mirror 'https://mirrors.cloud.tencent.com/debian/'
--mirror 'https://mirrors.ustc.edu.cn/debian/'
--mirror 'https://mirrors.tuna.tsinghua.edu.cn/debian/'

#DD
bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 11 -v 64 -p "自定义root密码" -port "自定义ssh端口"

#DD
wget --no-check-certificate -O AutoReinstall.sh https://git.io/AutoReinstall.sh && bash AutoReinstall.sh
Password: Pwd@CentOS
passwd root

#DD
wget --no-check-certificate -O AutoReinstall.sh https://git.io/betags && chmod a+x AutoReinstall.sh && bash AutoReinstall.sh
#如为CN主机,可能出现不能下载脚本的问题,可执行以下命令修改hosts,然后再次使用上面的命令

echo "199.232.68.133 raw.githubusercontent.com" >> /etc/hosts
#22合一系统密码:
1、CentOS 7.7 (已关闭防火墙及SELinux,默认密码Pwd@CentOS)
2、CentOS 7 (默认密码cxthhhhh.com)
3、CentOS 8 (默认密码cxthhhhh.com)
4、CentOS 6 (默认密码Minijer.com)
5、Debian 10 (默认密码Minijer.com)
6、Debian 9 (默认密码Minijer.com)
7、Debian 8 (默认密码Minijer.com)
8、Debian 7 (默认密码Minijer.com)
9、Ubuntu 20.04 (默认密码Minijer.com)
10、Ubuntu 18.04 (默认密码Minijer.com)
11、Ubuntu 16.04 (默认密码Minijer.com)
12、Windows Server 2019 (默认密码cxthhhhh.com)
13、Windows Server 2016 (默认密码cxthhhhh.com)
14、Windows Server 2012 (默认密码cxthhhhh.com)
15、Windows Server 2012 Lite (默认密码nat.ee)
16、Windows Server 2008 (默认密码cxthhhhh.com)
17、Windows Server 2008 Lite (默认密码nat.ee)
18、Windows Server 2003 (默认密码Linode)
19、Windows Server 2003 Lite (默认密码WinSrv2003x86-Chinese)
20、Windows 10 LTSC Lite (默认密码www.nat.ee)
21、Windows 7 x86 Lite (默认密码Windows7x86-Chinese)
22、Windows 7 Ent Lite (默认密码nat.ee)
99、自定义镜像
#注意:
经测试在谷歌云原版系统基础上DD会出现自动获取的子网掩码为255.255.255.255,如出现这种情况需要手工输入改正为正确的如255.255.255.0,否则会安装完成离线。

#DD
wget -qO- 1keydd.com/inst.sh | bash -s - -t deb
#用root/1keydd登录debian10
#报grub.conf错误
apt-get reinstall grub-legacy

#DD
https://github.com/MeowLove/Network-Reinstall-System-Modify
https://github.com/Wind4/vlmcsd

#Low Memory Mode
首先到后台重装系统为centos 7,后台应该是可以重装的,在控制面板有些节点也可以重装,有些不行
萌咖的脚本分新旧两版,旧版支持centos,新版不支持。首先用旧版的脚本dd为debian 10
wget https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.Legacy.sh
修改对应行,以自动确认低内存模式,
vim InstallNET.Legacy.sh
查找:
d-i debian-installer/locale string en_US
替换为:
d-i debian-installer/language string en
d-i debian-installer/country string US
d-i debian-installer/locale string en_US.UTF-8
d-i lowmem/low note
然后执行:
bash InstallNET.Legacy.sh -d 10 -v 64 --ip-addr IP地址 --ip-gate 网关 --ip-mask 子网掩码 -p 密码 -a
debian 10装好后,就可以用Vicer的新脚本安装debian 11了
bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 11 -v 64 -p 密码 -port 端口
wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh' && chmod a+x InstallNET.sh
bash InstallNET.sh -d 11 -v 64 -a --mirror 'http://ftp.us.debian.org/debian/' -p 密码 -port 端口 -firmware

-firmware                额外的驱动支持
- d                      Debian系统 后面是系统版本号
- c                      Centos系统 后面是系统版本号
- v                      后面写64位 32位
- a                      不清楚这个干啥的但是每个脚本都带
--mirror                 后面是镜像源地址
- p                      后面写自定义密码
–ip-addr                 ifconfig -a 后获取到的 例:194.87.xxx.xxx
–ip-gate                 route -n    后获取到的 例   194.87.xxx.xxx
–ip-mask                 255.255.xxx.xx

#小内存DD
1.先用萌咖Debian9
bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 9 -v 64 -p "AAdd2233" -port "22" -a

2.Debian9升级10
apt-get update && apt-get upgrade
sed -i 's/stretch/buster/g' /etc/apt/sources.list
apt-get update && apt-get upgrade
apt-get dist-upgrade
reboot
apt-get autoremove

3.Debian10升级11
apt update && apt -y upgrade && apt -y dist-upgrade; \
sed -i 's?buster/updates?bullseye-security?' /etc/apt/sources.list && sed -i 's/buster/bullseye/g' /etc/apt/sources.list; \
apt update && apt -y upgrade && apt -y dist-upgrade
reboot
apt-get autoremove

#DD Windows
https://nat.ee/
http://a.iplc.best/natee/
wget --no-check-certificate -qO InstallNET.sh 'http://a.iplc.best/natee/InstallNET.sh' && bash InstallNET.sh -dd 'http://a.iplc.best/natee/lite/win7-ent-sp1-x64-cn/win7-ent-sp1-x64-cn.vhd.gz'

#激活
https://github.com/Wind4/vlmcsd
下载released,解压,cd到你的架构的目录,运行,(防火墙开放端口)

电脑端,进入cmd
slmgr /skms 虚拟机ip
slmgr /xpr
slmgr /ato