Results 1 to 10 of 26
Hello all,
I am trying to install centOS 6.2_x86_64 on my AMD box with 3 HDD's and raid 5.
I got it to work but I hit a wall on ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-07-2013 #1Just Joined!
- Join Date
- Jan 2013
- Posts
- 33
CentoS 6.2 x86_64 login issue
Hello all,
I am trying to install centOS 6.2_x86_64 on my AMD box with 3 HDD's and raid 5.
I got it to work but I hit a wall on the login and password prompt after a reboot.
When doing the install it has a default localhost.localdomain as the login and then it asks for a password which I supplied
I tried multiple times reinstalling from scratch and trying different login names. My AMD box name is JOHNSAMDBOX
I didn't set up a network during the install then I did set up a wireless network during one install try, nothing works
I always get the error login incorrect
Please advise
Thanks
- 01-08-2013 #2Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,664
Hello and welcome!
I've moved your post to the Red Hat / Fedora Linux forum (CentOS is a derivative of RHEL), where it will hopefully get more eyes on it.
- 01-08-2013 #3Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,664
did you supply a "root" password during install? Try logging in with username of "root" and whatever password you supplied. if you can't remember the root password, reboot into runlevel 1 (aka single user mode) and it will drop you straight to a bash shell w/o a login prompt. There you can reset root's password.
Edit: Here is a link to the RHEL documentation on how to boot into single user mode, it should work with CentOS.Last edited by atreyu; 01-08-2013 at 12:21 AM. Reason: Link how to use single user mode
- 01-08-2013 #4Just Joined!
- Join Date
- Jan 2013
- Posts
- 33
ok thanks
- 01-08-2013 #5Just Joined!
- Join Date
- Jan 2013
- Posts
- 33
Thank you very much atreyu
I now have a blinking cursor after the prompt as you see below
[root@JOHNSAMDBOX ~]#
I will now try your link
- 01-08-2013 #6Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,664
- 01-08-2013 #7Just Joined!
- Join Date
- Jan 2013
- Posts
- 33
Thanks
how do I get a gui for centos or a menu something other than the command line
- 01-08-2013 #8Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,664
This ought to get you on your way. Run it as root:
It should install the de facto GNOME Desktop and related apps. The GDM (GNOME's graphical display manager) should also be installed, which will present a login screen. If it isn't, then try:Code:yum groupinstall 'GNOME Desktop Environment'
Also, be sure to create a regular user for your system, e.g.:Code:yum install gdm
and create a password:Code:useradd -g users someuser
Edit:Code:echo "somepassword"|passwd --stdin someuser
You may need to install the specific Xorg driver for your graphics adapter. Check the output of:
Then you'll need to do something like:Code:lspci|grep -i vga
Code:yum install xorg-x11-drv-<MODULE_NAME>
Last edited by atreyu; 01-08-2013 at 11:59 PM. Reason: installing Xorg driver
- 01-09-2013 #9Just Joined!
- Join Date
- Jan 2013
- Posts
- 33
Thanks again for your help but no go
I am not connected to the network I think that's my problem.
How can I check my wireless connection
Thanks
- 01-09-2013 #10Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,664
What part is a no-go? The yum command, I assume?
show network adapters w/wireless capability:How can I check my wireless connection
show current config of network adapters that are up:Code:iwconfig
show current routing table:Code:ifconfig
show DNS settings:Code:route -n
Also, are you set up for dhcp or static ip? If you don't know what I mean, then you are probably DHCP.Code:cat /etc/resolv.conf


Reply With Quote

