Bug 8336 - Default systemd configuration fails to boot correctly in 2015-08
Summary: Default systemd configuration fails to boot correctly in 2015-08
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 major
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
: 8331 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-09-11 10:16 UTC by Dr I J Ormshaw
Modified: 2015-11-25 13:56 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.