home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / sun / hardware / 4378 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  4.3 KB

  1. Xref: sparky comp.sys.sun.hardware:4378 comp.sys.sun.misc:4211 comp.sys.sun.admin:6311
  2. Path: sparky!uunet!gatech!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!mp.cs.niu.edu!fnnews!pogo!hanson
  3. From: hanson@pogo.fnal.gov (Steve Hanson)
  4. Newsgroups: comp.sys.sun.hardware,comp.sys.sun.misc,comp.sys.sun.admin
  5. Subject: Re: Help: Can't boot from Seagate ST41200N 1G disk.
  6. Message-ID: <hanson.716482706@pogo>
  7. Date: 14 Sep 92 14:58:26 GMT
  8. References: <1992Sep3.074820.4602@usage.csd.unsw.OZ.AU> <1992Sep11.055715.1369@theweav.cts.com>
  9. Sender: news@fnnews.fnal.gov
  10. Followup-To: comp.sys.sun.hardware
  11. Organization: FERMILAB, Batavia, IL
  12. Lines: 110
  13. Nntp-Posting-Host: pogo.fnal.gov
  14.  
  15. In <1992Sep11.055715.1369@theweav.cts.com> rickf@theweav.cts.com (Rick Flower) writes:
  16.  
  17. >In article <1992Sep3.074820.4602@usage.csd.unsw.OZ.AU> raymond@vast.unsw.edu.au (Raymond Leung) writes:
  18. >>Have anyone be able to boot from a Seagate ST41200N 1G disk on a SUN ELC?
  19.  
  20. >No, but I've got one sitting here on my 'ol 3/60 (SunOS 4.0.3)
  21.  
  22. >>I got the following message from the monitor:
  23. >>
  24. >>    >b
  25. >>    Boot device:/sbus/esp@0,800000/sd@3,0     File and args: vmunix
  26. >>    Can't read disk labe.
  27. >>    Can't open Sun disk label package
  28. >>    boot-block startup failed.
  29. >>    Illegal Instruction.
  30. >>
  31. >>Disk type in format.dat is as followed:
  32. >>
  33. >>    disk-type= "Seagate Wren 7 ST41200N" \
  34. >>        : ctlr = MD21 : fmt_time = 4 \
  35. >>        : cache = 0x11 : trks_zone = 15 : asect = 5 : atrks =  30 \
  36. >>        : ncyl = 1928 : acyl = 2 : pcyl = 1930 : nhead = 15 : nsect = 70 \
  37. >>        : rpm = 3600 : bpt = 41301
  38. >>
  39. >>
  40. >>I have no problem mounting the disk and using it, just can't boot from it.
  41. >>I have run installboot on the new disk. I have also tried installing from
  42. >>SUNOS CD-ROM and all completed successful but the boot still failed.
  43. >>
  44.  
  45. >I had a heck of a time getting my 41200 formatted the first time... Once I 
  46. >finally got that done, all was well!
  47.  
  48. >>Any idea?
  49. >>
  50.  
  51. >Nope.. I did notice that when this drive's got the wrong option settings
  52. >for the termination resistor power (I accidentally read the picture 
  53. >incorrectly) which cause the drive to behave oddly..
  54.  
  55. >>Raymond Leung
  56.  
  57. >-- Rick
  58.  
  59. >-- 
  60. >+-----------------------------------------------------------------+
  61. >| Stimpy : Ren.. Will you Read Me a Bedtime Story??               |
  62. >| Ren    : A Bedtime Stoory.. Go read it yourself!!               |
  63. >+------------------------------------------------------+----------+
  64. This keeps coming up.  It depends on what age of Wren VII drive you
  65. have and what the firmware revision is.  Here is the brief poop on
  66. how to get your system to boot.
  67.  
  68.  
  69.  
  70.  
  71. marc@Altitude.CAM.ORG provides the appropriate solution which I have also
  72. verified with Sun Technical Support.
  73.  
  74.  I have encountered the same problem a few months ago, when attempting to
  75.  use a Wren VII as the primary boot disk of my SS2.
  76.  
  77.  The solution was emailed to me by Andy.Bowers@UK.Sun.COM. I no longer have 
  78.  the message in electronic form, but here are the essentials:
  79.  
  80.  Problem is due to a Wren VII firmware bug. There is a simple workaround.
  81.  
  82.  Details:
  83.  
  84.  The Wren VII drive screws up when issued a "spin up" command with the
  85.  "immediate" bit set. Sometime after that command is issued, a subsequent
  86.  command will fail (the particular command which fails is a "read", reporting
  87.  an "internal target error" status).
  88.  
  89.  The problem does not occur if the "spin-up" command does not have the immediate
  90.  bit set. (The immediate bit, when set, means that the device should start the
  91.  operation and then complete the SCSI transaction, without making the CPU wait
  92.  for the operation to complete)
  93.  
  94.  The workaround:
  95.  
  96.  Add the following commands to the NVRAMRC. The effect is to turn off the
  97.  immediate bit on the spinup command:
  98.  
  99.  ok nvedit
  100.  0: true to fcode-debug?
  101.  1: probe-all install-console banner
  102.  2: cd /sd
  103.  3: patch 0 1 sstart
  104.  4: device-end
  105.  ^C
  106.  nvstore
  107.  setenv use-nvramrc? true
  108.  
  109.  Then power cycle. Subsequent attempts to boot from the Wren drive should be
  110.  successful.
  111.  
  112.  -Marc.
  113.  
  114. --------------------------------------------------------------------------------
  115. Pennie Hall
  116. Fermilab, Batavia, IL
  117. phall@mdtf05.fnal.gov  or  phall@fnal.fnal.gov
  118. --------------------------------------------------------------------------------
  119.  
  120.  
  121. -- 
  122. Steve Hanson - FERMILAB, Batavia, Il.
  123. hanson@pogo.fnal.gov or hanson@fnal.fnal.gov
  124.  
  125.