Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
01-15-2009, 01:47 AM
|
#1
|
LQ Newbie
Registered: Jul 2007
Posts: 6
Rep:
|
error loading operating system after installation of Linux AS4
Hi,
I have Hardware HP DL580 G3 server attached with SAN.
I just installed Linux AS4, installation went fine and successufly installed, upon rebooting of server it is giving following error.
--------------------------------------------------------------------------------
attempting from Hard Drive (C 
Error Loading Operating system
--------------------------------------------------------------------------------
Please help me out
|
|
|
01-15-2009, 03:24 AM
|
#2
|
Senior Member
Registered: Jun 2008
Location: Germany
Distribution: Slackware
Posts: 1,466
Rep:
|
Make sure your BIOS boot priority is set to boot from your ROM drive.
Was there other OS running or its fresh machine?
|
|
|
01-17-2009, 01:03 PM
|
#3
|
LQ Newbie
Registered: Jul 2007
Posts: 6
Original Poster
Rep:
|
GRUB Hard disk Error
Hi,
I just installed Redhat Linux AS4, after installation upon rebooting it is giving an error,
GRUB: Hard disk error.
How i can fix this issue, please help me out.
Regards
|
|
|
01-17-2009, 05:16 PM
|
#4
|
LQ Guru
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 11,385
|
Quote:
Hard Disk Error
The stage2 or stage1.5 is being read from a hard disk, and the attempt to determine the size and geometry of the hard disk failed.
|
Might be useful to post the output of the "fdisk -l" command to show your partition information. Do you have the installation disk or a Live CD you can use to log in as root and run the command?
|
|
|
01-18-2009, 11:33 AM
|
#5
|
Member
Registered: May 2008
Location: California, USA
Distribution: Ubuntu 8.10
Posts: 247
Rep:
|
In order to get better idea of what might be causing the Grub error, how about downloading the Boot Info Script to the desktop of a Live CD, and then do the following as root user, but replace <username> with your username:
Code:
bash /home/<username>/Desktop/boot_info_script*.sh
That will create a "RESULTS.txt" file in the same directory from where the script is run, namely your desktop; please copy/paste the contents of that file to your next post. That will help clarify your setup and hopefully what your problem might be.
|
|
|
01-18-2009, 04:00 PM
|
#6
|
Member
Registered: Nov 2008
Location: San Antonio, TX, USA
Distribution: Ubuntu Server 8.10 & SAMBA 3.2.3
Posts: 158
Rep:
|
I had a similar problem. Found Super Grub (search for "Super Grub") & downloaded a free version. Set my BIOS to boot from the CD, inserted the CD, booted up, followed the prompts until I was going in a circle, removed the CD, shut down the computer, booted up the computer, & it's worked perfectly every time. Proceed at your own risk. I was re-installing Ubuntu server and always coming up with the "stage 1.5" error, and it wouldn't let me boot. I thought it was a problem with the installation, so I tried it again. After the 3rd install yielded the same results, I went searching for something to fix a "Grub boot error" & found the Super Grub boot disk. It did a wonderful job for me. I THOUGHT I had saved a link, but didn't. However, if you search for "Super Grub" you should be able to find it.
Hope this helps.
|
|
|
01-18-2009, 04:57 PM
|
#7
|
LQ Newbie
Registered: Sep 2008
Posts: 9
Rep:
|
Quote:
Originally Posted by kashifkamyana
Hi,
I just installed Redhat Linux AS4, after installation upon rebooting it is giving an error,
GRUB: Hard disk error.
How i can fix this issue, please help me out.
Regards
|
How old is the Hardware that you have installed the OS on, and how big is the Harddrive? If you did not specify a small (<100MB) /boot partition when installing Redhat, and your HD is sufficiently large then that can cause a grub error with old hardware.
|
|
|
01-19-2009, 04:28 AM
|
#8
|
LQ Newbie
Registered: Sep 2008
Posts: 12
Rep:
|
dear usr,
This is becouse you are installing the grub in somewere else rather than the mbr of the harddisk..Install the grub in MBR this problem will get solved..
|
|
|
01-20-2009, 10:20 AM
|
#9
|
LQ Newbie
Registered: Jul 2007
Posts: 6
Original Poster
Rep:
|
I booted through Linux rescue and
df command is showing following details:
/dev/cciss/c0d0p1 /boot 698MB
/dev/cciss/c0d0p2 / 10Gb
/dev/cciss/c0d0p3 swap 10Gb
/dev/cciss/c0d1p1 /stage 68Gb
/dev/sdc1 /oradb 104Gb
What id did till now:
choroot /mnt/sysimage
grub-install /dev/cciss/c0d0
installation finished. no errors reported.
this is the contents of the device map /boot/grub/device.map check if this is correct or not, if any of the lines is inncorrect, fix it and re-run the script grub-install.
(fd0) /dev/fd0
(hd3) /dev/cciss/c0d0
Now what should i do, i am on the same stage GRUB harddisk error.
Please advise further
|
|
|
01-21-2009, 01:58 AM
|
#10
|
LQ Newbie
Registered: Jul 2007
Posts: 6
Original Poster
Rep:
|
the output of this command
grub-install --root-directory=/boot /dev/cciss/c0d0
(fd0) /dev/fd0
(hd0) /dev/sda
(hd1) /dev/sdb
(hd2) /dev/cciss/c0d0
(hd3) /dev/cciss/c0d1
any further suggestion
|
|
|
01-21-2009, 01:07 PM
|
#11
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
I've merged two similar threads.
|
|
|
All times are GMT -5. The time now is 02:09 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|