[388] in netbsd-help mailing list archive
Re: booting single-user over network..
daemon@ATHENA.MIT.EDU (John Hawkinson)
Fri Oct 27 00:30:41 1995
Date: Fri, 27 Oct 1995 00:30:20 -0400
To: aaron@tertius.mit.edu
Cc: netbsd-help@MIT.EDU
From: John Hawkinson <jhawk@MIT.EDU>
> how can I load a kernel over the network in single user moede??
Is this for NetBSD/i386? The default boot loader doesn't support
this.
Could you explain why you want to do this, and just what you're trying
to accomplish. There are some tools to do this sort of thing that we're
not awfully experienced with, but we can try and give you a hand
with a bit more clarification.
> ble()netbsd -bs (or -s, or s) doesn't work.
> (just goes into multi-user mode)
Yes, this would work under NetBSD/sun3, f'rinstance, but the i386
boot loader is pretty limited...
Anyhow, using:
-s
will just boot single user off your disk, as will
/netbsd -s
--jhawk