<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi,<br>
      <br>
      Le 31/03/2017 à 10:21, Michael Biebl a écrit :<br>
    </div>
    <blockquote
      cite="mid:3c65d8ff-2ff5-d524-433b-65b47a6ac3a7@debian.org"
      type="cite">The udevadm info dump you attached shows that
      TAGS=:systemd: is missing
      <pre wrap="">for all your partitions, thus systemd doesn't consider them ready.</pre>
    </blockquote>
    <br>
    The flag is no more missing, and the boot problem is still present.<br>
    <br>
    udevadm info /dev/sda6<br>
    P:
/devices/pci0000:00/0000:00:16.1/0000:0c:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda6<br>
    N: sda6<br>
    S: disk/by-partuuid/000586b9-06<br>
    S: disk/by-path/pci-0000:0c:00.0-scsi-0:0:0:0-part6<br>
    S: disk/by-uuid/08511bfb-ef79-432c-b792-c455ec64679e<br>
    E: DEVLINKS=/dev/disk/by-partuuid/000586b9-06
    /dev/disk/by-path/pci-0000:0c:00.0-scsi-0:0:0:0-part6
    /dev/disk/by-uuid/08511bfb-ef79-432c-b792-c455ec64679e<br>
    E: DEVNAME=/dev/sda6<br>
    E:
DEVPATH=/devices/pci0000:00/0000:00:16.1/0000:0c:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda6<br>
    E: DEVTYPE=partition<br>
    E: ID_BUS=scsi<br>
    E: ID_FS_TYPE=ext3<br>
    E: ID_FS_USAGE=filesystem<br>
    E: ID_FS_UUID=08511bfb-ef79-432c-b792-c455ec64679e<br>
    E: ID_FS_UUID_ENC=08511bfb-ef79-432c-b792-c455ec64679e<br>
    E: ID_FS_VERSION=1.0<br>
    E: ID_MODEL=Virtual_disk<br>
    E: ID_MODEL_ENC=Virtual\x20disk\x20\x20\x20\x20<br>
    E: ID_PART_ENTRY_DISK=8:0<br>
    E: ID_PART_ENTRY_NUMBER=6<br>
    E: ID_PART_ENTRY_OFFSET=46874624<br>
    E: ID_PART_ENTRY_SCHEME=dos<br>
    E: ID_PART_ENTRY_SIZE=7811072<br>
    E: ID_PART_ENTRY_TYPE=0x83<br>
    E: ID_PART_ENTRY_UUID=000586b9-06<br>
    E: ID_PART_TABLE_TYPE=dos<br>
    E: ID_PART_TABLE_UUID=000586b9<br>
    E: ID_PATH=pci-0000:0c:00.0-scsi-0:0:0:0<br>
    E: ID_PATH_TAG=pci-0000_0c_00_0-scsi-0_0_0_0<br>
    E: ID_REVISION=1.0<br>
    E: ID_SCSI=1<br>
    E: ID_TYPE=disk<br>
    E: ID_VENDOR=VMware<br>
    E: ID_VENDOR_ENC=VMware\x20\x20<br>
    E: MAJOR=8<br>
    E: MINOR=6<br>
    E: PARTN=6<br>
    E: SUBSYSTEM=block<br>
    E: TAGS=:systemd:<br>
    E: USEC_INITIALIZED=2997221<br>
    <br>
    <br>
    <blockquote
      cite="mid:3c65d8ff-2ff5-d524-433b-65b47a6ac3a7@debian.org"
      type="cite">
      <pre wrap="">

That tag is set in /lib/udev/rules.d/99-systemd.rules.  Is that file
missing?</pre>
    </blockquote>
    <br>
    This file is present.<br>
    <br>
    <blockquote
      cite="mid:3c65d8ff-2ff5-d524-433b-65b47a6ac3a7@debian.org"
      type="cite">
      <pre wrap="">
Do you have any custom udev rules in /etc/udev/rules.d ?</pre>
    </blockquote>
    <br>
    ls -l /etc/udev/rules.d/<br>
    -rw-r--r-- 1 root root 789 Mar  6  2012 70-persistent-cd.rules<br>
    <br>
    <blockquote
      cite="mid:3c65d8ff-2ff5-d524-433b-65b47a6ac3a7@debian.org"
      type="cite">
      <pre wrap="">

Another (probably unrelated) observation is, that your /etc/fstab uses
type ext4 while the udev info shows ID_FS_TYPE=ext3</pre>
    </blockquote>
    <br>
    Oups, this morning, i'm converting ext3 to ext4, you should consider
    the following /etc/fstab:<br>
    <br>
    # <file system> <mount point>   <type> 
    <options>       <dump>  <pass><br>
    proc            /proc           proc    defaults        0       0<br>
    # / was on /dev/sda1 during installation<br>
    UUID=0ab4af79-6e21-4c58-8514-2cf849d53ae1 /     ext3
    errors=remount-ro 0       1<br>
    # /home was on /dev/sda7 during installation<br>
    UUID=60dac49d-8399-4a6f-9ded-7adc952fc33e /home ext4 defaults       
    0       2<br>
    # /tmp was on /dev/sda6 during installation<br>
    UUID=08511bfb-ef79-432c-b792-c455ec64679e /tmp  ext3 defaults       
    0       2<br>
    # /var was on /dev/sda5 during installation<br>
    UUID=66610011-7694-4574-ba2f-7ab34169b037 /var  ext3 defaults       
    0       2<br>
    # swap was on /dev/sda2 during installation<br>
    UUID=840f5b96-d8ce-4ad5-9750-330cb69bf691 none  swap sw             
    0       0<br>
    /dev/scd0       /media/cdrom0   udf,iso9660 user,noauto     0      
    0<br>
    <br>
    /dev/sda7 is now converted:<br>
     udevadm info /dev/sda7<br>
    [...]<br>
    S: disk/by-uuid/60dac49d-8399-4a6f-9ded-7adc952fc33e<br>
    E: DEVLINKS=/dev/disk/by-path/pci-0000:0c:00.0-scsi-0:0:0:0-part7
/dev/disk/by-p                                                                                       
    artuuid/000586b9-07
    /dev/disk/by-uuid/60dac49d-8399-4a6f-9ded-7adc952fc33e<br>
    E: DEVNAME=/dev/sda7<br>
    [...]<br>
    E: ID_FS_TYPE=ext4<br>
    E: ID_FS_USAGE=filesystem<br>
    [...]<br>
    <br>
    The problem is still present with this /etc/fstab configuration.<br>
    <br>
    <blockquote
      cite="mid:3c65d8ff-2ff5-d524-433b-65b47a6ac3a7@debian.org"
      type="cite">
      <pre wrap="">In any case, we shouldn't hijack this bug report. It's probably not the
same issue.
</pre>
    </blockquote>
    <br>
    If you think it's not related, I can open a new bug report.<br>
    <p>Thanks<br>
    </p>
    <div class="moz-signature">-- <br>
      <div style="color: rgb(0, 0, 0);font-family: Helvetica; font-size:
        12px;"><b>Emmanuel DECAEN</b><br>
        <br>
      </div>
    </div>
  </body>
</html>