PDA

View Full Version : First boot after fresh install- circular file!


kvk
July 25th, 2008, 03:54 PM
I just did a fresh install of F9 on an old Gateway laptop, using CD ISOs 1-4 from the Fedora download page. Installation went fine with no issues. First boot after install goes directly to a log-in dialogue box, instead of Set-Up, License, User Creation, and such. The only user that exists is root, and if I log on as root, the sytem tells me that's a bad idea and returns to the prompt. Circular file!! :(

Any ideas on this one? :)

Thank you!

shawnansasio
July 28th, 2008, 03:44 PM
Well if you are a little good with linux follow these instructions:
Otherwise download Ubuntu Linux.

Step 1. hit Ctrl + alt + F3 (or anything below F5)

Step 2. You will get a black non-gui login window ,
Login as root (it will not stop you)

Step 3. Now if you get a shell type: useradd myusername -d /home/myusername
Where "myusername" is the username of your choice And /home/myusename is your home dir.

Step 4.now type: passwd myusername
Here is where you setup your password

Step 5. Now reboot and try loging in as the new user!!!

Hope This helps!

_______________________________________

I am a 9 year old linux MASTER!!!!
Really.

kvk
July 29th, 2008, 07:08 PM
Excellent! I'll try that-thanks so much!

I already run Ubuntu on another machine- this is my "toy" laptop I got from State surplus to play with, distro hop, and find the perfect set of OS, editors, IDEs and such before modifying one of my primary machines. :)

shawnansasio
July 30th, 2008, 03:19 PM
No problem.

GOOD LUCK!!! :)

_______________________
I am a 9 year old linux
MASTER!!

kvk
July 31st, 2008, 02:37 AM
Hmmm...everything goes great until setting the password for the new user account. The new user shows in the log-in prompt after rebooting, but whenever I try to set or reset the password, the return after typing and confirming the password is:

User not known to the underlying authentication module.

What now? :-)

shawnansasio
July 31st, 2008, 10:22 AM
Is it the passwd command that is not working or the login window that is not letting you log on.


__________________________________

I am a 9 year old linux MASTER!!!

kvk
July 31st, 2008, 11:18 AM
It's the password command under root log-in in the terminal. It will allow me to createthe user account, but not define a password for it.