InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #1  
Old 12-09-2008, 06:01 AM
oneshot's Avatar
oneshot oneshot is offline
Panther
 
Join Date: Nov 2008
Location: Sacramento, CA
Posts: 242
mac startup screen?

I've seen peoples OSX86 machines boot up with the mac boot up screen.



That one ^^^^^


The logo and everything instead of all that code. Do you need to have a vanilla kernel to do that or is there a way to set your boot up screen that way? Thanks =)

Mac OS X 10.5.5 Voodoo 9.5.0 2.7 GHz AMD Athlon(tm) 64 X2 Dual Core Processor 5200+ 2 GB 1334 MHz DDR2 NVIDIA GeForce 9500M-M MB Maxtor 75 GB IDE

Last edited by oneshot; 12-09-2008 at 06:24 AM.
Reply With Quote
  #2  
Old 12-09-2008, 08:37 AM
axhi axhi is offline
Jaguar
 
Join Date: Nov 2008
Posts: 67
if you have the flag -v on it will boot up with all that work. otherwise that screen should come up. unless its just booting into that all the time. what installer did you use?

.:AMD Machine:.
2.6GHz Quad Phenom 9850.:.Biostar TA790GX.:.8GB DDR2 1066MHz.:.nVidia 8600GT.:.500GB Sata HD.:.Running: LawlessPPc 10.5.4 Update to 10.5.7.:.Voodoo Kernel REV A:.

.:Macbook Pro:.
Intel Core 2 Duo.:.2GB DDR2.:.200GB HD:.
Reply With Quote
  #3  
Old 12-09-2008, 03:38 PM
lanceomni's Avatar
lanceomni lanceomni is offline
 
Join Date: Nov 2008
Location: Florida, US
Posts: 521
Smile Verbose in your com.apple.Boot.plist.

Axhi is correct. If your not manually typing -v on startup then its in your com.apple.Boot.plist.

Its located in: /Library/Preferences/SystemConfiguration/

The syntax goes something like this:
<key>Kernel Flags</key>
<string>-v -f maxmem=2048</string>


You just remove the -v and you will get the graphic startup. Id leave it be until you completely satisfied with your install as it does show useful information not only during startup but also on shutdown.

The other flags you see are just to show you the syntax. There is a single space between flags. If your not using any flags then it should look like this.
<key>Kernel Flags</key>
<string></string>


I generally copy com.apple.Boot.plist to the desktop. Make the changes then drag it back over. It will ask you to authenticate.

MOBO: Z77MX-QUO-AOS CPU: Core i7 3770K GPU: MSI N760 TF 2GD5/OC Case: Modded MacPro2,1
Memory: 32GB Corsair Vengeance (CMY32GX3M4A1600C9) Wifi: Airport Extreme bcm94321MCA BIOS: HermitCrab Labs H3A.816M
Monitor: AOC Q2963Pm 29" WFHD 2560x1080 21:9
Interests: KDE on Apple Darwin, Keeping it real with the command line, Helping those that help themselves
Reply With Quote
  #4  
Old 12-09-2008, 07:03 PM
nfoav8or's Avatar
nfoav8or nfoav8or is offline
 
Join Date: Jan 2008
Location: WA, USA
Posts: 933
after you take out the "-v" flag from the Kernel Flags section you can also specify:

Code:
"Boot Graphics"=Yes
(or)
Code:
"Boot Graphics"=No

Reply With Quote
  #5  
Old 12-17-2008, 12:32 AM
kroviken kroviken is offline
Puma
 
Join Date: Jan 2008
Posts: 25
Question

Quote:
Originally Posted by lanceomni View Post
Axhi is correct. If your not manually typing -v on startup then its in your com.apple.Boot.plist.

Its located in: /Library/Preferences/SystemConfiguration/

The syntax goes something like this:
<key>Kernel Flags</key>
<string>-v -f maxmem=2048</string>


You just remove the -v and you will get the graphic startup. Id leave it be until you completely satisfied with your install as it does show useful information not only during startup but also on shutdown.

The other flags you see are just to show you the syntax. There is a single space between flags. If your not using any flags then it should look like this.
<key>Kernel Flags</key>
<string></string>


I generally copy com.apple.Boot.plist to the desktop. Make the changes then drag it back over. It will ask you to authenticate.
why my system just have these...?

<?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</string>
<key>Kernel Flags</key>
<string>-v</string>
<key>Timeout</key>
<string>10</string>
</dict>
</plist>
Reply With Quote
  #6  
Old 12-17-2008, 12:41 AM
lanceomni's Avatar
lanceomni lanceomni is offline
 
Join Date: Nov 2008
Location: Florida, US
Posts: 521
Quote:
Originally Posted by kroviken View Post
why my system just have these...?

<?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</string>
<key>Kernel Flags</key>
<string>-v</string>
<key>Timeout</key>
<string>10</string>
</dict>
</plist>
You have -v or verbose so that you see the boot process on your screen instead of an apple logo. This is fine I mean unless you have an issue that requires something else.



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.


MOBO: Z77MX-QUO-AOS CPU: Core i7 3770K GPU: MSI N760 TF 2GD5/OC Case: Modded MacPro2,1
Memory: 32GB Corsair Vengeance (CMY32GX3M4A1600C9) Wifi: Airport Extreme bcm94321MCA BIOS: HermitCrab Labs H3A.816M
Monitor: AOC Q2963Pm 29" WFHD 2560x1080 21:9
Interests: KDE on Apple Darwin, Keeping it real with the command line, Helping those that help themselves
Reply With Quote
Reply