Ver 10 NEW install
- 5280
- Offline
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
07 Aug 2026 17:09 #348541
by 5280
Replied by 5280 on topic Ver 10 NEW install
Thanks 4 the info
but I have not been able to get to the terminal yet
cant get past name and password screen yet.
have done 4-5 fresh install of the OS. they all hang up at the same place name and password screen
Thanks
but I have not been able to get to the terminal yet
cant get past name and password screen yet.
have done 4-5 fresh install of the OS. they all hang up at the same place name and password screen
Thanks
Please Log in or Create an account to join the conversation.
- tuxcnc
- Offline
- Elite Member
-
Less
More
- Posts: 195
- Thank you received: 32
07 Aug 2026 17:34 #348542
by tuxcnc
Replied by tuxcnc on topic Ver 10 NEW install
If you see GRUB but after only blank screen, this may be graphic card issue. In this case try apply nomodeset kernel parameter at grub screen (there are many tutorials on internet).cant get past name and password screen yet.
Please Log in or Create an account to join the conversation.
- 5280
- Offline
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
07 Aug 2026 19:59 #348544
by 5280
Replied by 5280 on topic Ver 10 NEW install
Good thought but its a laptop an older Dell no video card other than built in Video
don't know if it matters but password login error screen says... "your password is incorrect try again" cancel / log in boxes ...... nothing else and the same thing over and over when entering the password. I was super careful in the setup of these areas during setup
Tks
don't know if it matters but password login error screen says... "your password is incorrect try again" cancel / log in boxes ...... nothing else and the same thing over and over when entering the password. I was super careful in the setup of these areas during setup
Tks
Please Log in or Create an account to join the conversation.
- MaHa
- Offline
- Platinum Member
-
Less
More
- Posts: 536
- Thank you received: 235
07 Aug 2026 22:50 #348546
by MaHa
Replied by MaHa on topic Ver 10 NEW install
I was able to reproduce this in a virtualbox test-installation. After entering a wrong name/passw i was locked out. This solution gave me access again. And after that procedure, even entering the password wrong once, did'nt lock me out. Just enter correct password and login.
after this popup
Press the e key to open the boot parameter editor
Locate the text snippet ro quiet splash (or just ro).
Replace ro with rw and append init=/bin/bash to the end of the line. The end of your line should look exactly like this:
rw quiet splash init=/bin/bash
Press F10 to boot with these temporary settings.
Reset Your Password
The system will bypass the usual login screen and drop you directly into a root command prompt terminal (indicated by #).
Ensure the system partition is writeable by running:
mount -n -o remount,rw /
If you do not remember your exact system username, view it by typing:
ls /home
Type the password reset command followed by your account username:
passwd username
Enter your new password twice when prompted. Note: The text will not appear on the screen
Restart Computer
after this popup
Press the e key to open the boot parameter editor
Warning: Spoiler!
Locate the text snippet ro quiet splash (or just ro).
Replace ro with rw and append init=/bin/bash to the end of the line. The end of your line should look exactly like this:
rw quiet splash init=/bin/bash
Press F10 to boot with these temporary settings.
Reset Your Password
The system will bypass the usual login screen and drop you directly into a root command prompt terminal (indicated by #).
Ensure the system partition is writeable by running:
mount -n -o remount,rw /
If you do not remember your exact system username, view it by typing:
ls /home
Type the password reset command followed by your account username:
passwd username
Enter your new password twice when prompted. Note: The text will not appear on the screen
Restart Computer
Attachments:
Please Log in or Create an account to join the conversation.
Time to create page: 0.135 seconds