Jump to content

MaC.OsX.10.4.5.Universal.Install.DVD(INTEL_AMD_SSE3_SSE2).iso


8 posts in this topic

Recommended Posts

okay, this is the installation that i used. im wondering who else has tried this and had any luck with it.

im trying to install onto a dell insprion 8500, ive already tried 2 times, each time the installation goes fine without any problems but when it gets to booting into osx, my computer just hangs and after about 5 minutes a little crossed out circle appears over the apple logo. and the system just continues to hang, however it sounds as if the harddrive and dvd drive are being accessed.

any ideas?

im sure at least someone else has used this iso, just let me know what problems you had with it, or if it worked. anything is helpful

i have figured out that im getting a "still waiting for root device..." message when i booted it in -v mode

No one is replying because the answer is easy to find with a search but....

 

If you look at your HD status light it's prolly not lit during the boot screen. Boot into safe mode and repair all your disk permissions, that should do the trick. The problem is with the kext that controls the HD interface.

yeah, i heard someone say that that was the only problem with this installationcd, is that the chmod values were kinda screwed on some of the kext files.

 

i remember devilhood posting this:

 

This Universal Install DVD has screwed up permissions on specific kexts, namely:

 

ApplePS2Controller.kext

AudioIPCDriver.kext

AppleMLANAudio.kext

AppleHDA.kext

 

The issue can be fixed by loading up terminal and typing:

 

cd /System/Library/Extensions

sudo find nameofkext.kext -type d -exec /bin/chmod 0755 {} \;

sudo find nameofkext.kext -type f -exec /bin/chmod 0644 {} \;

Disk Utility will not fix the problem automatically.

 

does this look about right?

×
×
  • Create New...