mahongfeng 发表于 2016-3-21 21:04

安装clover 出现boot0SS的结局办法!总结!

转自别人的,这里我自己总结一下!写的细点。
,先下载这个文件,解压。以前人家都是要币的,这里免费分享给大家!
到终端,键入sudo -s
输入密码 回车
键入diskutil list
记住你的EFI引导盘所在分区的信息,我的是“disk1s1”,你的有可能是“disk0s1”
继续在终端中键入 cd+空格键,然后把之前下载的boot1f32文件所在的文件夹拖到终端窗口,然后按回车!
然后输入下面的代码,输入一行按回车,一行一行运行过去,注意你的分区代码

[*]dd if=/dev/disk1s1 count=1 bs=4096 of=/tmp/origbs
cp -f boot1f32 /tmp/newbs
dd if=/tmp/origbs of=/tmp/newbs skip=3 seek=3 bs=1 count=87 conv=notrunc
dd if=/tmp/newbs of=/dev/disk1s1

下面时我的运行记录Last login: Tue Mar 22 04:01:37 on ttys000Mas-iMac:~ ma$ sudo -sPassword:bash-3.2# cd /Users/ma/Downloads bash-3.2# dd if=/dev/disk1s1 count=1 bs=4096 of=/tmp/origbs1+0 records in1+0 records out4096 bytes transferred in 0.019237 secs (212923 bytes/sec)bash-3.2# cp -f boot1f32 /tmp/newbsbash-3.2# dd if=/tmp/origbs of=/tmp/newbs skip=3 seek=3 bs=1 count=87 conv=notrunc87+0 records in87+0 records out87 bytes transferred in 0.000135 secs (644708 bytes/sec)bash-3.2# dd if=/tmp/newbs of=/dev/disk1s11+0 records in1+0 records out512 bytes transferred in 0.000205 secs (2497074 bytes/sec)bash-3.2#大功告成!


moskiller 发表于 2016-3-21 22:38

学习了,谢谢楼主

dadong2005 发表于 2016-6-23 07:53

谢谢楼主分享

dadong2005 发表于 2016-10-11 13:54

谢谢楼主分享

dadong2005 发表于 2016-10-11 13:54

看看这种方法是不是可以,我的一下不行

rain0773 发表于 2016-11-23 01:54

谢谢楼主分享

mxbw001 发表于 2017-4-2 19:59

我也遇到相关的问题了,希望有能解决了

mxbw001 发表于 2017-4-2 20:02

楼主啊,为什么我下载下来的文件不是zip?

mxbw001 发表于 2017-4-2 20:06

我已经下载很多这个文件,就是没有用,是怎么回事啊

han309229889 发表于 2017-9-28 15:57

好东西分享

五指山斗士 发表于 2017-10-12 21:54

我试试可以不,现在硬盘不能引导了。

angel3320 发表于 2017-11-12 15:51

试过还是不行

bruce61 发表于 2018-11-3 12:27

谢谢楼主分享!

i糊涂i 发表于 2020-3-11 06:33

谢谢分享谢谢分享

GarrettZheng 发表于 2020-8-4 16:46

问题解决了!!固态硬盘4K分区对齐的锅!!
页: [1]
查看完整版本: 安装clover 出现boot0SS的结局办法!总结!