From owner-freebsd-current Mon Jan 4 10:04:33 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA13311 for freebsd-current-outgoing; Mon, 4 Jan 1999 10:04:33 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from bright.fx.genx.net (bright.fx.genx.net [206.64.4.154]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA13304 for ; Mon, 4 Jan 1999 10:04:31 -0800 (PST) (envelope-from bright@hotjobs.com) Received: from localhost (bright@localhost) by bright.fx.genx.net (8.9.1/8.9.1) with ESMTP id NAA48108; Mon, 4 Jan 1999 13:08:16 -0500 (EST) (envelope-from bright@hotjobs.com) X-Authentication-Warning: bright.fx.genx.net: bright owned process doing -bs Date: Mon, 4 Jan 1999 13:08:16 -0500 (EST) From: Alfred Perlstein X-Sender: bright@bright.fx.genx.net To: "Thomas T. Veldhouse" cc: FreeBSD-Current Subject: Re: New BOOT Blocks - installation docs? In-Reply-To: <01de01be380a$01064890$236319ac@w142844.carlson.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 4 Jan 1999, Thomas T. Veldhouse wrote: > Does anybody know if there is any documentation (or a step-by-step > procedure) for installing the new boot blocks and then an elf kernel. > I have not had any luck in the past (perhaps because I am booting off > of the secondary master IDE drive). It seems to me that it shouldn't > be very hard to do, but without documentation I am just going to mess > up my system. I am a bit worried since the system is supposed to go > all ELF in two days. I have been trying to track current for various > reasons, so I really need this one. > > Thanks in advance, > > Tom Veldhouse > veldy@visi.com check the date on the files in /boot to make sure they have been installed properly, then: disklabel -B -b /boot/boot1 -s /boot/boot2 (i assume you know how to compile a kernel) to compile an ELF kernel you need to set the enviorment variable KERNFORMAT to 'elf' setenv KERNFORMAT elf -or- export KERNFORMAT=elf then in the compile/kernelname dir: make clean make depend make all make install reboot. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message