1
0

docs: 更新文章内容

This commit is contained in:
2025-10-13 10:20:34 +08:00
parent 6e549d6b49
commit afea227c37
108 changed files with 1439 additions and 921 deletions

View File

@@ -1,5 +1,5 @@
---
title: 安装 elementary OS 后没有自动写入 EFI 引导
title: "安装 elementary OS 后没有自动写入 EFI 引导"
date: 2025-03-16T16:29:02Z
lastmod: 2025-03-16T16:29:48Z
tags: [记录,Linux,安装系统]
@@ -27,7 +27,7 @@ elementary OS 官网:[https://elementary.io/](https://elementary.io/)
最后看了深度科技论坛的一个帖子《[纯UEFI下安装15.7结果没有写入efi](https://bbs.deepin.org/forum.php?mod=viewthread&tid=170729)》,按照 10 楼 @redchenjs 说的:
> 把原 `EFI` 文件夹里的 `ubuntu` 文件夹复制到空的 `EFI` 分区的 `efi` 文件夹内,然后在 `efi` 文件夹内创建 `boot` 文件夹,复制 `ubuntu` 文件夹里的 `shimx64.efi` 和 `grubx64.efi` 到创建的 `boot` 文件夹,最后把 `shimx64.efi` 重命名为 `bootx64.efi`。
> 把原 `EFI` 文件夹里的 `ubuntu` 文件夹复制到空的 `EFI` 分区的 `efi` 文件夹内,然后在 `efi` 文件夹内创建 `boot` 文件夹,复制 `ubuntu` 文件夹里的 `shimx64.efi` 和 `grubx64.efi` 到创建的 `boot` 文件夹,最后把 `shimx64.efi` 重命名为 `bootx64.efi`。
这样就可以在 BIOS 启动菜单选第二块硬盘启动 elementary OS 了。