Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/notes/macppc Add some text to "Common Problems" abou...



details:   https://anonhg.NetBSD.org/src/rev/497e472852e0
branches:  trunk
changeset: 781905:497e472852e0
user:      jnemeth <jnemeth%NetBSD.org@localhost>
date:      Sat Oct 06 05:28:46 2012 +0000

description:
Add some text to "Common Problems" about Open Firmware 3.x not
setting up the console and how to work around the problem.  This
is an initial stab at solving PR/35348 for NetBSD 6.0.  After 6.0
is released, a better solution can be done for 6.1.

diffstat:

 distrib/notes/macppc/install |  21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r 24752d7b7dce -r 497e472852e0 distrib/notes/macppc/install
--- a/distrib/notes/macppc/install      Sat Oct 06 02:58:39 2012 +0000
+++ b/distrib/notes/macppc/install      Sat Oct 06 05:28:46 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: install,v 1.38 2011/05/30 06:19:53 wiz Exp $
+.\"    $NetBSD: install,v 1.39 2012/10/06 05:28:46 jnemeth Exp $
 .
 .Ss2 Open Firmware boot syntax
 .
@@ -650,6 +650,25 @@
 may have turned down the brightness of the backlight.
 Use the buttons to turn your brightness back up.
 .Pp
+Open Firmware 3.x and newer often won't setup the console if you don't
+drop to a prompt, and
+.Nx
+doesn't know how to setup the console itself.
+To get the system to boot when you have auto-boot? set to true, you
+can try this workaround.
+First, try one of the following commands:
+.sp
+.Dl setenv boot-command \*[q] screen\*[q] output boot
+.Dl setenv boot-command ." screen" output boot
+.Dl setenv boot-command ." Booting NetBSD..." cr \*[q] screen\*[q] output boot
+.sp
+You should follow the command with:
+.sp
+.Dl reset-all
+.sp
+This will cause Open Firmware to output some text to the screen prior
+to booting, thus forcing it to setup the console.
+.Pp
 Otherwise, you need a serial console.
 See the section entitled
 .Sx "Open Firmware 1 and 2 System Preparation"



Home | Main Index | Thread Index | Old Index