Bug#845302: systemd: 232-6:Failed to boot, makes kernel panic when starting /sbin/init.
K.Ohta
whatisthis.sowhat at gmail.com
Wed Nov 23 12:23:33 GMT 2016
Dear Michael,
On Wed, 23 Nov 2016 12:09:22 +0100
Michael Biebl <biebl at debian.org> wrote:
> Am 23.11.2016 um 12:00 schrieb K.Ohta:
> > Dear Michael,
> > I change line 323 of /usr/share/initramfs-tools/init,
> > "sleep 15" (or another wait period),and uncomment below line
> > of /etc/fstab (and another /usr entry is commented)
> >> UUID=c9d2e9cb-c214-4ca0-bdc9-40d39233e700 /usr
> >> ext4 defaults,noatime 0 2
> >
> > Then, booting is okay with below messages.
> >> [ 5.602383] EXT4-fs (sdd3): mounted filesystem with ordered
> >> data mode. Opts: (null) [ 20.702527] EXT4-fs (sde3): mounted
> >> filesystem with ordered data mode. Opts: (null)
> > sdd3 is / , sde3 is /usr .
> >
> > It seems to look any wrong response...
>
> So I guess the "sleep 15" wasn't necessary after all and the problem
> was actually an fstab entry which was not understand by busybox' mount
At last, I understood (sorry...)
I removed "nouser" and "auto" from /usr entry of fstab,
they are not supported musybox's mount command.
>UUID=c9d2e9cb-c214-4ca0-bdc9-40d39233e700 /usr ext4 rw,noatime,suid,dev,exec,async 0 2
Booting was succeeded.
Then, add "nouser" or "auto", booting was failed, I confirmed.
Maybe, this issue was resolved, sorry for my miss...
>
> Can you drop the "sleep 15" again and retry
>
>
> (Btw, if you use an additional option, like noatime, you no longer use
> the defaults, so you can just as well drop "defaults" completely)
>
>
Thanks , I removed "default" to add async etc..
Cheers,
Ohta.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 228 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-systemd-maintainers/attachments/20161123/7c1500d4/attachment-0002.sig>
More information about the Pkg-systemd-maintainers
mailing list