Contribute
Register

<< Solved >> Can’t boot to hacking pan after installing AirportItwm.kext

Status
Not open for further replies.
Joined
Dec 14, 2021
Messages
10
Motherboard
Intel Motherboard 04W3592
CPU
Intel i5-2520M
Graphics
HD Graphics
hey, so i tried to install airportitwm.kext and i get the same error

it’s a thinkpad t440p
i5
8gb ram
 

Attachments

  • 192B80A2-D424-459A-BA98-2A3BC8AA6431.jpeg
    192B80A2-D424-459A-BA98-2A3BC8AA6431.jpeg
    3.7 MB · Views: 46
Last edited:
hey, so i tried to install airportitwm.kext and i get the same error

it’s a thinkpad t440p
i5
8gb ram
you need to run ocvalidate on your config.plist and then fix those errors
 
how can i run it
 
how can i run it
you just drag the ocvalidate to the terminal and then drag your config.plist in the terminal window and then it checks it and tells you the list of issues that needs fixing

then check with the sample.plist to compare and then make the needed changes to your config.plist
 
i get to whole time zsh:permission denied
 
i get to whole time zsh:permission denied
right click the ocvalidate then click open

then choose to open it if you see a message, it will open a new terminal window, once that has opened, then close it again,

open a new terminal window and then drag ocvalidate to the terminal window and then config.plist to that window and then hit enter
 
and where i can find the sample.plist
 
i got something like this how can i fix the errors

OCS: No schema for Strategy at 6 index, context <Block>!
OCS: No schema for Strategy at 6 index, context <Block>!
OCS: No schema for CustomPciSerialDevice at 5 index, context <Quirks>!
OCS: No schema for ForceAquantiaEthernet at 11 index, context <Quirks>!
OCS: No schema for LogModules at 5 index, context <Debug>!
OCS: Missing key SerialInit, context <Debug>!
OCS: Missing key AllowNvramReset, context <Security>!
OCS: Missing key AllowToggleSip, context <Security>!
OCS: No schema for Serial at 5 index, context <Misc>!
Serialisation returns 9 errors!

Kernel->Add[5] discovers VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext, but its Parent (VoodooPS2Controller.kext) is either placed after it or is missing!
Kernel->Add[6] discovers VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext, but its Parent (VoodooPS2Controller.kext) is either placed after it or is missing!
Kernel->Add[7] discovers VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext, but its Parent (VoodooPS2Controller.kext) is either placed after it or is missing!
CheckKernel returns 3 errors!

Completed validating /Volumes/EFI/EFI/OC/config.plist in 2 ms. Found 12 issues requiring attention.
 
i got something like this how can i fix the errors

OCS: No schema for Strategy at 6 index, context <Block>!
OCS: No schema for Strategy at 6 index, context <Block>!
OCS: No schema for CustomPciSerialDevice at 5 index, context <Quirks>!
OCS: No schema for ForceAquantiaEthernet at 11 index, context <Quirks>!
OCS: No schema for LogModules at 5 index, context <Debug>!
OCS: Missing key SerialInit, context <Debug>!
OCS: Missing key AllowNvramReset, context <Security>!
OCS: Missing key AllowToggleSip, context <Security>!
OCS: No schema for Serial at 5 index, context <Misc>!
Serialisation returns 9 errors!

Kernel->Add[5] discovers VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext, but its Parent (VoodooPS2Controller.kext) is either placed after it or is missing!
Kernel->Add[6] discovers VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext, but its Parent (VoodooPS2Controller.kext) is either placed after it or is missing!
Kernel->Add[7] discovers VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext, but its Parent (VoodooPS2Controller.kext) is either placed after it or is missing!
CheckKernel returns 3 errors!

Completed validating /Volumes/EFI/EFI/OC/config.plist in 2 ms. Found 12 issues requiring attention.
kext order is important, should look like:

Code:
<dict>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>VoodooPS2Controller.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VoodooPS2Controller</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VoodooInput</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VoodooPS2Keyboard</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VoodooPS2Mouse</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VoodooPS2Trackpad</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>

and you just need to amend the other errors
 
Status
Not open for further replies.
Back
Top