From owner-freebsd-stable Fri Mar 23 9:37:52 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 E7DF137B71A for ; Fri, 23 Mar 2001 09:37:42 -0800 (PST) (envelope-from Robin_Blanchard@gactr.uga.edu) Received: (qmail 5525 invoked from network); 23 Mar 2001 17:37:42 -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 ; 23 Mar 2001 17:37:42 -0000 Message-ID: <3ABB89BF.F75D3775@gactr.uga.edu> Date: Fri, 23 Mar 2001 12:37:03 -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: freebsd-stable@FreeBSD.ORG Subject: hacking installation... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've got a 486 machine with some peculiar hardware that the default kernel from the install floppy won't detect, namely the scsi (aic driver). In the past I've simply built a kernel on another box and replaced the kernel on the install floppy with that one and all was fine (had to again again boot off floppy and use the live filesystem CD in order to mount the harddisk and copy the working kernel from the hacked install floppy). The machine I'm using to build my custom kernel is FreeBSD-4.3RC cvs'ed from this morning. Here's the snippet from my kernel config: options INET #InterNETworking options FFS #Berkeley Fast Filesystem options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MFS_ROOT 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 options KTRACE #ktrace(1) support options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options KBD_INSTALL_CDEV # install a CDEV entry in /dev However, using this kernel, the installer fails to load claiming I have no kernel support for mfs as a root device. What am I doing wrong? Or, is there an easier way for me to install this 486 that doesn't require me going about the hacked install method (the problem is that the aic driver expects/detects the chip to be at IRQ 12 but it is at 11). -- ------------------------------------ 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