From d32c83d1e638e6ff658ad6fb26ce345b9668bab3 Mon Sep 17 00:00:00 2001 From: bin456789 Date: Sun, 18 Jun 2023 23:03:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BD=BF=E7=94=A8=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c237d72..e3cc4ef 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,9 @@ curl -O https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.sh bash reinstall.sh centos-7 (或其他系统) 安装 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: bash reinstall.sh dd --img=https://example.com/xxx.gz @@ -37,7 +39,7 @@ reboot 管理员权限打开 cmd/powershell reinstall.bat centos-7 (或其他系统) -本脚本所有功能皆可在 Windows 下使用,包括重装到Linux/Windows/dd +本脚本所有功能皆可在 Windows 下使用,包括重装到 Linux/Windows/dd ``` #### 支持重装到: ``` @@ -54,7 +56,6 @@ dd #### Windows 注意事项: ``` 支持 32 位系统 (BIOS)、64 位系统 (BIOS/UEFI),测试成功的系统有 7 10 11 2022 -经测试不支持甲骨文云的 ARM 安装 Windows 需要以下参数 --iso iso 链接,不需要提前添加 virtio 驱动 --image-name 系统全名,不区分大小写,两边要有引号,例如: @@ -62,6 +63,10 @@ dd 'Windows 10 Enterprise LTSC 2021' 'Windows 11 Pro' 'Windows Server 2022 SERVERDATACENTER' + +暂不支持 Xen 虚拟化的机器重装到 Windows +经测试不支持甲骨文云的 ARM +不推荐用这种方法安装 zh-cn_windows_10_enterprise_ltsc_2021_x64_dvd_033b7312.iso,此镜像有“wsappx占用cpu”的问题,需要自行解决 提示:iso 链接可以到 https://archive.org 上面找 ```