Coder Social home page Coder Social logo

Comments (6)

mikebeaton avatar mikebeaton commented on July 26, 2024 2

@tijon1 - thanks for clear and helpful bug report

from bugtracker.

vit9696 avatar vit9696 commented on July 26, 2024

@mhaeuser, @mikebeaton we assert here:

  //
  // Load the image ourselves in secure boot mode.
  //
  if (SecureBootStatus == EFI_SUCCESS) {
    if ((SourceBuffer != NULL) && (OcImageLoaderCaps == NULL)) {
      Status = OcImageLoaderLoad (
                 FALSE,
                 ParentImageHandle,
                 DevicePath,
                 SourceBuffer,
                 SourceSize,
                 ImageHandle
                 );
    } else {
      //
      // We verified the image, but contained garbage, or we are trying to secure boot a Fat slice.
      // This should not happen.
      //
      ASSERT (FALSE);
      Status = EFI_UNSUPPORTED;
    }
  }
  • SecureBootStatus is EFI_SUCCESS due to (Policy == AppleImg4SbModeDisabled) && OcAppleSecureBootGetDmgLoading (NULL) policy.
  • OcImageLoaderCaps is OC_KERN_CAPABILITY_K64_U64, thus not NULL.

from bugtracker.

mikebeaton avatar mikebeaton commented on July 26, 2024

@tijon1 - Can you confirm what the behaviour is with FixupAppleEfiImages set to true in config.plist?

from bugtracker.

tijon1 avatar tijon1 commented on July 26, 2024

@mikebeaton @vit9696 The result remains the same with FixupAppleEfiImages, not advancing anywhere past that assert

from bugtracker.

mikebeaton avatar mikebeaton commented on July 26, 2024

@tijon1 - Can you confirm that the macOS XCODE5 Artifacts downloadable from here https://github.com/acidanthera/OpenCorePkg/actions/runs/9830476980 resolve the issue?

from bugtracker.

tijon1 avatar tijon1 commented on July 26, 2024

@mikebeaton @vit9696 I can confirm that the recent PR and build has fixed my issue entirely, thank you a lot for the fast work! I recommend changing readme to also mention Lion as that's the earliest version I could get the assert on, anything past 10.8 doesn't have this issue.

from bugtracker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.