I can't boot my Ultra1 via tftpboot.
Is there any known problem with the tftp64.img file distributed with RH6.1 ?
Here is what I type at the Ok prompt :
boot net linux nfsroot=my.rarp.server.addres:/tftpboot/C131... (the Ip address
in hexa). This address is linked with tftp64.img.
Is this right ?
(I tried also with the .Sun4u suffix )
(the ultra1 ethernet address is in the ethers file of the rarp server).
I receivet a timeout ARP/RARP message.
The same Ultra1 does not have any networking problem under Solaris 7.
With a Sparcastation 5 and tftp32.img on the same rarp server, everything is
working fine.
Thanks for any help.
--
**********************************************************
* Gerard GACHELIN e-mail : g...@lirmm.fr *
* LIRMM (UMR 5506 CNRS/UMII) MONTPELLIER (FRANCE) *
* WWW LIRMM Home Page http://www.lirmm.fr/ *
*********************************************************
--
To unsubscribe: mail -s unsubscribe sparc-lis...@redhat.com < /dev/null
- Isaiah
Be sure you have uncommented or added the tftp service in "inetd.conf".
My machine has a folder "tftpboot" and a file named 0A010180.SUN4M,
which has a symbolic link to the image tftp32.img.
There should be a tftptool perl script which leads the way in terms of
configuration. The script complained about some things, but helped me get going.
Also, I simply ran "boot net", and the install started.
Good luck
1- make sure tftp is installed and configured in inetd.conf on the
server machine
2- make sure rarp support is available in the kernel
3- On the server:
arp -s <hostname_of_client> <colon_separated_hardware_address_of_client>
rarp -s <hostname_of_client>
<colon_separated_hardware_address_of_client>
ln -s /path/to/tftp32.img
/path/to/tftpboot/directory/<HEX_IP_of_client.ARCH>
4- On the client:
boot net or boot le() -(at the sparc prom)
So, for example, on the server:
arp -s 192.168.1.1 08:00:20:1A:4E:F2
rarp -s 192.168.1.1 08:00:20:1A:4E:F2
ln -s /tftpboot/tftp32.img /tftpboot/C0A80101.SUN4C
Then, on the client:
boot net
This is sufficient for me to boot my Sparc IPX from another linux box
on the local network. There are probably other ways to do it, but I find
this works excellently for two linux boxes.
Matt
------------------------------------------------------------------
Matt Housh Morpheus.Net Administrator
email: (jae...@morpheus.net) web: (http://jaeger.morpheus.net/)
------------------------------------------------------------------
you played me well, mortal. but i have played me for time out of mind.
John Buren Southerland, Unix Technical Analyst
Sprint Paranet, 16475 Dallas Pkwy, Suite 470, Dallas, TX, 75248
Voice: 972-239-5544 Temp : 214-370-2061
Pager: 800-724-3329 Pin: 3824288 Email: jbso...@sprintparanet.com
jbso...@pager.sprintparanet.com jsouth...@customtracks.com
jbso...@home.com
Don't shout for help at night. You might wake your neighbors.
-- Stanislaw J. Lem, "Unkempt Thoughts"
On Tue, 1 Feb 2000, Gerard GACHELIN wrote:
>>Hello,
>>
>>I can't boot my Ultra1 via tftpboot.
>>Is there any known problem with the tftp64.img file distributed with RH6.1 ?
>>
>>Here is what I type at the Ok prompt :
>>
>>boot net linux nfsroot=my.rarp.server.addres:/tftpboot/C131... (the Ip address
>>in hexa). This address is linked with tftp64.img.
>>
>>Is this right ?
>>(I tried also with the .Sun4u suffix )
>>
>>(the ultra1 ethernet address is in the ethers file of the rarp server).
>>I receivet a timeout ARP/RARP message.
>>
>>The same Ultra1 does not have any networking problem under Solaris 7.
>>
>>With a Sparcastation 5 and tftp32.img on the same rarp server, everything is
>>working fine.
>>
>>Thanks for any help.
>>
>>--
>>**********************************************************
>>* Gerard GACHELIN e-mail : g...@lirmm.fr *
>>* LIRMM (UMR 5506 CNRS/UMII) MONTPELLIER (FRANCE) *
>>* WWW LIRMM Home Page http://www.lirmm.fr/ *
>>*********************************************************
>>
>>