Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Successful build, but needed some adaptions #1

Closed
RobTS opened this issue Sep 19, 2022 · 7 comments
Closed

Successful build, but needed some adaptions #1

RobTS opened this issue Sep 19, 2022 · 7 comments

Comments

@RobTS
Copy link

RobTS commented Sep 19, 2022

Hi there, just wanted to report back a successful install with your work!

I had to change a few small details, though, I am unsure whether it is due to latest BIOS (7D43v17) having some changes or other reasons:

  • There is a typo in the config.plist, Contents/MacOS/IntelBTPatcher.kext should be Contents/MacOS/IntelBTPatcher. BT Audio is still laggy, I suspect this one could be removed anyways, but have not tried yet.
  • I needed to disable Secure Boot in BIOS for things to work.
  • SetupVirtualMap needed to be true in my case, as otherwise it got stuck very early on in booting.
  • I needed to compile my own UTBMap.kext within Windows to get any USB port recognized during install or use. You find it attached in case you want to compare.

Then again, compared what you had to go through, it is all small fry, I am very grateful you provided this repo and hope my remarks might help should you ever run into trouble with the build!

UTBMap.kext.zip

laggykiller added a commit that referenced this issue Sep 19, 2022
- Changed Contents/MacOS/IntelBTPatcher.kext to Contents/MacOS/IntelBTPatcher
- Added disable secure boot in README
- SetupVirtualMap should be true for newer bios
- Refer to UTBMap.kext in issue #1 in README
@laggykiller
Copy link
Owner

First of all, congrats for successful install!

There is a typo in the config.plist, Contents/MacOS/IntelBTPatcher.kext should be Contents/MacOS/IntelBTPatcher.

Thank you for pointing out this mistake

I needed to disable Secure Boot in BIOS for things to work.

Forgot that I had already disabled Secure Boot long before I work on hackintosh... Yes, It should be disabled and I should add this to README

SetupVirtualMap needed to be true in my case, as otherwise it got stuck very early on in booting.

When using old BIOS, macOS boots successfully with SetupVirtualMap set as false. After I updated, it got stuck during early boot phase as you mentioned (EB|LOG:EXITBS:START). Hence I set SetupVirtualMap as true and it successfully boot. config.plist has been changed and a warning is placed at README

I needed to compile my own UTBMap.kext within Windows to get any USB port recognized during install or use.

I have added a paragraph to your UTBMap.kext in README for others to test out

In response to this issue, a commit has been made

@dreamwhite
Copy link

I needed to disable Secure Boot in BIOS for things to work.

Can I ask you the exact steps to follow in order to disable the Secure Boot?

@laggykiller
Copy link
Owner

@dreamwhite
Copy link

I feel a little bit confused. This guide is for enabling secure boot. and for disabling?

@laggykiller
Copy link
Owner

laggykiller commented Feb 22, 2023

@dreamwhite Then choose Disable instead of Enable?

@dreamwhite
Copy link

Alright, I already tested with "Secure Boot" set to Disabled but still having the same issue. A working macOS Monterey 12.6.3 installer (already tested elsewhere) keeps me giving the same error "An error occurred while loading the update" around 12 minutes left message on the progress bar

@laggykiller
Copy link
Owner

@dreamwhite please don't hijack this issue, comment on the issue you created

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants