Port-hpcsh archive

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

Re: Error Booting on HP620lx



Sorry, I accidently duplicated a few lines, here is how it should
look:

----------------------->8-------------------
mount /dev/wd1a /mnt
cd /mnt
tar -xzvpf <your-path-to-the-distribution>/binary/sets/base.tgz
tar -xzvpf <your-path-to-the-distribution>/binary/sets/etc.tgz
tar -xzvpf <your-path-to-the-distribution>/binary/sets/games.tgz
tar -xzvpf <your-path-to-the-distribution>/binary/sets/misc.tgz
tar -xzvpf <your-path-to-the-distribution>/binary/sets/man.tgz
tar -xzvpf <your-path-to-the-distribution>/binary/sets/text.tgz

If you have a large cf you might want to add:
tar -xzvpf <your-path-to-the-distribution>/binary/sets/comp.tgz
tar -xzvpf <your-path-to-the-distribution>/binary/sets/xbase.tgz
tar -xzvpf <your-path-to-the-distribution>/binary/sets/xcomp.tgz
tar -xzvpf <your-path-to-the-distribution>/binary/sets/xetc.tgz
tar -xzvpf <your-path-to-the-distribution>/binary/sets/xfont.tgz
tar -xzvpf <your-path-to-the-distribution>/binary/sets/xserver.tgz


mkdir proc
mkdir kern
mkdir cf
ln -s /cf/netbsd

vi etc/resolv.conf  | search <domain>
                    | nameserver <ip>
                    | nameserver <ip>

vi etc/rc.conf      | configured=YES
                    | hostname="<name>"
                    | defaultroute="<ip>"
                    | no_swap=YES
                    | inetd=NO
                    | cron=NO
                    | wscons=YES
                    | critical_filesystems_local="/cf 
$critical_filesystems_local"

vi etc/fstab        | /dev/wd0a       /       ffs     rw,noatime,nodevmtime   1 
1
                    | #/dev/wd0b      none    swap    sw                      0 0
                    | /dev/wd0e       /cf     msdos   -l,rw                   0 0
                    | kernfs          /kern   kernfs  rw                      0 0
                    | procfs          /proc   procfs  rw                      0 0

vi etc/hosts        | <ip>   <hostname.domain> <hostname>

vi etc/ttys         | console on secure

vi etc/ifconfig.wi0 | up
                    | <ip> netmask 0xffffff00

cd /mnt/dev
./MAKEDEV all
umount /mnt
----------------------->8-------------------

This also assumes you have a wireless card as your nework interface,
wi0. If you have a ne2k ethernet card, change ifconfig.wi0 to
ifconfig.ne0, etc. If you haven't got any network card at all,
don't create the etc/ifconfig.**0 file. Then you can skip the
defaultroute line in etc/rc.conf too, to avoid an error message.

--
Christer O. Andersson
Odensbacken



Home | Main Index | Thread Index | Old Index