5 lines
183 B
Markdown
Executable File
5 lines
183 B
Markdown
Executable File
# 7.27 创建 EFI 启动项
|
||
|
||
默认/dev/sda:sudo efibootmgr -c -L test -l "\EFI\uos\grubx64.efi"
|
||
|
||
指定/dev/sdb:sudo efibootmgr -c -L test -l "\EFI\debian\grubx64.efi" -d/dev/sdb |