home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / next / sysadmin / 7359 < prev    next >
Encoding:
Text File  |  1993-01-09  |  2.1 KB  |  46 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!caen!destroyer!cs.ubc.ca!unixg.ubc.ca!kakwa.ucs.ualberta.ca!vega!ntomczak
  3. From: ntomczak@vega.math.ualberta.ca (N Tomczak-Jaegermann)
  4. Subject: Re: Help! Installing 3.0 on external HD
  5. Message-ID: <ntomczak.726619722@vega>
  6. Sender: news@kakwa.ucs.ualberta.ca
  7. Nntp-Posting-Host: vega.math.ualberta.ca
  8. Organization: University Of Alberta, Edmonton Canada
  9. References: <1993Jan5.222822.5009@midway.uchicago.edu> <1ij5llINN82m@spock.dis.cccd.edu>
  10. Date: Sat, 9 Jan 1993 22:48:42 GMT
  11. Lines: 33
  12.  
  13. I had a misfortune to train thourougly booting from other devices than
  14. a default sd0 :-).
  15. The following procedure works consistently for me (assuming here that
  16. sd2a, say, contains all files necessary for booting in a multi-user
  17. mode).  Some steps are obviously for situations when you cannot boot
  18. from sd0a and changing ID's is not an option for some reasons.
  19.   a)  Boot from floppy (you have boot floppy, don't you?) in a single
  20.       user mode and modify /etc/fstab on your intended boot device
  21.       to mount the proper file system and not sd0a.  In our sample
  22.       resulting line will be:
  23.         /dev/sd2a /      4.3 rw,noquota,noauto 0 1
  24.       instead of an original
  25.         /dev/sd0a /      4.3 rw,noquota,noauto 0 1
  26.       To get an access to this file you will have to mount
  27.       ( say '/usr/etc/mount /dev/sd0a /tmp/hd') manually.
  28.       Use -n option and writable directory if you are booting
  29.       from CD-ROM or from floopy which starts CD-ROM.
  30.       BTW - can somebody tell me how to use 'remount' option.
  31.       Is not documented on 'man-page' and always barfs on me.
  32.   b)  Go back to monitor and 'halt'.
  33.   c)  At 'NeXT>' prompt type 'bsd(2,0,0)-a'.  This means 'ask
  34.       for root device'.  An option 'rootdev=sd2' never worked for me.
  35.   d)  When asked for root device type 'sd2' and hopefuly you are
  36.       back in business.
  37.   e)  Restore /etc/fstab to a pristine state.  You will likely
  38.       forget that later and in that case you may start the whole
  39.       procedure once again from scratch. :-)
  40.  
  41. Lets hope that you will never have to use that knowledge.
  42.  
  43.     Michal Jaegermann
  44.     ntomczak@vega.math.ualberta.ca
  45.  
  46.