From owner-freebsd-questions Mon Jan 2 03:52:44 1995 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id DAA26658 for questions-outgoing; Mon, 2 Jan 1995 03:52:44 -0800 Received: from odie.physik2.uni-rostock.de (odie.physik2.uni-rostock.de [139.30.40.28]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id DAA26648 for ; Mon, 2 Jan 1995 03:51:52 -0800 Received: (uphya001@localhost) by odie.physik2.uni-rostock.de (8.6.8/8.3) id MAA00828; Mon, 2 Jan 1995 12:50:15 +0100 Date: Mon, 2 Jan 1995 12:50:15 +0100 From: Lars Koeller Message-Id: <199501021150.MAA00828@odie.physik2.uni-rostock.de> To: sc67+@andrew.cmu.edu Subject: Re: Boot Manager Prob? In-Reply-To: Mail from 'Seth Andrew Covitz ' dated: Thu, 29 Dec 1994 14:03:49 -0500 (EST) Cc: freebsd-questions@freefall.cdrom.com Sender: questions-owner@freebsd.org Precedence: bulk Hello! You have to change the file boot.c in /usr/src/sys/i386/boot. Change the line part = unit = 0; into part = 0; unit = 1; even if you have one ISA drive (wd0) and a scsi dive as the second disk (sd0) you must also modify the following line: maj = (drive&0x80 ? 0 : 2); /* a good first bet */ into maj = (drive&0x80 ? 1 : 2); /* a good first bet */ and reinstall the bootblocks on the drive. Good luck Lars ------------------------------------------------------------------------------ Lars Köller E-Mail: University of Rostock (Germany) lars.koeller@odie.physik2.Uni-Rostock.DE Fachbereich Physik lars.koeller@physik.Uni-Rostock.DE Universitätsplatz 3 Phone: +49 381/498-1665 or 498-1648 18051 Rostock Fax: +49 381/498-1667