 |
 |
 |
 |
| Installation and Live Media Help with Installation & Live Media (Live CD, USB, DVD) problems. |

4th March 2009, 12:48 AM
|
|
Registered User
|
|
Join Date: Mar 2009
Posts: 11

|
|
|
Fedora installed and runs in text mode.
It seems I had no say in the matter. The installer automatically did text mode and it starts up in text mode now. I'm very new to Fedora, though I had Ubuntu installed recently but removed it because Fedora seemed a little more interesting to me. I guess this wasn't the kind of interesting I was looking for.
I'm on an HP Pavilion dv2807nr laptop if that helps.
|

4th March 2009, 01:17 AM
|
|
Registered User
|
|
Join Date: Jul 2005
Posts: 78

|
|
|
try running this
init 5
|

4th March 2009, 02:17 AM
|
|
Registered User
|
|
Join Date: Mar 2009
Posts: 11

|
|
Some things went by and said OK in green, the screen flickered like it was having a seizure, and then it just returned to the state it was in. I could put in more commands and I saw something about init 3 online but that did nothing also.
|

4th March 2009, 02:40 AM
|
 |
Registered User
|
|
Join Date: Jun 2006
Location: Texas
Age: 42
Posts: 4,168

|
|
Please reboot you rig. I hope your /etc/inittab file is set to 3, not 5 at the end of the file.
Now you are at the prompt, login as root.
If you didn't create a new user, then use adduser.
Code:
adduser -m jon
passwd jon
Then:
What does startx spits out?
|

4th March 2009, 02:49 AM
|
 |
Registered User
|
|
Join Date: Aug 2005
Location: Ann Arbor
Age: 45
Posts: 3,907

|
|
Ubi if you would post your computer specs we might be able to help
What is your 3d card ( ati or nvidia ) and model number
Or is it a built in pseudo 3d chipset
the 3d card not being reconised is the main reason for the installer defaulting to a text install
Quote:
|
I saw something about init 3 online but that did nothing also
|
that command WILL NOT WORK in this situation . It takes you OUT OF THE GUI and into TEXT
you could try this ( most likely will not work )
from the text only terminal type in
Code:
su -
( then your root password when asked )
nano /etc/inittab
and edit the last line to read
id:5:initdefault:
by changing the 3 to a 5
hit " ctrl+ o " to save and " ctlr + x " to quit
then type in
----------- edit ---------------
marcrblevins and i were typing at the same time
do his FIRST
Last edited by JohnVV; 4th March 2009 at 02:51 AM.
|

4th March 2009, 03:02 AM
|
|
Registered User
|
|
Join Date: Mar 2009
Posts: 11

|
|
Quote:
Originally Posted by marcrblevins
Please reboot you rig. I hope your /etc/inittab file is set to 3, not 5 at the end of the file.
Now you are at the prompt, login as root.
If you didn't create a new user, then use adduser.
Code:
adduser -m jon
passwd jon
Then:
What does startx spits out?
|
I followed these instructions and got a lot back but I was able to right down the most intruiging parts to me which were:
Fatal sever error:
no screens found
*then it held for a moment*
giving up
|

4th March 2009, 03:36 AM
|
 |
Registered User
|
|
Join Date: Aug 2005
Location: Ann Arbor
Age: 45
Posts: 3,907

|
|
i repeat my self
Quote:
Ubi if you would post your computer specs we might be able to help
What is your 3d card ( ati or nvidia ) and model number
Or is it a built in pseudo 3d chipset
the 3d card not being reconised is the main reason for the installer defaulting to a text install
|
WHAT is your 3d card and is this a desktop or laptop?
|

4th March 2009, 03:50 AM
|
|
Registered User
|
|
Join Date: Mar 2009
Posts: 11

|
|
Quote:
Originally Posted by JohnVV
i repeat my self
WHAT is your 3d card and is this a desktop or laptop?
|
oh sorry, it's an Nvidia GeForce 7150M
|

4th March 2009, 04:18 AM
|
|
Registered User
|
|
Join Date: Mar 2009
Posts: 11

|
|
Quote:
Originally Posted by JohnVV
Ubi if you would post your computer specs we might be able to help
What is your 3d card ( ati or nvidia ) and model number
Or is it a built in pseudo 3d chipset
the 3d card not being reconised is the main reason for the installer defaulting to a text install
that command WILL NOT WORK in this situation . It takes you OUT OF THE GUI and into TEXT
you could try this ( most likely will not work )
from the text only terminal type in
Code:
su -
( then your root password when asked )
nano /etc/inittab
and edit the last line to read
id:5:initdefault:
by changing the 3 to a 5
hit " ctrl+ o " to save and " ctlr + x " to quit
then type in
----------- edit ---------------
marcrblevins and i were typing at the same time
do his FIRST
|
I followed these instructions. Before the edit the value was set to 3 so I changed it to 5 like you said, but after I saved, quit, and reboot it just hangs there now, black screen with a grey _ sitting there for me to type whatever but nothing I type and enter does anything.
|

4th March 2009, 05:27 AM
|
 |
Registered User
|
|
Join Date: Aug 2005
Location: Ann Arbor
Age: 45
Posts: 3,907

|
|
boot with the install dvd and in the very first window ( the on screen instructions ) have you hit the f5 button then you type in
rescue
thea will bring up some dialog windows and the last one has you type in
chroot /mnt/sysimage
after that repeat
nano /etc/inittab
and change the 5 back to a 3
after you change the 5 to a 3 reboot
from this
I take it that this is a laptop .
if all you have is wireless for this ( laptop?) did the network screen ( from above ) connect in the rescue mode .If it did then you might be able to run a update?
back into the text you have been getting and see if you can run a update
if you can, then this Might? fix things . If not it did not mess things up farther .
|

4th March 2009, 07:02 AM
|
|
Registered User
|
|
Join Date: Mar 2009
Posts: 11

|
|
Well I recovered the system fine, but while in the rescue mode, trying to update just gave me an error. However, I ran the update command you gave me after booting back to text mode again without the disc and now fedora is updating 759 items!  hopefully this will do the trick. I'll let you know of my results and thank you for all of your help so far!
|

4th March 2009, 07:44 AM
|
|
Registered User
|
|
Join Date: Mar 2009
Posts: 11

|
|
Well apparently Fedora got a ton of updates but nothing to help my problem  I tried init 5 which didn't work, and startx gave me back the same "no screens" error. Now what?
By the way this may be late to mention but I installed off of the Fedora Core 10 DVD... if that changes anything...
|

4th March 2009, 08:16 AM
|
 |
Registered User
|
|
Join Date: Jun 2006
Location: Texas
Age: 42
Posts: 4,168

|
|
Change your /etc/X11/xorg.conf.
Look for:
Section "Device"
Identifier "Videocard0"
Driver "nv"
VideoRam 65536
EndSection
Have your Driver set to nv.
Reboot your rig.
If that doesn't work, then:
Code:
mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
|

4th March 2009, 04:12 PM
|
|
Registered User
|
|
Join Date: Mar 2009
Posts: 11

|
|
|
I tried both of the above but what I've come to realize is that for whatever reason, "xorg.conf" doesn't even exist.
|

4th March 2009, 04:25 PM
|
|
Registered User
|
|
Join Date: Mar 2009
Posts: 11

|
|
|
Maybe I should just do a fresh install? Is there any way to get the installer to recognize my graphics card?
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 17:53 (Saturday, 25-05-2013)
|
|
 |
 |
 |
 |
|
|