From owner-freebsd-questions Tue Jul 10 16:19:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id E98BF37B407 for ; Tue, 10 Jul 2001 16:19:36 -0700 (PDT) (envelope-from oberman@ptavv.es.net) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id f6ANJPA25982; Tue, 10 Jul 2001 16:19:25 -0700 (PDT) Message-Id: <200107102319.f6ANJPA25982@ptavv.es.net> To: so@server.i-clue.de Cc: "Nickolay A. Kritsky" , freebsd-questions@FreeBSD.ORG Subject: Re: Problems doing installkernel in 4.2 In-reply-to: Your message of "Tue, 10 Jul 2001 17:14:50 +0200." <3B4B1BEA.D0E64097@i-clue.de> Date: Tue, 10 Jul 2001 16:19:25 -0700 From: "Kevin Oberman" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Date: Tue, 10 Jul 2001 17:14:50 +0200 > From: Christoph Sold > Sender: owner-freebsd-questions@FreeBSD.ORG > > > > "Nickolay A. Kritsky" schrieb: > > > > I have recently set up new clean 4.2 system from CD-ROM. Then I downloaded 4.3 src tree from anoncvs. > > then i did following: > > #make buildworld > > #make buildkernel > > #shutdown now > > Shouldn't come make installworld before make installkernel? No, although you normally would install the kernel prior to shutdown or simply "make kernel" to do both buildkernel and install kernel at once. The reason is that you want to make sure the new kernel boots up before you install the rest of the system so you can easily back off to kernel.old while you fix the problem with the kernel. If you installworld, backing off is nearly impossible. Not that this is any insight into the original problem. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message