Results 1 to 5 of 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 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-10-2008 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,712
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.confpCode:# 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 scrollingCentOS 5 starts finally w/o problemCode: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 .......
3)
On booting kernel "CentOS (2.6.18-8.1.15.el5vm)" following warning popup on text scrolling;CentOS 5 starts finally w/o problemCode: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 .......
Please advise how to fix the warning on 2) and 3) abvoe. TIA
B.R.
satimis
- 01-10-2008 #2
1) title count starts from zero only and title CentOS (2.6.18-53.1.4.el5) is first title ( zero ). Set default value to 0.
2) 3) Add noacpi parameter at the end of kernel line.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-10-2008 #3Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,712
Thanks for your advice.
1)
changing "default=1" as "default-=0"
Problem solved.
2)
# cat /boot/grub/grub.confpProblem still remainsCode:# 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 noacpi 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 noacpi 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 noacpi initrd /initrd-2.6.18-8.1.15.el5.img
Warning
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 .......
3)
I'll leave this old kernel alone
satimis
- 01-10-2008 #4
Hi !
I checked CentOS Manual and this is listed in Known Issues section.
Originally Posted by CentOS Manual It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-10-2008 #5Gentoo Wiki.
Originally Posted by Gentoo Wiki It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote

