* psplash wierdness
@ 2015-09-23 15:09 Andy Pont
0 siblings, 0 replies; 3+ messages in thread
From: Andy Pont @ 2015-09-23 15:09 UTC (permalink / raw)
To: yocto
I have spent all morning fine tuning psplash on a PXE booting system using
an NFS mounted root file system (all built with Yocto 1.8 for the
intel-core2-32 machine) and all is exactly as I need.
When I boot the system using an initrd of the same file system the first
output from the init process is:
/etc/init.d/rc: /etc/rcS.d/S00psplash.sh: line 28: can't open '/dev/null'
Line 28 of S00psplash.sh corresponds to the call to /usr/bin/psplash to
display the image to hide the init messages.
Am I being a complete numpty (highly probable) or have I missed something
about using an initrd?
Thanks,
Andy.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: psplash wierdness
[not found] <5602c0f1.4831320a.a4fa4.48f6SMTPIN_ADDED_BROKEN@mx.google.com>
@ 2015-09-23 16:51 ` Khem Raj
2015-09-23 17:43 ` Andy Pont
0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2015-09-23 16:51 UTC (permalink / raw)
To: andy.pont; +Cc: yocto
[-- Attachment #1: Type: text/plain, Size: 1006 bytes --]
Your initrd is missing /dev/null device it seems. You need to create it
dring build or some runtime mechanism
On Sep 23, 2015 8:10 AM, "Andy Pont" <andy.pont@sdcsystems.com> wrote:
> I have spent all morning fine tuning psplash on a PXE booting system using
> an NFS mounted root file system (all built with Yocto 1.8 for the
> intel-core2-32 machine) and all is exactly as I need.
>
> When I boot the system using an initrd of the same file system the first
> output from the init process is:
>
> /etc/init.d/rc: /etc/rcS.d/S00psplash.sh: line 28: can't open '/dev/null'
>
> Line 28 of S00psplash.sh corresponds to the call to /usr/bin/psplash to
> display the image to hide the init messages.
>
> Am I being a complete numpty (highly probable) or have I missed something
> about using an initrd?
>
> Thanks,
>
> Andy.
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
[-- Attachment #2: Type: text/html, Size: 1456 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: psplash wierdness
2015-09-23 16:51 ` psplash wierdness Khem Raj
@ 2015-09-23 17:43 ` Andy Pont
0 siblings, 0 replies; 3+ messages in thread
From: Andy Pont @ 2015-09-23 17:43 UTC (permalink / raw)
To: 'Khem Raj'; +Cc: yocto
Khem wrote...
> Your initrd is missing /dev/null device it seems. You need to create it dring build or
> some runtime mechanism
Hmmm, on further inspection it appears that in the /etc/rcS.d run level that psplash has been created as S00 while udev which is presumably going to create these devices isn't setup to be called until S04!
Bit more thought needed here...
Andy.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-09-23 17:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <5602c0f1.4831320a.a4fa4.48f6SMTPIN_ADDED_BROKEN@mx.google.com>
2015-09-23 16:51 ` psplash wierdness Khem Raj
2015-09-23 17:43 ` Andy Pont
2015-09-23 15:09 Andy Pont
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.