Bug#808151: systemd: failed to start remount root and kernel file system

Michael Biebl biebl at debian.org
Sat Dec 19 14:37:59 GMT 2015


Am 19.12.2015 um 13:06 schrieb Frank B. Brokken:
> Hi Michael,
> 
> As announced in my previous e-mail:
> 
>> I'll add the debug entry next (cf. your mail from Date: Fri, 18 Dec 2015
>> 03:15:15 +0100) and let you know the results.
> 
> This information is available at https://www.icce.rug.nl/systemd in the files 
> initramfs.debug and alb.

Hm, unfortunately the journal dump is incomplete again. I have no idea why

> Maybe useful to note: it took like four or five reboot attempts before the
> booting process eventually failed. This time even more output than with using
> 'verbose' flashes by during the booting process, which somewhat slows down the
> booting procedure. You're sure it can't be some timing problem? 

Well, what kind of timing problem do you have in mind?

So far, the only thing I can say for sure looking at the initramfs log,
is that /usr has been mounted successfully in the initramfs.

"Something" apparently causes /usr to be unmounted later on. Which part
and why that is, is not clear yet.

Do you have any (custom) init scripts in /etc/rcS.d/ which fiddle around
with mount settings, run telinit or stuff like that?

I'm running out of ideas, tbh.

If you suspect the remount service to be the cause for this, let's
output the mounts before and after
For that run
$ systemctl edit systemd-remount-fs.service

Then add
[Service]
ExecStartPre=/bin/sh -c 'echo "before rootfs remount"; findmnt'
ExecStartPost=/bin/sh -c 'echo "after rootfs remount"; findmnt'

Reboot and attach the journal log again.

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-systemd-maintainers/attachments/20151219/fc973b72/attachment-0002.sig>


More information about the Pkg-systemd-maintainers mailing list