Jump to content
30960 posts in this topic

Recommended Posts

1 hour ago, LAbyOne said:

Clover i did as you asked  "V=1 ./build me" = same  error

Ok. But you didn't send the log. Do you expect me to guess ?

 

So, first : look at your log. It it says that there is missing files ; check if the files are there or not. If they are not, fix it. If they are, send the log.

How can you expect help by just saying "it doesn't work" ? Send information, please.

  • Like 1

@Jief_Machak

 

On Laptop Ivy Bridge with BS 11.2.1 (20D74), Xcode 12.4 (12D4e) and Apple clang version 12.0.0 (clang-1200.0.32.29)

No significant difference between (juste one line, the extraction time of DSDTs)

    - MacIASL DSDT.asl with Clover r_5129 (commit f17a05f) RELEASE XCODE8 and

    - MacIASL DSDT.asl with Clover r_5129 (commit 8209394) RELEASE XCODE8

Capture d’écran 2021-02-11 à 18.53.26.png

you can build the specified target version by:

git clone --recursive https://github.com/CloverHackyColor/CloverBootloader
cd CloverBootloader

(git reset <sha> --hard)
git reset 8209394af9c2106a9bfa8f4401ae996f4a248d47 --hard

./buildme

target sha is specified in the google sheet

Edited by kushwavez
  • Like 3
  • Thanks 1

setup:

  • trying to install clover to USB stick on my MBP2017 running Catalina
  • The USB stick has a copy of the Catalina installer
  • On version 5129, I can get to the window where I can select where clover will be installed.
  • On version 5119 and below, I keep on getting the message "cannot install without ensuring the file-system is read/write". And then the clover installer will automatically close. I want to install a version before OpenRuntime was introduced.

Any ideas? Thanks

 

EDIT: I have 2 MBP2017s and 1 iMAC 2017 but they are all running Catalina. I'm only mentioning this in case you want me to try creating the USB installer on an older version of macOS.

 

Edited by mrjayviper
  • Confused 1
21 minutes ago, mrjayviper said:

setup:

  • trying to install clover to USB stick on my MBP2017 running Catalina
  • The USB stick has a copy of the Catalina installer
  • On version 5129, I can get to window where I can select where clover will be installed.
  • On version 5119 and below, I keep on getting the message "cannot install without ensuring the file-system is read/write". And then the clover installer will automatically close. I want to install a version before OpenRuntime was introduced.

Any ideas? Thanks

 

EDIT: I have 2 MBP2017s and 1 iMAC 2017 but they are all running Catalina. I'm only mentioning this in case you want me to try on an older version of macOS.

 

r5119 never gave me any trouble with Catalina installs (both legacy BIOS and UEFI installs).  I always used the CLOVER_r5119.pkg installer.  r5122 (with OCRuntime/OCQuirks) was also solid with no Catalina installation problems either (CLOVER_r5122.pkg installer).  The only issue I observed was the error "CLOVER does not support this macOS version" (or something like that) and I just ignored the message.

Edited by tonyx86
  • Like 2
1 hour ago, tonyx86 said:

r5119 never gave me any trouble with Catalina installs (both legacy BIOS and UEFI installs).  I always used the CLOVER_r5119.pkg installer.  r5122 (with OCRuntime/OCQuirks) was also solid with no Catalina installation problems either (CLOVER_r5122.pkg installer).  The only issue I observed was the error "CLOVER does not support this macOS version" (or something like that) and I just ignored the message.

 

I will try on the iMac tomorrow. Thanks

2 hours ago, mrjayviper said:

 

I will try on the iMac tomorrow. Thanks

Maybe I'm missing something... Are 'MBP2017' and 'iMac' your spoofed SMBIOS, or are you installing CLOVER on real Macs?  I have no experience installing CLOVER on real Macs.

  • Like 1
9 hours ago, tonyx86 said:

Maybe I'm missing something... Are 'MBP2017' and 'iMac' your spoofed SMBIOS, or are you installing CLOVER on real Macs?  I have no experience installing CLOVER on real Macs.

I am trying to install macOS Catalina on my HP Z820.

 

I am making the USB installer using the Macs available to me. :)

@mrjayviper Now it makes sense!  Forgive my slow understanding! :hysterical:  If all of your real Macs are running the same version of Catalina, I would expect installation of CLOVER in the USB EFI to behave the same on each Mac.  If you find otherwise, I'd love to know.

  • Like 1

Sorry if I post in the wrong place, this seems to be the best place to post. I have managed to update Clover to 5130 in the EFI partition of the Hackintosh using the Clover app. I have also tried to update Clover on the EFI of the installation pen drive with Big Sur 11.2 , but it failed to do so, saying to check if the partition is writable.

  • Confused 1
2 hours ago, Vyzantion said:

Sorry if I post in the wrong place, this seems to be the best place to post. I have managed to update Clover to 5130 in the EFI partition of the Hackintosh using the Clover app. I have also tried to update Clover on the EFI of the installation pen drive with Big Sur 11.2 , but it failed to do so, saying to check if the partition is writable.


No problems with Big Sur 11.3 Beta 1 (Clover PKG). Do you try to update Clover EFI Folder pen drive, with Clover 5130 PKG instead of Clover.app !

  • Like 2

I'm trying to fix the hibernationmode=25 on my Lenovo X1C6 (notebook 1) with Clover v5130.

The problem is I don't know how.

There are some things in config.plist/Boot about it: StrictHibernate, HibernationFixup, RtcHibernateAware, and SignatureFixup (?).

What should I enable? 

 

HibernationFixup doesn't help, If I put the notebook to hibernated state, at start I get CMOS failure (with and without HibernationFixup). I have to use RTCMemoryFixup to fix that, but it says then hibernation will not work (and it does not indeed)

48 minutes ago, kushwavez said:

I'm trying to fix the hibernationmode=25 on my Lenovo X1C6 (notebook 1) with Clover v5130.

The problem is I don't know how.

There are some things in config.plist/Boot about it: StrictHibernate, HibernationFixup, RtcHibernateAware, and SignatureFixup (?).

What should I enable? 

 

HibernationFixup doesn't help, If I put the notebook to hibernated state, at start I get CMOS failure (with and without HibernationFixup). I have to use RTCMemoryFixup to fix that, but it says then hibernation will not work (and it does not indeed)

 

Do you try via Terminal: pmset -a hibernatemode 25

 

Hi all users @Slice

I update my Z390 config to Big Sur 11.3 Beta 2. Now I can only boot from USB, no more from my hard disk: the two EFI Folder are the same :cry: Clover r5130.

Does anyone have some ideas ! Please.

Edited by Matgen84
1 minute ago, yapan4 said:

@Matgen84

Hmm... it is interesting. And what happens when you boot from HDD?


@yapan4 After Clover GUI, I've an underscore at the top left of the screen followed by black screen.

46 minutes ago, Matgen84 said:

 

Do you try via Terminal: pmset -a hibernatemode 25

 

Of course, that is what I meant when wrote "hibernationmode=25", just a mistype

 @Slice could you help me about this?

Edited by kushwavez
  • Sad 1
×
×
  • Create New...