From owner-freebsd-current Tue Jun 17 22:06:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA28286 for current-outgoing; Tue, 17 Jun 1997 22:06:43 -0700 (PDT) Received: from shell.uniserve.com (tom@shell.uniserve.com [204.244.210.252]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA28280 for ; Tue, 17 Jun 1997 22:06:31 -0700 (PDT) Received: from localhost (tom@localhost) by shell.uniserve.com (8.8.5/8.8.5) with SMTP id WAA16328; Tue, 17 Jun 1997 22:04:56 -0700 (PDT) X-Authentication-Warning: shell.uniserve.com: tom owned process doing -bs Date: Tue, 17 Jun 1997 22:04:51 -0700 (PDT) From: Tom To: Tom Jackson cc: FreeBSD Current Subject: Re: boot.help not work In-Reply-To: <19970617211047.55183@peeper.my.domain> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 17 Jun 1997, Tom Jackson wrote: > I moved the file to / fs and even remade the biosboot directory > but when booting, I don't get this boot screen. > > Any help? > > Tom > You need to use disklabel to write the new boot blocks to your disk. This is never done automatically, and is normally only done by sysinstall as part of the initial install. Tom