Fedora Linux Support Community & Resources Center
  #1  
Old 31st May 2012, 05:02 PM
YellowDog's Avatar
YellowDog Offline
Registered User
 
Join Date: Feb 2010
Posts: 53
windows_7firefox
F17 Fails to install

I have an ASUS P8Z68-V Motherboard with a NVIDIA GeForce GTXvideo card.

When I boot F17 there is a message that rpcbind is starting, then lots of drive activity and then nothing

I tried switching to a different virtual console but nothing happens.

Any ideas?
Reply With Quote
  #2  
Old 31st May 2012, 05:55 PM
secipolla Offline
Registered User
 
Join Date: May 2011
Posts: 700
linuxfirefox
Re: F17 Fails to install

Ain't there some fail-safe video option in the menu or also, have you tried booting directly to the installer (in case there's this option too).

I don't have any issue with the live CD (tried the Xfce spin) because I have an old video card but I installed F17 from the minimal ISO and then I could install the NVIDIA driver directly which prevents some hurdles as nouveau isn't even installed.
Reply With Quote
  #3  
Old 31st May 2012, 09:54 PM
dumindu Offline
Registered User
 
Join Date: May 2012
Location: Sri Lanka
Posts: 1
linuxfirefox
Re: F17 Fails to install

I also facing the same problem, have Nvidia 8 series graphic card. Live cd Start normally, take lot of time to show logo, sometimes even it not showing the logo. lot of processes running background but it hang on boot, before showing the fedora logo. I'm trying to install a fresh installation to my PC, thanks
Reply With Quote
  #4  
Old 1st June 2012, 04:56 PM
Jabez Offline
Registered User
 
Join Date: Jul 2010
Posts: 9
windows_7ie
Re: F17 Fails to install

Same problem here and hope someone answers soon. I have a Dell xps 15z with 2gb optimus nvidia graphics card, 256 gb ssd, i7, 8g ram laptop. Attempted to install fedora 17 x86_64 from DVD
__________________
Human Knowledge belongs to the World
Reply With Quote
  #5  
Old 2nd June 2012, 12:51 PM
kdsnodgrass Offline
Registered User
 
Join Date: Feb 2010
Location: Omaha, Nebraska, USA
Posts: 3
linuxubuntufirefox
Re: F17 Fails to install

Quote:
Originally Posted by YellowDog View Post
I have an ASUS P8Z68-V Motherboard with a NVIDIA GeForce GTXvideo card.

When I boot F17 there is a message that rpcbind is starting, then lots of drive activity and then nothing

I tried switching to a different virtual console but nothing happens.

Any ideas?
I have a similar problem here. Did a LiveCD clean install, everything went fine. Rebooted to run the Firstboot stuff and it stopped in the same place, rpcbind. I WAS able to switch to a different TTY, logged in as root and did some looking about. In /var/log/messages:

nouveau 0000:02:00.0: Detected an NV10 generation card (0x01f000a5)
...
nouveau 0000:02:00.0: Unknown memclock table version 0.
nouveau 0000:02:00.0: 0 available performance level(s)

I have a GeForce 440MX, NV18 chip

Xorg never tries to load nouveau or nv, but dies trying vesa. From /var/log/Xorg.0.log:

[ 21.022] (II) LoadModule: "vesa"
[ 21.022] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 21.022] (II) Module vesa: vendor="X.Org Foundation"
[ 21.022] compiled for 1.11.99.901, module version = 2.3.0
[ 21.022] Module class: X.Org Video Driver
[ 21.022] ABI class: X.Org Video Driver, version 12.0
[ 21.022] (II) VESA: driver for VESA chipsets: vesa
[ 21.022] (--) using VT number 2

[ 21.025] vesa: Ignoring device with a bound kernel driver
[ 21.025] (WW) Falling back to old probe method for vesa
[ 21.025] (II) UnloadModule: "vesa"
[ 21.025] (EE) Screen(s) found, but none have a usable configuration.
[ 21.025]
Fatal server error:
[ 21.025] no screens found


I asked on my local LUG maillist and got a reply that there may be a bug in Xorg/Xorg nouveau/kernel nouveau-kmod, he wasn't sure (doubt he runs something ~10 years old like I do, so he didn't pay much attention).

I've searched around and found nothing useful so far. Going to try booting LiveCD and checking the live config, since it worked quite well and actually looked better than previous versions. Something different is happening between the LiveCD and installed setups, but don't know what...
Reply With Quote
  #6  
Old 2nd June 2012, 02:15 PM
marko's Avatar
marko Online
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,490
linuxfirefox
Re: F17 Fails to install

Quote:
Originally Posted by kdsnodgrass View Post
Rebooted to run the Firstboot stuff and it stopped in the same place, rpcbind.
That's really strange since I'd think rpcbind would have nothing to do with the video card. Did you try turning off networking so you can temporarily disable rpcbind and reboot without it and see if it gets past rpcbind?
Reply With Quote
  #7  
Old 2nd June 2012, 03:28 PM
kdsnodgrass Offline
Registered User
 
Join Date: Feb 2010
Location: Omaha, Nebraska, USA
Posts: 3
linuxubuntufirefox
Re: F17 Fails to install

FIXED!! At least for me...

Quote:
Originally Posted by marko View Post
That's really strange since I'd think rpcbind would have nothing to do with the video card. Did you try turning off networking so you can temporarily disable rpcbind and reboot without it and see if it gets past rpcbind?
Actually that had nothing to do with the problem. The boot process is NOT linear anymore, those messages were after the small problem. When I boot runlevel 3, AFTER the login prompt, those messages and others show up...

Anyhow, the fix!! I mucked about in log files, compared lines in /var/log/messages from the LiveCD and the install boot, etc, even compared to Ubuntu 12.04LTS, no joy. So I checked /etc/X11/ and there was an xorg.conf that looked like this:

Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection

I commented out Driver "vesa", added a line Driver "nouveau", ran startx and all worked. Changed runlevel back to 5, reboot, everything is cool. So the fix is to change /etc/X11/xorg.conf from the above to:

Section "Device"
Identifier "Videocard0"
# Driver "vesa"
Driver "nouveau"
EndSection

Or without the commented vesa line.

At least for me...

This really should have been fixed before release....
Reply With Quote
Reply

Tags
f17, fails, install

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
F11 - graphical install fails - text install has no fdisk redstar427 Installation and Live Media 1 2nd July 2009 06:13 AM
Fedora 10 default install fails with ATI 4850 graphics card (but text install works) Jeff72 Installation and Live Media 1 20th January 2009 05:27 PM
k3b-mp3 yum install fails...I need help! mhiskes Using Fedora 1 30th July 2005 09:13 PM


Current GMT-time: 02:46 (Thursday, 20-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat