Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 29th March 2009, 09:18 AM
paddster7 Offline
Registered User
 
Join Date: Mar 2009
Location: San Francisco
Posts: 8
Fedora 10 boot stops at "Starting udev:"

I have done a fresh text-only installation of Fedora 10 on a Dell Dimension E521 for the purpose of setting up a server. After installation I ran yum update to bring the system up to date. After the update, I rebooted the computer, but the boot process froze. I recycled power and pressed "I" after the Dell BIOS screen and the GRUB bootloader appeared. I selected the most current version, edited the kernel line by deleting "rhgb quiet" and replacing it with "3." After making this change, I continued with the boot and the computer stopped at "Starting udev:"

I have two fedora 10 revisions showing in the GRUB bootloader, the original installation and the update after running yum. I repeatedly tried rebooting both versions and, after about 30 attempts, the computer finished booting and got me to the command prompt.

Reading through the forums indicated there might be some issue with my nVidia GeForce 6150 onboard video and fedora 10. So, when I got to the command prompt, I followed the instructions in the forums (http://forums.fedoraforum.org/showthread.php?t=204752) to load the rpmfusion drivers. This appeared to be successful and when I looked at /etc/X11/xorg.conf it appeared to be correct for the new nVidia drivers. However, I am not sure that is what is causing my problem. After loading these new drivers I tried rebooting. Unfortunately, I have been trying now over and over to get back to the command prompt, but simply can't get past "Starting udev." Any ideas?
Reply With Quote
  #2  
Old 29th March 2009, 06:16 PM
paddster7 Offline
Registered User
 
Join Date: Mar 2009
Location: San Francisco
Posts: 8
I was trying modifications to the BIOS, seeing if any changes there would make a difference. I disabled the onboard Fast Ethernet - eth1 - and my system starting booting every time. (I also have a Gigabit Ethernet card installed - eth0)

I also noticed that when eth1 was active, I would occasionally get the following message:

selma login: b43legacy-phy0 ERROR: Firmware file "b43legacy/ucode2.fw" not found or load failed.
b43legacy-phy0 ERROR: You must go to http://linuxwireless.org/en/users/Dr...devicefirmware and download the correct firmware (version 3).
input: b43legacy-phy0 as /devices/virtual/input/input6
firmware: requesting b43legacy/ucaode2.fw
b43legacy-phy0 ERROR: Firmware file "b43legacy/ucode2.fw" not found or load failed.
b43legacy-phy0 ERROR: You must go to http://linuxwireless.org/en/users/Dr...devicefirmware and download the correct firmware (version 3).

So, it appears that I might need to have this installed for eth1 to not lock up the boot. Unfortunately, I have no idea how to take the error information above and make my system install the appropriate file(s).

If anyone could give me step-by-step instructions, I sure would appreciate it.
Reply With Quote
  #3  
Old 29th March 2009, 07:19 PM
dhimes Offline
Registered User
 
Join Date: Jan 2008
Location: Marblehead MA USA
Posts: 296
I have noticed that the boot seems to hang on my hp Pav dv9000 series (nVidia GeForce 7150M), but if I keep tapping the mouse pad or hitting space-bar, it boots rather quickly. The really cool thing is that resume-suspend works now, so I'll be rebooting a lot less. Maybe this 'tapping' trick will work for you.
Reply With Quote
  #4  
Old 29th March 2009, 08:14 PM
paddster7 Offline
Registered User
 
Join Date: Mar 2009
Location: San Francisco
Posts: 8
I appreciate the input. Fortunately, after many hours of troubleshooting, I discovered that a Linksys Wireless PCI Card that was installed in the computer when it was running Windows Vista was conflicting with the onboard Broadcom Fast Ethernet chip under Fedora 10. When I removed the Linksys card, everything started booting just fine.
Reply With Quote
  #5  
Old 29th March 2009, 08:28 PM
dhimes Offline
Registered User
 
Join Date: Jan 2008
Location: Marblehead MA USA
Posts: 296
What are you using for wireless? Or did you give it up? I have an Atheros 5007 (shows up as an AR2425)
Reply With Quote
  #6  
Old 29th March 2009, 08:35 PM
paddster7 Offline
Registered User
 
Join Date: Mar 2009
Location: San Francisco
Posts: 8
Well, I am setting this computer up as a server, and I won't be using wireless. It appears that the Broadcom chip on the motherboard has some sort of legacy wireless capabilities, but there is no antenna attached to the motherboard. I think that is why the computer was originally purchased with this Linksys Wireless Card in one of the PCI slots. Under Windows Vista, the OS was able to load the appropriate drivers for both the Broadcom and Linksys devices so that wired traffic was routed through the Broadcom connection and wireless traffic was routed through the Linksys card.

If I needed wireless for my setup, I would probably have to find the correct drivers for the Linksys card, and perhaps load the legacy drivers for the Broadcom chip. But, since I don't, that is one headache I can eliminate.
Reply With Quote
  #7  
Old 29th March 2009, 08:39 PM
dhimes Offline
Registered User
 
Join Date: Jan 2008
Location: Marblehead MA USA
Posts: 296
OK, thanks. I'm just kind of curious why I have to tap the thing to boot, and perked up when you said removing the pci wireless card made a difference.
Reply With Quote
  #8  
Old 29th March 2009, 08:43 PM
paddster7 Offline
Registered User
 
Join Date: Mar 2009
Location: San Francisco
Posts: 8
When you do an interactive boot, you have to acknowledge each line as the drivers, etc. are loaded. I wonder if you have your grub.conf file set up to do some sort of interactive thing during the boot process and that is why you are having to tap to get the boot to proceed.

Do you think that is possible?
Reply With Quote
  #9  
Old 29th March 2009, 08:48 PM
dhimes Offline
Registered User
 
Join Date: Jan 2008
Location: Marblehead MA USA
Posts: 296
Ah, that's a good idea. I don't see anything on the screen except a horizontal progress indicator across the bottom. I'll check that out. Thanks!
Reply With Quote
  #10  
Old 29th March 2009, 08:56 PM
paddster7 Offline
Registered User
 
Join Date: Mar 2009
Location: San Francisco
Posts: 8
Right. You need to get your boot process into a verbose mode so that you can see what is happening. When you boot the computer, press the "i" key after the BIOS screen goes off. That should get you into the GRUB Bootloader screen. You may see more than one option for which version of Fedora you can boot into. You, probably, want the one at the top, which should be the latest version.

Make sure the one you want is highlighted and press the "a" key. You should now see the end of the kernel argument line. You might see the default "rhgb quiet" after root=/dev/VolGroup01/LogVo100. If you see something other than that, if could be part of the problem.
Reply With Quote
  #11  
Old 29th March 2009, 08:58 PM
paddster7 Offline
Registered User
 
Join Date: Mar 2009
Location: San Francisco
Posts: 8
If you delete the "rhgb quiet" and replace them with "verbose" you will not get the blue/white bar at the bottom of the screen when booting. You will see all the text going by.
Reply With Quote
  #12  
Old 29th March 2009, 09:09 PM
dhimes Offline
Registered User
 
Join Date: Jan 2008
Location: Marblehead MA USA
Posts: 296
I edited grub.conf to delete the rhgb and quiet and rebooted. There are several places where the boot hangs until I prompt:
  • creating /dev
  • clocksource unstable
  • setting vp hotplug
  • waiting for driver initialization (right after "OK loading ata-generic module")
  • -- could not detect stabilization- waiting 10 seconds
  • Activating logical volumes
  • --2 logical volumes now active
  • mounting root filesystems
  • Selinux disabled at runtime

Then when it gets to
  • switching to new root and running init
everything boots ok
Reply With Quote
  #13  
Old 29th March 2009, 09:23 PM
paddster7 Offline
Registered User
 
Join Date: Mar 2009
Location: San Francisco
Posts: 8
Well, I am pretty new at Linux, so I don't really have any good information about why it would be hanging at these various points. Others, I am sure, will have more valuable information for you. But, at least now you can see where the sticking points are.
Reply With Quote
  #14  
Old 29th March 2009, 09:48 PM
dhimes Offline
Registered User
 
Join Date: Jan 2008
Location: Marblehead MA USA
Posts: 296
Thanks for your thoughts. I tried booting without the wireless enabled, but it hung more or less the same way.

I took one of my error messages and searched the forum. I found this link. I may play with it after a bit http://forums.fedoraforum.org/showthread.php?t=207477
Reply With Quote
Reply

Tags
boot, fedora, starting udev, stops

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
NVidia driver install causing boot "Starting udev" hang hmerrill Using Fedora 11 27th November 2007 03:47 AM
Fedora Core 8 hangs at "Starting udev" after install thucnh Installation and Live Media 7 21st November 2007 02:22 AM
screen goes black after "starting udev" Idan Seri Installation and Live Media 1 25th December 2006 12:33 AM
FC5 DVD install hangs at 1st boot, "Starting udev:" dreamer_nights EOL (End Of Life) Versions 1 16th September 2006 11:37 AM
FC5 Boot hangs at "Starting udev" antheo EOL (End Of Life) Versions 20 25th March 2006 05:40 PM


Current GMT-time: 09:24 (Thursday, 23-05-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