All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] 735 and rboot
@ 2000-06-21 23:53 Darcy Buskermolen
  2000-06-22  7:05 ` Alexander Strauss
  2000-06-22 19:22 ` Tara Dear
  0 siblings, 2 replies; 5+ messages in thread
From: Darcy Buskermolen @ 2000-06-21 23:53 UTC (permalink / raw)
  To: parisc-linux

Has anybody gotten pa-linux to boot via rboot ?

My old 735/125's only give me the rboot option  for booting from the
network (which I have never before used). 

if someone has instructions for this that would be extreamly helpful
however, Any information would be useful

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [parisc-linux] 735 and rboot
  2000-06-21 23:53 [parisc-linux] 735 and rboot Darcy Buskermolen
@ 2000-06-22  7:05 ` Alexander Strauss
  2000-06-22 19:22 ` Tara Dear
  1 sibling, 0 replies; 5+ messages in thread
From: Alexander Strauss @ 2000-06-22  7:05 UTC (permalink / raw)
  To: Darcy Buskermolen; +Cc: parisc-linux

Darcy,

the 735's are not using RBOOT anymore - they're using the standard BOOTP
protocol. For more information, see the comments in any standard
/etc/bootptab template or the bootp manual pages. A sample entry should
look like this

<hostname>:\
        :hd=<tftp-directory>:\
        :bf=<bootfile>:\
        :ht=ether:\
        :ha=<mac-addr>:\
        :sm=<subnet-mask>:\
        :hn:\
        :ip=<ip-address>:\
        :vm=rfc1048:

If bootpd and tftpd are ready, you can try to boot your HP with a "boot
lan" command, also the BOOTP server should be visible when searching for
bootable devices...

Regards,
Alex


Darcy Buskermolen wrote:
> 
> Has anybody gotten pa-linux to boot via rboot ?
> 
> My old 735/125's only give me the rboot option  for booting from the
> network (which I have never before used).
> 
> if someone has instructions for this that would be extreamly helpful
> however, Any information would be useful
> 
> ---------------------------------------------------------------------------
> To unsubscribe: send e-mail to parisc-linux-request@thepuffingroup.com with
> `unsubscribe' as the subject.

-- 
best regards,
Alexander Strauss <strauss@astracom.net>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [parisc-linux] 735 and rboot
@ 2000-06-22 15:27 Darcy Buskermolen
  0 siblings, 0 replies; 5+ messages in thread
From: Darcy Buskermolen @ 2000-06-22 15:27 UTC (permalink / raw)
  To: Alexander Strauss; +Cc: parisc-linux

My 735 uses rboot, I've confirmed this by using tcpdump and ethernet
protocol analysis tools, when I type boot lan.ether-adder.0.0 it is infact
doing a rboot and not tftp or bootp.





At 09:05 AM 6/22/00 +0200, you wrote:
>Darcy,
>
>the 735's are not using RBOOT anymore - they're using the standard BOOTP
>protocol. For more information, see the comments in any standard
>/etc/bootptab template or the bootp manual pages. A sample entry should
>look like this
>
><hostname>:\
>        :hd=<tftp-directory>:\
>        :bf=<bootfile>:\
>        :ht=ether:\
>        :ha=<mac-addr>:\
>        :sm=<subnet-mask>:\
>        :hn:\
>        :ip=<ip-address>:\
>        :vm=rfc1048:
>
>If bootpd and tftpd are ready, you can try to boot your HP with a "boot
>lan" command, also the BOOTP server should be visible when searching for
>bootable devices...
>
>Regards,
>Alex
>
>
>Darcy Buskermolen wrote:
>> 
>> Has anybody gotten pa-linux to boot via rboot ?
>> 
>> My old 735/125's only give me the rboot option  for booting from the
>> network (which I have never before used).
>> 
>> if someone has instructions for this that would be extreamly helpful
>> however, Any information would be useful
>> 
>> ---------------------------------------------------------------------------
>> To unsubscribe: send e-mail to parisc-linux-request@thepuffingroup.com with
>> `unsubscribe' as the subject.
>
>-- 
>best regards,
>Alexander Strauss <strauss@astracom.net>
>
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [parisc-linux] 735 and rboot
@ 2000-06-22 16:03 davisg
  0 siblings, 0 replies; 5+ messages in thread
From: davisg @ 2000-06-22 16:03 UTC (permalink / raw)
  To: parisc-linux; +Cc: davisg



Oops, forgot to send this to the list.
---------------------- Forwarded by George G Davis/CCH/Celestica on 06/22/2000
12:00 PM ---------------------------


George G Davis
06/22/2000 11:57 AM

To:   Alexander Strauss <strauss@astracom.net>
cc:

Subject:  Re: [parisc-linux] 735 and rboot  (Document link: George G Davis)


The Model 735 does indeed still use rboot for booting via LAN and always will -
the rboot
protocol is embedded in the platform LAN IODC firmware. If you're using HP-UX
10.0 or
later as the LAN boot server, you can enable the rbootd server to handle boot
requests
from rboot clients. The HP-UX (10.0 or later) rbootd server converts the rboot
packets to
bootp and forwards them to the bootpd server.

I'm not aware of how to support rboot clients on non-HP-UX boot servers.

Regards,
George




Alexander Strauss <strauss@astracom.net> on 06/22/2000 03:05:23 AM

To:   Darcy Buskermolen <darcy@ok-connect.com>
cc:   parisc-linux@thepuffingroup.com (bcc: George G Davis/CCH/Celestica)

Subject:  Re: [parisc-linux] 735 and rboot



Darcy,

the 735's are not using RBOOT anymore - they're using the standard BOOTP
protocol. For more information, see the comments in any standard
/etc/bootptab template or the bootp manual pages. A sample entry should
look like this

<hostname>:\
        :hd=<tftp-directory>:\
        :bf=<bootfile>:\
        :ht=ether:\
        :ha=<mac-addr>:\
        :sm=<subnet-mask>:\
        :hn:\
        :ip=<ip-address>:\
        :vm=rfc1048:

If bootpd and tftpd are ready, you can try to boot your HP with a "boot
lan" command, also the BOOTP server should be visible when searching for
bootable devices...

Regards,
Alex


Darcy Buskermolen wrote:
>
> Has anybody gotten pa-linux to boot via rboot ?
>
> My old 735/125's only give me the rboot option  for booting from the
> network (which I have never before used).
>
> if someone has instructions for this that would be extreamly helpful
> however, Any information would be useful
>
> ---------------------------------------------------------------------------
> To unsubscribe: send e-mail to parisc-linux-request@thepuffingroup.com with
> `unsubscribe' as the subject.

--
best regards,
Alexander Strauss <strauss@astracom.net>

---------------------------------------------------------------------------
To unsubscribe: send e-mail to parisc-linux-request@thepuffingroup.com with
`unsubscribe' as the subject.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [parisc-linux] 735 and rboot
  2000-06-21 23:53 [parisc-linux] 735 and rboot Darcy Buskermolen
  2000-06-22  7:05 ` Alexander Strauss
@ 2000-06-22 19:22 ` Tara Dear
  1 sibling, 0 replies; 5+ messages in thread
From: Tara Dear @ 2000-06-22 19:22 UTC (permalink / raw)
  To: Darcy Buskermolen; +Cc: parisc-linux

Some good instructions:

 http://www.oswg.org/oswg-nightly/oswg/en_US.ISO_8859-1/articles/parisc-linux/parisc-linux-boot.html



-TARA



Darcy Buskermolen wrote:

> Has anybody gotten pa-linux to boot via rboot ?
>
> My old 735/125's only give me the rboot option  for booting from the
> network (which I have never before used).
>
> if someone has instructions for this that would be extreamly helpful
> however, Any information would be useful
>
> ---------------------------------------------------------------------------
> To unsubscribe: send e-mail to parisc-linux-request@thepuffingroup.com with
> `unsubscribe' as the subject.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2000-06-22 16:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-06-21 23:53 [parisc-linux] 735 and rboot Darcy Buskermolen
2000-06-22  7:05 ` Alexander Strauss
2000-06-22 19:22 ` Tara Dear
  -- strict thread matches above, loose matches on Subject: below --
2000-06-22 15:27 Darcy Buskermolen
2000-06-22 16:03 davisg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.