Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 1998 17:22:50 -0800 (PST)
From:      Thomas Dean <tomdean@ix.netcom.com>
To:        bombfree@hotmail.com
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: customising, compiling, and installing the kernel
Message-ID:  <199803290122.RAA01717@ix.netcom.com>
In-Reply-To: <19980329004127.11837.qmail@hotmail.com> (bombfree@hotmail.com)

next in thread | previous in thread | raw e-mail | index | archive | help
Change the config line to read:

  config  kernel root on wd1  # <-- wd1

and rebuild the kernel.

You can reboot the original kernel as
  kernel.old or kernel.GENERIC

At the boot prompt, enter

    kernel.GENERIC -cv

and you will come up with the GENERIC kernel in the config mode.

Or, you can enter

    kernel.old

and boot the previously built kernel.

Be careful with the last one, every 'make install' moves kernel to
kernel.old and installs a new kernel.  kernel.GENERIC is never
replaced, unless you do it manually.

tomdean

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803290122.RAA01717>