From owner-freebsd-stable Sat Nov 9 10:49:13 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA13668 for stable-outgoing; Sat, 9 Nov 1996 10:49:13 -0800 (PST) Received: from gvr.win.tue.nl (gvr.win.tue.nl [131.155.210.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA13663 for ; Sat, 9 Nov 1996 10:49:06 -0800 (PST) Received: (from guido@localhost) by gvr.win.tue.nl (8.8.2/8.8.2) id TAA00304; Sat, 9 Nov 1996 19:48:20 +0100 (MET) From: Guido van Rooij Message-Id: <199611091848.TAA00304@gvr.win.tue.nl> Subject: Re: Intel Atlantis board problems In-Reply-To: <961109152754_100120.3121_EHQ49-1@CompuServe.COM> from Berend de Boer at "Nov 9, 96 10:27:55 am" To: 100120.3121@CompuServe.COM (Berend de Boer) Date: Sat, 9 Nov 1996 19:48:19 +0100 (MET) Cc: freebsd-stable@freebsd.org X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > OK, next we installed on the first drive. Installation went ok. > > Now if you try to boot you get the ':' prompt. If you press Enter it reboots. If > you type wd(0,a)/kernel it boots fine. > > Luckily we have the source (and some spare time). Here some info printed by the > openrd function in sys.c: > > If you press Enter after the ':' prompt you get: > > dosdev=3b, biosdrive=59, unit=59, maj=2 > > (and the system reboots spontanuously) > > If you enter 'wd(0,a)/kernel' it says: > > dosdev=80, biosdrive=0, unit=0, maj=0 > > (and boots fine) > This looks like a similar problem I found. Try to edit /sys/i386/boot/biosboot/boot.c Look for this line: for(ret = 0; ret < N_BIOS_GEOM; ret ++) Replace N_BIOS_GEOM by 3 (which is the number of devices you have on you hd controllers). Then type make make install cd /usr/mdec disklabel -B wd0 If I'm correct, this would solve the fact that FreeBSD does not automatically boots from wd(0,a)/kernel. Could you report back to this list if this fixes it? -Guido