* (no subject)
@ 1999-03-08 12:47 ` Tom Woelfel
0 siblings, 0 replies; 8+ messages in thread
From: Tom Woelfel @ 1999-03-08 12:47 UTC (permalink / raw)
To: Illegal.f_magic.number.while.install-procedure
Hi,
on the last weekend I've started to install linux on my good ol' Indy
(System: IP22; Processor: 100MHz R4000, with FPU). After setting up
bootp/tftp and creating a file-system I was finally ready to boot linux
over the network. After loading the kernel the system is giving me
these messages:
============================================================
>> boot bootp()/vmlinux
73264+592+11520+331680+27848d+3628+5792 entry: 0x8df9a960
Setting $netaddres to 192.168.1.5 (from server deadmoon)
Obtaining /vmlinux from server deadmoon
Cannot load bootp()/vmlinux
Illegal f_magic number 0x7f45, expected MIPSELMAGIC or MIPSEBMAGIC.
Exception: <vector=UTLB MISS>
....<More Information>.....
============================================================
Then a message that <return> is rebooting the system appears at the
bottom of the screen.
On server deadmoon I can see:
============================================================
bootp():found 192.168.1.5(sgi)
bootp():bootfile=/export/mipseb/vmlinux
bootp():vendor magic field is 0.0.0.0
bootp():sending reply..
============================================================
I have tried this with the vmlinuv that comes with hardhat, and with
several newer (prebuild) kernels (2.1.131, 990212). The result was
always the same. I guess that this has something todo with magic
numbers ? Is there anyone out there who has seen this before?
(System Configuration: Server running kernel 2.2.2 - connected with
internal net via 10Mbit-Hub).
Any hints welcome,
Tom
^ permalink raw reply [flat|nested] 8+ messages in thread
* (no subject)
@ 1999-03-08 12:47 ` Tom Woelfel
0 siblings, 0 replies; 8+ messages in thread
From: Tom Woelfel @ 1999-03-08 12:47 UTC (permalink / raw)
To: Illegal.f_magic.number.while.install-procedure
Hi,
on the last weekend I've started to install linux on my good ol' Indy
(System: IP22; Processor: 100MHz R4000, with FPU). After setting up
bootp/tftp and creating a file-system I was finally ready to boot linux
over the network. After loading the kernel the system is giving me
these messages:
============================================================
>> boot bootp()/vmlinux
73264+592+11520+331680+27848d+3628+5792 entry: 0x8df9a960
Setting $netaddres to 192.168.1.5 (from server deadmoon)
Obtaining /vmlinux from server deadmoon
Cannot load bootp()/vmlinux
Illegal f_magic number 0x7f45, expected MIPSELMAGIC or MIPSEBMAGIC.
Exception: <vector=UTLB MISS>
....<More Information>.....
============================================================
Then a message that <return> is rebooting the system appears at the
bottom of the screen.
On server deadmoon I can see:
============================================================
bootp():found 192.168.1.5(sgi)
bootp():bootfile=/export/mipseb/vmlinux
bootp():vendor magic field is 0.0.0.0
bootp():sending reply..
============================================================
I have tried this with the vmlinuv that comes with hardhat, and with
several newer (prebuild) kernels (2.1.131, 990212). The result was
always the same. I guess that this has something todo with magic
numbers ? Is there anyone out there who has seen this before?
(System Configuration: Server running kernel 2.2.2 - connected with
internal net via 10Mbit-Hub).
Any hints welcome,
Tom
^ permalink raw reply [flat|nested] 8+ messages in thread
* Illegal f_magic number while install-procedure
@ 1999-03-08 13:16 Tom Woelfel
0 siblings, 0 replies; 8+ messages in thread
From: Tom Woelfel @ 1999-03-08 13:16 UTC (permalink / raw)
To: linux
Oops,
bad day today - I'm too stupid to create a mail with an appropriate
header - going for more coffee ;-)
Sorry, Tom
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Illegal f_magic number while install-procedure
1999-03-08 12:47 ` Tom Woelfel
(?)
@ 1999-03-08 23:02 ` Thomas Bogendoerfer
1999-03-10 9:20 ` Tom Woelfel
-1 siblings, 1 reply; 8+ messages in thread
From: Thomas Bogendoerfer @ 1999-03-08 23:02 UTC (permalink / raw)
To: eedthwo, linux
On Mon, Mar 08, 1999 at 01:47:03PM +0100, Tom Woelfel wrote:
> Cannot load bootp()/vmlinux
> Illegal f_magic number 0x7f45, expected MIPSELMAGIC or MIPSEBMAGIC.
your prom is too old to understand ELF files. To solve this problem you
need either a newer prom or an Indy kernel in ECOFF format.
I've successful booted a converted kernel a few minutes ago and will upload
this kernel to
ftp://ftp.linux.sgi.com/pub/linux/mips/test/vmlinux-indy-2.2.1-990226.ecoff.gz
Please try it.
I've created it with a modified elf2ecoff tool from the kernel sources
on the Indy itself (it works only when used on a machine with the same
endian as the kernel). I look into fixing byte ordering problems in elf2ecoff
to allow even cross compiling of kernels on opposite endian machines.
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] 8+ messages in thread
* Re: Illegal f_magic number while install-procedure
1999-03-08 23:02 ` Illegal f_magic number while install-procedure Thomas Bogendoerfer
@ 1999-03-10 9:20 ` Tom Woelfel
1999-03-10 16:53 ` ralf
1999-03-10 23:27 ` Thomas Bogendoerfer
0 siblings, 2 replies; 8+ messages in thread
From: Tom Woelfel @ 1999-03-10 9:20 UTC (permalink / raw)
To: Thomas Bogendoerfer; +Cc: eedthwo, linux
Thomas Bogendoerfer writes:
> On Mon, Mar 08, 1999 at 01:47:03PM +0100, Tom Woelfel wrote:
> > Cannot load bootp()/vmlinux
> > Illegal f_magic number 0x7f45, expected MIPSELMAGIC or MIPSEBMAGIC.
>
> your prom is too old to understand ELF files. To solve this problem you
> need either a newer prom or an Indy kernel in ECOFF format.
>
> I've successful booted a converted kernel a few minutes ago and will upload
> this kernel to
>
> ftp://ftp.linux.sgi.com/pub/linux/mips/test/vmlinux-indy-2.2.1-990226.ecoff.gz
>
> Please try it.
My Indy has seen the light ;-). The kernel boots and goes it's way
through the device checking. All disk's are recognized and the
mount-request for the root-file-system is send to the server. The
(root)-dir is mounted from the Indy. (I can see this in the server-log)
Then the prom-memory is freed and the last thing I see is:
freeing unused kernel memory 52k
Then nothing happens anymore. I think the next thing to come should be
the 'init' process (init doesn't need to be an ECOFF - exec ?).
Or do I nedd a modified init to jump into setup?
partial sucess,
Tom
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Illegal f_magic number while install-procedure
1999-03-10 9:20 ` Tom Woelfel
@ 1999-03-10 16:53 ` ralf
1999-03-10 23:27 ` Thomas Bogendoerfer
1 sibling, 0 replies; 8+ messages in thread
From: ralf @ 1999-03-10 16:53 UTC (permalink / raw)
To: eedthwo, Thomas Bogendoerfer; +Cc: linux
On Wed, Mar 10, 1999 at 10:20:19AM +0100, Tom Woelfel wrote:
> My Indy has seen the light ;-). The kernel boots and goes it's way
> through the device checking. All disk's are recognized and the
> mount-request for the root-file-system is send to the server. The
> (root)-dir is mounted from the Indy. (I can see this in the server-log)
> Then the prom-memory is freed and the last thing I see is:
> freeing unused kernel memory 52k
>
> Then nothing happens anymore. I think the next thing to come should be
> the 'init' process (init doesn't need to be an ECOFF - exec ?).
>
> Or do I nedd a modified init to jump into setup?
No, you definately don't need any other changes than the kernel since the
kernel image is the only file that is ever being touched by the PROM.
Ralf
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Illegal f_magic number while install-procedure
1999-03-10 9:20 ` Tom Woelfel
1999-03-10 16:53 ` ralf
@ 1999-03-10 23:27 ` Thomas Bogendoerfer
1999-03-12 7:44 ` Tom Woelfel
1 sibling, 1 reply; 8+ messages in thread
From: Thomas Bogendoerfer @ 1999-03-10 23:27 UTC (permalink / raw)
To: eedthwo; +Cc: linux
On Wed, Mar 10, 1999 at 10:20:19AM +0100, Tom Woelfel wrote:
> Then nothing happens anymore. I think the next thing to come should be
> the 'init' process (init doesn't need to be an ECOFF - exec ?).
no elf is perfect. Could you please send a hinv output ? I suspect this
another SC processor.
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] 8+ messages in thread
* Re: Illegal f_magic number while install-procedure
1999-03-10 23:27 ` Thomas Bogendoerfer
@ 1999-03-12 7:44 ` Tom Woelfel
0 siblings, 0 replies; 8+ messages in thread
From: Tom Woelfel @ 1999-03-12 7:44 UTC (permalink / raw)
To: Thomas Bogendoerfer; +Cc: eedthwo, linux
Thomas Bogendoerfer writes:
> On Wed, Mar 10, 1999 at 10:20:19AM +0100, Tom Woelfel wrote:
> > Then nothing happens anymore. I think the next thing to come should be
> > the 'init' process (init doesn't need to be an ECOFF - exec ?).
>
> no elf is perfect. Could you please send a hinv output ? I suspect this
> another SC processor.
$ hinv
1 100 MHZ IP22 Processor
FPU: MIPS R4010 Floating Point Chip Revision: 0.0
CPU: MIPS R4000 Processor Chip Revision: 3.0
On-board serial ports: 2
On-board bi-directional parallel port
Data cache size: 8 Kbytes
Instruction cache size: 8 Kbytes
Main memory size: 96 Mbytes
Integral Ethernet: ec0, version 1
Disk drive: unit 1 on SCSI controller 0
Integral SCSI controller 0: Version WD33C93B, revision D
Iris Audio Processor: version A2 revision 4.1.0
Graphics board: Indy 8-bit
Vino video: unit 0, revision 0, Indycam connected
Does this help youu ?
//Tom
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~1999-03-12 7:44 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-03-08 12:47 Tom Woelfel
1999-03-08 12:47 ` Tom Woelfel
1999-03-08 23:02 ` Illegal f_magic number while install-procedure Thomas Bogendoerfer
1999-03-10 9:20 ` Tom Woelfel
1999-03-10 16:53 ` ralf
1999-03-10 23:27 ` Thomas Bogendoerfer
1999-03-12 7:44 ` Tom Woelfel
-- strict thread matches above, loose matches on Subject: below --
1999-03-08 13:16 Tom Woelfel
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.