chore: update image sizing format
All checks were successful
部署文档 / build (push) Successful in 45s

due to deps update.
This commit is contained in:
2025-06-18 01:39:18 +08:00
parent e7d787d84e
commit 87ae91d0a1
7 changed files with 16 additions and 16 deletions

View File

@ -89,7 +89,7 @@ Windows 启不动我们会尝试修复引导Arch 亦然。修复 Grub 引导
### ii. 补充回退启动项
事实上,需要反复重建 Grub 引导的一大原因就在于Grub 只会写入它自己的`grubx64.efi`,以及原生启动项:
![群友的 ESP 分区目录树](./esp_without_bootARCH.png =200x)
![群友的 ESP 分区目录树 =200x](./esp_without_bootARCH.png)
那么办法也很简单:像 Windows 那样也建一个回退路径启动项。具体来说,在 ESP 分区里建立`EFI\BOOT`目录,复制`grubx64.efi`重命名成`bootx64.efi`嘛。~~Windows 不也干了(~~
当然如果是像图中那样不止一个 Grub甚至同盘 Windows 和 Arch 双系统,那我不推荐你这么做。