Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Newbie Question, Please help
@ 2001-06-05 22:08 Robert Rusek
  2001-06-05 22:08 ` Robert Rusek
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Robert Rusek @ 2001-06-05 22:08 UTC (permalink / raw)
  To: linux-mips

[-- Attachment #1: Type: text/plain, Size: 625 bytes --]

I just got a SGI Challenge S.  I need advice on which flavor of Linux I should install, RedHat or Debian.  Which is the better choice.  I also need to find out how to install this.  I already attempted and failed to install the RedHat 5.1.  I am using a RedHat 7.0 box to do the install (bootp/tftp/nfs) but I am not even able to get the setup to run.  I am using the latest version of DHCP/BOOTP (ics 2.0) to try to boot.  It gets the address then claims it is sending the vmlinux file via tftp.  On the SGI it just times out.

Any advice, pointers, etc would be greatly appreciated.

Thanks in advance,
Robert Ruserk

[-- Attachment #2: Type: text/html, Size: 1214 bytes --]

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

* Newbie Question, Please help
  2001-06-05 22:08 Newbie Question, Please help Robert Rusek
@ 2001-06-05 22:08 ` Robert Rusek
  2001-06-05 23:47 ` John D. Davis
  2001-06-07 18:46 ` Chris Ruvolo
  2 siblings, 0 replies; 7+ messages in thread
From: Robert Rusek @ 2001-06-05 22:08 UTC (permalink / raw)
  To: linux-mips

[-- Attachment #1: Type: text/plain, Size: 625 bytes --]

I just got a SGI Challenge S.  I need advice on which flavor of Linux I should install, RedHat or Debian.  Which is the better choice.  I also need to find out how to install this.  I already attempted and failed to install the RedHat 5.1.  I am using a RedHat 7.0 box to do the install (bootp/tftp/nfs) but I am not even able to get the setup to run.  I am using the latest version of DHCP/BOOTP (ics 2.0) to try to boot.  It gets the address then claims it is sending the vmlinux file via tftp.  On the SGI it just times out.

Any advice, pointers, etc would be greatly appreciated.

Thanks in advance,
Robert Ruserk

[-- Attachment #2: Type: text/html, Size: 1214 bytes --]

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

* Re: Newbie Question, Please help
@ 2001-06-05 22:24 Adrian.Hulse
  2001-06-06  3:40 ` Ralf Baechle
  0 siblings, 1 reply; 7+ messages in thread
From: Adrian.Hulse @ 2001-06-05 22:24 UTC (permalink / raw)
  To: Robert Rusek; +Cc: linux-mips, owner-linux-mips


Robert,

Maybe you've already tried this but.

Do you know for sure that tftp works on your RedHat 7.0 box OK ? Can you
use tftp to get files from directory /tftpboot ?

When I installed RedHat 7.0 and tried to use tftp it wouldn't work. I think
it comes with a rpm that is tftp-0.17-??.i386.rpm or something like that.
To check your version type :

rpm -q tftp

According to bugzilla at the time you have to back install to
tftp-0.16-5.i386.rpm. After doing this you will be able to use tftp.





                                                                                                                        
                    "Robert Rusek"                                                                                      
                    <robru@teknuts.com        To:     <linux-mips@oss.sgi.com>                                          
                    >                         cc:                                                                       
                    Sent by:                  Subject:     Newbie Question, Please help                                 
                    owner-linux-mips@o                                                                                  
                    ss.sgi.com                                                                                          
                                                                                                                        
                                                                                                                        
                    06/05/01 03:08 PM                                                                                   
                                                                                                                        
                                                                                                                        




the setup to run.  I am using the latest version of DHCP/BOOTP (ics 2.0) to
try to boot.  It gets the address then claims it is sending the vmlinux
file via tftp.  On the SGI it just times out.

Any advice, pointers, etc would be greatly appreciated.

Thanks in advance,
Robert Ruserk

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

* Re: Newbie Question, Please help
  2001-06-05 22:08 Newbie Question, Please help Robert Rusek
  2001-06-05 22:08 ` Robert Rusek
@ 2001-06-05 23:47 ` John D. Davis
  2001-06-05 23:47   ` John D. Davis
  2001-06-07 18:46 ` Chris Ruvolo
  2 siblings, 1 reply; 7+ messages in thread
From: John D. Davis @ 2001-06-05 23:47 UTC (permalink / raw)
  To: Robert Rusek; +Cc: linux-mips

You should make sure that the vmlinux kernel is nfsroot configured. Check
the config-* file for CONFIG_ROOT_NFS=y.  Also read the nfsroot.txt in the
cvs Documentation directory for more info.  I found that getting the linux
filesystem from a linux box works best.  The major and minor nodes for the
/dev directory are correct.  Also, a useful installation page is located
at:

http://www.stafwag.f2s.com/indy/?lang=eng

I found this helpful.
john davis

On Tue, 5 Jun 2001, Robert Rusek wrote:

> I just got a SGI Challenge S.  I need advice on which flavor of Linux I should install, RedHat or Debian.  Which is the better choice.  I also need to find out how to install this.  I already attempted and failed to install the RedHat 5.1.  I am using a RedHat 7.0 box to do the install (bootp/tftp/nfs) but I am not even able to get the setup to run.  I am using the latest version of DHCP/BOOTP (ics 2.0) to try to boot.  It gets the address then claims it is sending the vmlinux file via tftp.  On the SGI it just times out.
>
> Any advice, pointers, etc would be greatly appreciated.
>
> Thanks in advance,
> Robert Ruserk
>

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

* Re: Newbie Question, Please help
  2001-06-05 23:47 ` John D. Davis
@ 2001-06-05 23:47   ` John D. Davis
  0 siblings, 0 replies; 7+ messages in thread
From: John D. Davis @ 2001-06-05 23:47 UTC (permalink / raw)
  To: Robert Rusek; +Cc: linux-mips

You should make sure that the vmlinux kernel is nfsroot configured. Check
the config-* file for CONFIG_ROOT_NFS=y.  Also read the nfsroot.txt in the
cvs Documentation directory for more info.  I found that getting the linux
filesystem from a linux box works best.  The major and minor nodes for the
/dev directory are correct.  Also, a useful installation page is located
at:

http://www.stafwag.f2s.com/indy/?lang=eng

I found this helpful.
john davis

On Tue, 5 Jun 2001, Robert Rusek wrote:

> I just got a SGI Challenge S.  I need advice on which flavor of Linux I should install, RedHat or Debian.  Which is the better choice.  I also need to find out how to install this.  I already attempted and failed to install the RedHat 5.1.  I am using a RedHat 7.0 box to do the install (bootp/tftp/nfs) but I am not even able to get the setup to run.  I am using the latest version of DHCP/BOOTP (ics 2.0) to try to boot.  It gets the address then claims it is sending the vmlinux file via tftp.  On the SGI it just times out.
>
> Any advice, pointers, etc would be greatly appreciated.
>
> Thanks in advance,
> Robert Ruserk
>

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

* Re: Newbie Question, Please help
  2001-06-05 22:24 Adrian.Hulse
@ 2001-06-06  3:40 ` Ralf Baechle
  0 siblings, 0 replies; 7+ messages in thread
From: Ralf Baechle @ 2001-06-06  3:40 UTC (permalink / raw)
  To: Adrian.Hulse; +Cc: Robert Rusek, linux-mips

On Tue, Jun 05, 2001 at 03:24:11PM -0700, Adrian.Hulse@taec.toshiba.com wrote:
> From: Adrian.Hulse@taec.toshiba.com
> Subject: Re: Newbie Question, Please help
> To: "Robert Rusek" <robru@teknuts.com>
> Cc: linux-mips@oss.sgi.com, owner-linux-mips@oss.sgi.com
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

I wonder who is spreading the idea to send postings to the owner-linux-mips
address?  That address is only for contacting the listadmin and nothing
else.

  Ralf

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

* Re: Newbie Question, Please help
  2001-06-05 22:08 Newbie Question, Please help Robert Rusek
  2001-06-05 22:08 ` Robert Rusek
  2001-06-05 23:47 ` John D. Davis
@ 2001-06-07 18:46 ` Chris Ruvolo
  2 siblings, 0 replies; 7+ messages in thread
From: Chris Ruvolo @ 2001-06-07 18:46 UTC (permalink / raw)
  To: Robert Rusek; +Cc: linux-mips

[-- Attachment #1: Type: text/plain, Size: 772 bytes --]

On Tue, Jun 05, 2001 at 03:08:42PM -0700, Robert Rusek wrote:
> It gets the address then claims it is sending the vmlinux file via tftp.
> On the SGI it just times out.
> 
> Any advice, pointers, etc would be greatly appreciated.

From the HOWTO (http://www.oss.sgi.com/mips/mips-howto.html):

7.6 My machine doesn't download the kernel when I try to netboot

Your machine is replying to the BOOTP packets (you may verify this using a
packet sniffer like tcpdump or ethereal), but doesn't download the kernel
from your BOOTP server. This happens if your boot server is running a kernel
of the 2.3 series or higher. The problem may be circumvented by doing a
"echo 1 > /proc/sys/net/ipv4/ip_no_pmtu_disc" as root on your boot server.


Good luck.
-Chris

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

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

end of thread, other threads:[~2001-06-07 18:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-06-05 22:08 Newbie Question, Please help Robert Rusek
2001-06-05 22:08 ` Robert Rusek
2001-06-05 23:47 ` John D. Davis
2001-06-05 23:47   ` John D. Davis
2001-06-07 18:46 ` Chris Ruvolo
  -- strict thread matches above, loose matches on Subject: below --
2001-06-05 22:24 Adrian.Hulse
2001-06-06  3:40 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox