一键DD/重装脚本 (One-click reinstall OS on VPS)

支持一键安装 Linux,可安装 17 种常见发行版
支持一键安装 Windows,使用官方 ISO 安装而非自制镜像,脚本会自动获取 ISO 链接、自动安装 Virtio 等驱动
支持任意方向重装,即 Linux to Linux、Linux to Windows、Windows to Windows、Windows to Linux
无需填写 IP 参数,自动识别动静态,支持 /32、/128、网关不在子网范围内、纯 IPv6、双网卡 等特殊网络
专门适配低配小鸡,比官方 netboot 需要更少的内存
全程用分区表 ID 识别硬盘,确保不会写错硬盘
支持 BIOS、EFI 引导,支持 ARM
不含自制包,所有资源均实时从源站点获得
有很多注释

国外服务器:
curl -O https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.sh wget -O reinstall.sh $_
国内服务器:
curl -O https://www.ghproxy.cc/https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.sh wget -O reinstall.sh $_

国外服务器:
certutil -urlcache -f -split https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.bat
国内服务器:
certutil -urlcache -f -split https://www.ghproxy.cc/https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.bat

所有功能 都可在 Linux / Windows 下运行
Linux 下运行 bash reinstall.sh
Windows 下运行 .\reinstall.bat

https://github.com/bin456789/reinstall GitHub - bin456789/reinstall: 一键DD/重装脚本 (One-click reinstall OS on VPS)
 
 
Back to Top