Hello,
Could you tell me more about when this prompt to enter a password is supposed to appear? I use VoiceOver, a screen reader built into the Mac, because I do not see and parts of Parallels work well but others do not. For example, I can read all the menus and such but to pick the OS to install I have to use a tool that runs optical character recognition on the screen and then issue physical mouse clicks.
Using this method, I have been able to monitor progress, pick the OS install and such. But I've never had a prompt for the password I could find. Once I click on continue, the download starts and I don't touch the computer and in a few minutes as I said am left at the VM being launched and sitting with the Parallels account created and can launch the ORCA screen reader on the VM. But again, no password.
Hello Kellyf6,
Upon installation, the default password on your Linux guest is usually your host MacOS user password.
If however, you are still unable to log into your Linux virtual machine with your host MacOS user password, kindly follow the steps below to perform a password reset.
1. Start your virtual machine.
2. On the grub menu, press 'e' on your keyboard before the system starts booting.
NOTE: If the grub menu does not come up on initial booting,
Click on the Parallels Desktop icon on the top bar of your Macbook, click on Actions >Reset
Then on the grub menu, press 'e' on your keyboard before the system starts booting.
3. Scroll down and locate the line that begins with 'linux' (see sample screenshot)
4. Move the cursor to the end of this line, just after 'ro quiet splash' or 'ro' depending on the Linux distribution you installed, and type "init=/bin/bash"
5. Press Ctrl + x to boot into single-user mode
6. Execute the following command in the terminal "mount -n -o remount,rw /"
7. Reset your parallels account password by executing "passwd parallels".
8. Type in your new password and confirm it. You should get a 'password updated successfully' message on your terminal.
9. Execute "exec /sbin/init" to restart your virtual machine.
You should now be able to log into your virtual machine with the newly updated password