I liked the Ubuntu 12.10, so i Downloaded it and and installed via WUBI, then it told me to restart my PC to complete the installation. After i restarted and selected Ubuntu in the OS selection; for a few seconds a blank screen came and then it showed Shadow Password is on; then a blank screen for a few more seconds; then a whole lot of code-like characters came and it just won't boot up. I just wanna use 12.10 nothing else, i have Vista Business installed on the C:/ Drive, And Ubuntu is installed on the F:/ Drive (F:/ubuntu).
Asked
Active
Viewed 1,112 times
1 Answers
1
Shadow passwords are an enhancement to login security on Unix systems. Traditionally, passwords are kept in encrypted form in a world-readable table ( /etc/passwd ). To test a password, a program encrypts the given password with the same "key" (salt) that was used to encrypt the password stored in the /etc/passwd file (the salt is always given as the first two characters of the password). Because the encrypted passwords are not "decryptable", authentication takes place by comparison. If the /etc/passwd/ file password matches the encrypted login password, the user is granted access.
More reading HERE