使用refind引导多系统

使用refind引导多系统

官网下载 rEFInd : http://www.rodsbooks.com/refind/getting.html

安装 rEFInd 教程: http://www.rodsbooks.com/refind/installing.html

一、首先在“BIOS”下 的启动选项里选择“UEFI”。
二、利用diskgenius软件将硬盘分区分成 GPT分区。
三、用diskgenius软件给ESP分区指定盘符。

下面是关键三步
四、将 "refind"文件夹考到ESP分区中的“EFI”文件夹里。
五、将“refind”文件夹中的“refind.conf-sample”文件改成“refind.conf”。
六、1、进入windows10,   以管理员身份运行“WindowsSystem32cmd.exe”  
       2、 mountvol g: /s        //给esp分区分配盘符“G”
       3、进入G盘,输入“bcdedit /set {bootmgr} path EFI efind efind_x64.efi”

========================== End

原文地址:https://www.cnblogs.com/lsgxeva/p/10032326.html