astonmartin Posted September 2, 2005 Share Posted September 2, 2005 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. Link to comment https://www.insanelymac.com/forum/topic/1775-error-booting-osx/ Share on other sites More sharing options...
flaker Posted September 2, 2005 Share Posted September 2, 2005 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... Link to comment https://www.insanelymac.com/forum/topic/1775-error-booting-osx/#findComment-11513 Share on other sites More sharing options...
astonmartin Posted September 3, 2005 Author Share Posted September 3, 2005 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... <{POST_SNAPBACK}> 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? Link to comment https://www.insanelymac.com/forum/topic/1775-error-booting-osx/#findComment-11700 Share on other sites More sharing options...
crypto55 Posted September 4, 2005 Share Posted September 4, 2005 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. Link to comment https://www.insanelymac.com/forum/topic/1775-error-booting-osx/#findComment-12011 Share on other sites More sharing options...
domino Posted September 4, 2005 Share Posted September 4, 2005 Thanks for the reply crypto. I guess everyone here will be forced to learn there unix commands . Link to comment https://www.insanelymac.com/forum/topic/1775-error-booting-osx/#findComment-12019 Share on other sites More sharing options...
astonmartin Posted September 4, 2005 Author Share Posted September 4, 2005 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. <{POST_SNAPBACK}> Thanks! I'll try that out right away. Link to comment https://www.insanelymac.com/forum/topic/1775-error-booting-osx/#findComment-12157 Share on other sites More sharing options...
Recommended Posts