Port-i386 archive

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

Re: netbsd-INSTALL Kernel gone?



On Thu, Oct 28, 2010 at 01:51:49PM +0200, Karin Willers wrote:
> 
> The document I am referring to is:
> 
> http://ftp.netbsd.org/pub/NetBSD/NetBSD-5.0.2/i386/INSTALL.ps 
> 
> I will try the INSTALL_Floppy kernel and look into the miniroot
> documents.

It's pretty easy:

put ...release/installation/miniroot/miniroot.kmod and 
    ...release/binary/kernel/netbsd-GENERIC.gz 

onto your file server.

Boot, drop into the bootblock prompt, then:
======================
enable modules
load /miniroot.kmod
boot
======================

Actually - write a short boot.cfg to the NFS root, too, the you don't 
have to intervene. Mine looks like this:

gnatios@theory 26 % cat boot.cfg
banner=Informatik V NetBSD/i*86 - Installation
banner=
menu=Installation NetBSD-5 32bit:load /miniroot5.kmod;boot netbsd5gen
menu=Installation NetBSD-5.1 32bit:load /miniroot51.kmod;boot netbsd51
menu=Installation NetBSD-current 32bit:load /minirootcur.kmod;boot 
netbsdcur.mono
menu=Boot prompt - nur fuer Fortgeschrittene!:prompt
timeout=-1

Regards,
        -is


Home | Main Index | Thread Index | Old Index