[Internal testing communication] 怎么删除多于的启动项?
Tofloor
default avatar
东方大坏旦
deepin
2025-06-22 14:14
Author

装了win11和deepin双系统,但装好后发现启动菜单里有两个win11的重复启动项,在论坛了搜了一下但最后还是不懂如何删除😂因为我不懂使用命令

image.png

1750600974185.png

Reply Favorite View the author
All Replies
北冥夜未央
deepin
Ecological co-builder
2025-06-22 14:27
#1

用grub-customizer软件操作吧,安全一些,可以先抑制试试有没有问题,没问题再删除

Reply View the author
Cryolitia
deepin
2025-06-23 09:59
#2

先用gparted看一下硬盘分区吧,为什么感觉你有两个硬盘上都有windows引导

Reply View the author
花雨落逝
Moderator
2025-06-23 16:19
#3

sudo efibootmgr(查看当前所有的启动项)

sudo efibootmgr -B -b xxxx,xxxx是对应启动项前的代号

如果不管用,那么说明我把大小写的B字母顺序记反了,把大小写的B字母颠倒一下大小写就可以。

Reply View the author
东方大坏旦
deepin
2025-06-24 13:19
#4
花雨落逝

sudo efibootmgr(查看当前所有的启动项)

sudo efibootmgr -B -b xxxx,xxxx是对应启动项前的代号

如果不管用,那么说明我把大小写的B字母顺序记反了,把大小写的B字母颠倒一下大小写就可以。

输入你提供的第一条命令返回这个结果:

EFI variables are not supported on this system

Reply View the author
remyxo
deepin
2025-06-25 00:23
#5

另一个是不是隐藏的恢复分区?

Reply View the author
花雨落逝
Moderator
3 hours ago
#6
东方大坏旦

输入你提供的第一条命令返回这个结果:

EFI variables are not supported on this system

那我就不懂了,我thinkpad和Redmibook上都有

Reply View the author