From owner-freebsd-hackers Sun Apr 9 10:18:37 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA27632 for hackers-outgoing; Sun, 9 Apr 1995 10:18:37 -0700 Received: from grep.cs.fsu.edu (grep.cs.fsu.edu [128.186.121.152]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id KAA27625 for ; Sun, 9 Apr 1995 10:18:35 -0700 Received: by grep.cs.fsu.edu (8.6.9/56) id NAA09850; Sun, 9 Apr 1995 13:18:30 -0400 From: Mark Bynum Message-Id: <199504091718.NAA09850@grep.cs.fsu.edu> Subject: Booting off of the second drive To: freebsd-hackers@FreeBSD.org Date: Sun, 9 Apr 1995 13:18:30 -0400 (EDT) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 881 Sender: hackers-owner@FreeBSD.org Precedence: bulk After reading through several FAQs, mail messages, and the like I tried to make FreeBSD boot off of my second hard drive (which is a SCSI drive, the first being an IDE drive) by modifying the code in /usr/sys/src/i386/boot/biosboot/boot.c (if I remember the path correctly). Well I changed the line that said part = unit = 0; to part = 0; unit = 1; I then did a make in that directory, a make install, and then did a disklabel -B sd0. I got an error from disklabel saying that the drive was 0 revolutions and 0 something else, but I disregarded them because I am currently running from sd0. Well after rebooting the boot program gives me an error like: bad boot blocks:can't find /kernel I can still boot using "hd(1,a)/kernel" but was wondering if there was a way to fix the error? Did I do the above procedure correctly? Thanks for any help, Mark Bynum bynum@cs.fsu.edu