Contribute
Register

BigSur OpenCore - Dell Inspiron 3670 Hackintosh - HELP!

Status
Not open for further replies.
Joined
Aug 18, 2022
Messages
16
Motherboard
Dell Inspiron 3670
CPU
i3-8100
Graphics
UHD 630
Hi all!

I decided the other day to go down the exciting root of hackintoshing.

Creating the USB went super smoothly (for Windows) and booting the USB to the OpenCore boot selector was also pretty smooth. I waited about a minute and a half and got an odd error! It displayed "Failed to mount enclosing file systems, error code: -1 reason * Failed to mount imgsrc device, no device info".


Feel like this has something todo with an EFI mounting problem but have no clue what an "imgsrc" is and how to fix this error message.
Would be EXTREMLEY greatful is someone could help with this issue as really want this to work!


Looking forward to you response!

James.
 
Hi all!

I decided the other day to go down the exciting root of hackintoshing.

Creating the USB went super smoothly (for Windows) and booting the USB to the OpenCore boot selector was also pretty smooth. I waited about a minute and a half and got an odd error! It displayed "Failed to mount enclosing file systems, error code: -1 reason * Failed to mount imgsrc device, no device info".


Feel like this has something todo with an EFI mounting problem but have no clue what an "imgsrc" is and how to fix this error message.
Would be EXTREMLEY greatful is someone could help with this issue as really want this to work!


Looking forward to you response!

James.
zip and upload your EFI folder here
 
Yup, here: Pretty sure i've done something wrong!
this is laid out incorrect;

Code:
<key>DeviceProperties</key>
    <dict>
        <key>Add</key>
        <dict>
            <key>PciRoot(0x0)/Pci(0x1b,0x0)</key>
            <dict>
                <key>layout-id</key>
                <data>AQAAAA==</data>
                <key>PciRoot(0x0)/Pci(0x2,0x0)</key>
                <dict>
                    <key>AAPL,ig-platform-id</key>
                    <data>BwCbPg==</data>
                    <key>framebuffer-patch-enable</key>
                    <data>AQAAAA==</data>
                    <key>framebuffer-stolenmem</key>
                    <data>AAAwAQ==</data>
                </dict>
            </dict>
        </dict>

alcid=1 is pointless with VoodooHDA.kext (as well as PciRoot(0x0)/Pci(0x1b,0x0))

also what make and model nvme/ssd do you have?
 
this is laid out incorrect;

Code:
<key>DeviceProperties</key>
    <dict>
        <key>Add</key>
        <dict>
            <key>PciRoot(0x0)/Pci(0x1b,0x0)</key>
            <dict>
                <key>layout-id</key>
                <data>AQAAAA==</data>
                <key>PciRoot(0x0)/Pci(0x2,0x0)</key>
                <dict>
                    <key>AAPL,ig-platform-id</key>
                    <data>BwCbPg==</data>
                    <key>framebuffer-patch-enable</key>
                    <data>AQAAAA==</data>
                    <key>framebuffer-stolenmem</key>
                    <data>AAAwAQ==</data>
                </dict>
            </dict>
        </dict>

alcid=1 is pointless with VoodooHDA.kext (as well as PciRoot(0x0)/Pci(0x1b,0x0))

also what make and model nvme/ssd do you have?
Intel NVME 500GB SSD
 
this is laid out incorrect;

Code:
<key>DeviceProperties</key>
    <dict>
        <key>Add</key>
        <dict>
            <key>PciRoot(0x0)/Pci(0x1b,0x0)</key>
            <dict>
                <key>layout-id</key>
                <data>AQAAAA==</data>
                <key>PciRoot(0x0)/Pci(0x2,0x0)</key>
                <dict>
                    <key>AAPL,ig-platform-id</key>
                    <data>BwCbPg==</data>
                    <key>framebuffer-patch-enable</key>
                    <data>AQAAAA==</data>
                    <key>framebuffer-stolenmem</key>
                    <data>AAAwAQ==</data>
                </dict>
            </dict>
        </dict>

alcid=1 is pointless with VoodooHDA.kext (as well as PciRoot(0x0)/Pci(0x1b,0x0))

also what make and model nvme/ssd do you have?
Soooo do I get rid of PciRoot(0x0)/Pci(0x1b,0x0)?
 
Directly from Device Manager: Intel SSDPEKNW512G8L
 
Status
Not open for further replies.
Back
Top