home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / next / sysadmin / 7371 < prev    next >
Encoding:
Internet Message Format  |  1993-01-10  |  2.1 KB

  1. Path: sparky!uunet!haven.umd.edu!umd5!oberon.umd.edu!matthews
  2. From: matthews@oberon.umd.edu (Mike Matthews)
  3. Newsgroups: comp.sys.next.sysadmin
  4. Subject: Re: Help! Installing 3.0 on external HD
  5. Message-ID: <17898@umd5.umd.edu>
  6. Date: 11 Jan 93 01:30:16 GMT
  7. References: <ntomczak.726619722@vega> <1993Jan10.170814.9221@znext.cts.com>
  8. Sender: news@umd5.umd.edu
  9. Organization: Los Alamos National Laboratory, NM
  10. Lines: 40
  11.  
  12. In article <1993Jan10.170814.9221@znext.cts.com> zeke@znext.cts.com writes:
  13. >  so the syntax should be 
  14. >    'b sd(0,2,0)' to boot off of sd2 partition a.  The NeXT only has one  
  15. >controller ( unless you have an extra cpu card a la Spherical ) an that one  
  16. >defaults to 0.  The syntax provided would probably confuse the system, and the
  17.  
  18. Um, no.  The first number is the SCSI ID, the second is the LUN (which lots
  19. of people theorize will always be 0 on the NeXTs because they only have one
  20. SCSI channel; makes sense to me but I can't confirm or deny it personally),
  21. and the last is the partition number.
  22.  
  23. It loads the boot block off the device you ask for (it *may* check all
  24. devices if the first one fails, but my experience with that suggests it
  25. doesn't), and then it boots the kernel off of whatever device has it,
  26. starting with the one you specify (e.g. a bsd(2,0,0) will check SCSI ID 2 for
  27. a kernel, and if it can't find that, it'll check the rest of your devices).
  28. -a will indeed ask you for the rootdevice, but you can always
  29.  
  30. bsd(2,0,0)- rootdev=sd1
  31.  
  32. Note the dash and the space.  You can replace the dash with 'sdmach' as well,
  33. which is what the ROM monitor does for you, assuming a SCSI disk.
  34.  
  35. Be forewarned that if your root device is NOT /dev/sd0a, /etc/fstab is
  36. incorrect and when you try to do a mount -o remount,rw / in /etc/rc.boot, it
  37. ain't gonna work very well.
  38.  
  39. >  Zeke
  40.  
  41. I've booted off of non-sd0 devices before, and I know the syntax is
  42. bsd(x,0,0) where x is the SCSI ID.  The other stuff I'm extrapolating from
  43. the "nbuf" hack as I always used -a when I had to specify an alternate root
  44. partition.
  45. ------
  46. Mike Matthews, matthews@oberon.umd.edu (NeXTmail accepted)
  47. ------
  48. Nothing recedes like success.
  49.         -- Walter Winchell
  50.  
  51.  
  52.