2005-10-11 00:29:44

by Miles Lane

[permalink] [raw]
Subject: 2.6.14-rc3-git8 -- Failed to execute /etc/init lang=us apm=power-off root=/dev/hda6 video=nvidiafb:1024x768 ro nomce. Attempting defaults...

I am getting the following in my kernel log output:
"Failed to execute /etc/init lang=us apm=power-off root=/dev/hda6
video=nvidiafb:1024x768 ro nomce. Attempting defaults..."

I notice that a patch to generate this message was added in
2.6.14-rc3. I don't understand the purpose of this patch, or whether
this error indicated some important problem with my Debian SID
configuration.
To see the patch, check here:
http://www.linuxhq.com/kernel/v2.6/14-rc3/init/main.c

A possibly related problem I am attempting to track down is that
nvidiafb is not correctly receiving it's video= option parameter.
Specifically, I am using:
cat /proc/cmdline
"init=/etc/init lang=us apm=power-off root=/dev/hda6
video=nvidiafb:1024x768 ro nomce"
But nvidiafb is only seeing:
nvidiafb: mode_option = <NULL>

Any ideas? Is this related?

Thanks!
Miles


2005-10-13 02:51:18

by Antonino A. Daplas

[permalink] [raw]
Subject: Re: 2.6.14-rc3-git8 -- Failed to execute /etc/init lang=us apm=power-off root=/dev/hda6 video=nvidiafb:1024x768 ro nomce. Attempting defaults...

Miles Lane wrote:

> A possibly related problem I am attempting to track down is that
> nvidiafb is not correctly receiving it's video= option parameter.
> Specifically, I am using:
> cat /proc/cmdline
> "init=/etc/init lang=us apm=power-off root=/dev/hda6
> video=nvidiafb:1024x768 ro nomce"
> But nvidiafb is only seeing:
> nvidiafb: mode_option = <NULL>
>

Try this. video=nvidiafb:off vga=0x0x305 video=vesafb:ypan

If you get the vesafb driver to run in ypan scrolling mode,
this problem may be specific to nvidiafb.

Tony