> Andrés Gómez-Peña writes:
> I am using a Dell Precision 670 (single Xeon processor) and although
> installation process was succesful once I chose to reboot all I get for
> hours is the apple logo on th escreen. Only the logo, no progress
> indicator, no nothing. I am just a novice fooling around, but any clues?
Scott C. Lemon <email@hidden> responds:
> Yes ... I found quite often that when booting, I have to hit enter at the
> "press any key to enter startup options" prompt. You can then enter a "-v"
> for verbose at the boot: prompt. Hit enter and watch the boot process ...
> You might then see where things are hanging.
>
> On my installations, I quite often have to specify the boot device also ...
> So, for example, on my system with a single IDE disk I'll enter "rd=disk0s1
> -v" instead of just "-v". The disk#s# is indicating (I think) the disk
> channel and disk device ...
To make this permanent, you can edit the file
/Library/Preferences/SystemConfiguration/com.apple.Boot.plist
and change
<key>Kernel Flags</key>
<string>debug=0x144 -v</string>
to
<key>Kernel Flags</key>
<string>-v</string>
to always boot verbosely, or to something like
<key>Kernel Flags</key>
<string>rd=disk0s3 -v</string>
to always boot from partition 3 of disk 0, verbosely.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-x86 mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/darwin-x86/email@hidden
This email sent to email@hidden