Home Page Home Page
 Home | Linux Administration | Corporate Services | Resources | About Us Support Center
Monthly Server Management One-time Server Services Other Services
Network Administration Network Monitoring Network Security High Availability Load Balancing Data Backup and Recovery
Linux HOWTOs Linux Guides Linux Articles New RFCs Vulnerability list Linux Journal
Testimonials Partners Careers Contact Us Site Map
Thin Client: New User Guide: Client setup Next Previous Contents

4. Client setup

Network loader

A small program that runs as a BIOS extension, can be loaded from a floppy, or you can burn an eprom chip and insert it on your network card for a totally diskless client. It handles the DHCPD query and TFTP loading and then transfers control to the loaded image. It uses TCP/IP protocols.

There are two free implementations of TCP/IP net loaders: Etherboot and Netboot: Etherboot uses built-in drivers while Netboot uses Packet drivers.

  • see etherboot-4.2/doc/html/README-2.html,
  • I compiled the option to ask local or Network and default to local after 5 seconds
  • making a boot rom floppy, floppyload.bin was tricky to find, I copied it into the directory of compiled rom images
    cat floppyload.bin ne2000.lzrom > /dev/fd0
    


Next Previous Contents