Contribute
Register

<< Solved >> Unable to boot any MacOs on Asus Vivobook X509FA-EJ311TS

Status
Not open for further replies.
Update
System now boots in Monterey with working usb, wifi, trackpad
I just need help understanding AppleALC I am unable to figure it out even a bit
 

Attachments

  • EFI.zip
    16.8 MB · Views: 90
Now would be a perfect time to update your hardware info in your profile: https://www.tonymacx86.com/account/account-details

Screen Shot 6.jpg


Needs your exact model for the Laptop (motherboard) and your Intel Graphics. Take minute to do this.
 
Update
System now boots in Monterey with working usb, wifi, trackpad
I just need help understanding AppleALC I am unable to figure it out even a bit
this one is not formatted correctly:

Code:
<dict>
                <key>Comment</key>
                <string>Change _OSI to XOSI</string>
                <key>Enabled</key>
                <true/>
                <key>Count</key>
                <integer>0</integer>
                <key>Limit</key>
                <integer>0</integer>
                <key>Find</key>
                <data>X09TSQ==</data>
                <key>Replace</key>
                <data>WE9TSQ==</data>
            </dict>

missing your audio section in here:
Code:
<key>DeviceProperties</key>
    <dict>
        <key>Add</key>
        <dict>
            <key>PciRoot(0x0)/Pci(0x2,0x0)</key>
            <dict>
                <key>AAPL,ig-platform-id</key>
                <data>AACbPg==</data>
                <key>device-id</key>
                <data>mz4AAA==</data>
                <key>framebuffer-patch-enable    </key>
                <data>AQAAAA==</data>
                <key>framebuffer-stolenmem    </key>
                <data>AAAwAQ==</data>
                <key>framebuffer-fbmem    </key>
                <data>AACQAA==</data>
            </dict>
        </dict>
        <key>Delete</key>
        <dict/>
    </dict>

just an example of what mine looks like:
Code:
<key>PciRoot(0x0)/Pci(0x1F,0x3)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,31,3</string>
                <key>alc-verbs</key>
                <integer>1</integer>
                <key>device-id</key>
                <data>
                cKEAAA==
                </data>
                <key>device_type</key>
                <string>Audio device</string>
                <key>hda-gfx</key>
                <string>onboard-1</string>
                <key>layout-id</key>
                <integer>17</integer>
                <key>model</key>
                <string>100 Series/C230 Series Chipset Family HD Audio Controller</string>
            </dict>
see what codec you have and trial and error different layout ids:

remove alacid=1 boot argument
 
@Feartech are the Intel UHD tenth gen graphics supported by Monterey ? I had thought only the UHD 620/630 had support from Monterey.
 
O
@Feartech are the Intel UHD tenth gen graphics supported by Monterey ? I had thought only the UHD 620/630 had support from Monterey
Well from what I learnt online and dortania's guide, my Intel UHD is exactly identical to UHD 620, used the same pci code aswell
 
Why doesn't Intel call it UHD 620 then ?
I really hope they should've done it, that caused me so much confusion because I thought why isn't it showing a model number and what pci to use
 
UHD620 was first released with 8th gen mobile CPUs nearly 5 years ago. It may be that they just recycle it for 10th gen and call it UHD graphics now instead of UHD620 due to it's age. IDK for sure.

Screen Shot 8.jpg
 
Last edited:
Status
Not open for further replies.
Back
Top