<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - in initrd, systemd-udevd logs errors "specified group '{tty,uucp,...}' unknown""
   href="https://bugs.freedesktop.org/show_bug.cgi?id=88491#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - in initrd, systemd-udevd logs errors "specified group '{tty,uucp,...}' unknown""
   href="https://bugs.freedesktop.org/show_bug.cgi?id=88491">bug 88491</a>
              from <span class="vcard"><a class="email" href="mailto:a.c.kalker@gmail.com" title="Alain Kalker <a.c.kalker@gmail.com>"> <span class="fn">Alain Kalker</span></a>
</span></b>
        <pre>A workaround (maybe even a permanent solution) is the following:

- Don't include /etc/{passwd,group} or supporting files in the initrd
- Arrange for the following drop-in snipped to be included *in the initrd*:

--[File:
/etc/systemd/system/systemd-udevd.service.d/50-resolve-names-never.conf]--
[Service]
ExecStart=
ExecStart=/usr/lib/systemd/systemd-udevd --resolve-names=never
--[End of file]--

Testing this on my system, there were no more unknown group errors in the
journal, and after the system was fully booted, all devices do have the right
ownership and permissions (which I assume are set aftter udev initializes on
the real rootfs).</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>