From owner-freebsd-questions Wed Aug 30 14:07:19 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id OAA01223 for questions-outgoing; Wed, 30 Aug 1995 14:07:19 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id OAA01213 for ; Wed, 30 Aug 1995 14:07:10 -0700 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id OAA06516; Wed, 30 Aug 1995 14:04:25 -0700 To: David Anderson cc: questions@freebsd.org Subject: Re: FreeBSD and the Promise 2300+ EIDE controller In-reply-to: Your message of "Wed, 30 Aug 1995 15:46:58 CDT." Date: Wed, 30 Aug 1995 14:04:25 -0700 Message-ID: <6511.809816665@time.cdrom.com> From: "Jordan K. Hubbard" Sender: questions-owner@freebsd.org Precedence: bulk > FreeBSD was on a 515MB HD with 1048 cylinders.. I tried it with LBA mode > on and off. The FreeBSD partitions were at the front of the disk, so > being past cylinder 1024 shouldn't have been a problem. Well, that's still not assured if you create one big root partition; then it's sort of a guess as to where it's going to stick the kernel image. It sounds to me like the BIOS is unable, for one reason or another, to read your kernel image. That's why it hangs. You should also definitely have LBA mode off. Try this (with LBA off): Install DOS on just a small (5MB or so) chunk at the beginning. You may find this chunk useful in the future anyway since you can put DOS based diagnostics and such there. Now install FreeBSD on the rest of the space, allowing it to get the geometry from the DOS partition. Let me know what happens. Jordan