From owner-freebsd-current Sat Sep 6 18:28:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA16550 for current-outgoing; Sat, 6 Sep 1997 18:28:21 -0700 (PDT) Received: from mail.uniserve.com (dns1-van.uniserve.com [204.244.163.48]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id SAA16538 for ; Sat, 6 Sep 1997 18:28:16 -0700 (PDT) Received: from shell.uniserve.com [204.244.210.252] by mail.uniserve.com with smtp (Exim 1.70 #1) id 0x7WBl-0004yn-00; Sat, 6 Sep 1997 18:30:58 -0700 Date: Sat, 6 Sep 1997 18:21:14 -0700 (PDT) From: Tom To: Matthew Thyer cc: Tom Bartol , current@freebsd.org Subject: Re: modifying boot mgrs FROM FREEBSD In-Reply-To: <340F3E90.41C67EA6@box.net.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 5 Sep 1997, Matthew Thyer wrote: > I do this... > > Because I have a plug and pray sound card in a non plug and pray > motherboard, I have to 'activate' the sound card from DOS with the > "Intel Configuration Manager" before booting FreeBSD or the sound > card will not be detected in the device probes. To do this I have > set things up to default to booting my previous version of md-dos > which has DWCFGMG.SYS in its config.sys (thus activating the card) > then the autoexec.bat will re-write the boot block and reboot the > machine thus booting into FreeBSD. > > I use the bootblock restore program from a utility called BOOTSAVE > in DOS to manipulate the boot blocks and in FreeBSD on shutdown I > use a script called "shutit" which is: Or you could just use the fbsdboot.exe from DOS, to boot right into FreeBSD without messing with boot managers. fbsdboot.exe is in /usr/mdec Tom