Jump to content

[SOLVED] Clover b1f error


RazerXXX
 Share

10 posts in this topic

Recommended Posts

Hi,

 

Reformat the EFI partition and install Clover again to the HDD.

 

http://clover-wiki.zetam.org/FAQ#Q:-I-got-boot0:error-or-b1f:error

 

Replace disk0s1 with your OS X HDD, to find the correct HDD open terminal and type: 

diskuil list

Example: 

attachicon.gifSchermafbeelding 2015-07-10 om 20.53.40.png

 

 

Thanks for the answer

 

I've already tried that with no success. After the format, i've selected Macintosh as destination, EFI gets populated again but doesn't work

/dev/disk0 (external, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *120.0 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:       Microsoft Basic Data WINDOWS                 59.8 GB    disk0s2
   3:                  Apple_HFS Macintosh               58.3 GB    disk0s3
   4:                  Apple_HFS asd                     1.3 GB     disk0s4
/dev/disk1 (external, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *1.5 TB     disk1
   1:                        EFI EFI                     209.7 MB   disk1s1
   2:       Microsoft Basic Data Volume                  1.5 TB     disk1s2

Link to comment
Share on other sites

On disk1 or disk0? 

 

Erasing the EFI partition on disk0 would also destroy your Windows boot loader when booting in UEFI mode if i'm not mistaken.

 

Instead of using an installer, type the following in terminal:

mkdir /Volumes/EFI
sudo mount -t msdos /dev/disk0s1 /Volumes/EFI

Go to finder and navigate to the USB device, copy the efi folder from it to the EFI partition:

 

If the USB has clover installed to an efi partition: 

mkdir /Volumes/USBEFI
mount -t /dev/disk2s1 /Volumes/USBEFI

And copy the contents from USBEFI to EFI

Link to comment
Share on other sites

On disk1 or disk0? 

 

Erasing the EFI partition on disk0 would also destroy your Windows boot loader when booting in UEFI mode if i'm not mistaken.

 

Instead of using an installer, type the following in terminal:

mkdir /Volumes/EFI
sudo mount -t msdos /dev/disk0s1 /Volumes/EFI

Go to finder and navigate to the USB device, copy the efi folder from it to the EFI partition:

 

If the USB has clover installed to an efi partition: 

mkdir /Volumes/USBEFI
mount -t /dev/disk2s1 /Volumes/USBEFI

And copy the contents from USBEFI to EFI

 

Disk0, currently i have no windows installed since i had to erase the whole drive

 

 

Done exactly what you just said (apart the last two commands, since there was an EFI folder in the USB) and i still get the same error

 

 

@copil, how?

Link to comment
Share on other sites

I assure you i've tried them all, could you be more specific in what i have to do?

 

EDIT: I don't know if that's helpful, but yesterday Clover got corrupted after i unplug the drive from the PC. Then today i reinstalled everything from scratch

Link to comment
Share on other sites

 Share

×
×
  • Create New...