Contribute
Register

Lggram cannot find cfg lock n vtd option in bios

Status
Not open for further replies.
Hi All, I am stuck again!! This time with the error right at the last few steps of installation... Error attached.. Feels like some ktext missing.. Can someone help with a working Clover on lg gram? I Will be highly grateful. THANKS.
 

Attachments

  • IMG_20200817_040642.jpg
    IMG_20200817_040642.jpg
    2.5 MB · Views: 47
Also getting stuck on this screen occasionally. Plz advise
 

Attachments

  • IMG_20200817_041910.jpg
    IMG_20200817_041910.jpg
    3 MB · Views: 56
Also getting stuck on this screen occasionally. Plz advise
i have moved your thread to laptop support

you will have to upload your problem reporting files
 
Hi Team, I am able to Boot into Mojave but quite a few things not working!

1) Track-Pad
2) Wifi
3) Sound
4) Graphic it only shows 7MB and lags in system animations.
5) No Battery Notification!

Can someone plz check.
 

Attachments

  • CLOVER.zip
    3.4 MB · Views: 45
Hi Team, I am able to Boot into Mojave but quite a few things not working!

1) Track-Pad
2) Wifi
3) Sound
4) Graphic it only shows 7MB and lags in system animations.
5) No Battery Notification!

Can someone plz check.
should be set to true:
Code:
<key>Fixes</key>
            <dict>
                <key>Comment-IRQ Fix</key>
                <string>The following fixes may be needed for onboard audio/USB/etc</string>
                <key>FixHPET</key>
                <false/>
                <key>FixIPIC</key>
                <false/>
                <key>FixRTC</key>
                <false/>
                <key>FixTMR</key>
                <false/>
            </dict>

this:
Code:
<key>Audio</key>
        <dict>
            <key>Inject</key>
            <integer>0</integer>
        </dict>

should be:
Code:
<key>Audio</key>
        <dict>
            <key>Inject</key>
            <string>No</string>
        </dict>

these needs to be enabled:
Code:
<key>PciRoot(0)/Pci(0x03,0)</key>
            <dict>
                <key>#hda-gfx</key>
                <string>onboard-1</string>
                <key>#layout-id</key>
                <integer>2</integer>
            </dict>
            <key>PciRoot(0)/Pci(0x1b,0)</key>
            <dict>
                <key>#PinConfigurations</key>
                <data>
                </data>
                <key>#layout-id</key>
                <integer>2</integer>
            </dict>
by removing the #s and then try different layout ID's (currently set to 2)

your clover looks old, you should update to a newer version
 
Status
Not open for further replies.
Back
Top