* [parisc-linux] Booting the kernel
@ 1999-07-01 22:41 Davin Petersen
1999-07-01 22:56 ` Matthew Wilcox
1999-07-02 11:23 ` Giles Lean
0 siblings, 2 replies; 9+ messages in thread
From: Davin Petersen @ 1999-07-01 22:41 UTC (permalink / raw)
To: parisc-linux
After downloading the goodies available from the FTP site I gather that
rbootd is the way to spit the linux kernel to a HP box. Am I wrong? Is
there no way of using the ISL? I tried using the ISL (on my H60), got
an error message and was dumped back to the ISL prompt.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [parisc-linux] Booting the kernel
1999-07-01 22:41 Davin Petersen
@ 1999-07-01 22:56 ` Matthew Wilcox
1999-07-01 23:15 ` Thomas Bogendoerfer
1999-07-02 13:26 ` Helge Deller
1999-07-02 11:23 ` Giles Lean
1 sibling, 2 replies; 9+ messages in thread
From: Matthew Wilcox @ 1999-07-01 22:56 UTC (permalink / raw)
To: Davin Petersen; +Cc: parisc-linux
On Thu, Jul 01, 1999 at 03:41:40PM -0700, Davin Petersen wrote:
> After downloading the goodies available from the FTP site I gather that
> rbootd is the way to spit the linux kernel to a HP box. Am I wrong? Is
> there no way of using the ISL? I tried using the ISL (on my H60), got
> an error message and was dumped back to the ISL prompt.
rbootd is the way for older machines like my 715. Later models like
the A180 tftp their kernel, I think you need bootparamd set up as well.
--
Matthew Wilcox <willy@bofh.ai>
"Windows and MacOS are products, contrived by engineers in the service of
specific companies. Unix, by contrast, is not so much a product as it is a
painstakingly compiled oral history of the hacker subculture." - N Stephenson
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [parisc-linux] Booting the kernel
1999-07-01 22:56 ` Matthew Wilcox
@ 1999-07-01 23:15 ` Thomas Bogendoerfer
1999-07-02 13:26 ` Helge Deller
1 sibling, 0 replies; 9+ messages in thread
From: Thomas Bogendoerfer @ 1999-07-01 23:15 UTC (permalink / raw)
To: Matthew Wilcox, Davin Petersen; +Cc: parisc-linux
On Fri, Jul 02, 1999 at 12:56:13AM +0200, Matthew Wilcox wrote:
> rbootd is the way for older machines like my 715. Later models like
> the A180 tftp their kernel, I think you need bootparamd set up as well.
for the A180 you need a proper setup bootpd/tftpd combo.
Thomas.
--
This device has completely bogus header. Compaq scores again :-|
It's a host bridge, but it should be called ghost bridge instead ;^)
[Martin `MJ' Mares on linux-kernel]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [parisc-linux] Booting the kernel
1999-07-01 22:41 Davin Petersen
1999-07-01 22:56 ` Matthew Wilcox
@ 1999-07-02 11:23 ` Giles Lean
1 sibling, 0 replies; 9+ messages in thread
From: Giles Lean @ 1999-07-02 11:23 UTC (permalink / raw)
To: Davin Petersen; +Cc: parisc-linux
On Thu, 1 Jul 1999 15:41:40 -0700 Davin Petersen wrote:
> After downloading the goodies available from the FTP site I gather that
> rbootd is the way to spit the linux kernel to a HP box. Am I wrong? Is
> there no way of using the ISL? I tried using the ISL (on my H60), got
> an error message and was dumped back to the ISL prompt.
At the time the G/H/I series machines were released HP didn't support
network booting any 800 series machines, just workstations (700s). I
suspect you won't be able to boot this machine from the network.
Regards,
Giles
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [parisc-linux] Booting the kernel
1999-07-01 22:56 ` Matthew Wilcox
1999-07-01 23:15 ` Thomas Bogendoerfer
@ 1999-07-02 13:26 ` Helge Deller
1999-07-02 18:38 ` Alex Apostolopoulos
1 sibling, 1 reply; 9+ messages in thread
From: Helge Deller @ 1999-07-02 13:26 UTC (permalink / raw)
Cc: parisc-linux
Matthew Wilcox schrieb:
> On Thu, Jul 01, 1999 at 03:41:40PM -0700, Davin Petersen wrote:
> > After downloading the goodies available from the FTP site I gather that
> > rbootd is the way to spit the linux kernel to a HP box. Am I wrong? Is
> > there no way of using the ISL? I tried using the ISL (on my H60), got
> > an error message and was dumped back to the ISL prompt.
>
> rbootd is the way for older machines like my 715. Later models like
> the A180 tftp their kernel, I think you need bootparamd set up as well.
That's not 100% correct, since my 715/64 uses bootpd/tftpd too.
David, you may start tftpd -d 0 (=zero) in etc/inetd.conf, so you can see
warnings & transfers on the Log-Console.
---snip---
#
tftp dgram udp wait nobody /usr/sbin/tcpd in.tftpd /tftpboot
bootps dgram udp wait root /usr/sbin/bootpd bootpd -d 0 -c /tftpboot
#
---snip---
Helge Deller.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [parisc-linux] Booting the kernel
1999-07-02 13:26 ` Helge Deller
@ 1999-07-02 18:38 ` Alex Apostolopoulos
0 siblings, 0 replies; 9+ messages in thread
From: Alex Apostolopoulos @ 1999-07-02 18:38 UTC (permalink / raw)
To: Helge Deller; +Cc: parisc-linux
Hi
>
> Matthew Wilcox schrieb:
>
> > On Thu, Jul 01, 1999 at 03:41:40PM -0700, Davin Petersen wrote:
> > > After downloading the goodies available from the FTP site I gather that
> > > rbootd is the way to spit the linux kernel to a HP box. Am I wrong? Is
> > > there no way of using the ISL? I tried using the ISL (on my H60), got
> > > an error message and was dumped back to the ISL prompt.
> >
> > rbootd is the way for older machines like my 715. Later models like
> > the A180 tftp their kernel, I think you need bootparamd set up as well.
>
> That's not 100% correct, since my 715/64 uses bootpd/tftpd too.
> David, you may start tftpd -d 0 (=zero) in etc/inetd.conf, so you can see
> warnings & transfers on the Log-Console.
> ---snip---
just for the record:
boot via rbootd
715/33/50/75
735/99/125
boot via bootptab
715/64/80/100 ..
712/60/80/100
not at all
B1000 (just a joke)
cheers alex
> #
> tftp dgram udp wait nobody /usr/sbin/tcpd in.tftpd /tftpboot
> bootps dgram udp wait root /usr/sbin/bootpd bootpd -d 0 -c /tftpboot
> #
> ---snip---
>
> Helge Deller.
>
>
> ---------------------------------------------------------------------------
> To unsubscribe: send e-mail to parisc-linux-request@thepuffingroup.com with
> `unsubscribe' as the subject.
>
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [parisc-linux] Booting the kernel
@ 1999-07-03 2:24 Jon Peatfield
0 siblings, 0 replies; 9+ messages in thread
From: Jon Peatfield @ 1999-07-03 2:24 UTC (permalink / raw)
To: alex, deller; +Cc: parisc-linux
This reminds me, does anyone have a working rbootd which runs on anything
other than HP-UX? If we turn all our HPs into Linux boxes it would be nice to
still be able to boot them. Of course looking at the rboot packets on the wire
shows that they are not anything I recognise...
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [parisc-linux] Booting the kernel
@ 1999-07-03 4:40 Mike Hibler
1999-07-03 6:24 ` Alex deVries
0 siblings, 1 reply; 9+ messages in thread
From: Mike Hibler @ 1999-07-03 4:40 UTC (permalink / raw)
To: J.S.Peatfield, alex, deller; +Cc: parisc-linux
> Date: Sat, 3 Jul 1999 03:24:37 +0100
> From: Jon Peatfield <J.S.Peatfield@damtp.cam.ac.uk>
> To: alex@assyst-intl.com, deller@gmx.de
> Subject: Re: [parisc-linux] Booting the kernel
>
> This reminds me, does anyone have a working rbootd which runs on anything
> other than HP-UX? If we turn all our HPs into Linux boxes it would be nice to
> still be able to boot them. Of course looking at the rboot packets on the wire
> shows that they are not anything I recognise...
>
There is an rboot daemon that comes with all the BSDs and I believe the
same daemon will work on Linux as well. There were some endian problems
once, but I think they were all solved so it should work on x86 boxes.
It requires BPF.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [parisc-linux] Booting the kernel
1999-07-03 4:40 [parisc-linux] Booting the kernel Mike Hibler
@ 1999-07-03 6:24 ` Alex deVries
0 siblings, 0 replies; 9+ messages in thread
From: Alex deVries @ 1999-07-03 6:24 UTC (permalink / raw)
To: Mike Hibler; +Cc: J.S.Peatfield, alex, deller, parisc-linux
Mike Hibler wrote:
>
> > Date: Sat, 3 Jul 1999 03:24:37 +0100
> > From: Jon Peatfield <J.S.Peatfield@damtp.cam.ac.uk>
> > To: alex@assyst-intl.com, deller@gmx.de
> > Subject: Re: [parisc-linux] Booting the kernel
> >
> > This reminds me, does anyone have a working rbootd which runs on anything
> > other than HP-UX? If we turn all our HPs into Linux boxes it would be nice to
> > still be able to boot them. Of course looking at the rboot packets on the wire
> > shows that they are not anything I recognise...
> >
>
> There is an rboot daemon that comes with all the BSDs and I believe the
> same daemon will work on Linux as well. There were some endian problems
> once, but I think they were all solved so it should work on x86 boxes.
> It requires BPF.
I fixed up rbootd to run on Linux awhile ago... you should be able to
find it on ftp://puffin.external.hp.com.
- Alex
--
Alex deVries
Vice President of Engineering
The Puffin Group
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~1999-07-03 6:18 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-07-03 4:40 [parisc-linux] Booting the kernel Mike Hibler
1999-07-03 6:24 ` Alex deVries
-- strict thread matches above, loose matches on Subject: below --
1999-07-03 2:24 Jon Peatfield
1999-07-01 22:41 Davin Petersen
1999-07-01 22:56 ` Matthew Wilcox
1999-07-01 23:15 ` Thomas Bogendoerfer
1999-07-02 13:26 ` Helge Deller
1999-07-02 18:38 ` Alex Apostolopoulos
1999-07-02 11:23 ` Giles Lean
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.