HI,
I always get a grub prompt ,after I installed 2nd processor to the Server IBM x3610
At the grub prompt, I always have to issue below commands. Then, Server starts successfully.
grub> root (hd0,0) Filesystem type is ext2fs, partition type 0x83
grub> kernel /vmlinuz-2.6.18-128.1.1.el5PAE [Linux-bzImage, setup=0x1e00, size=0x1bb714]
grub> initrd /initrd-2.6.18-128.1.1.el5PAE.img
grub> boot
Could you pls let me know to overcome this issue?
Hope to hear from you.
On Mon, 16 Mar 2009 14:10:06 +0530 Indunil Jayasooriya wrote:
Could you pls let me know to overcome this issue?
What is the content of /boot/grub/grub.conf ?
Hi, Thanks for your quick response
What is the content of /boot/grub/grub.conf ?
Pls see below
[root@authpassword ~]# cat /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 (hd2,0) # kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00 # initrd /initrd-version.img #boot=/dev/sdb default=0 timeout=5 splashimage=(hd2,0)/grub/splash.xpm.gz hiddenmenu title Red Hat Enterprise Linux Server (2.6.18-128.1.1.el5PAE) root (hd2,0) kernel /vmlinuz-2.6.18-128.1.1.el5PAE ro root=/dev/VolGroup00/LogVol00 rhgb quiet initrd /initrd-2.6.18-128.1.1.el5PAE.img title Red Hat Enterprise Linux Server (2.6.18-92.el5PAE) root (hd2,0) kernel /vmlinuz-2.6.18-92.el5PAE ro root=/dev/VolGroup00/LogVol00 rhgb quiet initrd /initrd-2.6.18-92.el5PAE.img
-- MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
on 3-16-2009 1:55 AM Indunil Jayasooriya spake the following:
Hi, Thanks for your quick response
What is the content of /boot/grub/grub.conf ?
Pls see below
[root@authpassword ~]# cat /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 (hd2,0) # kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00 # initrd /initrd-version.img #boot=/dev/sdb default=0 timeout=5 splashimage=(hd2,0)/grub/splash.xpm.gz hiddenmenu title Red Hat Enterprise Linux Server (2.6.18-128.1.1.el5PAE) root (hd2,0) kernel /vmlinuz-2.6.18-128.1.1.el5PAE ro root=/dev/VolGroup00/LogVol00 rhgb quiet initrd /initrd-2.6.18-128.1.1.el5PAE.img title Red Hat Enterprise Linux Server (2.6.18-92.el5PAE) root (hd2,0) kernel /vmlinuz-2.6.18-92.el5PAE ro root=/dev/VolGroup00/LogVol00 rhgb quiet initrd /initrd-2.6.18-92.el5PAE.img
-- MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
For one thing, the commands you show in the first message have a root of hd0, but your grub conf has a root of hd2. How about you try and correct this easy one first?
On Mon, Mar 16, 2009 at 02:10:06PM +0530, Indunil Jayasooriya wrote:
HI,
I always get a grub prompt ,after I installed 2nd processor to the Server IBM x3610
At the grub prompt, I always have to issue below commands. Then, Server starts successfully.
grub> root (hd0,0) Filesystem type is ext2fs, partition type 0x83
grub> kernel /vmlinuz-2.6.18-128.1.1.el5PAE [Linux-bzImage, setup=0x1e00, size=0x1bb714]
grub> initrd /initrd-2.6.18-128.1.1.el5PAE.img
grub> boot
Could you pls let me know to overcome this issue?
Don't cheat... you are not running CentOS.
ask your redhat support, centos has not released (yet) this kernel, or read the man pages about grub.
Tru