I've got a Debian Jessie system and I'm trying to recover this onto a RAID 1 with LVM.
I've got a RAID1 over two 2TB NVMe drives and my /boot is on a USB booting in Legacy mode to Grub2. That bit works, it's when the kernel tries to mount the /home it times out and I get this error:
: Dec 12 15:33:34 ltsp systemd[1]: Job dev-mapper-vg\x2dhome.device/start timed out. : Dec 12 15:33:34 ltsp systemd[1]: Timed out waiting for device dev-mapper-vg\x2dhome.device. : -- Subject: Unit dev-mapper-vg\x2dhome.device has failed : -- Defined-By: systemd : -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel : -- : -- Unit dev-mapper-vg\x2dhome.device has failed. : -- : -- The result is timeout. : Dec 12 15:33:34 ltsp systemd[1]: Dependency failed for /home. : -- Subject: Unit home.mount has failed : -- Defined-By: systemd : -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel : -- : -- Unit home.mount has failed. : -- : -- The result is dependency. : Dec 12 15:33:34 ltsp systemd[1]: Dependency failed for Local File Systems. : -- Subject: Unit local-fs.target has failed : -- Defined-By: systemd : -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel : -- : -- Unit local-fs.target has failed. : -- : -- The result is dependency. : Dec 12 15:33:34 ltsp systemd[1]: Triggering OnFailure= dependencies of local-fs.target. : Dec 12 15:33:34 ltsp systemd[1]: Dependency failed for File System Check on /dev/mapper/vg-home. : -- Subject: Unit systemd-fsck@dev-mapper-vg\x2dhome.service has failed : -- Defined-By: systemd : -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel : -- : -- Unit systemd-fsck@dev-mapper-vg\x2dhome.service has failed. Then I'm dumped at the Emergency Console.
I have checked the UUIDs with blkid and they are the same:
/etc/fstab:
/dev/mapper/vg-root / ext4 noatime,errors=remount-ro 0 1 UUID=d276a0d4-c95f-4792-a222-6d1451899de2 /home ext4 noatime,errors=remount-ro 0 1 UUID=4308b9dd-3319-47f4-b303-1bfdd928c25e /boot ext4 noatime,errors=remount-ro 0 2 Once I put my root password into the Emergency Console I can see that /home is mounted.
Why is it failing whilst booting?
UPDATE
root@ltsp:/# sudo systemctl status dev-mapper-vg\\x2home.device ● dev-mapper-vg\x2home.device Loaded: loaded Active: inactive (dead)
sudo systemctl status dev-mapper-vg\\x2home.deviceafter bootup.