Am 31.03.2017 um 09:13 schrieb Emmanuel DECAEN: > Hi, > > The system boots correctly using sysV grub option, but randomly fails > during boot using systemd (grub default). > > /etc/fstab: > # <file system> <mount point> <type> <options> <dump> <pass> > proc /proc proc defaults 0 0 > # / was on /dev/sda1 during installation > UUID=0ab4af79-6e21-4c58-8514-2cf849d53ae1 / ext4 errors=remount-ro > 0 1 > # /home was on /dev/sda7 during installation > UUID=60dac49d-8399-4a6f-9ded-7adc952fc33e /home ext4 defaults > 0 2 > # /tmp was on /dev/sda6 during installation > UUID=08511bfb-ef79-432c-b792-c455ec64679e /tmp ext4 defaults > 0 2 > # /var was on /dev/sda5 during installation > UUID=66610011-7694-4574-ba2f-7ab34169b037 /var ext4 defaults > 0 2 > # swap was on /dev/sda2 during installation > UUID=840f5b96-d8ce-4ad5-9750-330cb69bf691 none swap sw > 0 0
The udevadm info dump you attached shows that TAGS=:systemd: is missing for all your partitions, thus systemd doesn't consider them ready. That tag is set in /lib/udev/rules.d/99-systemd.rules. Is that file missing? Do you have any custom udev rules in /etc/udev/rules.d ? Another (probably unrelated) observation is, that your /etc/fstab uses type ext4 while the udev info shows ID_FS_TYPE=ext3 In any case, we shouldn't hijack this bug report. It's probably not the same issue. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Pkg-systemd-maintainers mailing list Pkg-systemd-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers