@@ -22,3 +22,11 @@ Sometimes it can happen, that you use a new image and although nothing has chang
### Measures
This problem has been approached in recent versions of Yocto by trying to strip all the absolute paths from the target binaries.
Check what caused the changes in the library and decide whether to build/install a new toolchain or not.
## VMware Problems
### No log-in possible after booting
Suspend your image. Then start your image again, click immediately into the window and press the left shift key. Now the boot process will stop and the Ubuntu boot menu is presented. Choose here to boot in recovery mode.
After the recovery mode is started, choose to resume normal booting. After a while you will be able to login into Ubuntu.
To fix the problem permanently open the file '/etc/gdm3/custom.conf' with the editor of your choice (sudo priviliges needed) and uncomment the line saying '#WaylandEnable=false'. With that fix you should be able to login again after normal booting.
(Copied from https://askubuntu.com/questions/1149957/unable-to-login-to-account-in-ubuntu-18-04-vmware-workstation-15-after-update)