Contribute
Register

Possible to create APFS partition?

Status
Not open for further replies.
Ok, got everything done except IOReg, which failed 3 times. Here's screenshot and zip file. Thank you!!
you have issues with your kexts:

Code:
Kext rejected due to improper filesystem permissions: <OSKext 0x7ffd9a99e740 [0x7fff9667e8f0]> { URL = "AppleACPIPlatform.kext/ -- file:///Library/Extensions/", ID = "com.apple.driver.AppleACPIPlatform" }
Kext rejected due to improper filesystem permissions: <OSKext 0x7ffd9a97ffd0 [0x7fff9667e8f0]> { URL = "AppleACPIButtons.kext/ -- file:///Library/Extensions/AppleACPIPlatform.kext/Contents/PlugIns/", ID = "com.apple.driver.AppleACPIButtons" }

re install macOS on top of your current system to refresh them
 
Reinstall Sierra, Mojave, or both?

Is there any way to do this besides reinstalling?
 
I've gotten closer, please see screen shots attached. Video ram is recognized, but I still have a "display" with no kext. Also I cannot play any video files, so I know QE is not enabled. I achieved this by copying the AppleIntel3XXX, 4XXXX, etc kexts from my Sierra build into the Mojave L/E

Does anyone know what I might be able to do now?
 

Attachments

  • Screen Shot 2019-01-07 at 9.34.43 PM.png
    Screen Shot 2019-01-07 at 9.34.43 PM.png
    73.9 KB · Views: 59
  • Screen Shot 2019-01-07 at 9.35.05 PM.png
    Screen Shot 2019-01-07 at 9.35.05 PM.png
    60.6 KB · Views: 56
  • Screen Shot 2019-01-07 at 9.35.15 PM.png
    Screen Shot 2019-01-07 at 9.35.15 PM.png
    82.6 KB · Views: 67
I've gotten closer, please see screen shots attached. Video ram is recognized, but I still have a "display" with no kext. Also I cannot play any video files, so I know QE is not enabled. I achieved this by copying the AppleIntel3XXX, 4XXXX, etc kexts from my Sierra build into the Mojave L/E

Does anyone know what I might be able to do now?

What do you mean by display with no kext ?

Did you use quicktime to try to play the video ? what was the error code.
 
What do you mean by display with no kext ?

Did you use quicktime to try to play the video ? what was the error code.

QT will not open anything, nor will MplayerX or VLC. Also take a look at my dock, not translucent.

I believe QE / CI is not working properly.

Also attached report from IOJones app (referred by Rehabman)
 

Attachments

  • Screen Shot 2019-01-09 at 5.36.39 PM.png
    Screen Shot 2019-01-09 at 5.36.39 PM.png
    328.4 KB · Views: 51
  • Lenovo Mojave.iojones
    2.5 MB · Views: 57
Last edited:
Do the attached crash report screenshots from my attempt to open an AVI file using MplayerX mean anything to anyone on this forum? Thanks
 

Attachments

  • Screen Shot 2019-01-09 at 8.37.00 PM.png
    Screen Shot 2019-01-09 at 8.37.00 PM.png
    269.4 KB · Views: 47
  • Screen Shot 2019-01-09 at 8.37.19 PM.png
    Screen Shot 2019-01-09 at 8.37.19 PM.png
    227.8 KB · Views: 36
  • Screen Shot 2019-01-09 at 8.37.38 PM.png
    Screen Shot 2019-01-09 at 8.37.38 PM.png
    426.4 KB · Views: 53
Hello, I thought the moderator had fixed your problem I don't have knowledge about this so I am doing some research.

Could you please generate a fresh set of error reporting files.

Do you have any kext installed on the clover efi if so, which
 
Rehab man made a great tutorial Please try this.

Step 1
BIOS Setting:

The very first step is to setup your BIOS. This guide will only include settings for Intel HD users.
To access your BIOS/UEFI, press and hold Delete key on your Keyboard. The key maybe different in your case. Refer to your laptop Guide/Manual.
The BIOS in laptops has very less options. If the option is available for Graphics, set DVMT to 64MB
Save & Exit Setup.

Step 2
Mount EFI Partition:

  1. Mount EFI Partition of your system drive.
Step 3
Edit your config.plist file:

  1. The next step is to edit your config.plist file and make necessary edits.
  2. Navigate to EFI\Clover and open your config.plist with Clover Configurator.
  3. Navigate to Acpi tab and add the following patch in DSDT section of your config.plist.
Code:
Comment: change GFX0 to IGPU
Find* [HEX]: 47465830
Replace [HEX]: 49475055

DSDT patch for Graphics.png


.

Navigate to Boot tab and check the following :
  • Check nv_disable=1 box

boot-args-for-intel-hd-graphics-png.389



5. Navigate to Devices section and then Fake ID section.
6. Under Intel GFX column, select the existing values and delete it, if any.
7. Under Intel GFX column, type 0x04128086


intel-gfx-png.390


8. Navigate to Graphics tab and add the following:

  • Check Inject Intel box
  • ig-platform-id: 0x0a260006

ig-platform-id-for-intel-uhd-png.705



9. Save your config.plist file.



Step 4: Download the Graphics kexts
The next step is to download the required kexts to enable graphics. FakePCIID doesn't works alone. FakePCIID and FakePCIID_Intel_HD_Graphics.kext is needed together to work with conjunction in order to enable the graphics.


Downloads
  1. FakePCIID

Notes :
  • Download the latest version only.
Step 5: Installing Graphics kexts

After editing your config.plist file, the next step is to install the Graphics kexts.
You can use either terminal or any other app for installing the kexts.

Download the kexts
Extract it to your Desktop
Open terminal
Type

Code:
sudo cp -R /Users/your user name/Desktop/FakePCIID_Intel_HD_Graphics.kext FakePCIID


Press enter, when promoted, enter your password

Note :
  • Make sure to replace your user name with "your user name"

Restart your System
  1. After performing all the above steps, restart your system in order to enable the Intel HD Graphics.
  2. Now you should be able to get your Intel HD Graphics 1536 MB will full QE/CI. And your Dock would be also transparent.





If you have any questions please ask also if it doesn't work post fresh bug reporting files.
 
Status
Not open for further replies.
Back
Top