Home | History | Annotate | Download | only in docs

Lines Matching full:network

108 * Network::                     Downloading OS images from a network
330 @item Support network booting
331 GRUB is basically a disk-based boot loader but also has network
332 support. You can load OS images from a network by using the @dfn{TFTP}
1437 @node Network
1438 @chapter Downloading OS images from a network
1440 Although GRUB is a disk-based boot loader, it does provide network
1441 support. To use the network support, you need to enable at least one
1442 network driver in the GRUB build process. For more information please
1446 * General usage of network support::
1451 network support
1452 @section How to set up your network
1481 Finally, download your OS images from your network. The network can be
1482 accessed using the network drive @samp{(nd)}. Everything else is very
1504 @section Booting from a network
1506 It is sometimes very useful to boot from a network, especially when you
1510 sets up the network card installed into the machine, and downloads a
1511 second stage boot image from the network. Then, the second image will
1512 try to boot an operating system actually from the network.
1516 normal Stage 2, except that they set up a network automatically, and try
1517 to load a configuration file from the network, if specified. The usage
1648 script. This means that you must put commands to initialize a network in
1661 # Initialize the network.
1754 called @dfn{Stage 1.5}, one image for bootable CD-ROM, and two network
1801 This is a network boot image for the Network Image Proposal used by some
1802 network boot loaders, such as Etherboot. This is mostly the same as
1803 Stage 2, but it also sets up a network and loads a configuration file
1804 from the network.
1807 This is another network boot image for the Preboot Execution Environment
1869 If you enabled the network support, the special drive, @samp{(nd)}, is
1870 also available. Before using the network drive, you must initialize the
1871 network. @xref{Network}, for more information.
2189 * bootp:: Initialize a network device via BOOTP
2192 * dhcp:: Initialize a network device via DHCP
2194 * ifconfig:: Configure a network device manually
2199 * rarp:: Initialize a network device via RARP
2213 Initialize a network device via the @dfn{BOOTP} protocol. This command
2215 @ref{Network}.
2333 Initialize a network device via the @dfn{DHCP} protocol. Currently,
2336 compiled with netboot support. See also @ref{Network}.
2360 address of a network device manually. The values must be in dotted
2362 not important. This command shows current network configuration, if no
2363 option is specified. See also @ref{Network}.
2419 Initialize a network device via the @dfn{RARP} protocol. This command
2421 @ref{Network}.
2638 with netboot support. See also @ref{Network}.