Installing etherboot in Intel Pro/100 cards: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
mNo edit summary
Brian Wilson (talk | contribs)
mNo edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
Get the [http://downloadfinder.intel.com/scripts-df-external/confirm.aspx?httpDown=http://downloadmirror.intel.com/df-support/8242/eng/PROBOOT.exe&agr=N&ProductID=412&DwnldId=8242&strOSs=All&OSFullName=All%20Operating%20Systems&lang=eng Proboot.exe tool] from Intel. Read the instructions linked from that page, too.
The idea behind etherboot is to put the DHCP and TFTP clients right into the chip on the network card, eliminating the need to use PXEboot. Instead it jumps right into loading Linux and the initial ramdisk (via tftp). Etherboot can still do [[PXEboot]].


Unzip Proboot.exe somewhere convenient.
An interesting page decribing etherboot is on the LTSP wiki,
[http://wiki.ltsp.org/twiki/bin/view/Ltsp/Etherboot here].
 
Get the [http://downloadfinder.intel.com/scripts-df-external/Detail_Desc.aspx?strState=LIVE&ProductID=412&DwnldID=8242&lang=eng PROBOOT.exe tool] from Intel. Read the instructions linked from that page, too.
Run PROBOOT.exe somewhere convenient to unpack its contents.


Use "lspci -n" to figure out exactly which card you have.
Use "lspci -n" to figure out exactly which card you have.


Use the [http://rom-o-matic.net/ ROM-o-Matic] to create a new Etherboot based ROM image. Download the image and save it somewhere. Rename it as detailed in the [http://www.rom-o-matic.net/5.0.2/contrib/eepro100notes/ instructions at Rom-o-matic.]
Use the [http://rom-o-matic.net/ ROM-o-Matic] to create a new Etherboot based ROM image. Download the image and save it somewhere. Rename it as detailed in the [http://www.rom-o-matic.net/5.0.2/contrib/eepro100notes/ instructions at Rom-o-matic] so that it can be used with ibautil.exe.
 
See also [http://www.wband.com/tech/BootAgnt/Guide/btagnt3.htm wband.com]


Then you load the fboot.exe and new ROM image into an MSDOS boot floppy.
Then you load the ibautil.exe and new ROM image into an MSDOS boot floppy.


Boot the machine with the Intel card from the floppy.
Boot the machine with the Intel card from the floppy.


Use fboot.exe (which is part of the ProBoot.exe kit) to flash the new image into the card.
Use ibautil.exe (which is part of the ProBoot.exe kit) or fboot.exe which is available from [http://www.wband.com/tech/BootAgnt/ wband.com] to flash the new image into the card. Ibautil.exe is also used to turn on and off the Wake-on-lan function. Turning off WOL will save power when your machine is off.


Reboot the PC, enter BIOS setup mode, and configure it to boot from the network card. Save changes and exit BIOS. The system should now boot from the card.
Reboot the PC, enter BIOS setup mode, and configure it to boot from the network card. Save changes and exit BIOS. The system should now boot from the card.

Latest revision as of 03:26, 25 June 2006

The idea behind etherboot is to put the DHCP and TFTP clients right into the chip on the network card, eliminating the need to use PXEboot. Instead it jumps right into loading Linux and the initial ramdisk (via tftp). Etherboot can still do PXEboot.

An interesting page decribing etherboot is on the LTSP wiki, here.

Get the PROBOOT.exe tool from Intel. Read the instructions linked from that page, too. Run PROBOOT.exe somewhere convenient to unpack its contents.

Use "lspci -n" to figure out exactly which card you have.

Use the ROM-o-Matic to create a new Etherboot based ROM image. Download the image and save it somewhere. Rename it as detailed in the instructions at Rom-o-matic so that it can be used with ibautil.exe.

See also wband.com

Then you load the ibautil.exe and new ROM image into an MSDOS boot floppy.

Boot the machine with the Intel card from the floppy.

Use ibautil.exe (which is part of the ProBoot.exe kit) or fboot.exe which is available from wband.com to flash the new image into the card. Ibautil.exe is also used to turn on and off the Wake-on-lan function. Turning off WOL will save power when your machine is off.

Reboot the PC, enter BIOS setup mode, and configure it to boot from the network card. Save changes and exit BIOS. The system should now boot from the card.