Date: Tue, 29 Feb 2000 11:46:25 +0300 (MSK) From: "Dmitry Volkov" <vdv@demos.su> To: dima@rt.ru (Dmitry S. Rzhavin) Cc: hackers@FreeBSD.ORG Subject: Re: 4.0 and compaq smart array Message-ID: <200002290846.LAA12720@ultra1.demos.su> In-Reply-To: <38BA86FF.F4FD5093@rt.ru> from "Dmitry S. Rzhavin" at "Feb 28, 2000 05:32:31 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
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: <Compaq Smart Array 3200 controller> port 0x4000-0x40ff mem 0xc6ff0000-0xc6ff00ff irq 11 at device 0.0 on pci5 > ida0: drives=1 firm_rev=4.16 > id0: <Compaq Logical Drive> on ida0 > id0: 69459MB (142253280 sectors), blocksize=512 > ... > ata0-slave: identify retries exceeded > acd0: CDROM <COMPAQ CDR-8435> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002290846.LAA12720>