Yup, I believe it was Etherboot not PXE, if it was 2001. I've also been messing around with Etherboot a long time back trying to boot it on my HDD controller dead Sony VAIO http://babytux.org/articles/howto/how2netknoppix.php
[CCing Srimal, who worked with me in the following project at the Uni,
in case he is too busy to read the linux list after going forth and
multiplying. ;-)]
Nice article, had never heard of pxe-linux before.
Couldn't resist writing down some old memories on this topic.
The method we used long time ago, in 2001 if I remember right, was to
do a two step boot using DHCP only. I don't think pxelinux existed
back then, and a linux kernel was too big for PXE to boot.
So we used Etherboot to boot Linux, but instead of burning Etherboot
into the (E)EPROM of the network card, we used DHCP to boot into
Etherboot as well.
1. The computer boots with PXE, makes a DHCP request, the DHCP server
answers by sending Etherboot boot parameters (it does this by
identifying that the request coming from PXE).
2. Etherboot boots, makes a DHCP request, and the DHCP server answers
by sending the linux kernel boot parameters.
So the trick was the then "new" version of DHCPD which could give
different boot parameters to different kind of requests (one for PXE,
and another for Etherboot).
This way we converted the complete Computer Center lab at Peradeniya
Engineering Faculty to a "supercomputer" in the night, without
touching the ancient software installed in their hard disks. ;-) And
the "server" was an unused PC with 32MB of RAM and 64MB of disk space!
Anuradha
> _______________________________________________
On Mon, Feb 1, 2010 at 12:36 PM, Buddhika Siddhisena
<buddhika.siddhisena@gmail.com> wrote:
> Hi All,
> I've spent the election time messing around PXE booting for an article on
> digit.lk. The steps involve booting your currently running desktop system on
> another machine using PXE.
> Check it out at :
> http://www.digit.lk/10_feb_os1
>
> --
> Bud
>
> Geek with an Attitude
> Blog: http://geekaholic.org
> http://sinhalenfoss.org
>
> linux-raw mailing list
> linux-raw@lug.lk
> https://secure.lug.lk/mailman/listinfo/linux-raw
>