Jump to content

D510 + MAC OS X!


phantomEVO
 Share

2 posts in this topic

Recommended Posts

hi to all i've a dell d510 with those specs

 

ram pc2-5300 1,5gb

processore pentium m 1,6ghz (dothan)

northbridge intel i915gms/i910gml

southbridge intel 82801FBM (ich6-m)

vga mobile intel 915gm/gms

audio sigmatel c-major audio

hd fujitsu mhv2060ah 60gb (pata)

masterizzatore philips cdrw/dvd cdd5263

 

i would like to know if you think i can install mac os x on this notebook. which version?

 

thank you for your help and sorry for my english!

Link to comment
Share on other sites

you will need 8gb usb. the 10.6.3 snow leopard retail dmg and a working mac pc or hackintosh to create usb snow leo. to restore the dmg to usb and install chameleon2.1

then the smbios.plist and the dsdt to it.

 

need to extract dsdt with linux so it can be patched and put in the usb installer.

 

with linux live usb or cd

Ubuntu/ linuxmint/debian

sudo apt-get install acpidump iasl

Fedora:

sudo yum install pmtools iasl

 

Then run the following commands on a bash terminal:

 

 

mkdir ~/acpiinfo ; cd ~/acpiinfo

sudo acpidump > acpidump.txt

# enter password

sudo acpixtract acpidump.txt

ls *.dat | while read i; do iasl -d "${i}"; done

pid=`sudo dmidecode -s system-product-name`

vid=`sudo dmidecode -s system-version`

name=${pid// /}.${vid// /}

mkdir "${name}" && cp *.dsl "${name}"/

 

then compress (zip) the folder named d510 in the /home/username/ and post it. (mediafire or here)

 

the one problem i see is the cpu is sse2 not sse3 older.. might or might not work. (i havent tried it)

Link to comment
Share on other sites

 Share

×
×
  • Create New...