doc: 更新文档
This commit is contained in:
parent
9f8dbc09b5
commit
db94e18bb3
115
README.md
115
README.md
@ -48,14 +48,6 @@ bash reinstall.sh centos 7|8|9 (8|9 为 stream 版本)
|
||||
可选参数: --ci 强制使用云镜像
|
||||
```
|
||||
|
||||
### 安装 Windows
|
||||
|
||||
```bash
|
||||
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
|
||||
|
||||
支持 gzip、xz 格式
|
||||
@ -66,9 +58,52 @@ bash reinstall.sh windows \
|
||||
bash reinstall.sh dd --img=https://example.com/xxx.xz
|
||||
```
|
||||
|
||||
### 重启到 Alpine 救援系统(不运行重装)
|
||||
### 安装 Windows ISO
|
||||
|
||||
可用 ssh 连接,进行手动 DD、修改分区等操作
|
||||
```bash
|
||||
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'
|
||||
```
|
||||
|
||||
#### 参数说明
|
||||
|
||||
`--iso` 原版镜像链接,无需集成 VirtIO、Xen、AWS、GCP 驱动
|
||||
|
||||
`--image-name` 指定要安装的映像,不区分大小写,两边要有引号,例如:
|
||||
|
||||
```text
|
||||
'Windows 7 Ultimate'
|
||||
'Windows 10 Enterprise LTSC 2021'
|
||||
'Windows 11 Pro'
|
||||
'Windows Server 2022 SERVERDATACENTER'
|
||||
```
|
||||
|
||||
使用 `Dism++` 文件菜单 > 打开映像文件,选择要安装的 iso,可以得到映像名称
|
||||
|
||||
![image-name](https://github.com/bin456789/reinstall/assets/7548515/5aae0a9b-61e2-4f66-bb98-d470a6beaac2)
|
||||
|
||||
#### 其它说明
|
||||
|
||||
1. 测试成功的系统有 7 10 11 2022,测试平台为 vultr (bios)、甲骨文 (efi)、aws t2 (xen)、aws t3 (nitro)
|
||||
2. 支持 32/64 位系统,UEFI 机器只支持 64 位
|
||||
3. 可绕过 Windows 11 硬件限制
|
||||
4. 实测不支持 ARM
|
||||
5. `zh-cn_windows_10_enterprise_ltsc_2021_x64_dvd_033b7312.iso` 此镜像安装后 `wsappx` 进程会长期占用 CPU
|
||||
|
||||
这是镜像的问题,解决方法是安装 `VCLibs` 库
|
||||
|
||||
<https://www.google.com/search?q=ltsc+wsappx>
|
||||
|
||||
6. 以下网站可找到 iso 链接
|
||||
|
||||
<https://archive.org>
|
||||
|
||||
<https://massgrave.dev/genuine-installation-media.html>
|
||||
|
||||
### 其它用法:仅重启到 Alpine 救援系统 (Live OS) ,不运行重装
|
||||
|
||||
可用 ssh 连接,进行手动 DD、修改分区、手动安装 Arch Linux 等操作
|
||||
|
||||
```bash
|
||||
bash reinstall.sh alpine --hold=1
|
||||
@ -76,9 +111,9 @@ bash reinstall.sh alpine --hold=1
|
||||
|
||||
## Windows 下使用
|
||||
|
||||
管理员权限打开 `cmd` 窗口
|
||||
管理员权限运行 `cmd`
|
||||
|
||||
如果打开的是 `powershell` 窗口,先进入 `cmd`
|
||||
如果运行的是 `powershell`,先进入 `cmd`
|
||||
|
||||
### 下载
|
||||
|
||||
@ -96,9 +131,14 @@ certutil -urlcache -f -split https://ghps.cc/https://raw.githubusercontent.com/b
|
||||
|
||||
- 关闭 Windows Defender 实时保护
|
||||
|
||||
- 系统的 SSL 根证书没更新
|
||||
- 更新 SSL 根证书
|
||||
|
||||
可用`链接另存为`,或者`远程桌面`复制以下两个文件
|
||||
```batch
|
||||
certutil -generateSSTFromWU root.sst
|
||||
certutil -addstore Root root.sst
|
||||
```
|
||||
|
||||
- `链接另存为`、`远程桌面` 复制以下两个文件
|
||||
|
||||
<https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.bat>
|
||||
|
||||
@ -106,55 +146,14 @@ certutil -urlcache -f -split https://ghps.cc/https://raw.githubusercontent.com/b
|
||||
|
||||
### 使用
|
||||
|
||||
可将 centos-7 换成其他,所有功能均可在 Windows 下使用
|
||||
所有功能均可在 Windows 下使用,参数和 Linux 下使用一样
|
||||
|
||||
以安装 centos 7 为例
|
||||
|
||||
```batch
|
||||
reinstall.bat centos-7
|
||||
```
|
||||
|
||||
## Windows iso 安装
|
||||
|
||||
```bash
|
||||
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'
|
||||
```
|
||||
|
||||
### 参数
|
||||
|
||||
`--iso` 原版镜像链接,无需集成 VirtIO、Xen、AWS、GCP 驱动
|
||||
|
||||
`--image-name` 指定要安装的映像。不区分大小写,但两边要有引号,例如:
|
||||
|
||||
```text
|
||||
'Windows 7 Ultimate'
|
||||
'Windows 10 Enterprise LTSC 2021'
|
||||
'Windows 11 Pro'
|
||||
'Windows Server 2022 SERVERDATACENTER'
|
||||
```
|
||||
|
||||
使用 Dism++ 文件菜单 > 打开映像文件,选择要安装的 iso,可以得到映像名称
|
||||
|
||||
![image-name](https://github.com/bin456789/reinstall/assets/7548515/5aae0a9b-61e2-4f66-bb98-d470a6beaac2)
|
||||
|
||||
### 其它说明
|
||||
|
||||
1. 测试成功的系统有 7 10 11 2022,测试平台为 vultr (bios)、甲骨文 (efi)、aws t2 (xen)、aws t3 (nitro)
|
||||
2. 支持 32/64 位系统,UEFI 机器只支持 64 位
|
||||
3. 可绕过 Windows 11 硬件限制
|
||||
4. 实测不支持 ARM
|
||||
5. `zh-cn_windows_10_enterprise_ltsc_2021_x64_dvd_033b7312.iso` 此镜像安装后 `wsappx` 进程会长期占用 CPU
|
||||
|
||||
这是镜像的问题,解决方法是安装 `VCLibs` 库
|
||||
|
||||
<https://www.google.com/search?q=ltsc+wsappx>
|
||||
|
||||
6. 以下网站可找到 iso 链接
|
||||
|
||||
<https://archive.org>
|
||||
|
||||
<https://massgrave.dev/genuine-installation-media.html>
|
||||
|
||||
## 内存要求
|
||||
|
||||
| 系统 | 传统安装 | 云镜像 |
|
||||
|
Loading…
Reference in New Issue
Block a user