[deepin exploration] 使用MAC安装deepin系统·后问题
Tofloor
default avatar
Libo
deepin
2024-02-24 01:31
Author

使用MAC安装外置移动硬盘deepin系统拔出外置硬盘后,MAC启动选项依旧遗留“EFI Boot"无法消除,请问各位行家如何解决。谢谢!!
IMG_6096.JPG

Reply Favorite View the author
All Replies
花雨落逝
Moderator
2024-02-24 01:53
#1

0.打开MacOS的终端

1.sudo efimootmgr

2.看看有没有deepin的启动项,如果有,

sudo efibootmgr -B -b xxxx

其中xxxx是第一步中查询到的deepin启动项的项目编号

※※※※※※※※※※※※※※※※※※※※※※※※

3.这个操作可能导致deepin无法正常启动,请谨慎操作

【我猜你想把deepin做成一个deepin to go吧,可以看看这方面的教程】

Reply View the author
Libo
deepin
2024-02-24 07:02
#2

没有没有deepin的启动项,MAC抹盘重装都没有消除,不知道该怎么办。

aimosheng@aimoshengdeMacBook-Pro ~ % sudo efimootmgr Password: sudo: efimootmgr: command not found
Reply View the author
yjunxx
deepin
2024-02-25 11:11
#3

挂载 EFI 分区,进去把 deepin 文件夹删除就没有启动项了

不过这样一来下次就没法再启动这个系统了,这个方法只是帮你去掉开机启动项

具体方法是在 macOS 的终端里,先用 diskutil list 查看你的 EFI 分区名(通常是 disk0s1 之类的名称),然后再用 diskutil mount <分区名> 进行挂载

挂载成功后就可以在 访达 里看见 EFI 分区,然后进去删文件夹,最后推出分区就行了

再次强调,今后即使再次插入那块硬盘也不会出现启动项

还有一个方法,重置NVRAM。两个方法可以组合使用,这样更彻底些

Reply View the author
Libo
deepin
2024-02-26 01:18
#4

如下:

aimosheng@aimoshengdeMacBook-Pro ~ % diskutil list /dev/disk0 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *500.3 GB disk0 1: EFI EFI 314.6 MB disk0s1 2: Apple_APFS Container disk1 500.0 GB disk0s2 /dev/disk1 (synthesized): #: TYPE NAME SIZE IDENTIFIER 0: APFS Container Scheme - +500.0 GB disk1 Physical Store disk0s2 1: APFS Volume Macintosh HD 10.1 GB disk1s1 2: APFS Snapshot com.apple.os.update-... 10.1 GB disk1s1s1 3: APFS Volume Preboot 2.0 GB disk1s2 4: APFS Volume Recovery 1.2 GB disk1s3 5: APFS Volume Macintosh HD - 数据 162.2 GB disk1s4 6: APFS Volume VM 20.5 KB disk1s5
Reply View the author
yjunxx
deepin
2024-02-26 02:53
#5

实在抱歉,我上面的表述有问题,先用 diskutil list 查看分区编号,就是你图中的 disk0s1

截屏2024-02-26 10.44.51.png

在终端执行

sudo diskutil mount disk0s1

访达里就可以看见 EFI 分区了,如下图
截屏2024-02-26 10.51.43.png

进入 EFI 分区中的 EFI 文件夹,找到 deepin 文件夹删掉

Reply View the author