Open onlyfly34 opened 8 years ago
I give this post just to tell everyone that this install procedure also works fine on my Macbook Pro 15" retina,2015 mid. Just encounter one problem,System Integrity Protection, when going through Step15: sudo bless --device /dev/disk0s4 --setBoot
sudo bless --device /dev/disk0s4 --setBoot
I found solution for this on StackOverflow: http://stackoverflow.com/questions/32932961/osx-10-11-el-capitan-setting-boot-device-property-not-working Just enter csrutil disable in recovery mode and restart. Then everything works fine.
csrutil disable
Is this handled adequately by the changes in #15?
I give this post just to tell everyone that this install procedure also works fine on my Macbook Pro 15" retina,2015 mid. Just encounter one problem,System Integrity Protection, when going through Step15:
sudo bless --device /dev/disk0s4 --setBoot
I found solution for this on StackOverflow: http://stackoverflow.com/questions/32932961/osx-10-11-el-capitan-setting-boot-device-property-not-working Just enter
csrutil disable
in recovery mode and restart. Then everything works fine.