Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Mar 2000 13:28:33 -0500 (EST)
From:      "H. Jared Agnew" <jagnew@mba.dgsys.com>
To:        questions@freebsd.org
Subject:   disklabel scsi boot
Message-ID:  <200003061828.NAA00859@mba.dgsys.com>

next in thread | raw e-mail | index | archive | help

  Situation :
    When scsi controler bios is installed (and the boot manager can see the
  scsi drive) the machine gets all the way to the boot manager and just before
  you would normaly see F1 F2 ... it prints out this error message with a lot
  of (err=<blah blah>... ...) variable names and hex codes and ends with a
  "System Halted" message.  When the scsi card bios is disabled, the machine
  boots fine I can mount the partitions I've created on the scsi disk.  

    This wouldn't normaly be a problem as I try to adopt the "if it ain't 
  broke philosophy, however I would like to be able to boot off of the scsi
  drive.

    I think I may have caused this problem with my efforts to label
  newfs etc. etc. the scsi drive in question.  The machine booted fine with 
  the scsi bios installed previous to this.

  Included is my disklabel.

"Disklabel"

----------------

# /dev/rda0c:
type: SCSI
disk: SEAGATE
label:
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 1106
sectors/unit: 17783240
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0           # milliseconds
track-to-track seek: 0  # milliseconds
drivedata: 0

8 partitions:
#        size   offset    fstype   [fsize bsize bps/cpg]
  a:  1000000        0    4.2BSD     1024  8192    16   # (Cyl.    0 - 62*)
  b:  2000000  1000000    4.2BSD     1024  8192    16   # (Cyl.   62*- 186*)
  c: 17783240        0    unused        0     0         # (Cyl.    0 - 1106*)
  d:  2000000  3000000    4.2BSD     1024  8192    16   # (Cyl.  186*- 311*)
  e:   512000  5000000    4.2BSD     1024  8192    16   # (Cyl.  311*- 343*)
  f:  6000000  5512000    4.2BSD     1024  8192    16   # (Cyl.  343*- 716*)
  g:  6271240 11512000    4.2BSD     1024  8192    16   # (Cyl.  716*- 1106*)

---------------

  Anyone that might be able to point me in the right direction with this one
I would greatly apreciate it.  Thanks.

H. Jared Agnew


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?200003061828.NAA00859>