Description of problem: At the end of the boot process of a Raspberry Pi 3 running Minimal image, the initial setup doesn't start. On subsequent reboots, sometimes the initial setup appears. Version-Release number of selected component (if applicable): Fedora 26 armhfp Fedora-Minimal-armhfp-26-20170504.n.1-sda.raw.xz How reproducible: Always. Steps to Reproduce: 1. Boot the Raspberry Actual results: [root@localhost ~]# systemctl status initial-setup ● initial-setup.service - Initial Setup configuration program Loaded: loaded (/usr/lib/systemd/system/initial-setup.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code) since Wed 2017-03-01 16:43:33 EST; 2 months 8 days ago Process: 676 ExecStart=/usr/libexec/initial-setup/run-initial-setup (code=exited, status=208/STDIN) Process: 675 ExecStartPre=/bin/plymouth quit (code=exited, status=208/STDIN) Process: 668 ExecStartPre=/bin/kill -55 1 (code=exited, status=0/SUCCESS) Main PID: 676 (code=exited, status=208/STDIN) Mar 01 16:43:33 localhost systemd[1]: Starting Initial Setup configuration program... Mar 01 16:43:33 localhost systemd[675]: initial-setup.service: Failed to set up stdin: Inappropriate ioctl for device Mar 01 16:43:33 localhost systemd[676]: initial-setup.service: Failed to set up stdin: Inappropriate ioctl for device Mar 01 16:43:33 localhost systemd[1]: initial-setup.service: Main process exited, code=exited, status=208/STDIN Mar 01 16:43:33 localhost systemd[1]: Failed to start Initial Setup configuration program. Mar 01 16:43:33 localhost systemd[1]: initial-setup.service: Unit entered failed state. Mar 01 16:43:33 localhost systemd[1]: initial-setup.service: Failed with result 'exit-code'. Expected results: Initial setup should start. Additional info: I don't use an external monitor, but I'm connecting to the device using the serial communication (enable_uart=1 etc.)
*** This bug has been marked as a duplicate of bug 1438046 ***