Actions
Network Booting¶
Helium is hosting a TFTP server and a DHCP server. This, when configured in a certain way, allows for "network booting".
How to use¶
Just connect your machine to the NAT network, and boot it, when booting make sure to make it "network boot" or something similar.
How does it work?¶
First, your computer requests an ip address, the server provides it with one, when it gets it, it sees a special flag on the packet received from the server. It contains information about a TFTP server it should connect to and get further instructions there.
When it does get those instructions, it executes them and what that produces is what you see.
Example:
How can i make one myself¶
Follow these instructions: http://www.debian-administration.org/articles/478
Updated by Joseph Foley over 9 years ago · 1 revisions