Yes, you provided the minstall.log, but I need the rest of the information as well.
Now, from the log you provided, it looks as if the installer had trouble picking up the user accounts on your particular setup.
Here are the commands I need you to run while inside the live snapshot:
Code: Select all
ls -als /home
grep -E '^UID_MIN|^UID_MAX' /etc/login.defs
getent passwd {1000..60000}
If you're having trouble copying from the terminal directly, you can save this to a script file (eg. script.sh) and run:
Code: Select all
sh script.sh > userout.txt
You have now been requested 3 times to provide this information, so I won't be responding further unless this is provided.
The only exception is if you are having any trouble getting this information, in which case, please let me know.