chore: re-write most pictures sizing
Some checks failed
部署文档 / build (push) Failing after 1m57s

since the newer version of vuepress-theme-hope forces digit wxh,
I have to calculate the ratio one by one = =
This commit is contained in:
2025-06-13 00:16:37 +08:00
parent e06c56a658
commit f5785dbc73
6 changed files with 16 additions and 21 deletions

View File

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