<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Aptos;
        panose-1:2 11 0 4 2 2 2 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:12.0pt;
        font-family:"Aptos",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Aptos",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;
        mso-ligatures:none;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="en-SE" link="blue" vlink="purple" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;mso-fareast-language:EN-US">Thanks for the link Brian. Very valuable.
<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;mso-fareast-language:EN-US">Have you discussed moving
</span><span style="font-size:11.0pt;mso-fareast-language:EN-US"><a href="file:///CentOS/automotive/src/boot-time-analysis-tools/-/tree/main/cntvct-log">cntvct-log</a></span><span lang="EN-US" style="font-size:11.0pt;mso-fareast-language:EN-US"> to systemd-analyze?
 IMHO, systemd can have better control when the target is reached to record the wall time.
<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;mso-fareast-language:EN-US">Umut
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<div id="mail-editor-reference-message-container">
<div>
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal" style="margin-bottom:12.0pt"><b><span style="color:black">From:
</span></b><span style="color:black">systemd-devel <systemd-devel-bounces@lists.freedesktop.org> on behalf of Brian Masney <bmasney@redhat.com><br>
<b>Date: </b>Thursday, 26 September 2024 at 03:07<br>
<b>To: </b>Dharma.B@microchip.com <Dharma.B@microchip.com><br>
<b>Cc: </b>serenissi@inventati.org <serenissi@inventati.org>, systemd-devel@lists.freedesktop.org <systemd-devel@lists.freedesktop.org><br>
<b>Subject: </b>Re: [systemd-devel] Exploring Minimal Systemd in Initramfs for Faster Boot<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><span style="font-size:11.0pt">On Wed, Sep 25, 2024 at 03:53:36PM +0000, Dharma.B@microchip.com wrote:<br>
> yes something similar to this, I will experiment this and get back to you.<br>
> <br>
> and I think since the egt service and its libraries depend on the full <br>
> rootfs, integrating initramfs might not provide significant benefits in <br>
> terms of faster launch time. The time saved by using an initramfs to <br>
> launch basic services earlier would likely be offset by the delay in <br>
> mounting the root filesystem, which is necessary for accessing the egt <br>
> libraries.<br>
<br>
There are some drawbacks to putting your early service in the initramfs<br>
and having it persist across the switch root to when systemd is started<br>
again from the root filesystem.<br>
<br>
- The initrd is a cpio archive, and increasing the size of the initrd is<br>
  going to increase the kernel boot time since it will need to<br>
  uncompress and extract the larger cpio archive.<br>
<br>
- Any services started from the initrd will be started before the<br>
  SELinux policy is loaded. Services started from the initrd will run<br>
  with the kernel_t label.<br>
<br>
- Services started from the initrd can't depend on almost anything like<br>
  mounts, devices, services, dbus, etc so it's difficult to develop<br>
  software of any complexity.<br>
<br>
- Adding all of these dependencies to the initrd is only going to move<br>
  the timing bottlenecks booting from the root filesystem to the initrd.<br>
<br>
- Directives like Restart=always will likely not work as expected.<br>
<br>
Personally I think that you should have the initramfs be small enough to<br>
only get you to the root filesystem and start your early service from<br>
the root filesystem.<br>
<br>
Shameless self plug: Here's a presentation that I gave last month at<br>
DevConf.us in Boston with Eric Curtin and Ed Chong about some of the<br>
boot speed optimizations that a group of us worked on at Red Hat:<br>
<a href="https://pretalx.com/devconf-us-2024/talk/HXVPHC/">https://pretalx.com/devconf-us-2024/talk/HXVPHC/</a> . The talk also<br>
lists some upstream patch sets that you will want to consider<br>
including in your kernel to help with boot time.<br>
<br>
Brian<o:p></o:p></span></p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>