mirror of
https://github.com/bin456789/reinstall.git
synced 2025-01-18 20:39:14 +08:00
core: 优化文档/注释
This commit is contained in:
parent
9a75f2ec0e
commit
455c3b33f9
@ -35,10 +35,10 @@
|
||||
ubuntu 20.04|22.04
|
||||
alpine 3.16|3.17|3.18
|
||||
opensuse 15.4|15.5|tumbleweed (只支持云镜像)
|
||||
arch (只支持云镜像)
|
||||
arch (只支持 amd64 云镜像)
|
||||
gentoo (只支持 amd64 云镜像)
|
||||
|
||||
可选参数: --ci 强制使用云镜像
|
||||
可选参数: --ci 强制使用云镜像
|
||||
|
||||
### 安装 Windows
|
||||
|
||||
|
@ -811,11 +811,11 @@ install_grub_win() {
|
||||
# bios
|
||||
info install grub for bios
|
||||
|
||||
# bootmgr 加载 gr2ldr 有64k限制
|
||||
# 解决方法1 gr2ldr.mbr + gr2ldr
|
||||
# bootmgr 加载 g2ldr 有64k限制
|
||||
# 解决方法1 g2ldr.mbr + g2ldr
|
||||
# 解决方法2 生成少于64K的 g2ldr + 动态模块
|
||||
|
||||
# gr2ldr.mbr
|
||||
# g2ldr.mbr
|
||||
curl -LO http://ftp.cn.debian.org/debian/tools/win32-loader/stable/win32-loader.exe
|
||||
7z x win32-loader.exe 'g2ldr.mbr' -o/tmp/win32-loader -r -y -bso0
|
||||
find /tmp/win32-loader -name 'g2ldr.mbr' -exec cp {} /cygdrive/$c/ \;
|
||||
|
Loading…
x
Reference in New Issue
Block a user