Dell Mini 10v Mac OS X Discussion Discussion dedicated to installing and setting up Mac OS X on the Dell Mini 1011

Reply
 
LinkBack Thread Tools Display Modes
  (#1) Old
Junior Member
 
Posts: 1
Join Date: Nov 2009
Default Decreasing OS X boot time? - 12-08-2009, 04:07 AM

I've used the Netbook Installer method and OS X SL is working great. Since it's my only OS, I'd like to limit boot time as much as possible. Pretty much anything that's on a timer I'd like to set to 0.

How do I do that and what other tips do you have to make this baby boot in record time?

I'm already using a 200gb 7200rpm drive and I've upgraded to 2gb Ram.

Thanks!
Reply With Quote
  (#2) Old
Member
 
Posts: 62
Join Date: Dec 2009
Location: Canada
Default 12-08-2009, 04:13 AM

You can use quietboot to remove the bar when it first boots i think, its on NBI


Sharing is Caring!
Reply With Quote
  (#3) Old
Member
 
Posts: 57
Join Date: Nov 2009
Location: Leicester, England
Default 12-14-2009, 06:45 PM

Hi guys,

I'm running SL 10.6.1 on A06. Is this simply a matter of re-running NBI 0.8.3 RC3 with only Quite Boot selected?


Dell Mini 10v | A06 | 10.6.2 | NBI 0.8.3 RC5
iLife '09 | iWork '09
Reply With Quote
  (#4) Old
Junior Member
 
Posts: 23
Join Date: Mar 2009
Default 12-14-2009, 07:04 PM

Quote:
Originally Posted by snkhan View Post
Hi guys,

I'm running SL 10.6.1 on A06. Is this simply a matter of re-running NBI 0.8.3 RC3 with only Quite Boot selected?
That sounds like rebuilding a house to fix a door.

Open your boot.plist with a text editor (short for com.apple.Boot.plist), in /Extra (report back if its not there) and add Quiet Boot=Yes

eg

if your boot.plist looks like this
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Default Partition</key>
	<string>hd(0,2)</string>
	<key>Kernel</key>
	<string>mach_kernel</string>
	<key>Kernel Flags</key>
	<string></string>
</dict>
</plist>
make it look like this

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Default Partition</key>
	<string>hd(0,2)</string>
	<key>Kernel</key>
	<string>mach_kernel</string>
	<key>Kernel Flags</key>
	<string></string>
	<key>Quiet Boot</key>
	<string>Yes</string>
</dict>
</plist>
save and reboot
Reply With Quote
  (#5) Old
Member
 
Posts: 57
Join Date: Nov 2009
Location: Leicester, England
Default 12-14-2009, 07:23 PM

Hi there,

Thanks for that. My Boot.plist file looks like this:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Boot Graphics</key>
	<string>Yes</string>
	<key>Kernel</key>
	<string>mach_kernel</string>
	<key>Kernel Flags</key>
	<string></string>
	<key>SMBIOSdefaults</key>
	<string>No</string>
	<key>Timeout</key>
	<string>5</string>
	<key>device-properties</key>
	<string>c60000000100000002000000610000000200000002 010c00d041030a000000000101060000027fff040010000000 6d006f00640065006c0000000b000000474d41203935302000 00004100410050004c002c00480061007300500061006e0065 006c0000000800000001000000590000000200000002010c00 d041030a0000000001010600001b7fff0400180000006c0061 0079006f00750074002d00690064000000080000000c000000 160000006200750069006c0074002d0069006e000000050000 0001</string>
</dict>
</plist>
Presumably I only need to add the Quiet Boot specifier as per your post. However must I delete another entry? What is the Timeout key for?

On a completely unrelated note, anyone know an easy way of popping off the key from the 10v? I would like to swap the Command and Alt keys around.


Dell Mini 10v | A06 | 10.6.2 | NBI 0.8.3 RC5
iLife '09 | iWork '09
Reply With Quote
  (#6) Old
Member
 
Posts: 91
Join Date: Dec 2009
Default 12-14-2009, 07:31 PM

Quote:
Originally Posted by 18seven View Post
That sounds like rebuilding a house to fix a door.

Open your boot.plist with a text editor (short for com.apple.Boot.plist), in /Extra (report back if its not there) and add Quiet Boot=Yes
In your anti-GUI elitism, did you ever stop to think that only using Quiet Boot in the GUI does the same thing?
Reply With Quote
  (#7) Old
Junior Member
 
Posts: 23
Join Date: Mar 2009
Default 12-14-2009, 08:03 PM

Quote:
Originally Posted by snkhan View Post
Hi there,

Thanks for that. My Boot.plist file looks like this:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Boot Graphics</key>
	<string>Yes</string>
	<key>Kernel</key>
	<string>mach_kernel</string>
	<key>Kernel Flags</key>
	<string></string>
	<key>SMBIOSdefaults</key>
	<string>No</string>
	<key>Timeout</key>
	<string>5</string>
	<key>device-properties</key>
	<string>c60000000100000002000000610000000200000002 010c00d041030a000000000101060000027fff040010000000 6d006f00640065006c0000000b000000474d41203935302000 00004100410050004c002c00480061007300500061006e0065 006c0000000800000001000000590000000200000002010c00 d041030a0000000001010600001b7fff0400180000006c0061 0079006f00750074002d00690064000000080000000c000000 160000006200750069006c0074002d0069006e000000050000 0001</string>
</dict>
</plist>
Presumably I only need to add the Quiet Boot specifier as per your post. However must I delete another entry? What is the Timeout key for?

On a completely unrelated note, anyone know an easy way of popping off the key from the 10v? I would like to swap the Command and Alt keys around.
Yes, remove the timeout key+string as well.

@ outphase
Are you suggesting that text editors are not gui based? I actually don't know what that tool does and never will, thus offered my knowledge.

Installers/mangers like NBI are nice stepping stones for n00bs but that ease brings compromise. i.e. That dev id string above, I choose to do this in dsdt. With a tool you simply don't choose, the dev does and thus the user does not learn. What will that user do when the dev retires the project? What's so harmful about a little osx86 education?
Reply With Quote
  (#8) Old
Senior Member
 
Posts: 104
Join Date: Jan 2009
Default 12-14-2009, 08:08 PM

Quote:
Originally Posted by outphase View Post
Quote:
Originally Posted by 18seven View Post
That sounds like rebuilding a house to fix a door.

Open your boot.plist with a text editor (short for com.apple.Boot.plist), in /Extra (report back if its not there) and add Quiet Boot=Yes
In your anti-GUI elitism, did you ever stop to think that only using Quiet Boot in the GUI does the same thing?
Yeah really. The GUI is there so individuals that are uncomfortable in the Terminal can just click buttons.

---------- Post added at 03:08 PM ---------- Previous post was at 03:07 PM ----------

Quote:
Originally Posted by snkhan View Post
Presumably I only need to add the Quiet Boot specifier as per your post. However must I delete another entry? What is the Timeout key for?
No need to delete another entry if you're going this route, just add the necessary Quiet Boot one. Although I'd recommend you just use the NetBookInstaller app to make this change.

The "Timeout" is how long it will wait for you to hit a key to bring up the boot menu. I don't know that it affects anything when Quite Boot is enabled though so you could just leave it as is.

Quote:
On a completely unrelated note, anyone know an easy way of popping off the key from the 10v? I would like to swap the Command and Alt keys around.
For the sound popping, see this thread (scroll down till you find the headline that addresses the popping):

http://www.mydellmini.com/forum/mac-...1-28-09-a.html

For the Command and Alt keys:
  1. Select System Preferences from the Apple menu in the top-left.
  2. Click Keyboard.
  3. Click Modifier Keys in the bottom-right.
  4. Change as desired.


Mini 10v (160 GB HDD, 1 GB RAM, OS X 10.6.2, NBI 8.3, BIOS A04)
Reply With Quote
  (#9) Old
Member
 
Posts: 91
Join Date: Dec 2009
Default 12-14-2009, 08:51 PM

Quote:
Originally Posted by snkhan View Post
Presumably I only need to add the Quiet Boot specifier as per your post. However must I delete another entry? What is the Timeout key for?

On a completely unrelated note, anyone know an easy way of popping off the key from the 10v? I would like to swap the Command and Alt keys around.
Timeout is that bar that counts down before the Apple logo shows up. When you use Quiet Boot, it removes that counter, so Timeout is not used.

Quote:
Originally Posted by 18seven View Post
@ outphase
Are you suggesting that text editors are not gui based? I actually don't know what that tool does and never will, thus offered my knowledge.

Installers/mangers like NBI are nice stepping stones for n00bs but that ease brings compromise. i.e. That dev id string above, I choose to do this in dsdt. With a tool you simply don't choose, the dev does and thus the user does not learn. What will that user do when the dev retires the project? What's so harmful about a little osx86 education?
I was referring to your consistent anti-GUI standpoint on this forum. You have repeatedly chastised NBI users for using NBI and not getting into the nitty gritty like you have. It comes off as arrogant and elitist.

While I do agree with your sentiment that an all-in-one GUI does create dependence, there are better ways to go about it. One of the big things about going in to the files manually is knowing why. Pointing a user who is GUI-heavy to a text file isn't the best thing to do if they don't know why something is being done. Saying that they should just delete/edit something without knowing why creates the same problem as a GUI. Now that the work is done, they still don't know why.
Reply With Quote
  (#10) Old
Junior Member
 
Posts: 23
Join Date: Mar 2009
Default 12-14-2009, 09:38 PM

@ JustAMacUser

I think snkhan actually wants to physically change the keyboard layout.

@ outphase

If you have an issue with me report me to the mods.
Reply With Quote
Reply

Tags
boot, boot-up, decrease, faster, os x

« Wireless Card Upgrade for 10v! | Can the 10v be used like a Mac Mini »
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Copyright © 2008-2011 MyDellMini.com.