summaryrefslogtreecommitdiff
path: root/distrib/notes
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2009-02-17 08:26:59 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2009-02-17 08:26:59 +0000
commit8f8db177346ef5d5ec5f5c3f78879acbb593a0fc (patch)
tree558fa00a382a70b09cca9b07665226f0f2a313e7 /distrib/notes
parent824755c93acaf1886b9079e1b958dc2c98a5625a (diff)
- mention that you have to increase 'bootdelay' in some cases, as the
sata chip is slow to initialize. and otherwise openbsd won't find a root discussed with kettenis@
Diffstat (limited to 'distrib/notes')
-rw-r--r--distrib/notes/socppc/prep11
1 files changed, 10 insertions, 1 deletions
diff --git a/distrib/notes/socppc/prep b/distrib/notes/socppc/prep
index 6031773daef..bfaedf98a39 100644
--- a/distrib/notes/socppc/prep
+++ b/distrib/notes/socppc/prep
@@ -1,4 +1,4 @@
-dnl $OpenBSD: prep,v 1.6 2009/02/16 13:53:09 jasper Exp $
+dnl $OpenBSD: prep,v 1.7 2009/02/17 08:26:58 jasper Exp $
To be able to boot the OpenBSD/MACHINE installation program, you will
need to learn a bit about Das U-Boot, the low-level process that controls
the microprocessor after hardware initialization.
@@ -136,3 +136,12 @@ for example:
The bootloader is command driven with timeout like many other OpenBSD
architectures.
+
+It may be needed to increase the 'bootdelay' variable in order to give
+the SATA-chip a chance to initialize. Having a too short delay could cause
+OpenBSD/socppc to not find it's root device (and thus kernel image).
+In some cases as much as ten seconds are needed for the delay, although
+five seconds will do in most cases:
+
+ => setenv bootdelay 5
+ => saveenv