码迷,mamicode.com
首页 > Windows程序 > 详细

让CLOVER默认引导WINDOWS

时间:2018-03-12 18:40:24      阅读:1054      评论:0      收藏:0      [点我收藏+]

标签:技术   vol   设置   setting   print   ted   drive   sudo   cte   

解决问题帖子:

http://www.insanelymac.com/forum/topic/296000-force-clover-to-always-choose-win-81-efi-as-default-boot-option/


 

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里的<DefaultVolume>和<DefaultLoader>是共同起作用的:<DefaultVolume>指定默认的启动分区,这里我们设置为EFI分区的GUID;<DefaultLoader>指定默认分区中的启动文件,这里因为我们默认的EFI分区里只有一个WIN10 EFI MANAGER(Clover被我放在另一个硬盘的EFI分区里了),所以不设置该项,Clover可以自动找到启动文件。

设置<IgnoreNVRAMBoot>为<true>,这里不太懂,但这东西或存在BUG或功能缺失。所以必须在 EFI/CLOVER/drivers64UEFI 文件夹下放入文件 NTFS.efi

 

让CLOVER默认引导WINDOWS

标签:技术   vol   设置   setting   print   ted   drive   sudo   cte   

原文地址:https://www.cnblogs.com/qxym2016/p/8550244.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!