Jump to content
2 posts in this topic

Recommended Posts

If you can build a boot stick, and you have my motherboard and video card, you should be good to go.

 

Otherwise you need your own DSDT and need to modify and or add/replace kext files. And modify smbios.plist and com.apple.boot.plist

 

I'm using AsereBLNs Booter, DSDT, and some kexts I put together. In addition, I'm using the voodooHDA which you will need to install directly into your build.

 

Enjoy

 

FYI - to build your boot stick, drop a script like this into the booter folder and run it

 

 

#!/bin/bash

 

# replace rdisk5 and rdisk5s2 with your disks

sudo fdisk -f boot0 -u -y /dev/rdisk4

sudo dd if=boot1h of=/dev/rdisk4s1

 

# replace boot1 with the name of your bootstick

sudo rm /Volumes/boot/boot

sudo cp boot /Volumes/boot

 

PS- if you need more help making a boot stick or installing, you can always go HERE for a great noob step by step screen shot guide.

LTL_10.6.3.zip

  • 2 months later...
×
×
  • Create New...