From owner-freebsd-questions Tue Dec 17 01:41:16 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA11410 for questions-outgoing; Tue, 17 Dec 1996 01:41:16 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id BAA11405 for ; Tue, 17 Dec 1996 01:41:11 -0800 (PST) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id LAA06129; Tue, 17 Dec 1996 11:41:22 +0200 (IST) 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 sma006125; Tue Dec 17 11:40:50 1996 Message-ID: <32B66A3F.4AED@barcode.co.il> Date: Tue, 17 Dec 1996 11:39:11 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: "Christopher J. Booth" CC: questions@freebsd.org Subject: Re: Booting to FreeBSD; Again, but Not the Same References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Christopher J. Booth wrote: > > I have recently installed a 2nd hard drve, which is dedicated to FreeBSD. > > The old hard drive is Master on IDE drive 1; the cdrom is slave on the 1st > IDE drive. The new hard drive is jumpered as "single" on the 2nd IDE drive. > I can now install from the CD-ROM, and in fact have. I am using LILO to > boot to Linux and DOS on hard drive 1, and it it is succesful. > > What I can not do is boot to FreeBSD. > > Using LILO as my boot manager, I key in "bsd" at boot time, and the FreeBSD > boot process begins. Then after a few minutes I receive this message: > > panic: cannot mount root > > and then it automatically reboots. > > Root is the first partition after the MBR. How can I take the next step and > get FreeBSD to completely boot? > > Thank you, all. > > Chris Booth > > _____________________________________________________________________ > Christopher J. Booth This speech of yours hath moved me, > cbooth@mordor.com And shall perchance do good: but speak you on; > You look as you had something more to say. > --Edmund, _King Lear_ This is somewhat of a FAQ. What you need to do is: 1. Give 1:wd(2,a) at the Boot: prompt. This will let you boot FreeBSD. 2. In the kernel config file, modify the config line to read config kernel root on wd2 3. Rebuild and install the kernel. Nadav