Re: system without RAM on node0 boot fail

2008-02-01 Thread Yinghai Lu
On Feb 1, 2008 10:11 AM, dean gaudet <[EMAIL PROTECTED]> wrote: > actually yeah i've seen this... in a bizarre failure situation in a system > which physically had RAM in the boot node but it was never enumerated for > the kernel (other nodes had RAM which was enumerated). > > so technically there

Re: system without RAM on node0 boot fail

2008-02-01 Thread dean gaudet
actually yeah i've seen this... in a bizarre failure situation in a system which physically had RAM in the boot node but it was never enumerated for the kernel (other nodes had RAM which was enumerated). so technically there was boot node RAM but the kernel never saw it. -dean On Wed, 30 Jan

Re: system without RAM on node0 boot fail

2008-02-01 Thread dean gaudet
actually yeah i've seen this... in a bizarre failure situation in a system which physically had RAM in the boot node but it was never enumerated for the kernel (other nodes had RAM which was enumerated). so technically there was boot node RAM but the kernel never saw it. -dean On Wed, 30 Jan

Re: system without RAM on node0 boot fail

2008-02-01 Thread Yinghai Lu
On Feb 1, 2008 10:11 AM, dean gaudet [EMAIL PROTECTED] wrote: actually yeah i've seen this... in a bizarre failure situation in a system which physically had RAM in the boot node but it was never enumerated for the kernel (other nodes had RAM which was enumerated). so technically there was

Re: system without RAM on node0 boot fail

2008-01-30 Thread Andi Kleen
On Thursday 31 January 2008 08:22:15 H. Peter Anvin wrote: > Yinghai Lu wrote: > > On Jan 30, 2008 10:09 PM, H. Peter Anvin <[EMAIL PROTECTED]> wrote: > >> Christoph Lameter wrote: > >>> x86 supports booting from a node without RAM? > > > > it is a two sockets system. only 4G RAM installed on

Re: system without RAM on node0 boot fail

2008-01-30 Thread H. Peter Anvin
Yinghai Lu wrote: On Jan 30, 2008 10:09 PM, H. Peter Anvin <[EMAIL PROTECTED]> wrote: Christoph Lameter wrote: x86 supports booting from a node without RAM? it is a two sockets system. only 4G RAM installed on node1. "Node 1" is the boot CPU, though, right? I don't know if the spec

Re: system without RAM on node0 boot fail

2008-01-30 Thread Yinghai Lu
On Jan 30, 2008 10:09 PM, H. Peter Anvin <[EMAIL PROTECTED]> wrote: > Christoph Lameter wrote: > > x86 supports booting from a node without RAM? it is a two sockets system. only 4G RAM installed on node1. > > From the looks of it I would say he probably has the boot node numbered 1. > > The

Re: system without RAM on node0 boot fail

2008-01-30 Thread H. Peter Anvin
Christoph Lameter wrote: x86 supports booting from a node without RAM? From the looks of it I would say he probably has the boot node numbered 1. The e820 map is also "interesting" - doesn't list the first 256 bytes, which corresponds to the first quarter(!) of the real-mode exception table.

Re: system without RAM on node0 boot fail

2008-01-30 Thread Christoph Lameter
x86 supports booting from a node without RAM? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: system without RAM on node0 boot fail

2008-01-30 Thread Yinghai Lu
current x86.git Command line: apic=debug acpi.debug_level=0x000F debug initcall_debug pci=routeirq ramdisk_size=131072 root=/dev/ram0 rw ip=dhcp console=uart8250,io,0x3f8,115200n8 BIOS-provided physical RAM map: BIOS-e820: 0100 - 0009bc00 (usable) BIOS-e820:

system without RAM on node0 boot fail

2008-01-30 Thread Yinghai Lu
one system not install RAM on node0 got SRAT: PXM 0 -> APIC 0 -> Node 0 SRAT: PXM 0 -> APIC 1 -> Node 0 SRAT: PXM 1 -> APIC 2 -> Node 1 SRAT: PXM 1 -> APIC 3 -> Node 1 SRAT: Node 1 PXM 1 0-a SRAT: Node 1 PXM 1 0-dd00 SRAT: Node 1 PXM 1 0-12300 Bootmem setup node 1

system without RAM on node0 boot fail

2008-01-30 Thread Yinghai Lu
one system not install RAM on node0 got SRAT: PXM 0 - APIC 0 - Node 0 SRAT: PXM 0 - APIC 1 - Node 0 SRAT: PXM 1 - APIC 2 - Node 1 SRAT: PXM 1 - APIC 3 - Node 1 SRAT: Node 1 PXM 1 0-a SRAT: Node 1 PXM 1 0-dd00 SRAT: Node 1 PXM 1 0-12300 Bootmem setup node 1

Re: system without RAM on node0 boot fail

2008-01-30 Thread Yinghai Lu
current x86.git Command line: apic=debug acpi.debug_level=0x000F debug initcall_debug pci=routeirq ramdisk_size=131072 root=/dev/ram0 rw ip=dhcp console=uart8250,io,0x3f8,115200n8 BIOS-provided physical RAM map: BIOS-e820: 0100 - 0009bc00 (usable) BIOS-e820:

Re: system without RAM on node0 boot fail

2008-01-30 Thread Christoph Lameter
x86 supports booting from a node without RAM? -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: system without RAM on node0 boot fail

2008-01-30 Thread H. Peter Anvin
Christoph Lameter wrote: x86 supports booting from a node without RAM? From the looks of it I would say he probably has the boot node numbered 1. The e820 map is also interesting - doesn't list the first 256 bytes, which corresponds to the first quarter(!) of the real-mode exception table.

Re: system without RAM on node0 boot fail

2008-01-30 Thread Yinghai Lu
On Jan 30, 2008 10:09 PM, H. Peter Anvin [EMAIL PROTECTED] wrote: Christoph Lameter wrote: x86 supports booting from a node without RAM? it is a two sockets system. only 4G RAM installed on node1. From the looks of it I would say he probably has the boot node numbered 1. The e820 map is

Re: system without RAM on node0 boot fail

2008-01-30 Thread H. Peter Anvin
Yinghai Lu wrote: On Jan 30, 2008 10:09 PM, H. Peter Anvin [EMAIL PROTECTED] wrote: Christoph Lameter wrote: x86 supports booting from a node without RAM? it is a two sockets system. only 4G RAM installed on node1. Node 1 is the boot CPU, though, right? I don't know if the spec requires