As I'm designing an embedded product, I really need fast boot.
I have:
between 20 and 25 seconds with standard Raspbian Wheezy from raspberrypi.org,
around 10 seconds with ArchLinuxArm distribution, mainly because it uses
systemd
instead ofsysinitv
,around 15 seconds with Raspbian-ua-netinst, installed with Jessie, it uses
systemd
as well.
Question: What optimal boot time can we get with Raspbian?
Reason: I'd like to keep Raspbian instead of ArchLinuxArm for simplicity, but I would like to keep the "10 seconds boot time" of Arch.
Remark: It seems possible to have 2,52 seconds boot time.
apt-get
etc. and more generally used to Debian, and because most RPi users are on Raspbian (default OS proposed on http://www.raspberrypi.org/downloads). I have nothing against Arch, but for simplicity for me and users of my soft, I'd prefer to stay on Raspbian – Basj May 21 '15 at 11:10pacman
is as easy asapt-get
. There is no witchcraft necessary to run ArchLinux ^^. But never mind I will not talk you into Arch either... – Ghanima May 21 '15 at 15:12