Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Oct 2000 17:47:24 +0100
From:      John Murphy <john253@crosswinds.net>
To:        questions@freebsd.org
Subject:   Re: Unable to boot 4.1.1
Message-ID:  <vlndvskhkhtm60epvl07kuuh20mgstgli0@4ax.com>

next in thread | raw e-mail | index | archive | help
Cribbins, Jason wrote:
>I may have got the ad and da mixed up since I was unable to do =
copy/paste to
>ensure everything was accurate due to the nature of the server at the =
time
>of me writing the email.

Right, so where's the 'active' bootable partition, SCSI or IDE?
As you've added the IDE drive and controller I would guess you won't be
able to boot from it unless you can change the boot order in the BIOS.

<snipped the swap explanation>

>Also note that the onboard IDE port is disabled in bios which I do not =
have
>access to because of the computer design.  Its a Compaq and the bios is
>accessed via a partition on the boot drive which BSD apparently wiped =
out
>during the first install.  There is a working onboard SCSI controller =
with a
>520MB SCSI drive attached which is way too small for my purposes.
>Since I Am unable to find the exact model number of this box I cannot
>download the proper "softpaq" from their web site.  I have tried 8 =
different
>ones for models that were made in P90 processors and all have failed.  =
There
>are about 30+ more I can use but don't have time or patience to bother. =
 It
>was easier to just buy this IDE controller card.
>
>Any other questions you need answered so you can help me out here?

I'm afraid I can't help with this problem as I've never owned a Compaq
and I'm sure I don't want one if what you say is right.  You have my
sympathy. =20

Have you tried just a minimal installation on the SCSI drive?  You can
move /usr /var and /tmp to the IDE drive later.  If that doesn't work
you should be able to boot the HD from a floppy as a last resort.

I would have thought that your new IDE controller card would work ok if
the onboard IDE is disabled in the BIOS.  But how can you be sure without
access to it?

One more thing (bear in mind I know 0 about SCSI) I noticed you referred
to da4 whereas the kernel was not found on da0.  Is this something to
do with wiring down the disks? From /usr/src/sys/i386/conf/LINT

# SCSI DEVICES

# SCSI DEVICE CONFIGURATION

# The SCSI subsystem consists of the `base' SCSI code, a number of
# high-level SCSI device `type' drivers, and the low-level host-adapter
# device drivers.  The host adapters are listed in the ISA and PCI
# device configuration sections below.
#
# Beginning with FreeBSD 2.0.5 you can wire down your SCSI devices so
# that a given bus, target, and LUN always come on line as the same
# device unit.  In earlier versions the unit numbers were assigned
# in the order that the devices were probed on the SCSI bus.  This
# means that if you removed a disk drive, you may have had to rewrite
# your /etc/fstab file, and also that you had to be careful when adding
# a new disk as it may have been probed earlier and moved your device
# configuration around.

# This old behavior is maintained as the default behavior.  The unit
# assignment begins with the first non-wired down unit for a device
# type.  For example, if you wire a disk as "da3" then the first
# non-wired disk will be assigned da4.

# The syntax for wiring down devices is:

# device	scbus0 at ahc0		# Single bus device
# device	scbus1 at ahc1 bus 0	# Single bus device
# device	scbus3 at ahc2 bus 0	# Twin bus device
# device	scbus2 at ahc2 bus 1	# Twin bus device
# device 	da0 at scbus0 target 0 unit 0
# device	da1 at scbus3 target 1
# device	da2 at scbus2 target 3
# device	sa1 at scbus1 target 6
# device	cd

# "units" (SCSI logical unit number) that are not specified are
# treated as if specified as LUN 0.

# All SCSI devices allocate as many units as are required.

Good luck
John.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?vlndvskhkhtm60epvl07kuuh20mgstgli0>