[Newbies] 技嘉主板bios启动项
Tofloor
poster avatar
173******47
deepin
2022-10-28 17:26
Author

技嘉主板bios,安装了deepin有1.deepin(硬盘)2.硬盘3.uefi os(硬盘)三个启动项,还有很多空白项,请问怎么清除这些空白项

Reply Favorite View the author
All Replies
忆往
deepin
2022-10-28 17:29
#1

这个是主板自带的功能,比如有预留其他启动功能 像pxe 网络启动等。😁

Reply View the author
jjcui8595
deepin
2022-10-28 17:30
#2

先恢复BIOS默认设置看看。也可能是多次安装系统导致EFI分区存在许多无效启动项,可以备份后手动清理

Reply View the author
173******47
deepin
2022-10-28 17:32
#3
jjcui8595

先恢复BIOS默认设置看看。也可能是多次安装系统导致EFI分区存在许多无效启动项,可以备份后手动清理

怎么清理

Reply View the author
BG7ZAG
deepin
2022-10-28 17:45
#4

最方便的是做个U盘启动盘,进pe系统删除

Reply View the author
jjcui8595
deepin
2022-10-28 17:59
#5
173******47

怎么清理

1.制作PE启动盘备用

2.在deepin系统中进行如下操作

2.1备份/boot/efi/EFI下所有内容到U盘或非linux分区

2.2保留/boot/efi/EFI下boot、deepin,如果有Windows还要保留Microsoft,删除你认为没有用的项目

3.重新启动系统,看看问题是否解决。如果启动出现问题,用PE引导后恢复备份到EFI分区

Reply View the author
怀霜
deepin
2022-10-28 18:03
#6

终端命令:

查看启动项:sudo efibootmgr

禁用启动项:sudo efibootmgr -A -b xxxx(xxxx指的是启动项顺序号)

启用启动项:sudo efibootmgr -a -b xxxx

调整启动项顺序:sudo efibootmgr -o xxxx

删除启动项:sudo efibootmgr -b xxxx -B

Reply View the author
173******47
deepin
2022-10-28 20:03
#7
怀霜

终端命令:

查看启动项:sudo efibootmgr

禁用启动项:sudo efibootmgr -A -b xxxx(xxxx指的是启动项顺序号)

启用启动项:sudo efibootmgr -a -b xxxx

调整启动项顺序:sudo efibootmgr -o xxxx

删除启动项:sudo efibootmgr -b xxxx -B

nice,完美解决

Reply View the author