Bug 8336

Summary: Default systemd configuration fails to boot correctly in 2015-08
Product: buildroot Reporter: Dr I J Ormshaw <ian_ormshaw>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: major CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description Dr I J Ormshaw 2015-09-11 10:16:38 UTC
There are two issues causing the default configuration of 2015-08 not to boot correctly, both can be fixed by adding symbolic links in the root file system.

Firstly systemd fails to mount a number of file systems as it is trying to use /usr/bin/mount to mount the file systems, which does not exit.

This causes a number of service to fail preventing access to the system as /usr/sbin/sulogin cannot be found.

To fix the problems the following two symbolic links were created.


/usr/bin/mount -> ../../bin/mount
/usr/sbin/sulogin -> ../../sbin/sulogin
Comment 1 Vicente Olivert Riera 2015-09-11 10:19:19 UTC
We already have a patch in the queue to fix that problem:

http://patchwork.ozlabs.org/patch/514750/
Comment 2 Thomas Petazzoni 2015-10-14 09:44:55 UTC
*** Bug 8331 has been marked as a duplicate of this bug. ***
Comment 3 Thomas Petazzoni 2015-11-25 13:56:36 UTC
The patch pointed by Vicente has been merged as of commit http://git.buildroot.net/buildroot/commit/system?id=c5bd8af65e50a51735eb112fed9cbe6337f14e06. This should fix this bug.