Contribute
Register

[solved] Cant boot system after post-installation

Status
Not open for further replies.
Ok got it, to be honest - You're so patient :)
It works, there was no kexts in the efi partition on my hard drive in folder 'Other' so i just copied the whole folder from usb stick, and also replaced config.plist on hard drive with that one from usb. Seems to be ok - but there were still a keyboard and a touchpad not working, so i installed VoodooPS2Controller.kext with easykext pro and its ok actually.

Right now I'm confused about audio, cos i can't identify which one i have so i am not able to install proper driver for it.

You can obtain your Audio Codec by taking a Linux dump. Boot into Linux Ubuntu will do on a Pen drive open up terminal and run
cat /proc/asound/card0/codec#0 > ~/Desktop/codec_dump.txt It will save the txt on the desktop.
 
Isn't there any other way to check it directly from mac?
 
Isn't there any other way to check it directly from mac?

Yes. DCPI Manager shows your Codec only if AppleHDA is loaded for your Codec. You could use Windows to determine your Codec in Realtek Audio Manager by clicking on the i.
 
Ok Ill manage with that later. Recently I installed ACPIBatteryManager kext and it seems not to work, theres a battery icon at the main bar, but it seems just not to work, I'm actually trying to follow this guide (http://www.tonymacx86.com/threads/guide-how-to-patch-dsdt-for-working-battery-status.116102/) but noting seems to work for me... Maybe its caused by the language barrier, idk. I also followed this one http://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.152573/#post1218823 with pathetic method but all I did is just generated .aml files and dropped them to the efi partition (screen in attachment). Then generated ssdt.aml file with (used this one http://www.tonymacx86.com/threads/guide-native-power-management-for-laptops.175801/) this command ./ssdtPRGen.sh but then error occurred "
Error: board-id [Mac-7DF21CB3ED6977E5] not supported by Broadwell – check SMBIOS data / use the -target option", i ignored it and generated ssdt which then i put into to efi partition. But when I try to replace smbios with the one from macbook air, to make the smbios info match my processor (broadwell) then kernel panic occurs after reboot.
 

Attachments

  • Screen Shot 2016-09-02 at 13.32.20.png
    Screen Shot 2016-09-02 at 13.32.20.png
    128 KB · Views: 93
  • Screen Shot 2016-09-02 at 13.36.00.png
    Screen Shot 2016-09-02 at 13.36.00.png
    76.6 KB · Views: 99
Last edited:
Right now I'm confused about audio, cos i can't identify which one i have so i am not able to install proper driver for it.

As per FAQ, you need to acquire an audio codec dump from Linux.
 
Ok Ill manage with that later. Recently I installed ACPIBatteryManager kext and it seems not to work, theres a battery icon at the main bar, but it seems just not to work, I'm actually trying to follow this guide (http://www.tonymacx86.com/threads/guide-how-to-patch-dsdt-for-working-battery-status.116102/) but noting seems to work for me... Maybe its caused by the language barrier, idk.

There are two battery patches in the github repo for ASUS. It is likely one of them matches your system. Test both.

I also followed this one http://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.152573/#post1218823 with pathetic method but all I did is just generated .aml files and dropped them to the efi partition (screen in attachment). Then generated ssdt.aml file with (used this one http://www.tonymacx86.com/threads/guide-native-power-management-for-laptops.175801/) this command ./ssdtPRGen.sh but then error occurred "
Error: board-id [Mac-7DF21CB3ED6977E5] not supported by Broadwell – check SMBIOS data / use the -target option", i ignored it and generated ssdt which then i put into to efi partition. But when I try to replace smbios with the one from macbook air, to make the smbios info match my processor (broadwell) then kernel panic occurs after reboot.

You can ignore the error, or generate the SSDT with the correct SMBIOS in place.
 

Attachments

  • Screen Shot 2016-09-02 at 15.57.27.png
    Screen Shot 2016-09-02 at 15.57.27.png
    220.4 KB · Views: 114
So i tried to edit DSDT.dsl but errors also occurred, screen below.
 

Attachments

  • Screen Shot 2016-09-02 at 17.00.39.png
    Screen Shot 2016-09-02 at 17.00.39.png
    166.7 KB · Views: 102
So i tried to edit DSDT.dsl but errors also occurred, screen below.

There are patches for common errors in the patch repo (such as "Fix PARSEOP_ZERO Error")
 
Status
Not open for further replies.
Back
Top