<p><br>
On Feb 20, 2013 10:54 AM, "lux-integ" <<a href="mailto:lux-integ@btconnect.com">lux-integ@btconnect.com</a>> wrote:<br>
><br>
> On Wednesday 20 February 2013 01:21:37 Kok, Auke-jan H wrote:<br>
> > On Tue, Feb 19, 2013 at 4:58 PM, lux-integ <<a href="mailto:lux-integ@btconnect.com">lux-integ@btconnect.com</a>> wrote:<br>
> > > greetings,<br>
> > > I am interested in learning to use systemd   with output to an<br>
> > > alphanumeric character screen  (i.e. non graphical ).   Is this doable<br>
> > > without delving into shell programming? Examples, guidance, hints,<br>
> > > advice etc would be much appreciated.<br>
> ><br>
> > I'm no expert on non-graphical output, but systemd itself is a<br>
> > console/terminal application. There also is no shell code involved in<br>
> > any parts of systemd.<br>
> ><br>
> > I suggest starting with the base documentation if you're interested in<br>
> > contributing or using systemd, there is a wealth of information on the<br>
> > project page:<br>
> ><br>
> >     <a href="http://www.freedesktop.org/wiki/Software/systemd">http://www.freedesktop.org/wiki/Software/systemd</a><br>
> ><br>
> > Cheers,<br>
> ><br>
> > Auke<br>
> Thanks for your response.<br>
><br>
> Here is in excerpt:-<br>
> [<br>
> if they are shown at all, given we use graphical boot splash technology like<br>
> Plymouth these days. Nonetheless the information of the boot screens was and<br>
> still is very relevant, because it shows you for each service that is being<br>
> started as part of bootup, wether it managed to start up successfully or<br>
> failed (with those green or red [ OK ] or [ FAILED ] indicators).<br>
> ]<br>
> from this link<br>
> <a href="http://0pointer.de/blog/projects/systemd-for-admins-1.html">http://0pointer.de/blog/projects/systemd-for-admins-1.html</a><br>
><br>
><br>
> I have looked at the documents on the systemd wikii.  The main page has a<br>
> proud representation of a console boot-screen showing the  [ OK ]'s etc. And<br>
> as I said, I am interested  NOT in using 'Plymouth/OR-other-graphical boot-<br>
> splash-screen but a 'console-boot-screen'  with the  [ OK ]'s   and  [ FAILED<br>
> ]'s  etc.  Is there documentation available how this is done in systemd?</p>
<p>I assume you are currently not using a graphical boot, and that your problem is that you get no output at all?</p>
<p>Assuming your systemd version is not too old, you should get the behaviour you want by removing the 'quiet' kernel parameter from your boot loader.</p>
<p>HTH,</p>
<p>Tom</p>