dortania / bugtracker

Dortania Bugtracker
108 stars 7 forks source link

Incorrect driver name in OC 0.7.3 Sample.plist and SampleCustom.plist #236

Closed dhocker closed 2 years ago

dhocker commented 2 years ago

In 0.7.3, the layout of the Drivers section was changed. In both the Sample.plist and CustomSample.plist files, the first driver in the Drivers section is listed as HfsPlus.efi. This should be OpenHfsPlus.efi. If you copy this section verbatim to your config.plist, OC will stop with a critical error saying "HfxPlus.efi at 0 cannot be found".

    <key>Drivers</key>
    <array>
        <dict>
            <key>Path</key>
            <string>HfsPlus.efi</string>
            <key>Enabled</key>
            <true/>
            <key>Arguments</key>
            <string></string>
        </dict>
ghost commented 2 years ago

You were lucky by read all the documentation well. So you realize the issue.

If someone read well the Dortania OpenCore documentation, i'm sure they will notice this and use stable HfsPlus.efi.

dhinakg commented 2 years ago