From owner-freebsd-questions Fri Jun 30 5:16:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 2F7FA37BBA7 for ; Fri, 30 Jun 2000 05:16:47 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id QAA15100; Fri, 30 Jun 2000 16:19:44 +0200 Message-ID: <395C8FCB.A0A2F50D@i-clue.de> Date: Fri, 30 Jun 2000 14:17:15 +0200 From: Christoph Sold Reply-To: so@server.i-clue.de Organization: i-clue interactive GmbH X-Mailer: Mozilla 4.73 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Bill Olson Cc: questions@FreeBSD.ORG Subject: Re: Hello, References: <395C8A5E.127EC2B7@maine.rr.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bill Olson wrote: > > I installed FreeBSD from ftp3.freebsd.org and when I get done installing > it and reboot, I get this message: > > >> FreeBSD/i386 BOOT > Default: 0:ad(0,1)boot > boot: > > I configured > Disk 1 /usr 1549MB > Disk 2 /var 300MB > Disk 2 / 300MB > Disk 2 SWAP 320MB > Disk 2 /stuff 300MB > > I make both drives bootable and install the FreeBSD boot maganer. WHat > am I doing wrong? I really don't weant to reinstall FreeBSD as this is > the third time I have treied this. I'm just ready to give up! :-). This > is the first time I have had a problem with FreeBSD as I have got it to > run before I ran into the problem. I can get SSH, VNC and others to run > as well. It seems your system tries to boot from the first hard disk. The kernel waits on drive two, as your disk layout shows. Either install a bootmanager able to switch to the second hard disk, reconfigure your disk layout to include / on the first hard disk, or modify /boot/boot.conf to load from the second hard disk [read the man page on the last option, this is from memory]. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message