InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   Leopard 10.5 (http://infinitemac.com/forumdisplay.php?f=85)
-   -   Replacing Coding at startup (http://infinitemac.com/showthread.php?t=1342)

Aydinz 09-17-2008 09:50 AM

Replacing Coding at startup
 
how would i go about replacing all the coding which says loading kext's and stuff at the start after selecting the OS with the apple loading screen?

Cheers :D

R0GUE 09-17-2008 10:56 AM

In your com.apple.boot.plist remove: -v
It's within the line under kernel flags.

This file can be found in /Library/Preferences/SystemConfiguration/

Aydinz 09-18-2008 09:04 AM

i dont have this directory "/Library/Preferences/SystemConfiguration/" i have no preferences folder, just a preferencepanes folder.

Voyn1x 09-18-2008 12:33 PM

You must be looking in the wrong directory, probably System.

You can find it here: http://www.grabup.com/uploads/a5aea6...03fca40993.png

R0GUE 09-18-2008 12:47 PM

Quote:

Originally Posted by Aydinz (Post 16381)
i dont have this directory "/Library/Preferences/SystemConfiguration/" i have no preferences folder, just a preferencepanes folder.

That's because you're looking in your home directory (which is a common mistake).
Code:

~/Library = Users/yourname/Library/
/Library = HD Root/Library/


Aydinz 09-19-2008 12:16 AM

thanks i found the file, except now it say: The document “com.apple.Boot.plist” could not be saved. You do not have appropriate access privileges. when i try to change it, but i have an admin account...

cgsheen 09-19-2008 12:28 AM

Quote:

Originally Posted by Aydinz (Post 16399)
thanks i found the file, except now it say: The document “com.apple.Boot.plist” could not be saved. You do not have appropriate access privileges. when i try to change it, but i have an admin account...

com.apple.Boot.plist
- "get info"
- look down at the bottom - "permissions"
- click the lock, enter admin password,
- click the "+", add yourself and/or administrators,
- click permissions choose read/write
- exit.

You also need the same permissions for the folder that it's in... (that means "change the permissions in the folder too"...)

Aydinz 09-19-2008 12:34 AM

cool thank you :) and do i get rid of the whole <string>-v</string> or just the -v and do i replace it with anything?

cheers
thanks for the help btw

Aydinz 09-19-2008 02:13 AM

thanks for all the help :) i just experimented and fixed it :) also i was just wondering is there a way to make darwin kernal automatically load OS X instead of me having to press enter to select it? ive managed to take out that 10sec thing which automatically selects it after 10secs but now it just goes straight to the select OS menu. i removed it by replacing the 10 in the com.apple.Boot.plist with a 0. so if there is anyway for it to auto select OS X it would be great if you could explain it to me :)

thanks!
very supportive forum :)
love the AMD dedication :D

Aydinz 10-04-2008 06:27 AM

bump...anyone know?