Subject: Re: IIsi boot problem
To: Kip Walker <kwalker+@cmu.edu>
From: Tetsuaki Kiriyama <kiri@bid.cpg.sony.co.jp>
List: macbsd-general
Date: 11/05/1994 13:58:23
>>>>> On Fri, 4 Nov 1994 17:01:24 -0500 (EST),
Kip Walker <kwalker+@CMU.EDU> said:
| I am using the netbsd.iisi2.test kernel which boots fine to a point!
| with this output. I've done single user a few times, only to fsck.
| here is the multiple user boot -- it always crashes at this point
[deleted]
Please try these patch. ( May be you apply these patch by hand.)
I've got same problem,but now,
I succeed to boot multi user mode on my IIvi (with 68882) via modem port.
BTW,does anyone trying to display/handle KANJI via console ?
diff -aruN etc.org/rc etc/rc
--- etc.org/rc Thu Oct 20 09:02:58 1994
+++ etc/rc Sat Nov 5 13:28:15 1994
@@ -60,7 +60,7 @@
swapon -a
umount -a >/dev/null 2>&1
-mount -a -t nonfs
+mount -a -t nonfs -o rw
rm -f /fastboot # XXX (root now writeable)
# set flags on ttys. (do early, in case they use tty for SLIP in netstart)
diff -aruN etc.org/ttys etc/ttys
--- etc.org/ttys Thu Oct 20 09:02:59 1994
+++ etc/ttys Sat Nov 5 13:28:41 1994
@@ -6,10 +6,10 @@
#
# If the console is marked insecure, single-user requires
# the root password.
-console "/usr/libexec/getty Pc" vt100 off secure
+console "/usr/libexec/getty std.9600" vt100 on secure
# Define the console that we actually run getty on.
-ttye0 "/usr/libexec/getty Pc" vt100 on secure
+#ttye0 "/usr/libexec/getty Pc" vt100 on secure
# Hardwired lines are marked off, by default, so getty(8)
# is quiet when they don't exist.
----
T.Kiriyama / kiri@bid.cpg.sony.co.jp / pfh01215@niftyserve.or.jp