MacNB Posted March 8, 2020 Share Posted March 8, 2020 @Download-Fritz Bootliquor.efi looks good. Thanks. What tool do you use to generate the font.png and font.bin files ? Link to comment Share on other sites More sharing options...
mhaeuser Posted March 9, 2020 Share Posted March 9, 2020 @MacNB I used BMFont for Windows because it was easiest at the time - the format/tool may change in the future 1 Link to comment Share on other sites More sharing options...
texem Posted March 9, 2020 Share Posted March 9, 2020 @Download-Fritz TimeOut X sec seems not working (here) it stays in menu and waits for keypress, with "BuidlIn" OC behaves normal. Link to comment Share on other sites More sharing options...
mhaeuser Posted March 9, 2020 Share Posted March 9, 2020 @texem It would be helpful if you mentioned what you are even talking about Link to comment Share on other sites More sharing options...
aylamrin Posted March 9, 2020 Share Posted March 9, 2020 I have EFI showing up even for internal drives. Hideself set to YES Link to comment Share on other sites More sharing options...
aschar1 Posted March 9, 2020 Share Posted March 9, 2020 (edited) with bootliquor.efi enabled it does not autoboot blessed volume after set timeout. builtin picker boots automatically after set timeout. Edited March 9, 2020 by aschar1 Link to comment Share on other sites More sharing options...
MacNB Posted March 9, 2020 Share Posted March 9, 2020 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 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 More sharing options...
Hackintosh Tech Posted March 9, 2020 Share Posted March 9, 2020 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. 2 Link to comment Share on other sites More sharing options...
mhaeuser Posted March 9, 2020 Share Posted March 9, 2020 @texem there is a reason there was no release yet, it was literally imported for further development a few days ago. Please don't report things already covered by https://github.com/acidanthera/bugtracker/issues/759 @MacNB We cannot reproduce this right now, but I'll try to remember to check the code 1 1 Link to comment Share on other sites More sharing options...
Hoshi Yamazaki Posted March 9, 2020 Share Posted March 9, 2020 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: 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 More sharing options...
stevezheng Posted March 10, 2020 Share Posted March 10, 2020 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 More sharing options...
Simonej Posted March 10, 2020 Share Posted March 10, 2020 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 More sharing options...
Matgen84 Posted March 10, 2020 Share Posted March 10, 2020 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 More sharing options...
mhaeuser Posted March 10, 2020 Share Posted March 10, 2020 @stevezheng You seem to lack AudioDxe @Matgen84 That is not an error 2 Link to comment Share on other sites More sharing options...
Matgen84 Posted March 10, 2020 Share Posted March 10, 2020 (edited) 3 hours ago, Download-Fritz said: @stevezheng You seem to lack AudioDxe @Matgen84 That is not an error ' warning: adding embedded git repository: EfiPkg'. I don't note this before. Edited March 10, 2020 by Matgen84 Link to comment Share on other sites More sharing options...
aylamrin Posted March 10, 2020 Share Posted March 10, 2020 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 ) 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 Link to comment Share on other sites More sharing options...
dgsga Posted March 10, 2020 Author Share Posted March 10, 2020 Just wanted to say thanks to the OpenCore team for the sterling job with the BootLiquor GUI. A simple macOS style boot picker with no unnecessary extras. Perfect... 2 Link to comment Share on other sites More sharing options...
canyondust Posted March 11, 2020 Share Posted March 11, 2020 3 hours ago, dgsga said: Just wanted to say thanks to the OpenCore team for the sterling job with the BootLiquor GUI. A simple macOS style boot picker with no unnecessary extras. Perfect... What do you need to compile it? Link to comment Share on other sites More sharing options...
Matgen84 Posted March 11, 2020 Share Posted March 11, 2020 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. 2 1 Link to comment Share on other sites More sharing options...
texem Posted March 11, 2020 Share Posted March 11, 2020 i wouldn't go for it until the boot timeout is fixed, else you are running in trouble in case you want install OS or updates, it will hang there. Link to comment Share on other sites More sharing options...
aylamrin Posted March 11, 2020 Share Posted March 11, 2020 (edited) 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 March 11, 2020 by aylamrin Added specs. Link to comment Share on other sites More sharing options...
stevezheng Posted March 11, 2020 Share Posted March 11, 2020 (edited) 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 March 11, 2020 by stevezheng Link to comment Share on other sites More sharing options...
bayard Posted March 11, 2020 Share Posted March 11, 2020 @stevezheng you're rebooting in opencore. Link to comment Share on other sites More sharing options...
stevezheng Posted March 11, 2020 Share Posted March 11, 2020 (edited) 9 minutes ago, bayard said: @stevezheng you're rebooting in opencore. It seems like that. But what I did was only choosing BOOTCAMP Windows entry to boot. Edited March 11, 2020 by stevezheng Link to comment Share on other sites More sharing options...
bayard Posted March 11, 2020 Share Posted March 11, 2020 9 minutes ago, stevezheng said: It seems like that. But what I did was only choosing BOOTCAMP Windows entry to boot. Are windows and mac os on the same drive? What's your hardware config? Link to comment Share on other sites More sharing options...
Recommended Posts