From owner-freebsd-current Mon Nov 9 00:47:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA29877 for freebsd-current-outgoing; Mon, 9 Nov 1998 00:47:36 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ceia.nordier.com (m1-60-dbn.dial-up.net [196.34.155.60]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA29872 for ; Mon, 9 Nov 1998 00:47:31 -0800 (PST) (envelope-from rnordier@nordier.com) Received: (from rnordier@localhost) by ceia.nordier.com (8.8.7/8.6.12) id KAA05474; Mon, 9 Nov 1998 10:45:17 +0200 (SAT) From: Robert Nordier Message-Id: <199811090845.KAA05474@ceia.nordier.com> Subject: Re: Boot Loader question In-Reply-To: <36465583.E523F26E@lmco.com> from "George W. Dinolt" at "Nov 8, 98 06:37:55 pm" To: george.w.dinolt@lmco.com (George W. Dinolt) Date: Mon, 9 Nov 1998 10:45:13 +0200 (SAT) Cc: mike@smith.net.au, freebsd-current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG George W. Dinolt wrote: [ ... ] > After the latest patches available via CTM (src-cur.3611) > with the following "Id's" > $Id: boot1.s,v 1.4 1998/11/05 20:52:25 rnordier Exp $ > $Id: boot2.c,v 1.13 1998/10/27 20:16:36 rnordier Exp $ > > I create a floppy with the following set of commands: > > fdformat /dev/fd0.1440 > disklabel -w -r fd0 fd1440 > disklabel -B -b /boot/boot1 -s /boot/boot2 /dev/fd0 > newfs rfd0 fd1440 > mount /dev/fd0 /floppy > mkdir /floppy/boot > cp /boot/{boot1,boot2,loader} /floppy/boot > cd /floppy > echo boot/loader > boot.config > > When I boot from this floppy I get the error message: > > Read error > Hit return to reboot: [ ... ] Thanks for the detailed response. A number of changes to boot1/boot2 were committed yesterday, and it would be interesting to know whether these resolve the problem. The most recent revisions are: boot1.s 1.5 boot2.c 1.16 -- Robert Nordier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message