https://bugzilla.novell.com/show_bug.cgi?id=805420 https://bugzilla.novell.com/show_bug.cgi?id=805420#c4 --- Comment #4 from L. A. Walsh <suse@tlinx.org> 2013-03-11 11:24:03 PDT --- oops, it sent the result on this before I was done... I put boot.lvm on the localfs's "required-start" line, and the problem went away. Also, regarding mount of /usr, before systemd runs full out, I did this: /etc/systemd/system> ll default.target.wants/ systemd-readahead-collect.service -> /lib/systemd/system/systemd-readahead-collect.service systemd-readahead-replay.service -> /lib/systemd/system/systemd-readahead-replay.service usr-mount.service -> /lib/systemd/system/usr-mount.service =============== more /lib/systemd/system/usr-mount.service # This file is linda's # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. [Unit] Description=mount /usr on root early in systemd startup DefaultDependencies=no Conflicts=shutdown.target Before=sysinit.target shutdown.target ConditionPathExists=/bin [Service] Type=oneshot ExecStart=/lib/systemd/systemd-usr RemainAfterExit=no StandardOutput=syslog+console TimeoutSec=5 [Install] WantedBy=default.target ======================================================= Such a target in a systemd-only boot env (and same for any other needed boot modules -- as I'm told all of them are not being integrated into systemd, which is not good), should allow it to boot. Basically anything that systemd doesn't do -- won't happen if the user boots from their hard disk instead of a ram disk. Hopefully some people will get that such is wanted. My system boot time is about 20-25 seconds total -- and that's for something I use as a server -- not a laptop. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.