因此,我分区了我的驱动器(macbook )安装了ubuntu和rEFind,一切都很顺利。然后我更新到el capitan,现在我无法访问ubunutu,因为rEFind不工作。
我试图重新安装rEFind,并收到了这条消息。
Do you want to attempt installation (Y/N)? y
Found suspected Linux partition(s); installing ext4fs driver.
Installing driver for ext4 (ext4_x64.efi)
Copied rEFInd binary files
Notice: Backed up existing icons directory as icons-backup.
Existing refind.conf file found; copying sample file as refind.conf-sample
to avoid overwriting your customizations.
Could not set boot device property: 0xe00002bc
ALERT:
Installation has completed, but problems were detected. Review the output for
error messages and take corrective measures as necessary. You may need to
re-run this script or install manually before rEFInd will work.
Unmounting install dir
Volume EFI on disk0s1 unmounted我需要帮助,我有点过头了。
干杯
发布于 2016-06-22 16:36:01
最初的问题是El Capitan的新的SIP/CSR特性造成的,rEFInd文档中介绍了这个特性:
http://www.rodsbooks.com/refind/sip.html
您在评论从恢复HD分区启动OS时所描述的问题仅仅是苹果选择如何命名和使用其分区的问题。最初,基于英特尔的Mac将它们的引导加载程序放在OS系统(root,/)分区上。然而,通过磁盘加密和LVM设置,苹果不得不将引导加载程序移到别处。把它放在系统分区(ESP)上是合乎逻辑的,但其原因是已知的(仅仅是?)对于Apple,他们选择将引导加载程序放在恢复HD分区上,该分区已经作为恢复损坏的安装的工具(正如您可能猜到的那样)存在。rEFInd尽可能地报告存储引导加载程序的分区的名称。因此,你看到的是苹果的决定,而不是rEFInd错误本身。
https://askubuntu.com/questions/790171
复制相似问题