Black screen at booting

4 respuestas [Último envío]
user4234
Desconectado/a
se unió: 12/11/2016

hi,

starting with gnulinux/trisquel im wondering if its possible to make the boot screen blank/black and maybe speed it up.

onpon4
Desconectado/a
se unió: 05/30/2012

What problem are you trying to solve by not showing anything on the screen? Surely you can't possibly think that the insanely tiny amount of CPU usage caused by playing an animation or printing text is slowing down your boot time significantly. It's problably something like a millisecond. It's an amount of time that doesn't contribute at all to the wait.

lembas
Desconectado/a
se unió: 05/13/2010

You'll probably get the biggest savings by using hibernate vs. shutdown.

Having said that there is software like bootchart in the repos to help analyze the boot sequence.

user4234
Desconectado/a
se unió: 12/11/2016

one thing i wanted in Trisquel 7 was to get a silent boot. if anybody is interested, my non-perfect workaround with plymouth is to change the colours to black (0x000000) in /lib/plymouth/themes -> text.plymouth and (im not sure if this was the reason in my case) to disable the access to the .png background picture by renaming, so that plymouth is only in 'text mode'. after that run 'sudo update-initramfs -u' to initialize the changes, btw: on shutdown this configuration has not the intended effect

second i wanted to make the boot faster. so far i figured out, to get a significant improvement, i would have to change the init to a faster one, thats not possible because of the dependencies

third just to mention it, my wish would be that trisquel would be based on devuan, not debian and at least not on ubuntu

onpon4
Desconectado/a
se unió: 05/30/2012

> to get a significant improvement, i would have to change the init to a faster one

You're already using Upstart. I haven't seen any benchmarks, but Upstart and systemd seem to be about the same in this regard, and I'm not aware of any init system that's faster than these two.

The actual bottleneck is probably just your hard drive's access speed, anyway.