删启动项---求大神支招 !
Tofloor
poster avatar
海鸥
deepin
2018-12-14 04:07
Author
我的启动菜单中,有一项无用。想删掉不知从何下手?请指点为盼!
Reply Favorite View the author
All Replies
avatar
今风
deepin
2018-12-14 04:45
#1
在这个文件中删除。
Reply View the author
avatar
abc
deepin
2018-12-14 04:46
#2
UEFI下:
sudo ls /boot/efi/EFI
看哪个不是你要得
sudo rm -rf /booot/efi/EFI/xxxx  
sudo update-grub
boot下:
不知道
Reply View the author
avatar
今风
deepin
2018-12-14 04:52
#3
https://bbs.deepin.org/post/172370
UEFI下:
sudo ls /boot/efi/EFI
看哪个不是你要得

我的硬盘是MRB
Reply View the author
avatar
海鸥
deepin
2018-12-15 03:40
#4
https://bbs.deepin.org/post/172370
在这个文件中删除。

太好了--删除成功---多谢!!!
Reply View the author
avatar
electricface
deepin
2018-12-15 04:19
#5
这样删除是会被之后的 update-grub 操作覆盖掉的。
Reply View the author