ql1307096 发表于 2016-6-30 08:48:34

刚刚开始用efi,有个小问题

刚刚开始用efi,有个小问题想请教下

我在网上下载efl shell后,解压到esp分区的根目录下,重启电脑进biso选择 launch efi shell from filesystem device进入shell中,在shell后输入fs0\efi\microsoft\boot\bootmgfw.efi,出现错误,
'fs0:\efi\microsoft\boot\bootmgfw.efi' is not recognized as an internal or external command ,operable program,or batch file


但是,用
cd fs0:
cd \efi\microsoft\boot
然后输入bootmgfw.efi就能启动安装在硬盘上的win10了。这是怎么回事啊?不能一次性输入命令吗?

zengqcyxx 发表于 2016-6-30 21:36:13

如果你的机器本身就有UEFI启动项的话,跟本就不需要用到launch efi shell from filesystem device这个启动项的,它这个东西是用来启动FAT格式分区根目录里的shell.efi(这个东西类似DOS环境),个人认为用这个东西启动开源系统比较适合。
至于你那个启动,你可以用文档编辑器写一个自动运行命令脚本startup.nsh(类似DOS的AUTO.bat)与shell.efi一起放在根目录。命令如下:
echo -off

if exist fs0:\efi\microsoft\boot\bootmgfw.efi then
set test "fs0:"
endif
%test%\efi\microsoft\boot\bootmgfw
页: [1]
查看完整版本: 刚刚开始用efi,有个小问题