让CLOVER默认引导WINDOWS
2021-02-09 15:15
I fixed my problem using the latest Clover r2652 and this post from @hack.in regarding ntfs.efi.
In my particular case (with uefi installed Windows 7), I mistakenly omitted EFI as the Default Boot Volume (I only entered bootmgfw.efi as Default Loader).
To fix the problem, you need to
- Place ntfs.efi in EFI/CLOVER/drivers64 or drivers64UEFI
- Delete your current NVRAM settings...in terminal
sudo rm /nvram.plist sudo nvram -c
- Edit your config.plist, entering the Default Boot Volume and ticking IgnoreNVRAMBoot with Clover Configurator...
- With the correct config.plist settings, everything works as expected (including timeout countdown!)....
Of course for legacy Windows, the Default Boot Volume would usually be "system reserved"
总结
Clover配置文件config.plist里的
设置
下一篇:设计模式之设计原则 C#
文章标题:让CLOVER默认引导WINDOWS
文章链接:http://soscw.com/index.php/essay/53142.html