Holy Smoke wrote:Hi! I had a problem crash and went to the recovery mode boot. It started to repair the system but eventually stopped at a root log in. When I entered my normal log in and password it was rejected. How do I get a different login and password than the one I have always used? Can I change it?
Help New to Mint!
Welcome to Mint and the forum, Holy Smoke. Right off the bat, although you may have heard from other forums that "it is always better to continue an existing thread than start a new one", that is not really the case on a tech support board like this one unless your problem is
exactly the same as the OP's, or
directly related. You should really start a new thread. Also, it is advisable not to use unusual font sizes and write all in bold; it might irritate some readers which means you're less likely to get a reply. Although your problem is frustrating, try to keep it sane.
As to your actual problem, AFAIK recovery mode doesn't automatically perform any fixes (does it? Someone will correct me if I'm wrong). At the invitation to log in as root and drop to the CLI, all that should be required is your password, IIRC. If you do need to enter a username then that username should be "root". However, it might be better, since you are new, that you begin a new thread, describe the events leading up to your needing to boot into recovery mode, and seek advice, since I am uncertain as to what you plan to do having logged in as root. There will be no GUI, and precious little in the way of help, so if you're inexperienced with Mint/Linux in general I think you're going to need more help as to what to do having successfully logged in. Refer to the
forum rules for guidance as to what to put in your post to help others help you.
@JustPlainFred, I'll search for that thread and contribute there, if I have anything, since it's going to get off the subject of this thread. To put in a url, assuming you're using a graphical browser it's a question of clicking on the URL button just above the text box. Hover your mouse over the button for full instructions. I prefer just to type in the code:
- Code: Select all
[url="whatever.com"]Whatever[/url]
For images, the Img button, or
- Code: Select all
[img]http://example.photohost.com/image.png[/img]
But I'd use that sparingly. Cheers.
[Edit:]OK, I'm back:
Lantesh wrote:Quake3DeathGod you can change your resolution with nvidia-settings. Just make sure you run it as root so your changes apply
OK, what Lantesh meant was run nvidia-settings as root, just once, to set up the driver and that's it, I don't have the nVidia drivers myself, so I forget whether or not nvidia-settings is able to run while X is running, or if you have to switch to a tty and stop gdm, but either way Lantesh meant that you should ultimately do:
- Code: Select all
sudo nvidia-settings
and type your password if required. The reason being that nvidia-settings need to write to a configuration file at /etc/X11/Xorg.conf, which is owned by root, and therefore not writeable by your regular user. Once the program has run, though, and the changes made, they should be permanent though. In your original description, it sounds as though they are not, hence your experiments to try to rectify that.
I think your best course of action, should you continue to experience problems, would be to begin a new thread describing your symptoms. Best, RR.