Dear Michael,
On Wed, 23 Nov 2016 12:09:22 +0100 Michael Biebl <[email protected]> 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.
pgpl03ghI9DZc.pgp
Description: OpenPGP digital signature
_______________________________________________ Pkg-systemd-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers
