Re: [Etherboot-developers] High School Cluster - Questions
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2002-12-14 05:09:01
|
Firstly, this sort of question should go to the users list, not the
developers list.
>subnet 192.168.0.0 netmask 255.255.255.0{
> range 192.168.0.1 192.168.0.200;
> option routers 192.168.0.250;
> filename "/tftpboot/cd.iso";
>}
>
> When I boot my Rom-o-matic floppy, its says:
>
>Loading 192.168.0.254:/tftpboot/cd.iso .TFTP error 1 (file not found)
Usually with tftp servers, /tftpboot is the default root so if you ask
for /tftpboot/cd.iso, this will try to fetch /tftpboot/tftpboot/cd.iso
However your ISO image is unlikely to work. Etherboot wants a particular
format for the boot image and a CD image is not it.
Your best hope is to ask in the OpenMosix list to see if anybody has
prepared a network boot image for OpenMosix before.
|