* [gentoo-mips] MIPS32 O2 R5000
@ 2004-10-28 18:17 Pápai Ádám
2004-10-28 18:28 ` Stephen P. Becker
2004-10-28 23:02 ` Pápai Ádám
0 siblings, 2 replies; 6+ messages in thread
From: Pápai Ádám @ 2004-10-28 18:17 UTC (permalink / raw
To: gentoo-mips
Regards.
I have a problem with a SGI O2, Mips32, r5000 machine.
I have downloaded the ip32-r5k-20040806.img netboot image, and I boot
from SGI PROM... but when it's booting it freez out, or the monitor
changes like a rainbow...
What can I do? What's the problem?
the last thing I see is:
>bootp(): root=/dev/ram0
Setting $netaddr to 192.168.0.10 ( from server )
Obtaining from server
7774342+160714 entry: 0xfffffffffa0711020
--
Live Free Or Die!
UNIX
--
gentoo-mips@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-mips] MIPS32 O2 R5000
2004-10-28 18:17 [gentoo-mips] MIPS32 O2 R5000 Pápai Ádám
@ 2004-10-28 18:28 ` Stephen P. Becker
2004-10-28 19:59 ` Pápai Ádám
2004-10-28 23:02 ` Pápai Ádám
1 sibling, 1 reply; 6+ messages in thread
From: Stephen P. Becker @ 2004-10-28 18:28 UTC (permalink / raw
To: gentoo-mips
Pápai Ádám wrote:
> Regards.
>
> I have a problem with a SGI O2, Mips32, r5000 machine.
>
>
> I have downloaded the ip32-r5k-20040806.img netboot image, and I boot
> from SGI PROM... but when it's booting it freez out, or the monitor
> changes like a rainbow...
>
> What can I do? What's the problem?
>
> the last thing I see is:
>
> >bootp(): root=/dev/ram0
> Setting $netaddr to 192.168.0.10 ( from server )
> Obtaining from server
> 7774342+160714 entry: 0xfffffffffa0711020
>
You are probably suffering from one of `kumba's shady ip32 kernels
(sorry, just had to throw that shot in there :). Try booting
http://dev.gentoo.org/~geoman/vmlinux64-2004-08-30.bz2, using the initrd
from http://dev.gentoo.org/~kumba/mips/netboot/initrd/ as your
nfsroot. You could also use a stage3 as the nfsroot for that matter,
but the initrd is probably easier.
Steve
--
gentoo-mips@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-mips] MIPS32 O2 R5000
2004-10-28 18:28 ` Stephen P. Becker
@ 2004-10-28 19:59 ` Pápai Ádám
2004-10-28 20:12 ` freshy98
2004-10-28 20:13 ` Stephen P. Becker
0 siblings, 2 replies; 6+ messages in thread
From: Pápai Ádám @ 2004-10-28 19:59 UTC (permalink / raw
To: gentoo-mips
Stephen P. Becker wrote:
> http://dev.gentoo.org/~geoman/vmlinux64-2004-08-30.bz2, using the initrd
> from http://dev.gentoo.org/~kumba/mips/netboot/initrd/ as your
> nfsroot. You could also use a stage3 as the nfsroot for that matter,
> but the initrd is probably easier.
>
Ahh now it's booting. But It says "VFS: Unable to mount. etc :)
What do I have to add to Boot param?
Now I boot with: bootp(): nfsroot=192.168.0.2:/home/wooh/install/mips/sgifs
sgifs is the initrd from kumba. What else do I have to add on boot?:)
--
GNU's Not UNIX
--
gentoo-mips@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-mips] MIPS32 O2 R5000
2004-10-28 19:59 ` Pápai Ádám
@ 2004-10-28 20:12 ` freshy98
2004-10-28 20:13 ` Stephen P. Becker
1 sibling, 0 replies; 6+ messages in thread
From: freshy98 @ 2004-10-28 20:12 UTC (permalink / raw
To: gentoo-mips
You forgot to add root=/dev/nfs after bootp():
----- Original Message -----
From: "Pápai Ádám" <wooh@wooh.hu>
To: <gentoo-mips@lists.gentoo.org>
Sent: Thursday, October 28, 2004 9:59 PM
Subject: Re: [gentoo-mips] MIPS32 O2 R5000
> Stephen P. Becker wrote:
>> http://dev.gentoo.org/~geoman/vmlinux64-2004-08-30.bz2, using the initrd
>> from http://dev.gentoo.org/~kumba/mips/netboot/initrd/ as your nfsroot.
>> You could also use a stage3 as the nfsroot for that matter, but the
>> initrd is probably easier.
>>
>
> Ahh now it's booting. But It says "VFS: Unable to mount. etc :)
>
> What do I have to add to Boot param?
>
> Now I boot with: bootp():
> nfsroot=192.168.0.2:/home/wooh/install/mips/sgifs
>
> sgifs is the initrd from kumba. What else do I have to add on boot?:)
>
>
> --
> GNU's Not UNIX
>
> --
> gentoo-mips@gentoo.org mailing list
>
>
--
gentoo-mips@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-mips] MIPS32 O2 R5000
2004-10-28 19:59 ` Pápai Ádám
2004-10-28 20:12 ` freshy98
@ 2004-10-28 20:13 ` Stephen P. Becker
1 sibling, 0 replies; 6+ messages in thread
From: Stephen P. Becker @ 2004-10-28 20:13 UTC (permalink / raw
To: gentoo-mips
Pápai Ádám wrote:
> Stephen P. Becker wrote:
>
>> http://dev.gentoo.org/~geoman/vmlinux64-2004-08-30.bz2, using the
>> initrd from http://dev.gentoo.org/~kumba/mips/netboot/initrd/ as your
>> nfsroot. You could also use a stage3 as the nfsroot for that matter,
>> but the initrd is probably easier.
>>
>
> Ahh now it's booting. But It says "VFS: Unable to mount. etc :)
>
> What do I have to add to Boot param?
>
> Now I boot with: bootp(): nfsroot=192.168.0.2:/home/wooh/install/mips/sgifs
>
> sgifs is the initrd from kumba. What else do I have to add on boot?:)
>
>
Don't forget to append either ip=bootp or ip=dhcp when booting.
Steve
--
gentoo-mips@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-mips] MIPS32 O2 R5000
2004-10-28 18:17 [gentoo-mips] MIPS32 O2 R5000 Pápai Ádám
2004-10-28 18:28 ` Stephen P. Becker
@ 2004-10-28 23:02 ` Pápai Ádám
1 sibling, 0 replies; 6+ messages in thread
From: Pápai Ádám @ 2004-10-28 23:02 UTC (permalink / raw
To: gentoo-mips
Pápai Ádám wrote:
> Regards.
>
> I have a problem with a SGI O2, Mips32, r5000 machine.
At last, my problem has solved. special thanks to frehsy98.
--
Pápai Ádám
Live Free Or Die
UNIX
--
gentoo-mips@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-10-28 23:03 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-28 18:17 [gentoo-mips] MIPS32 O2 R5000 Pápai Ádám
2004-10-28 18:28 ` Stephen P. Becker
2004-10-28 19:59 ` Pápai Ádám
2004-10-28 20:12 ` freshy98
2004-10-28 20:13 ` Stephen P. Becker
2004-10-28 23:02 ` Pápai Ádám
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox