Skip to content

Instantly share code, notes, and snippets.

@nonkronk
Last active February 26, 2024 02:28
Show Gist options
  • Select an option

  • Save nonkronk/f76bd324c5f046b4e53065399548bbe5 to your computer and use it in GitHub Desktop.

Select an option

Save nonkronk/f76bd324c5f046b4e53065399548bbe5 to your computer and use it in GitHub Desktop.
Fix Broken Ethernet for Hackintosh running under Unraid VM

Fix Broken Ethernet for Hackintosh running under Unraid VM

Change the bridge PCI bus to 0x00 and slot to 0x05:

...
<interface type='bridge'>
...
      <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment