From owner-freebsd-questions Tue Sep 12 07:39:46 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA12850 for questions-outgoing; Tue, 12 Sep 1995 07:39:46 -0700 Received: from odie.physik2.uni-rostock.de (odie.physik2.uni-rostock.de [139.30.40.28]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id HAA12831 for ; Tue, 12 Sep 1995 07:39:04 -0700 Received: (from uphya001@localhost) by odie.physik2.uni-rostock.de (8.6.11/8.6.9) id QAA13779; Tue, 12 Sep 1995 16:36:54 +0200 Date: Tue, 12 Sep 1995 16:36:54 +0200 From: Lars Koeller Message-Id: <199509121436.QAA13779@odie.physik2.uni-rostock.de> X-Face: nLQGe[[K51[{{[C\,BiQm[7]u1m{N>_\%nLBo4t@)CoZ}hK[W7DwX&V=}Wf#Qb,j:Jpj[(12r=b~:dYmh]fDf\, ]_frt6eM' dated: Tue, 12 Sep 1995 13:18:22 +0200 (MET DST) Cc: freebsd-questions@freefall.FreeBSD.org Sender: questions-owner@FreeBSD.org Precedence: bulk > > The option is BOOT_HD not BOOT_HT > > You're right, the comment line say BOOT_HT but the ifdef uses BOOT_HD > but I didn't solve it so far. I did a make and make install in the > /sys/i386/boot/biosboot directory and it did install some files in /usr/mdec. > What am I doing wrong? You also havt to disklabel the device: su to root chdir to /usr/mdec disklabel -B sd0 And try a reboot. But I remember to have problems with my installation (disk one is a ESDI wd0, and FreeBSD is a SCIS sd0). I have changed the followind lines in boot.c and add a -DBOOT_HD1 to the makefile (remove the -DBOOT_HD). part = 0; unit = drive & 0x7f; #ifdef BOOT_HD1 maj = (drive&0x81 ? 1 : 2); #elif defined(BOOT_HD) maj = (drive&0x80 ? 1 : 2); /* a good first bet */ #else maj = (drive&0x80 ? 0 : 2); /* a good first bet */ #endif > > > > Hi, > > > > > > I've FreeBSD 2.0.5 installed on my SCSI-drive, which is the second drive. > > > On the first drive, an IDE-drive, is Windows'95. > > > When I boot FreeBSD I must enter "hd(1,a)/kernel". How can I change this so > > > that FreeBSD boots automatic? I've tried de option "config kernel root on sd0" > > > but that doesn't do the trick. I also tried to add the option "BOOT_HT" in > > > the file /sys/i386/boot/biosboot/Makefile. Also without succes. > > > ( changed line: (added -DBOOT_HT) > > > CFLAGS= -O2 -DDO_BAD144 -DBOOTWAIT=${BOOTWAIT} -DCOMCONSOLE=0x3F8 -DBOOT_HT ) Regards Lars -- ______________________________________________________________________________ Lars Köller E-Mail: University of Rostock (Germany) lars.koeller@odie.physik2.Uni-Rostock.DE Fachbereich Physik Universitätsplatz 3 Phone: +49 381/498-1665 or 498-1648 18051 Rostock Fax: +49 381/498-1667