Difference between revisions of "Netboot"

From LinuxMCE
Jump to: navigation, search
(New page: A netboot is a the process of booting an operating system over a network. The operating system image is stored and on a central server's hard drive, and loaded into the RAM of the PC which...)
 
Line 5: Line 5:
 
Some ethernet cards have a hardware chip included that allows booting over a network. This option is selected from the BIOS configuration on the PC.
 
Some ethernet cards have a hardware chip included that allows booting over a network. This option is selected from the BIOS configuration on the PC.
  
Alternatively, a bootup can be specified from a boot loader on the local PC hard drive, such as GRUB. See [[this discussion]].
+
Alternatively, a bootup can be specified from a boot loader on the local PC hard drive, such as GRUB. See [[GRUB_PXE_network_boot|this discussion]].

Revision as of 15:27, 14 May 2008

A netboot is a the process of booting an operating system over a network. The operating system image is stored and on a central server's hard drive, and loaded into the RAM of the PC which is requesting a netboot.

In many ways, it is similar to booting from a LiveCD or floppy, but the storage media is on a network.

Some ethernet cards have a hardware chip included that allows booting over a network. This option is selected from the BIOS configuration on the PC.

Alternatively, a bootup can be specified from a boot loader on the local PC hard drive, such as GRUB. See this discussion.