* [Install trouble]
@ 2000-07-30 19:16 Famille Chauvat
2000-07-31 0:03 ` Keith M Wesolowski
2000-08-04 19:03 ` Florian Lohoff
0 siblings, 2 replies; 5+ messages in thread
From: Famille Chauvat @ 2000-07-30 19:16 UTC (permalink / raw)
To: linux-mips
Hello,
I'm working with an Indy station and the corresponding kernel.
On the bootp() step, i got a message:
>>>>>>>
creating 100k of ramdisk space... done
mounting /tmp from ramdisk... failed
I can't recover from this.
<<<<<<<
Thanks a lot for your help.
Philippe
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Install trouble]
2000-07-30 19:16 [Install trouble] Famille Chauvat
@ 2000-07-31 0:03 ` Keith M Wesolowski
2000-08-04 19:03 ` Florian Lohoff
1 sibling, 0 replies; 5+ messages in thread
From: Keith M Wesolowski @ 2000-07-31 0:03 UTC (permalink / raw)
To: Famille Chauvat; +Cc: linux-mips
On Sun, Jul 30, 2000 at 07:16:38PM +0000, Famille Chauvat wrote:
> I'm working with an Indy station and the corresponding kernel.
There are a lot of Indy kernels out there. Could you be more specific?
--
Keith M Wesolowski wesolows@chem.unr.edu
University of Nevada http://www.chem.unr.edu
Chemistry Department Systems and Network Administrator
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Install trouble]
2000-07-30 19:16 [Install trouble] Famille Chauvat
2000-07-31 0:03 ` Keith M Wesolowski
@ 2000-08-04 19:03 ` Florian Lohoff
2000-08-06 15:03 ` Famille Chauvat
1 sibling, 1 reply; 5+ messages in thread
From: Florian Lohoff @ 2000-08-04 19:03 UTC (permalink / raw)
To: Famille Chauvat; +Cc: linux-mips
On Sun, Jul 30, 2000 at 07:16:38PM +0000, Famille Chauvat wrote:
> Hello,
>
> I'm working with an Indy station and the corresponding kernel.
> On the bootp() step, i got a message:
> >>>>>>>
>
> creating 100k of ramdisk space... done
> mounting /tmp from ramdisk... failed
>
> I can't recover from this.
> <<<<<<<
Probably this is a kernel with no ramdisk support ? Ah wait - No -
You have booted the kernel with a read-only root - Which means - When
mounting /tmp i tries to write /etc/mtab which is read-only - Try
to append "rw" to your prom console boot line
Flo
--
Florian Lohoff flo@rfc822.org +49-5201-669912
"If you're not having fun right now, you're wasting your time."
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Install trouble]
2000-08-04 19:03 ` Florian Lohoff
@ 2000-08-06 15:03 ` Famille Chauvat
2000-08-07 8:16 ` Florian Lohoff
0 siblings, 1 reply; 5+ messages in thread
From: Famille Chauvat @ 2000-08-06 15:03 UTC (permalink / raw)
To: Florian Lohoff; +Cc: linux-mips
Hi Florian,
Thanks for your response. Humm, I don't know how to boot with rw support...
And, Keith M Wesolowski, see messages in this thread, modify the kernel to
have a ramdisk support.
>>>> Keith M Wesolowski
>>>> I've uploaded a new kernel, dated 0731, which should have the necessary support.
>>>>
That what I don't understand, except a lot of another things :-), is how it
runs. You know, I took a lot of things on internet, I read a lot of papers,
perhaps not those I had to, and I've never ask to support or not the
ramdisk. So my question is, how the kernel I took doesn't support something
I never asked for. I'm not sure to be very clear :-)
With the new kernel I have, I've a new trouble. After the partition step, a
message "mount failed, bad address" appears and I 've to reboot. Of course,
the next time I'ld the same things. Any suggestion, any help, would be very
appreciate.
Btw, if you know someone of your team or friends who speak french, it could
be better, for me, to explain what going wrong.
Philippe
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Install trouble]
2000-08-06 15:03 ` Famille Chauvat
@ 2000-08-07 8:16 ` Florian Lohoff
0 siblings, 0 replies; 5+ messages in thread
From: Florian Lohoff @ 2000-08-07 8:16 UTC (permalink / raw)
To: Famille Chauvat; +Cc: linux-mips
On Sun, Aug 06, 2000 at 03:03:30PM +0000, Famille Chauvat wrote:
> Hi Florian,
>
> Thanks for your response. Humm, I don't know how to boot with rw support...
> And, Keith M Wesolowski, see messages in this thread, modify the kernel to
> have a ramdisk support.
Look into /usr/src/linux/Documentation
Booting with an "rw" root you just have to append "rw" to the command
line you boot with ...
> That what I don't understand, except a lot of another things :-), is how it
> runs. You know, I took a lot of things on internet, I read a lot of papers,
> perhaps not those I had to, and I've never ask to support or not the
> ramdisk. So my question is, how the kernel I took doesn't support something
> I never asked for. I'm not sure to be very clear :-)
Not the kernel uses it - The installer does - The installer tries
to create a /tmp filesystem in a ramdisk to proceed installation.
When there is no ramdisk support the /tmp filesystem creation will fail.
> With the new kernel I have, I've a new trouble. After the partition step, a
> message "mount failed, bad address" appears and I 've to reboot. Of course,
> the next time I'ld the same things. Any suggestion, any help, would be very
> appreciate.
No idea
> Btw, if you know someone of your team or friends who speak french, it could
> be better, for me, to explain what going wrong.
Sorry - Cant help you :)
Flo
--
Florian Lohoff flo@rfc822.org +49-5201-669912
"If you're not having fun right now, you're wasting your time."
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2000-08-08 22:04 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-07-30 19:16 [Install trouble] Famille Chauvat
2000-07-31 0:03 ` Keith M Wesolowski
2000-08-04 19:03 ` Florian Lohoff
2000-08-06 15:03 ` Famille Chauvat
2000-08-07 8:16 ` Florian Lohoff
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox