Re: [CentOS] ACPI errors during bootup
centos-boun...@centos.org wrote: > But what could be the cause for throwing this ACPI errors? I've had acpi errors like the ones you list, that went away when I installed SL6.0 Before then I had to boot acpi=off. Your board is not SMP and does not support ACPI. >> following errors were shown up(highlighted in bold & red color) Since my mail reader translated HTML to plain text, I see nothing in bold nor in red. Generally, people on mailing lists prefer plain text to HTML mail. >> Using APIC driver default >> ACPI: Unable to locate RSDP Put 'acpi=off' in the boot line since your hardware has no ACPI. >> 2000:dff0) Detected 1000.103 MHz Celeron processor. >> switching to UP code You don't need an SMP kernel, you have 1 CPU with 1 core only. >> PCI: No IRQ known for interrupt pin A of device :00:02.0. Please >> try using pci=biosirq. >> PCI: No IRQ known for interrupt pin A of device :00:03.0. Please >> try using pci=biosirq. There's a suggestion I'd follow: boot line should have acpi=off pci=biosirq Since you're building your own kernel, you can switch off SMP and ACPI. Likely APIC and IO_APIC also. Since you have only 1/2GB RAM, I'd switch off things I wasn't going to use. -- Insert spiffy .sig here: Life is complex: it has both real and imaginary parts. //me *** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept for the presence of computer viruses. www.Hubbell.com - Hubbell Incorporated** ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] ACPI errors during bootup
Date: Wed, 23 Mar 2011 13:18:09 -0400 From: Robert Heller Subject: Re: [CentOS] ACPI errors during bootup To: CentOS mailing list Cc: centos@centos.org Message-ID: <201103231718.p2nhi9oi011...@sharky.deepsoft.com> At Wed, 23 Mar 2011 19:34:10 +0530 CentOS mailing list wrote: > > > > Hi, > > Am trying to build SMP kernel. | You do know that the *stock* CentOS 5.x kernels (2.6.18-...) are already | built as SMP kernels? That is, under RHEL 5/CentOS 5 you don't even get | uniprocessor kernels, unless you build them yourself (and there isn't | much need to bother). OK. But what could be the cause for throwing this ACPI errors? I have enabled ACPI in kernel config and the same is working fine with kernel-2.6.18-128 version. Thanks for the Help. > Took kernel-2.6.18-194.src.rpm, extracted, rpmbuilded with SMP option. > Successfully compile the new kernel and when using that kernel to boot up, > following errors were shown up(highlighted in bold & red color): > My kernel config file has ACPI and PCI configs enabled. > > Any pointers to what caused the problem are appreciated. > > > ** > * > BIOS-e820: 0001 - 0009e000 (usable) > BIOS-e820: 0009e000 - 000a (reserved) > BIOS-e820: 000e - 0010 (reserved) > BIOS-e820: 0010 - 1fee9000 (usable) > BIOS-e820: 1fee9000 - 2000 (reserved) > BIOS-e820: fff0 - 0001 (reserved) > 0MB HIGHMEM available. > 510MB LOWMEM available. > Memory for crash kernel (0x0 to 0x0) notwithin permissible range > disabling kdump > Using x86 segment limits to approximate NX protection > DMI not present or invalid. > Using APIC driver default > ACPI: Unable to locate RSDP > Allocating PCI resources starting at 3000 (gap: 2000:dff0) > Detected 1000.103 MHz processor. > Built 1 zonelists. Total pages: 130793 > Kernel command line: root=/dev/ram ramdisk_size=20 > ramdisk_start=0x600 c > onsole=ttyS0,9600n8 plat=bryce reboot=warm n > Local APIC disabled by BIOS -- you can enable it with "lapic" > Enabling fast FPU save and restore... done. > Enabling unmasked SIMD FPU exception support... done. > Initializing CPU#0 > CPU 0 irqstacks, hard=c076f000 soft=c074f000 > PID hash table entries: 2048 (order: 11, 8192 bytes) > Console: colour dummy device 80x25 > Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) > Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) > Memory: 503320k/523172k available (2189k kernel code, 19224k reserved, 920k > data > , 232k init, 0k highmem) > Checking if this processor honours the WP bit even in supervisor mode... Ok. > Calibrating delay loop (skipped), value calculated using timer frequency.. > 2000. > 20 BogoMIPS (lpj=1000103) > Security Framework v1.0.0 initialized > SELinux: Initializing. > selinux_register_security: Registering secondary module capability > Capability LSM initialized as secondary > Mount-cache hash table entries: 512 > CPU: L1 I cache: 32K, L1 D cache: 32K > CPU: L2 cache: 512K > Intel machine check architecture supported. > Intel machine check reporting enabled on CPU#0. > Checking 'hlt' instruction... OK. > SMP alternatives: switching to UP code > Freeing SMP alternatives: 14k freed > CPU0: Intel(R) Celeron(R) M processor 1.00GHz stepping 08 > SMP motherboard not detected. > Local APIC not detected. Using dummy APIC emulation. > Brought up 1 CPUs > *checking if image is initramfs... it is > Freeing initrd memory: 10554k freed > NET: Registered protocol family 16 > PCI: PCI BIOS revision 2.10 entry at 0xff67f, last bus=4 > PCI: Using configuration type 1 > Setting up standard PCI resources > ACPI: Interpreter disabled. > Linux Plug and Play Support v0.97 (c) Adam Belay > pnp: PnP ACPI: disabled > usbcore: registered new driver usbfs > usbcore: registered new driver hub > PCI: Probing PCI hardware > ACPI Error (tbxfroot-0645): No valid RSDP was found [20060707] > ACPI Exception (tbxfroot-0400): AE_NOT_FOUND, RSDP structure not found - > Flags=8 > [20060707] > ACPI: System description tables not found > ACPI Error (tbxfroot-0645): No valid RSDP was found [20060707] > ACPI Exception (tbxfroot-0400): AE_NOT_FOUND, RSDP structure not found - > Flags=8 > [20060707] > ACPI: System description tables not found > ACPI Error (tbxfroot-0645): No valid RSDP was found [20060707] > ACPI Exception (tbxfroot-0400): AE_NOT_FOUND, RSDP structure not found - > Flags=8 > [20060707] > ACPI: System description tables not found > ACPI Error (tbx
Re: [CentOS] ACPI errors during bootup
At Wed, 23 Mar 2011 19:34:10 +0530 CentOS mailing list wrote: > > > > Hi, > > Am trying to build SMP kernel. You do know that the *stock* CentOS 5.x kernels (2.6.18-...) are already built as SMP kernels? That is, under RHEL 5/CentOS 5 you don't even get uniprocessor kernels, unless you build them yourself (and there isn't much need to bother). > Took kernel-2.6.18-194.src.rpm, extracted, rpmbuilded with SMP option. > Successfully compile the new kernel and when using that kernel to boot up, > following errors were shown up(highlighted in bold & red color): > My kernel config file has ACPI and PCI configs enabled. > > Any pointers to what caused the problem are appreciated. > > > ** > * > BIOS-e820: 0001 - 0009e000 (usable) > BIOS-e820: 0009e000 - 000a (reserved) > BIOS-e820: 000e - 0010 (reserved) > BIOS-e820: 0010 - 1fee9000 (usable) > BIOS-e820: 1fee9000 - 2000 (reserved) > BIOS-e820: fff0 - 0001 (reserved) > 0MB HIGHMEM available. > 510MB LOWMEM available. > Memory for crash kernel (0x0 to 0x0) notwithin permissible range > disabling kdump > Using x86 segment limits to approximate NX protection > DMI not present or invalid. > Using APIC driver default > ACPI: Unable to locate RSDP > Allocating PCI resources starting at 3000 (gap: 2000:dff0) > Detected 1000.103 MHz processor. > Built 1 zonelists. Total pages: 130793 > Kernel command line: root=/dev/ram ramdisk_size=20 > ramdisk_start=0x600 c > onsole=ttyS0,9600n8 plat=bryce reboot=warm n > Local APIC disabled by BIOS -- you can enable it with "lapic" > Enabling fast FPU save and restore... done. > Enabling unmasked SIMD FPU exception support... done. > Initializing CPU#0 > CPU 0 irqstacks, hard=c076f000 soft=c074f000 > PID hash table entries: 2048 (order: 11, 8192 bytes) > Console: colour dummy device 80x25 > Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) > Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) > Memory: 503320k/523172k available (2189k kernel code, 19224k reserved, 920k > data > , 232k init, 0k highmem) > Checking if this processor honours the WP bit even in supervisor mode... Ok. > Calibrating delay loop (skipped), value calculated using timer frequency.. > 2000. > 20 BogoMIPS (lpj=1000103) > Security Framework v1.0.0 initialized > SELinux: Initializing. > selinux_register_security: Registering secondary module capability > Capability LSM initialized as secondary > Mount-cache hash table entries: 512 > CPU: L1 I cache: 32K, L1 D cache: 32K > CPU: L2 cache: 512K > Intel machine check architecture supported. > Intel machine check reporting enabled on CPU#0. > Checking 'hlt' instruction... OK. > SMP alternatives: switching to UP code > Freeing SMP alternatives: 14k freed > CPU0: Intel(R) Celeron(R) M processor 1.00GHz stepping 08 > SMP motherboard not detected. > Local APIC not detected. Using dummy APIC emulation. > Brought up 1 CPUs > *checking if image is initramfs... it is > Freeing initrd memory: 10554k freed > NET: Registered protocol family 16 > PCI: PCI BIOS revision 2.10 entry at 0xff67f, last bus=4 > PCI: Using configuration type 1 > Setting up standard PCI resources > ACPI: Interpreter disabled. > Linux Plug and Play Support v0.97 (c) Adam Belay > pnp: PnP ACPI: disabled > usbcore: registered new driver usbfs > usbcore: registered new driver hub > PCI: Probing PCI hardware > ACPI Error (tbxfroot-0645): No valid RSDP was found [20060707] > ACPI Exception (tbxfroot-0400): AE_NOT_FOUND, RSDP structure not found - > Flags=8 > [20060707] > ACPI: System description tables not found > ACPI Error (tbxfroot-0645): No valid RSDP was found [20060707] > ACPI Exception (tbxfroot-0400): AE_NOT_FOUND, RSDP structure not found - > Flags=8 > [20060707] > ACPI: System description tables not found > ACPI Error (tbxfroot-0645): No valid RSDP was found [20060707] > ACPI Exception (tbxfroot-0400): AE_NOT_FOUND, RSDP structure not found - > Flags=8 > [20060707] > ACPI: System description tables not found > ACPI Error (tbxfroot-0645): No valid RSDP was found [20060707] > ACPI Exception (tbxfroot-0400): AE_NOT_FOUND, RSDP structure not found - > Flags=8 > [20060707] > ACPI: System description tables not found > ACPI Error (tbxfroot-0645): No valid RSDP was found [20060707] > ACPI Exception (tbxfroot-0400): AE_NOT_FOUND, RSDP structure not found - > Flags=8 > [20060707] > ACPI: System description tables not found > ACPI Error (tbxfroot-0645): No valid RSDP was found [20060707] > ACPI Exception (tbxfroot-0400): AE_NOT_FOUND, RSDP structure not found - > Flags=8 > [20060707] > ACPI: System description tables not found > ACPI Error (tbxfroot-0645): No valid RSDP was found [20060707] > ACPI Exception (tbxfroot-0400): AE_NOT_FOUND, RSDP structure
Re: [CentOS] ACPI errors during bootup
On Wed, Mar 23, 2011 at 10:33 AM, Nicolas Thierry-Mieg wrote: > sri wrote: >> Hi, >> >> Am trying to build SMP kernel. >> Took kernel-2.6.18-194.src.rpm, extracted, rpmbuilded with SMP option. >> Successfully compile the new kernel and when using that kernel to boot >> up, following errors were shown up(highlighted in bold & red color): >> My kernel config file has ACPI and PCI configs enabled. > > what's wrong with the ditribution-built kernel (which has SMP AFAIK)? And if you tweaked the .config files in the SRPM, please post your altered file or a diff against the original file. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] ACPI errors during bootup
sri wrote: > Hi, > > Am trying to build SMP kernel. > Took kernel-2.6.18-194.src.rpm, extracted, rpmbuilded with SMP option. > Successfully compile the new kernel and when using that kernel to boot > up, following errors were shown up(highlighted in bold & red color): > My kernel config file has ACPI and PCI configs enabled. what's wrong with the ditribution-built kernel (which has SMP AFAIK)? ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] ACPI errors during bootup
Hi, Am trying to build SMP kernel. Took kernel-2.6.18-194.src.rpm, extracted, rpmbuilded with SMP option. Successfully compile the new kernel and when using that kernel to boot up, following errors were shown up(highlighted in bold & red color): My kernel config file has ACPI and PCI configs enabled. Any pointers to what caused the problem are appreciated. ** * BIOS-e820: 0001 - 0009e000 (usable) BIOS-e820: 0009e000 - 000a (reserved) BIOS-e820: 000e - 0010 (reserved) BIOS-e820: 0010 - 1fee9000 (usable) BIOS-e820: 1fee9000 - 2000 (reserved) BIOS-e820: fff0 - 0001 (reserved) 0MB HIGHMEM available. 510MB LOWMEM available. Memory for crash kernel (0x0 to 0x0) notwithin permissible range disabling kdump Using x86 segment limits to approximate NX protection DMI not present or invalid. Using APIC driver default ACPI: Unable to locate RSDP Allocating PCI resources starting at 3000 (gap: 2000:dff0) Detected 1000.103 MHz processor. Built 1 zonelists. Total pages: 130793 Kernel command line: root=/dev/ram ramdisk_size=20 ramdisk_start=0x600 c onsole=ttyS0,9600n8 plat=bryce reboot=warm n Local APIC disabled by BIOS -- you can enable it with "lapic" Enabling fast FPU save and restore... done. Enabling unmasked SIMD FPU exception support... done. Initializing CPU#0 CPU 0 irqstacks, hard=c076f000 soft=c074f000 PID hash table entries: 2048 (order: 11, 8192 bytes) Console: colour dummy device 80x25 Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) Memory: 503320k/523172k available (2189k kernel code, 19224k reserved, 920k data , 232k init, 0k highmem) Checking if this processor honours the WP bit even in supervisor mode... Ok. Calibrating delay loop (skipped), value calculated using timer frequency.. 2000. 20 BogoMIPS (lpj=1000103) Security Framework v1.0.0 initialized SELinux: Initializing. selinux_register_security: Registering secondary module capability Capability LSM initialized as secondary Mount-cache hash table entries: 512 CPU: L1 I cache: 32K, L1 D cache: 32K CPU: L2 cache: 512K Intel machine check architecture supported. Intel machine check reporting enabled on CPU#0. Checking 'hlt' instruction... OK. SMP alternatives: switching to UP code Freeing SMP alternatives: 14k freed CPU0: Intel(R) Celeron(R) M processor 1.00GHz stepping 08 SMP motherboard not detected. Local APIC not detected. Using dummy APIC emulation. Brought up 1 CPUs *checking if image is initramfs... it is Freeing initrd memory: 10554k freed NET: Registered protocol family 16 PCI: PCI BIOS revision 2.10 entry at 0xff67f, last bus=4 PCI: Using configuration type 1 Setting up standard PCI resources ACPI: Interpreter disabled. Linux Plug and Play Support v0.97 (c) Adam Belay pnp: PnP ACPI: disabled usbcore: registered new driver usbfs usbcore: registered new driver hub PCI: Probing PCI hardware ACPI Error (tbxfroot-0645): No valid RSDP was found [20060707] ACPI Exception (tbxfroot-0400): AE_NOT_FOUND, RSDP structure not found - Flags=8 [20060707] ACPI: System description tables not found ACPI Error (tbxfroot-0645): No valid RSDP was found [20060707] ACPI Exception (tbxfroot-0400): AE_NOT_FOUND, RSDP structure not found - Flags=8 [20060707] ACPI: System description tables not found ACPI Error (tbxfroot-0645): No valid RSDP was found [20060707] ACPI Exception (tbxfroot-0400): AE_NOT_FOUND, RSDP structure not found - Flags=8 [20060707] ACPI: System description tables not found ACPI Error (tbxfroot-0645): No valid RSDP was found [20060707] ACPI Exception (tbxfroot-0400): AE_NOT_FOUND, RSDP structure not found - Flags=8 [20060707] ACPI: System description tables not found ACPI Error (tbxfroot-0645): No valid RSDP was found [20060707] ACPI Exception (tbxfroot-0400): AE_NOT_FOUND, RSDP structure not found - Flags=8 [20060707] ACPI: System description tables not found ACPI Error (tbxfroot-0645): No valid RSDP was found [20060707] ACPI Exception (tbxfroot-0400): AE_NOT_FOUND, RSDP structure not found - Flags=8 [20060707] ACPI: System description tables not found ACPI Error (tbxfroot-0645): No valid RSDP was found [20060707] ACPI Exception (tbxfroot-0400): AE_NOT_FOUND, RSDP structure not found - Flags=8 [20060707] ACPI: System description tables not found ACPI Error (tbxfroot-0645): No valid RSDP was found [20060707] ACPI Exception (tbxfroot-0400): AE_NOT_FOUND, RSDP structure not found - Flags=8 [20060707] ACPI: System description tables not found ACPI Error (tbxfroot-0645): No valid RSDP was found [20060707] ACPI Exception (tbxfroot-0400): AE_NOT_FOUND, RSDP structure not found - Flags=8 [20060707] ACPI: System description tables not found ACPI Error (tbxfroot-0645): No valid RSDP was found [20060707]