home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / linux / 10563 < prev    next >
Encoding:
Internet Message Format  |  1992-09-12  |  1.5 KB

  1. Path: sparky!uunet!usc!sdd.hp.com!swrinde!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbnewse!cbnewsd!att-out!rutgers!igor.rutgers.edu!athos.rutgers.edu!hedrick
  2. From: hedrick@athos.rutgers.edu (Charles Hedrick)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Sun Workstation 2/50
  5. Message-ID: <Sep.12.14.57.42.1992.4865@athos.rutgers.edu>
  6. Date: 12 Sep 92 18:57:43 GMT
  7. References: <15062@mindlink.bc.ca>
  8. Organization: Rutgers Univ., New Brunswick, N.J.
  9. Lines: 22
  10.  
  11. Steve_Goyette@mindlink.bc.ca (Steve Goyette) writes:
  12.  
  13. Linux will not run on a Sun 2/50.  So you need a copy of SunOS.  In
  14. theory you might be able to boot a diskless Sun from Linux, however
  15. it's going to require some work.  You'll need to wait until NFS is
  16. finished for Linux.  Then you'll need several utilities, including
  17.  
  18.   tftpd - should be easily available
  19.   rarpd - should be available
  20.   bootparamd - it's a simple program if you have RPC (which you
  21.     would have to once NFS is done), but I don't know whether
  22.     there's any free version.  Only needed for relatively
  23.     recent versions of SunOS
  24.   nd - sun's old network disk protocol, which was used just for
  25.     booting.  (This is no longer used by SunOS, but I suspect
  26.     the 2/50 ROM's probably still use it.)  This is also a very
  27.     simple protocol, but I don't think it was ever made public.
  28.  
  29. There are probably a couple of more protocols that I'm forgetting.  I
  30. believe there are some Sun experts who would be able to get all this
  31. stuff working under Linux, but it's likely to involve some reverse
  32. engineering.  So this is a significant project.
  33.