Jump to content

OpenCore General Discussion


dgsga
8,773 posts in this topic

Recommended Posts

3 hours ago, Download-Fritz said:

@MacNB I used BMFont for Windows because it was easiest at the time - the format/tool may change in the future

 

Thanks. Yes BMFont method does seem quickest and consistent compared to Clover method...but having to switch to windows :brr:  but not an issue IMHO :)

 

BTW, some feedback:

Second press of the Spacebar crashes OC.

With HideAuxiliary = False and ScanPolicy=0, all the drive icons are displayed as expected.

If I now press the Spacebar, I was expecting the Auxiliary drives to be hidden. Instead, nothing happens and I can still move the selector with the Leg & Right arrow keys.

If I now press the Spacebar for second time, OC crashes and can only power off.

 

If I set  HideAuxiliary = True and ScanPolicy=0, all the drive icons except Auxiliary are displayed as expected.

If I now press the Spacebar, the Auxiliary drives are displayed in addition to the others as expected.

If I now press the Spacebar for second time to hide the auxiliary drives, OC crashes and can only power off.

 

There's nothing significant in the log file that indicates what happened.

 

Link to comment
Share on other sites

3 hours ago, aschar1 said:

 

with bootliquor.efi enabled it does not autoboot blessed volume after set timeout. builtin picker boots automatically after set timeout.

on a real mac the menu doesn't autoboot so why should bootliquor? if you want autoboot don't use the GUI maybe.

  • Like 2
Link to comment
Share on other sites

Hey, so I'm odd guy who decided to get running OpenCore Hackintosh on my X220 thinkpad.
And I managed to prepare config using this guide:
https://khronokernel-2.gitbook.io/opencore-vanilla-desktop-guide/ktext
I enabled memory protection, vt-d and used HfsPlusLegacy if somebody is curious.
And I got this kernel panic:
opencore-x220.jpg

I have Whatevergreen kext and I assume I must patch framebuffer with correct number, I tried to use:
PciRoot(0x0)/Pci(0x2,0x0) -> AAPL,snb-platform-id: 00000100

But I see it's not working though. Any help appreciated.
I go sleep, se ya tomorrow.

Link to comment
Share on other sites

Hi guys, I really appreciate all the people who contribute to this great bootloader.

 

I have a problem with the audio part. I know my HDEF device is at PciRoot(0x0)/Pci(0x1f,0x3), so I fill the config in this way.

<key>Audio</key>
		<dict>
			<key>AudioSupport</key>
			<true/>
			<key>AudioDevice</key>
			<string>PciRoot(0x0)/Pci(0x1f,0x3)</string>
			<key>AudioCodec</key>
			<integer>0</integer>
			<key>AudioOut</key>
			<integer>0</integer>
			<key>MinimumVolume</key>
			<integer>20</integer>
			<key>PlayChime</key>
			<true/>
			<key>VolumeAmplifier</key>
			<integer>0</integer>
		</dict>

 

However, in the debug log, I get 

00:617 00:001 OCAU: System volume is 48 (calculated from 48) - Success
00:620 00:002 OCAU: No AudioIo instances - Not Found
00:621 00:001 OCAU: Cannot find specified audio device - Not Found
00:623 00:001 OC: Audio connection failed - Not Found

My audio device is ALC298, supported by AppleALC, layout-id 30. Need some advice here.

Link to comment
Share on other sites

Hello guys, quick question to know if someone went through a similar problem:

I have a working Gigabyte Z390 + i9 9900k system and another Gigabyte Z77 + i5 3570k with Clover, adapted the configuration to try OpenCore to this old build and anytime I try to boot to OS X 10.13.6 HD from picker the system reboot to bios.

 

I spent just an hour to check different settings with no results, any suggestion?

(will post config and log if necessary)

Thanks

Link to comment
Share on other sites

Hi 

 

I've a issue for building last commit with macbuild.tool. See below, please:

 

warning: adding embedded git repository: EfiPkg
hint: You've added another git repository inside your current repository.
hint: Clones of the outer repository will not contain the contents of
hint: the embedded repository and will not know how to obtain it.
hint: If you meant to add a submodule, use:
hint: 
hint: 	git submodule add <url> EfiPkg
hint: 
hint: If you added this path by mistake, you can remove it from the
hint: index with:
hint: 
hint: 	git rm --cached EfiPkg
hint: 
hint: See "git help submodule" for more information.

 

Link to comment
Share on other sites

I am facing a strange issue with 0.5.6 on my Laptop.

 

When I try to boot using -v in "boot-args" it boots to the Login Screen.

 

But when I remove this -v, it gets stuck at approximately 5% in the progress bar. (Image attached, ignore the dust specks on the screen :P)

 

I have tried using

debug=0x100

and

adgpmode=pikera

also, but with same result.

 

OC on my desktop (with GTX650), works absolutely with or without -v flag.

 

 

My Laptop specs are:

 

Dell Inspiron 5370 (i5 1.6 GHz)/UHD 620 (DVMT prealloc in BIOS)

macOS version 10.15.2

 

OC: 0.5.6

 

 

Stuck_At_Apple_Logo.jpg

Link to comment
Share on other sites

6 hours ago, canyondust said:

What do you need to compile it?

 

BootLiquor.efi is compiled when you build OpenCore. You must copy/ paste Resources folder from Acidanthera/OcBinaryData to EFI/OC and BootLiquor in EFI/OC/Drivers of course, add it in config.plist.

  • Like 2
  • Thanks 1
Link to comment
Share on other sites

Hey community,

 

I could really use some help regarding a couple of things:

 

  • [REALLY IMPORTANT]: I cannot boot without verbose. As soon as I remove -v, I get the Apple logo after Picker selection, and the progress bar stalls at 3% (approximately)
  • [Can Manage for now]: SMCBatteryManager is not working. (even with SSDT-ADP1). Managing with ACPIBatteryManager.kext.

 

Specs are Inspiron 5370/UHD 620/DVMT pre-alloc patch done.

 

Everything worked with Clover 5103.

Edited by aylamrin
Added specs.
Link to comment
Share on other sites

Thank you so much for solving my audio problem ^^. @Download-Fritz

 

I successfully boot into macOS. However, when I boot into BOOTCAMP Windows, it says something like "halt because of critical error."

I tried to disable all my custom SSDTs and all my ACPI patches, but it didn't work. My Windows version is 1903 or older, I can't remember.

In my debug file, it says

09:205 03:535 OC: ReRun executed!
09:208 00:003 OC: Nested ReRun is not supported
09:211 00:002 OC: Boot failed - Already started
09:213 00:002 OCB: StartImage failed - Already started

Here are the debug file and my config. Please please help me if someone has any idea><. Thanks to all the people again who contribute to this great bootloader.

config.plist

opencore-2020-03-11-073543.txt

Edited by stevezheng
Link to comment
Share on other sites

×
×
  • Create New...