Fedora Linux Support Community & Resources Center
Sections ›› Home | Forums | Guidelines | Forum Help | Fedora FAQ | Fedora News 

Go Back   FedoraForum.org > Fedora Support > Installation Help

Installation Help Need help on installation? Having problems? Get help here on your fresh installations or upgrades.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 2004-11-11, 09:47 AM CST
X-Jax Offline
Registered User
 
Join Date: Nov 2004
Posts: 4
Question FC3 won't boot after installation on HP DL380 G4

Hello,


after a succesfull installation of FC3 on a HP DL380 G4 SCSI hardware raid, the system won't boot!

It tries to start from fd, cd, then disk and then it simply stops and does nothing!?!

starting the system by using the rescue cd works fine. I can access /mnt/sysimage, I can check everything , but.... the sysmtem won't boot from hd

Any Idea
Reply With Quote
  #2  
Old 2004-11-11, 11:26 AM CST
james_in_denver Offline
Registered User
 
Join Date: Oct 2004
Posts: 1,228
It sounds like your bootloader didn't get upgraded, or is not pointing to the right partition.

can you post your:
Hard disk partition information

/etc/fstab file

and either
/etc/lilo.conf (if you are using lilo)
OR
/boot/grub/grub.conf (if you are using grub)

and a dir listing of your /boot directory????
Reply With Quote
  #3  
Old 2004-11-12, 03:10 AM CST
X-Jax Offline
Registered User
 
Join Date: Nov 2004
Posts: 4
hello

here what you requested

/etc/fstab

/dev/vg01/lv00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/vg01/lv03 /usr/local ext3 defaults 1 2
/dev/vg01/lv02 /var ext3 defaults 1 2
/dev/vg01/lv01 swap swap defaults 0 0

/boot/grub/grub.conf

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/vg01/lv00
# initrd /initrd-version.img
#boot=/dev/cciss/c0d0
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core 3 (2.6.9-1.667smp)
root (hd0,0)
kernel /vmlinuz-2.6.9-1.667smp ro root=/dev/vg01/lv00 rhgb quiet
initrd /initrd-2.6.9-1.667smp.img
title Fedora Core 3-up (2.6.9-1.667)
root (hd0,0)
kernel /vmlinuz-2.6.9-1.667 ro root=/dev/vg01/lv00 rhgb quiet
initrd /initrd-2.6.9-1.667.img

and the /boot content

-rw-r--r-- 1 root root 50929 Nov 2 2004 config-2.6.9-1.667
-rw-r--r-- 1 root root 50395 Nov 2 2004 config-2.6.9-1.667smp
drwxr-xr-x 2 root root 1024 Aug 25 23:14 grub
-rw-r--r-- 1 root root 1053170 Aug 25 23:05 initrd-2.6.9-1.667.img
-rw-r--r-- 1 root root 1039614 Aug 25 23:05 initrd-2.6.9-1.667smp.img
drwx------ 2 root root 12288 Aug 26 01:02 lost+found
-rw-r--r-- 1 root root 714266 Nov 2 2004 System.map-2.6.9-1.667
-rw-r--r-- 1 root root 742506 Nov 2 2004 System.map-2.6.9-1.667smp
-rw-r--r-- 1 root root 1405861 Nov 2 2004 vmlinuz-2.6.9-1.667
-rw-r--r-- 1 root root 1370272 Nov 2 2004 vmlinuz-2.6.9-1.667smp


I did a second installation on a another DL380 and there I use only primary and extended partitions like

Part. 1 /boot primary
Part. 2 / primary
Part. 3 swap primary
Part. 4 extended
Part. 5 /var logical
Part. 6 /usr/local logical

the installation was again succesfully, but after rebooting the server it says

Loading Bootstrap ...
No Operatin System

Any Idea?

I'm now going to test it with FC2
Reply With Quote
  #4  
Old 2004-11-12, 05:00 AM CST
X-Jax Offline
Registered User
 
Join Date: Nov 2004
Posts: 4
hello again,

The FC2 installation, without LVM (not tried yet), is working fine!

Now I upgraded the FC2 to FC3 and this is booting and running also fine.
I choose the option "Skip bootloader updating"

What's wrong in FC3?
Reply With Quote
  #5  
Old 2004-11-12, 07:58 AM CST
X-Jax Offline
Registered User
 
Join Date: Nov 2004
Posts: 4
Quote:
Originally Posted by X-Jax
Now I upgraded the FC2 to FC3 and this is booting and running also fine.
Sorry, it's NOT working that fine

As I did a minimal installation of FC2 and I tried now to add or remove some Applications, the system pops-up with error that packages are missing.

I will try to install FC3 again by using the DVD, how knows

By the way, is anyone intressted in what I'm doing here, otherwise I simply stop wasting forum space
Reply With Quote
  #6  
Old 2004-11-16, 01:59 AM CST
linuzlalala Offline
Registered User
 
Join Date: Nov 2004
Posts: 1
Yes,
very
interrested.
I've had the same misfortune on first boot of FC3 on a freshly reformatted drive.
Please keep updating this post.
Thx
Reply With Quote
  #7  
Old 2004-11-19, 04:17 PM CST
bricox Offline
Registered User
 
Join Date: Nov 2004
Posts: 1
I'm also having the same problem. Everything seems to install fine, but the system won't boot. The screen says it's booting from c:, but then goes blank.
Reply With Quote
  #8  
Old 2004-11-25, 02:06 AM CST
vi11an Offline
Registered User
 
Join Date: Nov 2004
Posts: 11
Same here..

Two SCSI disks in raid 0 on an adaptec controller.. Installation was fine, on reboot.. No OS found..
Reply With Quote
  #9  
Old 2005-01-20, 05:52 AM CST
Mephisto Offline
Registered User
 
Join Date: May 2004
Posts: 10
Same here (HP Proliant DL380 server).

Booted from the FC3 rescue CD, then:
# chroot /mnt/sysimage
# grub-install /dev/cciss/c0d0
# reboot

and the thing started playing.

Ciao, Meph

PS: Still have problems with the graphics card but at least the GRUB loader will now be started.
Reply With Quote
  #10  
Old 2005-01-20, 06:26 AM CST
Void Main Offline
Registered User
 
Join Date: Jan 2005
Posts: 351
Interesting. I had FC2 installed on a DL380 (G3) and it was running fine. I upgraded it to FC3 on Monday and it's still running and booting fine. I wonder if something serious has changed between the G3 and G4? Have you tried playing around with some of the BIOS options? I can you you partition and boot info later today if you want.
__________________
voidmain.is-a-geek.net
82.94 BogoMIPS, 125Mhz MIPS, 16MB RAM, 0GB HDD, Linux 2.4.20
$ echo '[q]sa[ln0=aln128%Pln128/snlbx]sb25384035327623601753454966742snlbxq'|dc
Reply With Quote
  #11  
Old 2005-01-20, 08:30 AM CST
Void Main Offline
Registered User
 
Join Date: Jan 2005
Posts: 351
I just found a thread on Red Hat regarding this same issue:
https://www.redhat.com/archives/fedo.../msg00413.html
According to this:
https://www.redhat.com/archives/fedo.../msg00434.html

it was as simple as setting the system type to "Linux" in the BIOS (which is something I have always done on HP servers prior to installing which is why I might not have run into the problem before).
__________________
voidmain.is-a-geek.net
82.94 BogoMIPS, 125Mhz MIPS, 16MB RAM, 0GB HDD, Linux 2.4.20
$ echo '[q]sa[ln0=aln128%Pln128/snlbx]sb25384035327623601753454966742snlbxq'|dc
Reply With Quote
  #12  
Old 2005-01-20, 11:44 AM CST
Mephisto Offline
Registered User
 
Join Date: May 2004
Posts: 10
In my case the system type was set to "Linux" and it didn't work anyway. I installed a second server on the afternoon and the same problem took place again: FC3 setup didn't install GRUB correctly, I had to boot from the rescue CD and install it manually.

I've checked the contents of the master boot record before installing grub. The sector did not contain the GRUB sector code.

Ciao, Meph
Reply With Quote
  #13  
Old 2005-01-20, 12:23 PM CST
Void Main Offline
Registered User
 
Join Date: Jan 2005
Posts: 351
At least you found a workaround. To be honest now that I think about it again I might have had the same issue and booted into rescue and installed manually. I do recall having this happen to me before but don't remember it being the 580. I install on so many systems combined with my bad memory my life is a fog.
__________________
voidmain.is-a-geek.net
82.94 BogoMIPS, 125Mhz MIPS, 16MB RAM, 0GB HDD, Linux 2.4.20
$ echo '[q]sa[ln0=aln128%Pln128/snlbx]sb25384035327623601753454966742snlbxq'|dc
Reply With Quote
  #14  
Old 2008-02-06, 01:14 PM CST
joeSnuffy Offline
Registered User
 
Join Date: Feb 2008
Posts: 1
Dummy LUNs was my sticky wicket

I had the no-boot-after-install, RHEL4 U6 for 64-bit, all of which is irrelevant as the problem was with 4x dummy LUNs being assigned to the HBA by the EMC, when I was trying to boot from local RAID adapter. GRUB isn't smart enough to know that the dummy LUNs, which were recognized as sd[a-d] by the installer kernel would not be found at POST, making the RAID card the first (hd0). Anaconda had configured it as hd4, presumably due to its assumption that hd[0-3] would be found at POST time (even though it encountered I/O errors trying to format sd[a-d]). Pulling the fibre cables and changing grub.conf to use hd0 did the trick.
Reply With Quote
  #15  
Old 2008-02-06, 01:46 PM CST
JN4OldSchool Offline
"Sean The Terrible" -- The forum Vista rep
 
Join Date: Nov 2005
Posts: 8,722
Quote:
Originally Posted by joeSnuffy
I had the no-boot-after-install, RHEL4 U6 for 64-bit, all of which is irrelevant as the problem was with 4x dummy LUNs being assigned to the HBA by the EMC, when I was trying to boot from local RAID adapter. GRUB isn't smart enough to know that the dummy LUNs, which were recognized as sd[a-d] by the installer kernel would not be found at POST, making the RAID card the first (hd0). Anaconda had configured it as hd4, presumably due to its assumption that hd[0-3] would be found at POST time (even though it encountered I/O errors trying to format sd[a-d]). Pulling the fibre cables and changing grub.conf to use hd0 did the trick.
Those of us that have been hanging on the edge of our seats since January 2005 thank you for sharing. I suppose the secret is to set up your dummy LUNs after you have installed the distro. That way the EMTs can find the bloody CEO after he ODs as a response to the RAID. Now, if I could just fix my bobbly-dongle I would be in good shape.
Reply With Quote
Reply

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
Compaq DL380 G2 Fan Speed anertorres Servers 0 2008-08-26 09:53 PM CDT
Proliant DL380 Installation Woes Gangle Installation Help 3 2008-04-27 07:21 PM CDT
Fedora 8 on HP DL380 G3 jon3k Installation Help 1 2007-11-20 11:21 AM CST
Fedora 5 on HP Proliant DL380 can't boot peper General Support 0 2006-08-09 05:01 PM CDT
Hp Proliant DL380 Andrea Bencini gmane.linux.redhat.fedora.general 1 2006-05-03 03:40 AM CDT

Automatic Translations (Powered by Powered by Google):
Afrikaans Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Taiwanese Thai Turkish Ukrainian Vietnamese Yiddish

All times are GMT -7. The time now is 04:42 AM CST.

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
Hosting provided by ThePlanet



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 | Founding Members
Designed By Ewdison Then | Powered by vBulletin ©2000-2009, Jelsoft Enterprises Ltd.
FedoraForum is Powered by Open Source Projects and Products
vB Enterprise Translator (vBET) made by NLP-er