public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* initrd and fc3
@ 2004-12-09 19:28 rich turner
  2004-12-09 19:43 ` Matan Peled
  2004-12-09 20:48 ` Valdis.Kletnieks
  0 siblings, 2 replies; 5+ messages in thread
From: rich turner @ 2004-12-09 19:28 UTC (permalink / raw)
  To: linux-kernel

i am testing fc3 by using an old-school initrd. by old-school i mean not
the new initramfs/cpio type initrd. the process i use to create the
initrd works for all other distributions (suse, mandrake, debian, fc2,
2.2.x, 2.4.x, 2.6.x, etc) but fails with fc3 (2.6.9-1.667).

upon system boot, the kernel executes, checks to see if the initrd is
initramfs (it isnt), finds the initrd (ext2), mounts it, and then
immediately exits without executing linuxrc.

anyone have any ideas as to why linuxrc is not being executed?


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

* Re: initrd and fc3
  2004-12-09 19:28 initrd and fc3 rich turner
@ 2004-12-09 19:43 ` Matan Peled
  2004-12-09 19:59   ` rich turner
  2004-12-09 20:48 ` Valdis.Kletnieks
  1 sibling, 1 reply; 5+ messages in thread
From: Matan Peled @ 2004-12-09 19:43 UTC (permalink / raw)
  To: rich turner; +Cc: linux-kernel

rich turner wrote:

>i am testing fc3 by using an old-school initrd. by old-school i mean not
>the new initramfs/cpio type initrd. the process i use to create the
>initrd works for all other distributions (suse, mandrake, debian, fc2,
>2.2.x, 2.4.x, 2.6.x, etc) but fails with fc3 (2.6.9-1.667).
>
>upon system boot, the kernel executes, checks to see if the initrd is
>initramfs (it isnt), finds the initrd (ext2), mounts it, and then
>immediately exits without executing linuxrc.
>
>anyone have any ideas as to why linuxrc is not being executed?
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at  http://www.tux.org/lkml/
>
>  
>
You pretty much deduced the bug is in FC3, and not the general kernel...

So why exactly is this on topic on LKML?


Is the bug reproducible on a vanilla kernel.org kernel?

- Mif


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

* Re: initrd and fc3
  2004-12-09 19:43 ` Matan Peled
@ 2004-12-09 19:59   ` rich turner
  0 siblings, 0 replies; 5+ messages in thread
From: rich turner @ 2004-12-09 19:59 UTC (permalink / raw)
  To: linux-kernel

On Thu, 2004-12-09 at 11:43, Matan Peled wrote:
> rich turner wrote:
> 
> >i am testing fc3 by using an old-school initrd. by old-school i mean not
> >the new initramfs/cpio type initrd. the process i use to create the
> >initrd works for all other distributions (suse, mandrake, debian, fc2,
> >2.2.x, 2.4.x, 2.6.x, etc) but fails with fc3 (2.6.9-1.667).
> >
> >upon system boot, the kernel executes, checks to see if the initrd is
> >initramfs (it isnt), finds the initrd (ext2), mounts it, and then
> >immediately exits without executing linuxrc.
> >
> >anyone have any ideas as to why linuxrc is not being executed?
> >
> >-
> >To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> >the body of a message to majordomo@vger.kernel.org
> >More majordomo info at  http://vger.kernel.org/majordomo-info.html
> >Please read the FAQ at  http://www.tux.org/lkml/
> >
> >  
> >
> You pretty much deduced the bug is in FC3, and not the general kernel...
> 
> So why exactly is this on topic on LKML?
i agree that this isnt the proper place for this topic if it is only
related to fc3.
> 
> 
> Is the bug reproducible on a vanilla kernel.org kernel?
i am doing this now. if this is reproducable in vanilla 2.6.9 then i
will let the list know.
> 
> - Mif
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/


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

* Re: initrd and fc3
  2004-12-09 19:28 initrd and fc3 rich turner
  2004-12-09 19:43 ` Matan Peled
@ 2004-12-09 20:48 ` Valdis.Kletnieks
  2004-12-09 20:55   ` Valdis.Kletnieks
  1 sibling, 1 reply; 5+ messages in thread
From: Valdis.Kletnieks @ 2004-12-09 20:48 UTC (permalink / raw)
  To: rich turner; +Cc: linux-kernel

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

On Thu, 09 Dec 2004 11:28:01 PST, rich turner said:

(off-list reply)

> upon system boot, the kernel executes, checks to see if the initrd is
> initramfs (it isnt), finds the initrd (ext2), mounts it, and then
> immediately exits without executing linuxrc.

Are you *sure* linuxrc isn't run at all?

You might want to run a test 'mkinitrd' and look at what FC3 expects to find
in there (yes, it generates a cpio archive, just extract it into a scratch
directory), then compare that to your initrd and see if you're missing something
(permissions, a directory, etc).

It's possible that the linuxrc is running, not outputting anything to the
console, and hitting an error that causes further progress to fail, making it
LOOK like it's not running at all.

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

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

* Re: initrd and fc3
  2004-12-09 20:48 ` Valdis.Kletnieks
@ 2004-12-09 20:55   ` Valdis.Kletnieks
  0 siblings, 0 replies; 5+ messages in thread
From: Valdis.Kletnieks @ 2004-12-09 20:55 UTC (permalink / raw)
  To: linux-kernel

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

On Thu, 09 Dec 2004 15:48:05 EST, Valdis.Kletnieks@vt.edu said:

> (off-list reply)

Or it would have been, if I had hit "reply" instead of "reply all".

And barring that, it *still* would have been, if I hadn't noticed the
cc:, removed it, and then managed to paste it back in again.

Argh.  Good thing I'm not trying to write code today. :)

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

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

end of thread, other threads:[~2004-12-09 20:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-09 19:28 initrd and fc3 rich turner
2004-12-09 19:43 ` Matan Peled
2004-12-09 19:59   ` rich turner
2004-12-09 20:48 ` Valdis.Kletnieks
2004-12-09 20:55   ` Valdis.Kletnieks

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