mirror of
https://github.com/bin456789/reinstall.git
synced 2025-01-19 12:49:14 +08:00
更新使用说明
This commit is contained in:
parent
845eec2b04
commit
d32c83d1e6
@ -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
|
||||||
@ -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 系统全名,不区分大小写,两边要有引号,例如:
|
||||||
@ -63,6 +64,10 @@ dd
|
|||||||
'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 上面找
|
||||||
```
|
```
|
||||||
#### 内存要求:
|
#### 内存要求:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user