ubuntu ami launch error
Hi,
I am trying to launch ubuntu11.10amdqcow2, on an openstack grizzly cluster, but I get this error message from the log. I cannot ping it or ssh into it.
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.0.032virtual (buildd@allspice) (gcc version 4.6.1 (Ubuntu/Linaro 4.6.19ubuntu3) ) #51Ubuntu SMP Thu Mar 21 16:28:37 UTC 2013 (Ubuntu 3.0.032.51virtual 3.0.69)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz3.0.032virtual root=LABEL=cloudimgrootfs ro console=ttyS0
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] BIOSprovided physical RAM map:
[ 0.000000] BIOSe820: 0000000000000000 000000000009dc00 (usable)
[ 0.000000] BIOSe820: 000000000009dc00 00000000000a0000 (reserved)
[ 0.000000] BIOSe820: 00000000000f0000 0000000000100000 (reserved)
[ 0.000000] BIOSe820: 0000000000100000 00000000dfffd000 (usable)
[ 0.000000] BIOSe820: 00000000dfffd000 00000000e0000000 (reserved)
[ 0.000000] BIOSe820: 00000000feffc000 00000000ff000000 (reserved)
[ 0.000000] BIOSe820: 00000000fffc0000 0000000100000000 (reserved)
[ 0.000000] BIOSe820: 0000000100000000 0000000120000000 (usable)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.4 present.
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0x120000 max_arch_pfn = 0x400000000
[ 0.000000] x86 PAT enabled: cpu 0, old 0x70406, new 0x7010600070106
[ 0.000000] last_pfn = 0xdfffd max_arch_pfn = 0x400000000
[ 0.000000] found SMP MPtable at [ffff8800000fdad0] fdad0
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] init_memory_mapping: 000000000000000000000000dfffd000
[ 0.000000] init_memory_mapping: 00000001000000000000000120000000
[ 0.000000] RAMDISK: 3780c000 37bfe000
[ 0.000000] ACPI: RSDP 00000000000fd8e0 00014 (v00 BOCHS )
[ 0.000000] ACPI: RSDT 00000000dfffd740 00034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACP 00000000dfffff80 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
[ 0.000000] ACPI: DSDT 00000000dfffd9b0 02589 (v01 BXPC BXDSDT 00000001 INTL 20100528)
[ 0.000000] ACPI: FACS 00000000dfffff40 00040
[ 0.000000] ACPI: SSDT 00000000dfffd8b0 000FF (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: APIC 00000000dfffd7c0 0007A (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
[ 0.000000] ACPI: HPET 00000000dfffd780 00038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 00000000000000000000000120000000
[ 0.000000] Initmem setup node 0 00000000000000000000000120000000
[ 0.000000] NODE_DATA [000000011fffb000 000000011fffffff]
[ 0.000000] kvmclock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvmclock: cpu 0, msr 0:1ce4901, boot clock
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 > 0x00001000
[ 0.000000] DMA32 0x00001000 > 0x00100000
[ 0.000000] Normal 0x00100000 > 0x00120000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[3] active PFN ranges
[ 0.000000] 0: 0x00000010 > 0x0000009d
[ 0.000000] 0: 0x00000100 > 0x000dfffd
[ 0.000000] 0: 0x00100000 > 0x00120000
[ 0.000000] ACPI: PMTimer IO Port: 0xb008
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 023
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0 ...