Results 1 to 10 of 17
In F10 the boot sequence hangs just after loading anacron. I booted with interactive mode and after saying 'yes' to starting anacron I'm prompted to start 'local'. When I say ...
- 08-20-2009 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 45
boot up hangs on rc.local
In F10 the boot sequence hangs just after loading anacron. I booted with interactive mode and after saying 'yes' to starting anacron I'm prompted to start 'local'. When I say yes, my system hangs.
Some posts mentioned about the wrong video drivers, however I've been using the same video drivers for a couple of months now and never experienced this problem. And I've downloaded updated video drivers and installed them but to no avail.
I looked at /etc/rc.local and all it has in it is 'touch /var/lock/sybsys/local'
I also looked at the file above and there is nothing in it.
Any ideas/solutions?
Posted a thread here: boot hangs after anacron - FedoraForum.org but didn't get much in the way of help there and hoping it will change in this forum
- 08-20-2009 #2
rc.local is the last file executed as part of the SysV init. Once this is complete your system is booted and your OS will be launching user stuff like the desktop/X windows, etc.
Looking at your log on the other site I'd suggest you change your driver. Those guys don't seem aware that Fedora 10 (and later versions too) is designed to work without an xorg.conf.
Remove your nvidia driver, and install the one from rpmfusion.org by installing their repository on your system and doing 'yum install kmod-nvidia'. That should solve your problems.Last edited by Roxoff; 08-20-2009 at 11:58 AM.
Linux user #126863 - see http://linuxcounter.net/
- 08-20-2009 #3Just Joined!
- Join Date
- Dec 2006
- Posts
- 45
- 08-20-2009 #4
What run level are you booting into? 5?
Have you tried to boot into run level 3?
What does the logs show for errors?
You stated that you downloaded the drivers, from what site? I have been using nVidia's drivers for years without any issues.
- 08-20-2009 #5
- 08-20-2009 #6Just Joined!
- Join Date
- Dec 2006
- Posts
- 45
lazydog, I can boot into level 3 just fine.
The log showed these warnings:
WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled.
(WW) Disabling Keyboard0
(WW) Disabling Mouse0
I've always downloaded my drivers here
I too have been using nvidia drivers for years without any issues. To be honest I really don't know what would have caused this issue to popup suddenly. I must have absentmindedly updated something.
Still want to try Roxoff's solution, do you know how to uninstall the video drivers?
- 08-20-2009 #7
You shouldn't need to uninstall the drivers. But if you want to, take a look to see if you've got an /etc/X11/xorg.conf file and change the driver line from 'nvidia' to 'nv'. You don't have to physically delete the binary driver files you built.
Linux user #126863 - see http://linuxcounter.net/
- 08-21-2009 #8Just Joined!
- Join Date
- Dec 2006
- Posts
- 45
So I changed my driver line from 'nvidia' to 'nv' and did a 'yum install kmod-nvidia'.
Booted my machine and received got the following message during bootup
Start service nvidia 'FAILED'
Checking for module nvidia.ko:
nvidia.ko for kernel 2.6.27.5-117.fc10.i161.PAE was not found 'WARNING'
The nvidia driver will not be enabled until one is found. 'WARNING'
Driver already disabled
This is my first time using kmod-nvidia so I'm not sure how to go about solving this one. Is nvidia.ko something that I need to download as well?
Thanks for the replies so far guys. Much appreciated.
- 08-24-2009 #9Just Joined!
- Join Date
- Dec 2006
- Posts
- 45
Anyone able to help me out with the issue I'm now getting?
Start service nvidia 'FAILED'
Checking for module nvidia.ko:
nvidia.ko for kernel 2.6.27.5-117.fc10.i161.PAE was not found 'WARNING'
The nvidia driver will not be enabled until one is found. 'WARNING'
Driver already disabled
- 08-24-2009 #10
If you're running a PAE kernel, then perhaps there is an nvidia module available for your kernel type. Try doing 'yum list available | grep "nvidia"
It could also be that you've not got a supported nvidia chipset on your graphics card at all. It could even be that you've not got an nvidia card. Did the system boot into your desktop with the driver line 'nv' in use?Linux user #126863 - see http://linuxcounter.net/


Reply With Quote
