Windows startet von OpenCore Boot Menü nicht

  • Hallo,


    Ich habe ein System mit Catalina und Monterey am laufen. Wenn ich jetzt aus dem Picker Windows starten möchte, lädt Windows direkt in eine Reparatur rein. Diese wird schnell durch einen Fehler unterbrochen.

    Windows kann ich starten, wenn ich über das F12 Bootmenü die Windows Festplatte auswähle.

    Zur Konfiguration: Es sind zwei SSDs verbaut. Auf der einen befinden sich die beiden macOS Installationen und auf der anderen Windows.

    Anbei noch mein EFI


    LG :)

  • hm, hast du dein win im csm-legacy/enabled mbr oder uefi gpt installiert?


    lg :)

  • a simple try could be to disable SSDT you have in use and try to see if Windows starts via OpenCore boot menu

    if so you have to adjust your SSDT with a code like this one:


    Code
    1. {
    2. If (_OSI ("Darwin"))
    3. {
    4. Return (Zero)
    5. }
    6. Else
    7. {
    8. Return (0x0F)
    9. }
    10. }
  • apfel-baum Mein Windows ist UEFI GPT installiert.

    Ich habe im Internet einen Artikel gefunden wo jemand schreibt es nur über das F12 Menü geht. https://www.reddit.com/r/hacki…sdt_loading_when_booting/


    fabiosun I don't know how to disable SSDTs


    LG

    Computermodell:

    Dell Optiplex 5040

    Prozessor:

    Intel Core i5-6500

    Grafikkarte:

    Intel HD Graphics 530

    RAM:

    8GB

  • du kannst die ssdts via der ocat deaktivieren- nehm den haken weg=deaktiviert, im anschluß speichern nicht vergessen.


    fabiosun

    should he deactivate the ssdt via code or via ocat/ remove the hooks ?

  • Okay dann probiere ich das mal mit dem Ocat

    Computermodell:

    Dell Optiplex 5040

    Prozessor:

    Intel Core i5-6500

    Grafikkarte:

    Intel HD Graphics 530

    RAM:

    8GB

  • It is possible to unflag via a plist editor to avoid wrong opencore saved version

  • Okay dann probiere ich das mal mit dem Ocat

    in this attachment I have disabled all your SSDT

    you can try and see if in this way windows boot

    If not, you have also use some internal OpenCore option like advisefeauture option or similar

    Dateien

  • ich hatte das gleiche Problem auf nem Dell Optiplex 7450 ..


    setz mal in Deiner config unter Booter->Quirks SyncRuntimePermissions auf TRUE


    das hast es bei mir behoben .. DELL ist da ein wenig speziell ..


    die SSDTs kannste so lassen

    iCAD (iMac13,2):

    i5 3570K, Gigabyte GA-Z77X D3H, MSI Geforce GTX 770 TF 4GB, 16 GB XMS3-1333

    AeroCool DS200, black

    OpenCore, OS X 10.14, Win 10 Pro


    critical iMac (iMac19,1):

    i5 9600K, Asus Z370-I Gaming, XFX Speedster SWFT 319 AMD RX 6800, 32 GB Vengeance 2666

    Jonsbo U4 Mini, black Mesh

    OpenCore, macOS 13, Win 11 Pro


    iPhone 12 mini 128GB, iPadPro 10,5 64 GB, Apple TV 4k 64 GB, 13“ MacBook Pro Late-2016 4TB

  • Ich startw Windows auch über Bios Bootmenü (F12), OpenCore Start zickt rum. Funktioniert perfekt

  • @hObelware Vielen Dank jetzt geht es auch bei mir :)


    fabiosun I have now managed to boot into Windows without changing the SSDTs using the other tip. But thanks anyway for your efforts :)

    Computermodell:

    Dell Optiplex 5040

    Prozessor:

    Intel Core i5-6500

    Grafikkarte:

    Intel HD Graphics 530

    RAM:

    8GB