From owner-freebsd-questions Sun May 10 11:53:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA22219 for freebsd-questions-outgoing; Sun, 10 May 1998 11:53:22 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA22189 for ; Sun, 10 May 1998 11:53:16 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA23458; Sun, 10 May 1998 11:53:16 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 10 May 1998 11:53:16 -0700 (PDT) From: Doug White Reply-To: Doug White To: Ken Seggerman cc: freebsd-questions@FreeBSD.ORG Subject: Re: To slave or not to slave new 4G hard drive & reinstall In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 9 May 1998, Ken Seggerman wrote: > Thank you for your reply. Just the sort of information I was waiting for > before opening up the case. > > Once I put the new drive in, I assume that I make the smaller original > drive the master, and the second larger drive the slave, allowing me > to leave Windows95 and the dual-boot controller where they are. Not to say that you can't put them on their own controllers, but you'll need to build a new kernel first instructing it where wd1 will end up. I'll post my boilerplate below for reference. > I assume that if I give Windows more room, and move the FreeBSD boot > sector, that I will have to somehow inform the dual-boot controller of the > new address for the FreeBSD boot sector. No, Booteasy rereads the partition tables on every boot and therefore requires no configuration. If you get the message: panic: Cannot mount root At the end of the probe sequence you should either: 1. Have the line: config kernel root on wd2 in your kernel config, OR: 2. Rename the second disk to wd1 in the kernel config (comment out the original wd1 line and change the wd2 line to read wd1, leaving all other parameters unchanged). Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message