Now, something more serious, that seems to be related to moving into directory-based chroot - after most operations, I get this error in terminal: Code: Couldn't save journal, openpty() failed (/dev/pts is not mounted?) I could mount it manually, but I would rather like to find why it isn't prepared as it should at chrooting time. Any ideas? //Edit 2 Just checked mount: Code: mount none on /dev/pts type devpts (0) /dev/mmcblk0p2 on /home type ext4 (0) /dev/mmcblk0p1 on /home/user/MyDocs type vfat (0) So, wtf? // Edit 3 Code: Failed to open connection to "system" message bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory [FAIL] Can't start system message bus - /proc is not mounted ... failed! Something seems to be very wrong with mounts - this one really isn't mounted, as per mount output in edit 2. No idea why, I'll try to investigate.
Couldn't save journal, openpty() failed (/dev/pts is not mounted?)
mount none on /dev/pts type devpts (0) /dev/mmcblk0p2 on /home type ext4 (0) /dev/mmcblk0p1 on /home/user/MyDocs type vfat (0)
Failed to open connection to "system" message bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory [FAIL] Can't start system message bus - /proc is not mounted ... failed!