From owner-freebsd-questions Mon Apr 7 03:13:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA06073 for questions-outgoing; Mon, 7 Apr 1997 03:13:06 -0700 (PDT) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA06058 for ; Mon, 7 Apr 1997 03:12:52 -0700 (PDT) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id NAA20303; Mon, 7 Apr 1997 13:12:19 +0300 (IDT) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma020298; Mon Apr 7 13:11:32 1997 Message-ID: <3348C83E.331D@barcode.co.il> Date: Mon, 07 Apr 1997 13:11:10 +0300 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: kuma CC: freebsd-questions@freebsd.org Subject: Re: panic References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk kuma wrote: > > hi, > i have a question about booting FreeBSD. I have two hard drives C and D, > i installed FreeBSD on D. Everything went fine during installation. But > when i tried to boot up D:, it will load up all the drivers and gave me a > message "panic:can not mount root". I did set D: bootable tho > any help will be really appreciate? > Mark > > |\_/| ..mew, mew > ='O.O'= > (m m) -- kuma http://www.mathlab.sunysb.edu/~kuma > (M_M)~~ Is your second drive the master on the secondary IDE channel by chance? If so, this has been asked and answered many times. To boot, use: 1:wd(2,a)/kernel at the Boot: prompt. Then one of the following two should work: 1. Have the following line in the kernel config file: config kernel root on wd2 *or* 2. Coment out the wd1 line in the kernel config file, and change the wd2 on its line to wd1 (don't touch anything else). Then replace all references to wd2 in /etc/fstab to refer to wd1. In both cases, after you build and install the new kernel, you should be able to boot with the default options. Nadav