InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   Leopard 10.5 (http://infinitemac.com/forumdisplay.php?f=85)
-   -   iATKOS_5i install successful (http://infinitemac.com/showthread.php?t=3788)

fairlyodd 09-02-2009 12:19 PM

Imkantus to the rescue again! Thanks for the quick response m8 and the files. Will post the results when I get off of work tonight.

Again thanks so much for your help!
;)

fairlyodd 09-02-2009 10:04 PM

Okay installed the fix for finder, but the other fix I am not sure what I am supposed to do with it, there are no instructions on how or where to install it. "about this Mac " reports my CPU and Ram correctly now, thank you, but I still have the issue with systemreporter.

Thanks again!

Imkantus 09-02-2009 10:24 PM

The two files a replacements for those, stored in /System/Library/SystemProfiler

fairlyodd 09-02-2009 10:37 PM

Quote:

Originally Posted by Imkantus (Post 33293)
The two files a replacements for those, stored in /System/Library/SystemProfiler

Oh, okay, done.

Thanks again!
:D

fairlyodd 09-05-2009 07:18 PM

One other question if I may. I renamed my kernel "working_kernel" just before I upgraded to 10.5.7 and now I want to be able to boot normally without having to type in working_kernel at the Darwin boot prompt. Can I rename it back to it's original name without damaging or corrupting the kernel? If so, what would the command line syntex be in terminal?

Thanks
:)

Imkantus 09-06-2009 04:13 AM

Quote:

sudo -s
rm -f /mach_kernel
mv /working_kernel /mach_kernel
Should do it... :)

fairlyodd 09-06-2009 09:53 PM

Quote:

Originally Posted by Imkantus (Post 33729)
Should do it... :)

Thanks I will give that a go. :)

fairlyodd 09-06-2009 11:08 PM

Well I entered the syntax correctly in terminal and the name was changed back to mach_kernel, but when I rebooted the system still would not boot from Darwin, just hung at the boot prompt. I typed in /mach_kernel and it booted normally.

Odd I thought by simply changing back the name to it's original title the system would boot normally? Hmm...maybe someone can give me some insight as to why this did not happen.

Thanks so much Imkantus for your help again!
;)

Imkantus 09-07-2009 12:52 AM

I don't realy know what's the cause of this, my only ideas:

1. Try if it works after you made use of the following commands:
Quote:

sudo chmod 644 /mach_kernel
sudo chown root:wheel /mach_kernel
2. If it still doesn't work: Open up /Library/Preferences/SystemConfiguration/com.apple.boot.plist and make sure the following string looks like this:
Quote:

<key>Kernel</key>
<string>mach_kernel</string
If it's not like this - fix this two lines.

3. If everything doesn't help, change the next two lines of the file mentioned above like this:
Quote:

<key>Kernel Flags</key>
<string>/mach_kernel</string>
This will make OS X to use the parameter you have to enter for default. :)

fairlyodd 09-07-2009 01:28 AM

com.apple.boot.plist looked like this when I opened it:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Kernel</key>
<string>mach_kernel.voodoo</string>
<key>Kernel Flags</key>
<string></string>
<key>Boot Graphics</key>
<string>Yes</string>
<key>Quiet Boot</key>
<string>No</string>
<key>Timeout</key>
<string>5</string>
</dict>
</plist>

lol...maybe this could be the problem? Not sure how this happened but I am going to see if I can fix it. I am also beginning to wounder if this error in my boot.plist file had anything to do with the kernel panics I was getting while trying to boot with the voodoo kernel (9.5)? I remember reading somewhere that you had to rename the kernel and remove the ".voodoo" from the end of the title in order to be able to boot natively....not sure if this is true or not, but I am willing to bet so. ;)

Again thank you for the help my friend I will let you know if the edited file boots me normally. :)