Comment 2 for bug 2043253

Revision history for this message
Stefano (luckylinux777) wrote :

Far from ideal, but if I boot into emergency mode, then run
```
zfs mount -a
systemctl restart networking
systemctl restart ssh
init 3
```

Then I get to a normal login prompt. Login as root & run /etc/init.d/lightdm restart and I can log in as a user in MATE.

Particularly the lines
```
zfs mount -a
init 3
```

Seem to be necessary.

And I don't know why but all datasets seem to mount correctly, EXCEPT:
```
/root
/home/stefano
/home/podman
```