- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: BL460C hanging - Attempting to boot from hard...
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
08-31-2012 04:53 PM
08-31-2012 04:53 PM
BL460C hanging - Attempting to boot from hard drive c
I have installed Redhat 5.6 on this BL460c blade and upon completion, it prompted to reboot. Reboot failed to find boot disk or boot loader, stuck at msg: attempting to boot from hard drive c
Anyone know how to fix this problem? I am going to boot from a DVD to rescue mode to see if I can install grub to partition 1. In the mean time, if you know the cause and fix, please share.
Thanks lot!
Lucy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2012 06:56 AM
09-01-2012 06:56 AM
Re: BL460C hanging - Attempting to boot from hard drive c
Which generation of BL460c?
The older generations (the first-generation BL460c and the BL460c G5) should be fine with any version of RHEL5.
- BL460c G6 requires RHEL 5.3 or newer
- BL460c G7 requires RHEL 5.5 or newer
- BL460c G8 requires RHEL 5.7 or newer.
I've seen this happen sometimes with unusual configurations, e.g. when there are multiple disks available at OS installation time. Basically, there is no well-supported standard way for the PC BIOS to tell the OS installer the order of disks it sees. As all 32-bit or better OSs and their installers use the OS drivers to re-detect the hardware from scratch, the drive ordering information is lost when switching from BIOS to the OS drivers. So the installer must guess the correct order. Sometimes it makes a wrong guess.
If you can access the system with the rescue mode, look into /boot/grub/device.map. It describes the disk ordering guessed by the OS installer and used by the GRUB installation program. Typically, BIOS presents whatever disk is selected as bootable as the "first BIOS disk", also known as (hd0) in GRUB terms. If the mapping in the device.map file does not correspond to reality, fix it and run grub-install for your system disk.