[全自动]debian/centos/ubuntu 一键dd系统/网络重装系统

7,172次阅读
2条评论

提醒:本文最后更新于2022-09-14 00:19,文中所关联的信息可能已发生改变,请知悉!

VSP 一键DD脚本 linux DD windows或其他linux系统,一键DD脚本,支持性好,更智能更全面,支持国内外各种VPS重装,特别是对国内各种访问国外资源慢的VPS安装有奇效。

一、转载自 https://blog.hicasper.com/post/135.html

使用方法:

wget --no-check-certificate -O AutoReinstall.sh https://git.io/AutoReinstall.sh && bash AutoReinstall.sh

#国内可用版
bash <(wget --no-check-certificate -qO- https://cdn.jsdelivr.net/gh/hiCasper/Shell@master/AutoReinstall.sh)

支持重装的系统

  • Ubuntu 18.04/16.04
  • Debian 9/10
  • CentOS 6
  • CentOS 7 (DD方式)(密码Pwd@CentOS)
  • 自定义DD镜像
# Windows 7 32位中文(Windows Thin PC):
https://image.moeclub.org/GoogleDrive/1srhylymTjYS-Ky8uLw4R6LCWfAo1F3s7
https://moeclub.org/onedrive/IMAGE/Windows/win7emb_x86.tar.gz
 
# Windows 8.1 SP1 64位中文(Embedded):
https://image.moeclub.org/GoogleDrive/1cqVl2wSGx92UTdhOxU9pW3wJgmvZMT_J
https://moeclub.org/onedrive/IMAGE/Windows/win8.1emb_x64.tar.gz
 
# Windows 10 ltsc 64位中文:
https://image.moeclub.org/GoogleDrive/1OVA3t-ZI2arkM4E4gKvofcBN9aoVdneh
https://moeclub.org/onedrive/IMAGE/Windows/win10ltsc_x64.tar.gz
默认用户名:Administrator

默认密码:Vicer

特性 / 优化

  • 自动获取IP地址、网关、子网掩码
  • 自动判断网络环境,选择国内/外镜像,解决速度慢的问题
  • 懒人一键化,无需复杂的命令
  • 解决萌咖脚本中一些导致安装错误的问题
  • CentOS 7 镜像抛弃LVM,回归ext4,减少不稳定因素

注意

  • 重装后系统密码均在脚本中有提供,安装后请尽快修改密码默认密码安装时脚本提供,注意留意。,Linux系统建议启用密钥登陆。
  • OpenVZ / LXC 架构系统不适用

二、国内VPS使用一键DD脚本DD系统

安装环境及脚本:

#centos等
yum install -y xz openssl gawk file wget

#debian等
apt-get install -y xz-utils openssl gawk file

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && chmod a+x InstallNET.sh

DD Debian9系统:

华为源访问 https://mirrors.huaweicloud.com获取系统的DD网址,如:

bash InstallNET.sh -d 9 -v 64 -a --mirror 'https://mirrors.huaweicloud.com/debian/'

阿里云源访问 https://mirrors.mirrors.aliyun.com获取系统的DD网址,如:

bash InstallNET.sh -d 9 -v 64 -a --mirror 'https://mirrors.aliyun.com/debian/'

腾讯源访问 https://mirrors.cloud.tencent.com获取系统的DD网址,如:

bash InstallNET.sh -d 9 -v 64 -a --mirror 'https://mirrors.cloud.tencent.com/debian/'
密码:MoeClub.org

三、cxthhhhh一键脚本(支持ddWindows)

#合并下载脚本+进入安装选项

wget --no-check-certificate -qO ~/Network-Reinstall-System-Modify.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/Network-Reinstall-System-Modify.sh' && chmod a+x ~/Network-Reinstall-System-Modify.sh && bash ~/Network-Reinstall-System-Modify.sh -UI_Options

默认密码:cxthhhhh.com

正文完
 
评论(2条评论)
2022-09-16 08:26:35 回复

有显示进度的一键dd脚本可以用了《利用可显进度的一键DD脚本1keydd安装win10(同时支持bios,uefi,支持vps,独服,计算实例)》https://www.bilibili.com/video/BV17B4y1b79Y 命令:wget -qO- 1keydd.com/inst.sh|bash

 Macintosh  Safari