Jump to content

laxattack

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by laxattack

  1. Based off of this post https://www.insanelymac.com/forum/topic/338516-opencore-discussion/?do=findComment&comment=2677577 these lines need to be added to the DSDT for OpenCore to dual boot Method (_STA, 0, NotSerialized) // _STA: Status { If (_OSI ("Darwin")) { Return (Zero) } Else { Return (0x0F) } } and Method (_STA, 0, NotSerialized) // _STA: Status { If (_OSI ("Darwin")) { Return (0x0F) } Else { Return (Zero) } }
  2. Hey MaLd0n Just looking to make sure my DSDT is working efficiently for OpenCore trying to make sure I can boot windows properly, didn't know if this tool worked for OpenCore or not just figured I would try. Trying to make sure Method (_STA, 0, NotSerialized) // _STA: Status { If (_OSI ("Darwin")) { Return (0x0F) } Else { Return (Zero) } } is included attached is my upload. http://s000.tinyupload.com/index.php?file_id=31925198717527217788
×
×
  • Create New...