Hi
Installed Fedora-Minimal-armhfp-24-20160308.0 and hit the following problems

Everytime I reboot the system, fsck is being run on attached ssd drive mounted as /home.

As a user
[djones@ct2 ~]$ reboot
Failed to set wall message, ignoring: Interactive authentication required.
Failed to reboot system via logind: Interactive authentication required.
Failed to start reboot.target: Interactive authentication required.
See system logs and 'systemctl status reboot.target' for details.
Failed to open /dev/initctl: Permission denied
Failed to talk to init daemon.


[root@ct2 ~]# systemctl status reboot.target
● reboot.target - Reboot
   Loaded: loaded (/usr/lib/systemd/system/reboot.target; disabled; vendor preset: disabled)
   Active: inactive (dead)
     Docs: man:systemd.special(7)

Nothing in dmesg

Nothing in audit.log

su - then during shutdown
[57440.247697] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[57440.297064] systemd-journald[539]: Received SIGTERM from PID 1 (systemd-shutdow).
[57441.957853] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[57442.013280] systemd-shutdown[1]: Process 1601 (plymouthd) has been been marked to be excluded from killing. It is running from the root file system, and thus likely to block re-mounting of the root file system to read-only. Please consider moving it into an initrd fi.
[57442.129584] systemd-shutdown[1]: Hardware watchdog 'sunxi-wdt', version 0

other messages in dmesg
[    0.056609] /cpus/cpu@0 missing clock-frequency property
[    0.056667] /cpus/cpu@1 missing clock-frequency property

[    5.025695] sr_init: No PMIC hook to init smartreflex
[    5.036227] sr_init: platform driver register failed for SR

[    9.934684] sunxi-mmc 1c12000.mmc: allocated mmc-pwrseq
[    9.984243] sunxi-mmc 1c12000.mmc: base:0xf0d62000 irq:27
[   10.004872] sunxi-mmc 1c12000.mmc: smc 1 err, cmd 8, RTO !!

[   30.602985] sun4i-codec 1c22c00.codec: Failed to register against DMAEngine
[   30.669170] sun4i-codec 1c22c00.codec: Failed to register against DMAEngine


reported as Bug 1316220
[   23.642734] audit: type=1400 audit(1455208080.495:51): avc:  denied  { read } for  pid=508 comm="systemd-gpt-aut" name="mmcblk0" dev="devtmpfs" ino=14005 scontext=system_u:system_r:init_t:s0 tcontext=system_u:object_r:removable_device_t:s0 tclass=blk_file permissive=0
[   23.686608] audit: type=1300 audit(1455208080.495:51): arch=40000028 syscall=5 per=800000 success=no exit=-13 a0=80309648 a1=a0000 a2=0 a3=0 items=0 ppid=507 pid=508 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd-gpt-aut" exe="/usr/lib/systemd/system-generators/systemd-gpt-auto-generator" subj=system_u:system_r:init_t:s0 key=(null)
[   23.743808] audit: type=1327 audit(1455208080.495:51): proctitle=2F7573722F6C69622F73797374656D642F73797374656D2D67656E657261746F72732F73797374656D642D6770742D6175746F2D67656E657261746F72002F72756E2F73797374656D642F67656E657261746F72002F72756E2F73797374656D642F67656E657261746F722E6561726C79002F72756E2F73797374656D642F67
[   23.791212] systemd-gpt-auto-generator[508]: /dev/mmcblk0: failed to allocate prober: Permission denied


Feb 11 17:28:02 localhost iscsid[240]: iSCSI daemon with pid=241 started!
Feb 11 17:28:02 localhost iscsid[240]: can't open InitiatorName configuration file /etc/iscsi/initiatorname.iscsi
Feb 11 17:28:02 localhost iscsid[240]: Warning: InitiatorName file /etc/iscsi/initiatorname.iscsi does not exist or does not contain a properly formated InitiatorName. If using software iscsi (iscsi_tcp or ib_iser) or partial offload (bnx2i or cxgbi iscsi), you may not b
Feb 11 17:28:02 localhost iscsid[240]: can't open InitiatorAlias configuration file /etc/iscsi/initiatorname.iscsi
Feb 11 17:28:02 localhost iscsid[240]: can't open iscsid.safe_logout configuration file /etc/iscsi/iscsid.conf

Regards

David