Jump to content
6 posts in this topic

Recommended Posts

Hi guys. I finally dd the image into the osx partition. I'm using the chain0 method to boot up osx.

 

First, I got a menu that asks me to choose which partition to boot (1st attachment). I chose the tiger-x86 partition of course. Then an error message popped up for a second and then the silver gray screen with the apple logo and little circly thing came up. The circly thing animated for like 10 secs then it stopped. After like half a minute later my comp shut down on its own.

 

I tried again with the -x switch. Same thing. Tried again with -v. Instead of the gray screen it now tells me what's going on. The second attachment shows whats happening. (Sry for the flash but it blurs if i turn flash off) As you can see most things failed when it tried to bootand stopped and I have to reboot.

 

Can anybody tell me whats going on? And what I need to do to get it working?

 

Thanks.

post-5176-1125687157_thumb.jpg

post-5176-1125687273_thumb.jpg

Link to comment
https://www.insanelymac.com/forum/topic/1775-error-booting-osx/
Share on other sites

Did you remove ATI*.kext? I think that it's because of your ATI graphic card...

If you didn't yet, boot up with -s (single mode) and remove all ATI kext files from /System/Library/Extensions...

ok, I went to the directory and ls it. but there are toooo many files :) This is a noobie question but how do I scroll back up to view the ATI kext files?

Try typing ls -1, which will display all the files 1 at a time. It might be easier to run an RM command in that folder.

 

Example: "rm ati*.kext -i"

That'll ask you before you delete the files. To be on the safer side, you could also move all the ati*.kext files to another folder with the mkdir command; move them there with the mv command.

Try typing ls -1, which will display all the files 1 at a time. It might be easier to run an RM command in that folder.

 

Example: "rm ati*.kext -i"

That'll ask you before you delete the files. To be on the safer side, you could also move all the ati*.kext files to another folder with the mkdir command; move them there with the mv command.

 

Thanks! I'll try that out right away. :unsure:

×
×
  • Create New...