- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Server boot process stuck.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 09:47 AM
01-12-2006 09:47 AM
Server boot process stuck.
I have a really critical problem.
My Red hat 9 server can't boot.
It stuck with the error:
mounting proc filesystem FAILED.
I saw the same message in forum already , but without solution.
Could you please advice what to check?
I boot the server in rescue mode, then check the file systems (using e2fsck) everything is fine. But when I boot the server in normal mode I get the same error. In addition is makes a Segmentation fault.
I'll be really grateful any help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 10:08 AM
01-12-2006 10:08 AM
Re: Server boot process stuck.
Off the top of my head, things to check in Rescue mode:
/proc exists.
/proc has 0555 permissions.
/proc is empty (no contents).
/proc is owner/group root/root.
After that, I'd be looking at trying to put the kernel back on the system again (might be corrupted).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 04:40 PM
01-12-2006 04:40 PM
Re: Server boot process stuck.
This could be disk corruption. It could be boot record corruption or simply OS corruptoin.
Please in rescue mode take a look at the system log, /var/log/messages and see if there is more evidence to point to the problem.
The ultimate fix though may be a reinstallation of the OS, after confirming that your hardware is in good shape.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 10:56 PM
01-12-2006 10:56 PM
Re: Server boot process stuck.
Can you mount in rescue mode the file systems to verify the contents?
Can you chroot to your real root filesystem after you booted in rescue mode?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 11:27 PM
01-12-2006 11:27 PM
Re: Server boot process stuck.
Have seen this one somewhere befrore, use this,
login into repair mode, remount root filesystem as read-write, and restore /dev/null:
# mount -n -o remount,rw /
# rm -f /dev/null
# mknod -m 0666 /dev/null c 1 3
Hope this helps
Cheers
Vipul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2006 02:20 AM
01-13-2006 02:20 AM
Re: Server boot process stuck.
not a disk file system.
In rescue mode open /etc/fstab and comment
out the mount of /proc.
This should get you up and running.
Then try manually mounting /proc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2006 03:14 AM
01-13-2006 03:14 AM
Re: Server boot process stuck.
u need to boot the machine with first cd of Red Hat linux and work with debug mode.. In boot prompt type the following command..
boot:debug
Read the menu windows carefully..
u need to go under /mnt/sysimage (this will automatically mount)
#cd /mnt/sysimage
#vi /etc/fstab
see if there is a proper entry in fstab file..
And also see if /prod is present.
Hope this will resolve ur issue
cheers
indrajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2006 08:58 AM
01-13-2006 08:58 AM
Re: Server boot process stuck.
I tried all your advices, but noting helped.
I think I had to add that I run mirror too in the system. When I unplugged the second hard drive the system booted OK. So I think the problem was in second mirror disk.
Anyway, thanks a lot. I close the topic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2006 09:01 AM
01-13-2006 09:01 AM