Jump to content

arhu

Members
  • Posts

    51
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by arhu

  1. I replaced config.plist + output

    rebuilding //System/Library/PrelinkedKernels/prelinkedkernel
    kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CodecCommander.kext
    KernelCache ID: 39E60D168AF775E54E1693BAA661D06F
    symlink("/System/Library/PrelinkedKernels/prelinkedkernel", "/System/Library/Caches/com.apple.kext.caches/Startup/kernelcache") failed 17 (File exists) <createPrelinkedKernel 2795>
    kextcache updated critical boot files, requesting launchd reboot
    
  2. Hi!

    I'm trying to latest image of Sierra on my notebook. "First part" of installation was successful, but when I rebooted to complete "part two" it just stuck on "Failed to bootstrap path /Library/LaunchAgents" and something like that.

     

    Specs of my notebook:

    Dell 5548 - i5-5200u - r7 m270 - 8gb ram.

     

    I'm including my Clover directory with generated SSDT. I'll be grateful for help.

     

    PS. Framebuffer patch on El Capitan worked, so I didn't have to change DVMT.

  3. Without fakeid I have kernel panic with "AppleIntelBDWGraphics" not "AppleIntelBDWGraphicsFramebuffer"

    ig-platform: 0x1626006 and patched FB.kext -> http://pastebin.com/mvha2wM6

     

    I found patch DSDT:
     

    Method (_DSM, 4, NotSerialized)
                        {
                            If (LEqual (Arg2, Zero))
                            {
                                Return (Buffer (One)
                                {
                                    0x03
                                })
                            }
    
                            Return (Package (0x08)
                            {
                                "device-id", 
                                Buffer (0x04)
                                {
                                    0x16, 0x16, 0x00, 0x00
                                }, 
    
                                "AAPL,ig-platform-id", 
                                Buffer (0x04)
                                {
                                    0x02, 0x00, 0x16, 0x16
                                }, 
    
                                "model", 
                                Buffer (0x17)
                                {
                                    "Intel HD Graphics 5500"
                                }, 
    
                                "hda-gfx", 
                                Buffer (0x0A)
                                {
                                    "onboard-1"
                                }
                            })
                        }
    

    But when I patch my DSDT, system hangs on white circle with black background.

  4. Ok. I got new FB kext, almost everything is okay.

    Screen brightness and sound is not working.

     

    Ale weird problem is with FB kext. I feel it's not fully Qe/Ql. I tried set fakeid to 16160002, but it's the same.

    Ale at login, screen is shaking.

     

    I attach my origin dsdt, cause I think problem is inside.

     

     

    origin.zip

  5. I tried every config, but It didn't work. When I back home I try to patch bios.

    But I would like to ask, could you to patch my SSDT? I uploaded it in my last post.

     

    @edit:

    I have one question about patching bios. I opened same settings (look at attached image) and my value "dedicated video memory" is equal to 128mb, so I have to patch it to 96mb? Right?

    post-84820-0-09384600-1464430193_thumb.jpg

×
×
  • Create New...