read_urandom: /dev/urandom: open failed: No such file or directory

by on July 15, 2010 · 0 comments· last updated at February 15, 2011

My CentOS Linux based server failed to boot with the following error:

read_urandom: /dev/urandom: open failed: No such file or directory

How do I fix this problem?

To fix this problem you need to upgrade mkinitrd package. To upgrade package use the Internet or install it using rpm command:
# yum update mkinitrd
Finally, build the image:
# mkinitrd -v -f /boot/initrd-2.6.18-194.el5.img 2.6.18-194.el5
Reboot the server:
# reboot



You should follow me on twitter here or grab rss feed to keep track of new changes.

Featured Articles:

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <kbd> <blockquote> <pre> <a href="" title="">

Tagged as: , , , , , , , ,

Previous Faq:

Next Faq: