Jump to content

Day 2


upinthecloude
 Share

1 post in this topic

Recommended Posts

Configured Darwin boot loader to allow more time for me to change flags.

 

code:

 

sudo nano /Volumes/Macintosh/Library/Preferences/SystemConfiguration/com.apple.Boot.plist

 

(enter password)

 

Updates later. I'm now diagnosing the error messages from the -v flag.

 

UPDATE: BOOTED WITH -V PARAMETER. STOPPED AT THE "USING 16384 BUFFER HEADERS AND 4096 CLUSTER" PORTION. FOUND OUT IT WAS A PROBLEM WITH THE ACPIPLATFORM.KEXT

 

EDITED IT WITH LTL'S ACPIPLATFORM FILES.

 

CODE:

 

sudo cp -r /Volumes/Macintosh/System/Library/Extensions/AppleACPIPlatform.kext /Volumes/Macintosh/vanilla/

 

sudo cp kext/AppleACPIPlatform /Volumes/Macintosh/System/Library/Extensions/AppleACPIPlatform.kext/Contents/MacOS/

 

UPDATE: LTL'S FILE DIDN'T WORK. I DELETED THE APPLEACPIPLATFORM AND COPIED IN A NEW MODED FILE. GET FILE FROM HERE:

http://www.mediafire.com/?ubwiitdpjjz

unzip the file to your desktop.

OPEN UP TERMINAL

CODE:

 

sudo -s

(password)

cd /

cd /Volumes/MACOS/Users/xxx/Desktop

sudo rm -r /Volumes/Macintosh/System/Library/Extensions/appleACPIPlatform.kext

sudo cp -r appleACPIPlatform.kext /Volumes/Macintosh/System/Library/Extensions

(exit)

(exit)

UPDATE: STILL NO LUCK. THE DIAGNOSTIC MESSAGE STILL READS THE SAME MESSAGE. IT STOPS AT THE BUFFERS AND CLUSTERS PORTION. I'M DONE FOR TODAY. MAYBE MORE UPDATES TOMORROW.

Link to comment
Share on other sites

 Share

×
×
  • Create New...