Subject: RE: boot problem
To: Frederik Meerwaldt <frederik@freddym.org>
From: Robert Manna <robert@mail.alum.rpi.edu>
List: port-alpha
Date: 07/28/2002 10:26:06
Thanks for the tip. I've been looking in the FAQ's on netbsd.org and have
not been able to find the answers. Maybe I haven't been looking at the
right FAQ's but I've been trying. Most of the information I've found as far
a setting up a system has assumed that everything works perfectly on first
boot.
Robert
-----Original Message-----
From: port-alpha-owner@netbsd.org [mailto:port-alpha-owner@netbsd.org]On
Behalf Of Frederik Meerwaldt
Sent: Sunday, July 28, 2002 7:03 AM
To: Robert Manna
Cc: port-alpha@netbsd.org
Subject: RE: boot problem
Robert,
> Ok, what you've told me makes sense. Now I really feel dumb. How do I
set
> the terminal if I'm using a local keyboard & monitor. When I start vi
right
> now it gives me the following error message. "term enviroment variable
not
> set"
These are complete Unix basics and you should have a look in a few FAQs.
First you have to mount your / Filesystem read-write.
I assume you havn't edited your /etc/fstab yet, so do a
mount /dev/yourrootdev / (where you should replace rootdev with your
rootdevice (e.g. sd0a)).
Then do:
vi /etc/rc.conf
Search for the string RC_CONFIGURED and replace the NO to YES.
After that, your system drops into multi-user-mode.
The way I do it:
cat /etc/defaults/rc.conf >> /etc/rc.conf.
Then edit /etc/rc.conf and delete every line which doesn't differ from the
default.
Ah - to set the terminal do TERM=vt100; export TERM if you are using sh or
setenv TERM vt100 if you are using CSH.
Greetings - Freddy
--
Freddy Meerwaldt | http://www.freddym.org (Last Update 06/2002)
Bavaria/Germany | Howtos: OpenVMS, VXT2000, AXP150, DHCPd
IRC: freddy | And a bit about me