home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / docs / howto / bootFromUnix < prev    next >
Encoding:
Text File  |  1992-12-14  |  1.0 KB  |  19 lines

  1. To make it possible to boot a sprite host from a unix machine (in this
  2. case ginger), you must put two soft links for the host's internet address into
  3. the unix machine's /tftpboot directory.  These links will point to the boot
  4. program for the host.  For example, for allspice to boot from ginger, we take
  5. its internet address, 128.32.150.27, and create the following links:
  6.  
  7.     8020961B.SUN4 -> sun4.md/netBoot
  8.     8020961B -> sun4.md/netBoot
  9.  
  10. Each two digits of the link name correspond to the hex value of the digits
  11. between the decimal points in the internet address.  They must be all capitals.
  12.  
  13. This means that tftpboot will download the sprite netBoot program to the host
  14. as its boot program.  The example above is for a sun4.  For a sun3, the links
  15. would be made to sun3.md/netBoot instead.  The kernel found by the boot
  16. program will be relative to the /tftpboot directory.  So to boot the kernel
  17. called "new" on a sun4 sprite host, you must find the files "netBoot" and
  18. "new" in /tftpboot/sun4.md in order to boot "sun4.md/new."
  19.