更新使用说明

This commit is contained in:
bin456789 2023-06-18 23:03:08 +08:00
parent 845eec2b04
commit d32c83d1e6
No known key found for this signature in database
GPG Key ID: EE301B386DE6C11B

View File

@ -22,7 +22,9 @@ curl -O https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.sh
bash reinstall.sh centos-7 (或其他系统) bash reinstall.sh centos-7 (或其他系统)
安装 Windows: 安装 Windows:
bash reinstall.sh windows --iso=https://example.com/zh-cn_windows_10_enterprise_ltsc_2021_x64_dvd_033b7312.iso --image-name='Windows 10 Enterprise LTSC 2021' bash reinstall.sh windows \
--iso=https://example.com/en-us_windows_10_enterprise_ltsc_2021_x64_dvd_d289cf96.iso \
--image-name='Windows 10 Enterprise LTSC 2021'
dd: dd:
bash reinstall.sh dd --img=https://example.com/xxx.gz bash reinstall.sh dd --img=https://example.com/xxx.gz
@ -37,7 +39,7 @@ reboot
管理员权限打开 cmd/powershell 管理员权限打开 cmd/powershell
reinstall.bat centos-7 (或其他系统) reinstall.bat centos-7 (或其他系统)
本脚本所有功能皆可在 Windows 下使用包括重装到Linux/Windows/dd 本脚本所有功能皆可在 Windows 下使用,包括重装到 Linux/Windows/dd
``` ```
#### 支持重装到: #### 支持重装到:
``` ```
@ -54,7 +56,6 @@ dd
#### Windows 注意事项: #### Windows 注意事项:
``` ```
支持 32 位系统 (BIOS)、64 位系统 (BIOS/UEFI),测试成功的系统有 7 10 11 2022 支持 32 位系统 (BIOS)、64 位系统 (BIOS/UEFI),测试成功的系统有 7 10 11 2022
经测试不支持甲骨文云的 ARM
安装 Windows 需要以下参数 安装 Windows 需要以下参数
--iso iso 链接,不需要提前添加 virtio 驱动 --iso iso 链接,不需要提前添加 virtio 驱动
--image-name 系统全名,不区分大小写,两边要有引号,例如: --image-name 系统全名,不区分大小写,两边要有引号,例如:
@ -62,6 +63,10 @@ dd
'Windows 10 Enterprise LTSC 2021' 'Windows 10 Enterprise LTSC 2021'
'Windows 11 Pro' 'Windows 11 Pro'
'Windows Server 2022 SERVERDATACENTER' 'Windows Server 2022 SERVERDATACENTER'
暂不支持 Xen 虚拟化的机器重装到 Windows
经测试不支持甲骨文云的 ARM
不推荐用这种方法安装 zh-cn_windows_10_enterprise_ltsc_2021_x64_dvd_033b7312.iso此镜像有“wsappx占用cpu”的问题需要自行解决
提示iso 链接可以到 https://archive.org 上面找 提示iso 链接可以到 https://archive.org 上面找
``` ```