Contribute
Register

i can't start big sur on my asus rog gl752vw laptop

Status
Not open for further replies.
I've already tried and it still doesn't work
 
sorry
 

Attachments

  • IMG_1484.JPG
    IMG_1484.JPG
    1 MB · Views: 66
here
 

Attachments

  • on new.rar
    2.4 MB · Views: 119
this is wrong:
Code:
<dict>
                <key>BundlePath</key>
                <string>VoodooPS2Controller.kext/Contents/Plugins/VoodooPS2Trackpad.kext</string>
                <key>Comment</key>
                <string>Touchpad</string>
                <key>Disabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VoodooPS2Trackpad</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>

should be:
Code:
<dict>
                <key>BundlePath</key>
                <string>VoodooPS2Controller.kext/Contents/Plugins/VoodooPS2Trackpad.kext</string>
                <key>Comment</key>
                <string>Touchpad</string>
                <key>Enabled</key>
                <false/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VoodooPS2Trackpad</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
 
again
 

Attachments

  • EFIocnew.rar
    2.4 MB · Views: 153
  • IMG_1485.JPG
    IMG_1485.JPG
    1.1 MB · Views: 50
Maybe this ?

Screenshot 2020-08-09 at 16.30.47.png


Screenshot 2020-08-09 at 16.32.18.png
 
now I think that the gfx0 does not come out anymore but it still does not start
 

Attachments

  • EFIxuxi.rar
    2.5 MB · Views: 74
  • IMG_1486.JPG
    IMG_1486.JPG
    1.2 MB · Views: 48
Status
Not open for further replies.
Back
Top