From owner-freebsd-hackers Tue Feb 29 0:46:35 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from kremvax.demos.su (kremvax.demos.su [194.87.0.20]) by hub.freebsd.org (Postfix) with ESMTP id 429F737BA82 for ; Tue, 29 Feb 2000 00:46:31 -0800 (PST) (envelope-from vdv@kremvax.demos.su) Received: by kremvax.demos.su (8.6.13/D) from ultra1.demos.su [194.87.2.30] with ESMTP id LAA25472; Tue, 29 Feb 2000 11:46:25 +0300 Received: (from vdv@localhost) by ultra1.demos.su (8.9.3+Sun/8.9.3) id LAA12720; Tue, 29 Feb 2000 11:46:25 +0300 (MSK) Message-Id: <200002290846.LAA12720@ultra1.demos.su> Subject: Re: 4.0 and compaq smart array In-Reply-To: <38BA86FF.F4FD5093@rt.ru> from "Dmitry S. Rzhavin" at "Feb 28, 2000 05:32:31 pm" To: dima@rt.ru (Dmitry S. Rzhavin) Date: Tue, 29 Feb 2000 11:46:25 +0300 (MSK) Cc: hackers@FreeBSD.ORG From: "Dmitry Volkov" Reply-To: vdv@demos.su X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You should use wd0* instead of ida0* or id0* in /etc/fstab. Also you should said ./MAKEDEV ida0 id0 wd0 in /dev ___ vdv > Hi! > I'm trying to install 4.0-curr on compaq (proliant 6500) with > only 1 disk controller - Smart Array 3200. But I found that > kernel from kern.flp does not have drivers for this controller. > So, on another 4.0 machine I built kernel (took GENERIC, added > device ida > device id > configured and compiled it), gzipped it and put on kern.flp > instead of original kernel.gz. Then, I mounted mfsroot on /mnt, > "cd" to /mnt/dev and said "./MAKEDEV ida0", and put new mfsroot > on mfsroot.flp. Then I booted from those disks and installed > FreeBSD. (It found disk ida0). After installation I put modified > GENERIC kernel on /mnt and rebooted. Here is the log of boot: > (some kernel checks skipped) > > ==================== > FreeBSD 4.0-20000224-CURRENT #0: Fri Feb 25 19:20:37 MSK 2000 > dima@smena2.rt.ru:/usr/src/sys/compile/GENERIC > ... > ida0: port 0x4000-0x40ff mem 0xc6ff0000-0xc6ff00ff irq 11 at device 0.0 on pci5 > ida0: drives=1 firm_rev=4.16 > id0: on ida0 > id0: 69459MB (142253280 sectors), blocksize=512 > ... > ata0-slave: identify retries exceeded > acd0: CDROM at ata0-master using PIO4 > Waiting 15 seconds for SCSI devices to settle > Mounting root from ufs:/dev/ida0s1a > no such device 'ida' > setrootbyname failed > ffs_mountroot: can't find rootvp > Root mount failed: 6 > Mounting root from ufs:id0s1a > swapon: adding /dev/ida0s1b as swap device > Automatic reboot in progress... > /dev/ida0s1a: FILESYSTEM CLEAN; SKIPPING CHECKS > /dev/ida0s1a: clean, 39674 free (570 frags, 4888 blocks, 0.9% fragmentation) > /dev/ida0s1e: FILESYSTEM CLEAN; SKIPPING CHECKS > /dev/ida0s1e: clean, 2533812 free (23132 frags, 313835 blocks, 0.8% fragmentation) > /dev/ida0s1f: FILESYSTEM CLEAN; SKIPPING CHECKS > /dev/ida0s1f: clean, 9886 free (14 frags, 1234 blocks, 0.1% fragmentation) > /dev/ida0s1g: FILESYSTEM CLEAN; SKIPPING CHECKS > /dev/ida0s1g: clean, 20325785 free (281 frags, 2540688 blocks, 0.0% fragmentation) > /dev/ida0s1h: FILESYSTEM CLEAN; SKIPPING CHECKS > /dev/ida0s1h: clean, 44544505 free (9 frags, 5568062 blocks, 0.0% fragmentation) > mount: /dev/ida0s1a on /: specified device does not match mounted device > Mounting /etc/fstab filesystems failed, startup aborted > Enter full pathname of shell or RETURN for /bin/sh: > ================== > > What did I do wrong and how can I install (if can) FreeBSD > on my machine? > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message