From owner-freebsd-stable Mon Mar 26 7: 6: 2 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.gactr.uga.edu (mail.gactr.uga.edu [128.192.37.21]) by hub.freebsd.org (Postfix) with SMTP id C2B1E37B71D for ; Mon, 26 Mar 2001 07:05:56 -0800 (PST) (envelope-from Robin_Blanchard@gactr.uga.edu) Received: (qmail 12716 invoked from network); 26 Mar 2001 15:05:55 -0000 Received: from qat.noc.nat (HELO gactr.uga.edu) ([10.10.100.125]) (envelope-sender ) by mail.servers.nat (qmail-ldap-1.03) with SMTP for ; 26 Mar 2001 15:05:55 -0000 Message-ID: <3ABF5AA2.D153F6E9@gactr.uga.edu> Date: Mon, 26 Mar 2001 10:05:06 -0500 From: "Robin P. Blanchard" X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Gordon Tetlow Cc: freebsd-stable@FreeBSD.ORG Subject: Re: hacking installation... References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG the boot floppy has only a /boot/loader.rc which looks like: load /kernel echo \007\007 echo Please insert MFS root floppy and press enter: read load -t mfs_root /mfsroot echo \007\007 autoboot 10 i've built my kernel based on the below kernel snippet and replaced the default kernel on the boot floppy with this custom one. the boot process goes along just fine, asks for the mfsroot disk, boots my kernel (and hence sees my scsi controller and devices), then croaks, with: Manual root filesystem specification: : mountroot> i would really like to get this damn 486 up and running again... any ideas on how to boot/install this thing? i know for sure that it can be done as i've done it in the past with freebsd-3.5. it just requires using this custom built kernel. what am i still missing? options INET #InterNETworking options FFS #Berkeley Fast Filesystem options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MFS_ROOT options MD_ROOT #options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI > > Did you alter /boot/loader.conf as well? > > On Fri, 23 Mar 2001, Robin P. Blanchard wrote: > > > I added MD_ROOT and get the same thing... > > it prompts me for a root device... > > > > > > You actually need MD_ROOT, not MFS_ROOT. -- ------------------------------------ Robin P. Blanchard IT Program Specialist Georgia Center for Continuing Ed. fon: 706.542.2404 fax: 706.542.6546 email: Robin_Blanchard@gactr.uga.edu ------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message