kushwavez Posted August 15, 2018 Author Share Posted August 15, 2018 Hi, and sorry for the late response, @Pan Marcin try avoid 3.0 USB ports I have the 1.14 version of BIOS updated from acer official webpage, that was just an .exe command prompt installer, but it's also worked with the factory version of BIOS without any modification. Verify that your computer is running in UEFI mode with Secure mode disabled, also verify your USB's EFI and Clover folder Link to comment Share on other sites More sharing options...
Pan Marcin Posted August 16, 2018 Share Posted August 16, 2018 Thanks for response. I made usb via MacBook HS, where option GUID Partition Drive was hidden. This was a problem (clover didn’t makes EFI partition). Unfortunately, now I stuck in boot. If I straight use your bootpack, I didn’t see USB drive in clover (only windows booting option). If I put to EFI your drivers, kexts and config.plist clover see the USB, but after a fev lines nothing happens than reboot. I’ve tried many combinations between #1 post bootpack and files mades in EFI partition by clover, but it still doesn’t work (Last screenshot: Yes, I also tried change location kexts from others to 10.13 but it’s still no working) Link to comment Share on other sites More sharing options...
chmodzs Posted August 16, 2018 Share Posted August 16, 2018 @Pan Marcin Try add FixHeaders = Yes on the DSDT Fixes in your config.plist Link to comment Share on other sites More sharing options...
Administrators Bronxteck Posted August 16, 2018 Administrators Share Posted August 16, 2018 remove OSXoptiofixdrive.efi from your Drivers64UEFI folder it will conflict with aptiomemoryfix.efi Link to comment Share on other sites More sharing options...
Pan Marcin Posted August 16, 2018 Share Posted August 16, 2018 I found it! The reason is the empty RAM slot. I've used: Spoiler <key>Version</key> <string>1.0</string> <key>Memory</key> <dict> <key>Channels</key> <integer>1</integer> <key>SlotCount</key> <integer>1</integer> <key>Modules</key> <array> <dict> <key>Slot</key> <integer>0</integer> <key>Size</key> <integer>8192</integer> <key>Frequency</key> <integer>2133</integer> <key>Type</key> <string>DDR4</string> </dict> </array> </dict> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Yes</string> </dict> </dict> </plist> and system run correctly! Thank you guys for help, especially @viktor001! Good job! Link to comment Share on other sites More sharing options...
kushwavez Posted August 18, 2018 Author Share Posted August 18, 2018 @Pan Marcin The 2nd question would have been that you using single or dual ram. Good to hear that it's working now. Happy Hackintoshing! Link to comment Share on other sites More sharing options...
Recommended Posts