nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

Some minor problem on booting centOS 5

This is a discussion on Some minor problem on booting centOS 5 within the CentOS / RHEL / Fedora forums, part of the Linux Distribution category; Hi folks, Ubuntu 7.04 server amd64 (Host OS) CentOS-5_lamp.x86_64 (Guest OS) VMWare - Virtualization platform # cat /boot/grub/grub.confp Code: # ...


Go Back   nixCraft Linux Forum > Linux Distribution > CentOS / RHEL / Fedora

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 01-10-2008, 10:59 AM
Member
User
 
Join Date: Sep 2007
My distro: Debian
Posts: 81
Rep Power: 1
satimis is on a distinguished road
Default Some minor problem on booting centOS 5

Hi folks,


Ubuntu 7.04 server amd64 (Host OS)
CentOS-5_lamp.x86_64 (Guest OS)
VMWare - Virtualization platform


# cat /boot/grub/grub.confp
Code:
# 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/sda3
#          initrd /initrd-version.img
#boot=/dev/sda
default=1
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
#hiddenmenu
title CentOS (2.6.18-53.1.4.el5)
    root (hd0,0)
    kernel /vmlinuz-2.6.18-53.1.4.el5 ro root=LABEL=/ rhgb quiet
    initrd /initrd-2.6.18-53.1.4.el5.img
title CentOS (2.6.18-8.1.15.el5vm)
    root (hd0,0)
    kernel /vmlinuz-2.6.18-8.1.15.el5vm ro root=LABEL=/ rhgb quiet
    initrd /initrd-2.6.18-8.1.15.el5vm.img
title CentOS (2.6.18-8.1.15.el5)
    root (hd0,0)
    kernel /vmlinuz-2.6.18-8.1.15.el5 ro root=LABEL=/ rhgb quiet
    initrd /initrd-2.6.18-8.1.15.el5.img

1)
On booting it automatically selects "CentOS (2.6.18-8.1.15.el5vm)". I have to manually select "CentOS (2.6.18-53.1.4.el5)" which I suppose is latest version of kernel on CentOS 5.

Whether I have to change "default=1" to "default=0" to boot kernel "CentOS (2.6.18-53.1.4.el5)" automatically ?


2)
On booting kernel "CentOS (2.6.18-53.1.4.el5)" following warning popup on text scrolling
Code:
Memory for crash kernel (0x0 to 0x0) notwithin permissible range
ACPI: Getting cpuindex for acplid 0x1
ACPI: Getting cpuindex for acplid 0x2
ACPI: Getting cpuindex for acplid 0x3
powernow-k8: BIOS error - no PSB or ACPI _PSS objects
Red Hat nash version 5.1.19.6 starting
.......
CentOS 5 starts finally w/o problem


3)
On booting kernel "CentOS (2.6.18-8.1.15.el5vm)" following warning popup on text scrolling;
Code:
ACPI: Getting cpuindex for acplid 0x1
ACPI: Getting cpuindex for acplid 0x2
ACPI: Getting cpuindex for acplid 0x3
powernow-k8: BIOS error - no PSB or ACPI _PSS objects
Red Hat nash version 5.1.19.6 starting
.......
CentOS 5 starts finally w/o problem


Please advise how to fix the warning on 2) and 3) abvoe. TIA


B.R.
satimis
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 01-12-2008, 10:30 PM
Junior Member
User
 
Join Date: Jan 2008
Location: Pune
My distro: Fedora 7 (presently). will soon upgrade to 8.
Posts: 3
Rep Power: 0
Nilesh is on a distinguished road
Send a message via ICQ to Nilesh Send a message via MSN to Nilesh Send a message via Yahoo to Nilesh
Default

Quote:
Originally Posted by satimis View Post
Hi folks,


Ubuntu 7.04 server amd64 (Host OS)
CentOS-5_lamp.x86_64 (Guest OS)
VMWare - Virtualization platform


# cat /boot/grub/grub.confp
Code:
# 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/sda3
#          initrd /initrd-version.img
#boot=/dev/sda
default=1
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
#hiddenmenu
title CentOS (2.6.18-53.1.4.el5)
    root (hd0,0)
    kernel /vmlinuz-2.6.18-53.1.4.el5 ro root=LABEL=/ rhgb quiet
    initrd /initrd-2.6.18-53.1.4.el5.img
title CentOS (2.6.18-8.1.15.el5vm)
    root (hd0,0)
    kernel /vmlinuz-2.6.18-8.1.15.el5vm ro root=LABEL=/ rhgb quiet
    initrd /initrd-2.6.18-8.1.15.el5vm.img
title CentOS (2.6.18-8.1.15.el5)
    root (hd0,0)
    kernel /vmlinuz-2.6.18-8.1.15.el5 ro root=LABEL=/ rhgb quiet
    initrd /initrd-2.6.18-8.1.15.el5.img

1)
On booting it automatically selects "CentOS (2.6.18-8.1.15.el5vm)". I have to manually select "CentOS (2.6.18-53.1.4.el5)" which I suppose is latest version of kernel on CentOS 5.

Whether I have to change "default=1" to "default=0" to boot kernel "CentOS (2.6.18-53.1.4.el5)" automatically ?


2)
On booting kernel "CentOS (2.6.18-53.1.4.el5)" following warning popup on text scrolling
Code:
Memory for crash kernel (0x0 to 0x0) notwithin permissible range
ACPI: Getting cpuindex for acplid 0x1
ACPI: Getting cpuindex for acplid 0x2
ACPI: Getting cpuindex for acplid 0x3
powernow-k8: BIOS error - no PSB or ACPI _PSS objects
Red Hat nash version 5.1.19.6 starting
.......
CentOS 5 starts finally w/o problem


3)
On booting kernel "CentOS (2.6.18-8.1.15.el5vm)" following warning popup on text scrolling;
Code:
ACPI: Getting cpuindex for acplid 0x1
ACPI: Getting cpuindex for acplid 0x2
ACPI: Getting cpuindex for acplid 0x3
powernow-k8: BIOS error - no PSB or ACPI _PSS objects
Red Hat nash version 5.1.19.6 starting
.......
CentOS 5 starts finally w/o problem


Please advise how to fix the warning on 2) and 3) abvoe. TIA


B.R.
satimis
Hi,
Answer #1:

To make 2.6.18-53.1.4.el5 default kernel, change
Code:
default=0
Answer #2: The warnings appear probably because you have not enabled ACPI in BIOS.
Reply With Quote
  #3 (permalink)  
Old 01-13-2008, 02:41 PM
Member
User
 
Join Date: Sep 2007
My distro: Debian
Posts: 81
Rep Power: 1
satimis is on a distinguished road
Default

Quote:
Originally Posted by Nilesh View Post
Hi,
Answer #1:

To make 2.6.18-53.1.4.el5 default kernel, change
Code:
default=0
Answer #2: The warnings appear probably because you have not enabled ACPI in BIOS.
Thanks for your advice.

Problem 1) solved.


Re Problem 2

I found it on CentOS website that it is a known issue. I can leave it there because it does not affect operating the OS


satimis
Reply With Quote
  #4 (permalink)  
Old 01-13-2008, 04:29 PM
Junior Member
User
 
Join Date: Jan 2008
Location: Pune
My distro: Fedora 7 (presently). will soon upgrade to 8.
Posts: 3
Rep Power: 0
Nilesh is on a distinguished road
Send a message via ICQ to Nilesh Send a message via MSN to Nilesh Send a message via Yahoo to Nilesh
Default

my pleasure.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Cannot log in to centos 5 server melvuen CentOS / RHEL / Fedora 0 04-24-2008 09:50 AM
Dual-booting Vista problem adanedhel728 Linux software 1 07-12-2007 09:15 PM
Custom CentOS installer Feeyo Linux software 4 07-05-2007 02:04 AM
Display Problem in CentOS 4.4 kasimani Linux software 1 05-05-2007 01:36 PM
rhel 4.0 not booting ramjimh Linux software 2 05-09-2006 08:38 PM


All times are GMT +5.5. The time now is 12:15 PM.


Powered by vBulletin® Version 3.7.2 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36