Begin forwarded message: Date: Tue, 17 May 2011 13:25:28 +0300 From: Rares Aioanei <rares.aioanei@gmail.com> To: Jonathan Nieder <jrnieder@gmail.com> Subject: Re: linux-image-2.6.38-2-amd64: after last update fails to boot On Tue, 17 May 2011 05:11:34 -0500 Jonathan Nieder <jrnieder@gmail.com> wrote: > tags 626851 + upstream moreinfo > quit > > Hi, > > Rares Aioanei wrote: > > > Loading, please wait... > > /scripts/local-premount/resume : line 63 : /bin/resume : not found > > mount : mounting /dev/disk-by-uuid/<uuid here> on /root failed : no such file or directory > [...] > > The error described can be also seen if compiling a vanilla kernel with > > the exact config as the Debian one (in my case 2.6.38.6) . I'm writing this > > from the same machine running 2.6.38.4 with a custom config and it works > > fine. Hope it helps. > > Could you attach a dmesg from the working configuration and the two .config > files for comparison? What commands do you use to build and install a > custom kernel? Does the custom configuration build in the disk driver > (i.e., Y instead of M), and does it use an initramfs? > > Thanks for writing, > Jonathan Attached is the dmesg, also the .configs, the commands are : 1.cp /boot/config<version> ./.config (obviously, in the root dir of the kernel source.) 2.make menuconfig and load config file -> .config 3.make -j3 all 4.sudo make modules_install 5.sudo make install 6.sudo depmod 7.sudo update-initramfs -c -k <vresion> 8.sudo update-grub I used the exact sequence of commands in building the working kernel and the non-working kernel; and yes, the disk driver is , of course, 'y', not built as a module. Was there a change in the config file in this last update? Thanks, -- Rares Aioanei -- Rares Aioanei
[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 2.6.38.4 (arares@debiand1) (gcc version 4.5.2 (Debian 4.5.2-8) ) #4 SMP Wed Apr 27 02:50:28 EEST 2011 [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-2.6.38.4 root=UUID=ae47c3b2-fdcb-4a68-b6f8-4278e00c5bf2 ro quiet [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable) [ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 000000007fef0000 (usable) [ 0.000000] BIOS-e820: 000000007fef0000 - 000000007fef3000 (ACPI NVS) [ 0.000000] BIOS-e820: 000000007fef3000 - 000000007ff00000 (ACPI data) [ 0.000000] BIOS-e820: 00000000f0000000 - 00000000f2000000 (reserved) [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved) [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] DMI 2.4 present. [ 0.000000] DMI: Gigabyte Technology Co., Ltd. M56S-S3/GA-M56S-S3, BIOS F1 07/02/2007 [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved) [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable) [ 0.000000] No AGP bridge found [ 0.000000] last_pfn = 0x7fef0 max_arch_pfn = 0x400000000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR fixed ranges enabled: [ 0.000000] 00000-9FFFF write-back [ 0.000000] A0000-BFFFF uncachable [ 0.000000] C0000-C7FFF write-protect [ 0.000000] C8000-EFFFF uncachable [ 0.000000] F0000-FFFFF write-through [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 0000000000 mask FF80000000 write-back [ 0.000000] 1 base 007FF00000 mask FFFFF00000 uncachable [ 0.000000] 2 disabled [ 0.000000] 3 disabled [ 0.000000] 4 disabled [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [ffff8800000f4a40] f4a40 [ 0.000000] initial memory mapped : 0 - 20000000 [ 0.000000] init_memory_mapping: 0000000000000000-000000007fef0000 [ 0.000000] 0000000000 - 007fe00000 page 2M [ 0.000000] 007fe00000 - 007fef0000 page 4k [ 0.000000] kernel direct mapping tables up to 7fef0000 @ 1fffc000-20000000 [ 0.000000] RAMDISK: 3541a000 - 36a05000 [ 0.000000] ACPI: RSDP 00000000000f6400 00014 (v00 GBT ) [ 0.000000] ACPI: RSDT 000000007fef3000 00038 (v01 GBT NVDAACPI 42302E31 NVDA 01010101) [ 0.000000] ACPI: FACP 000000007fef3040 00074 (v01 GBT NVDAACPI 42302E31 NVDA 01010101) [ 0.000000] ACPI: DSDT 000000007fef30c0 04582 (v01 GBT NVDAACPI 00001000 MSFT 0100000C) [ 0.000000] ACPI: FACS 000000007fef0000 00040 [ 0.000000] ACPI: SSDT 000000007fef7700 002CC (v01 PTLTD POWERNOW 00000001 LTP 00000001) [ 0.000000] ACPI: HPET 000000007fef7a00 00038 (v01 GBT NVDAACPI 42302E31 NVDA 00000098) [ 0.000000] ACPI: MCFG 000000007fef7a40 0003C (v01 GBT NVDAACPI 42302E31 NVDA 01010101) [ 0.000000] ACPI: APIC 000000007fef7680 00072 (v01 GBT NVDAACPI 42302E31 NVDA 01010101) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] Scanning NUMA topology in Northbridge 24 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at 0000000000000000-000000007fef0000 [ 0.000000] Initmem setup node 0 0000000000000000-000000007fef0000 [ 0.000000] NODE_DATA [000000007feeb000 - 000000007feeffff] [ 0.000000] [ffffea0000000000-ffffea0001bfffff] PMD -> [ffff88007d600000-ffff88007f1fffff] on node 0 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] DMA32 0x00001000 -> 0x00100000 [ 0.000000] Normal empty [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[2] active PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000009f [ 0.000000] 0: 0x00000100 -> 0x0007fef0 [ 0.000000] On node 0 totalpages: 523903 [ 0.000000] DMA zone: 56 pages used for memmap [ 0.000000] DMA zone: 6 pages reserved [ 0.000000] DMA zone: 3921 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 7109 pages used for memmap [ 0.000000] DMA32 zone: 512811 pages, LIFO batch:31 [ 0.000000] Detected use of extended apic ids on hypertransport bus [ 0.000000] ACPI: PM-Timer IO Port: 0x1008 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 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: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23 [ 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 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ2 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] ACPI: IRQ14 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x10de8201 base: 0xfeff0000 [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] nr_irqs_gsi: 40 [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 [ 0.000000] Allocating PCI resources starting at 7ff00000 (gap: 7ff00000:70100000) [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s82496 r8192 d24000 u1048576 [ 0.000000] pcpu-alloc: s82496 r8192 d24000 u1048576 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 516732 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.38.4 root=UUID=ae47c3b2-fdcb-4a68-b6f8-4278e00c5bf2 ro quiet [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Node 0: aperture @ a3f0000000 size 32 MB [ 0.000000] Aperture beyond 4GB. Ignoring. [ 0.000000] Memory: 2035848k/2096064k available (3092k kernel code, 452k absent, 59764k reserved, 3568k data, 608k init) [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU-based detection of stalled CPUs is disabled. [ 0.000000] NR_IRQS:33024 nr_irqs:512 16 [ 0.000000] spurious 8259A interrupt: IRQ7. [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] hpet clockevent registered [ 0.000000] Fast TSC calibration using PIT [ 0.000000] Detected 2913.414 MHz processor. [ 0.000000] Marking TSC unstable due to TSCs unsynchronized [ 0.001005] Calibrating delay loop (skipped), value calculated using timer frequency.. 5826.82 BogoMIPS (lpj=2913414) [ 0.001010] pid_max: default: 32768 minimum: 301 [ 0.001034] Security Framework initialized [ 0.001210] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.002419] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.002933] Mount-cache hash table entries: 256 [ 0.003104] Initializing cgroup subsys ns [ 0.003107] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup. [ 0.003110] Initializing cgroup subsys cpuacct [ 0.003114] Initializing cgroup subsys devices [ 0.003116] Initializing cgroup subsys freezer [ 0.003118] Initializing cgroup subsys blkio [ 0.003154] tseg: 007ff00000 [ 0.003156] CPU: Physical Processor ID: 0 [ 0.003157] CPU: Processor Core ID: 0 [ 0.003159] mce: CPU supports 5 MCE banks [ 0.003170] using C1E aware idle routine [ 0.003402] ACPI: Core revision 20110112 [ 0.006062] Setting APIC routing to flat [ 0.007352] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.017365] CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 5600+ stepping 02 [ 0.017998] Performance Events: AMD PMU driver. [ 0.017998] ... version: 0 [ 0.017998] ... bit width: 48 [ 0.017998] ... generic registers: 4 [ 0.017998] ... value mask: 0000ffffffffffff [ 0.017998] ... max period: 00007fffffffffff [ 0.017998] ... fixed-purpose events: 0 [ 0.017998] ... event mask: 000000000000000f [ 0.017998] NMI watchdog enabled, takes one hw-pmu counter. [ 0.017998] Booting Node 0, Processors #1 Ok. [ 0.088059] NMI watchdog enabled, takes one hw-pmu counter. [ 0.088081] Brought up 2 CPUs [ 0.088083] Total of 2 processors activated (11652.89 BogoMIPS). [ 0.088493] devtmpfs: initialized [ 0.100000] NET: Registered protocol family 16 [ 0.100103] node 0 link 0: io port [1000, fffff] [ 0.100106] TOM: 0000000080000000 aka 2048M [ 0.100108] node 0 link 0: mmio [f0000000, f1ffffff] [ 0.100111] node 0 link 0: mmio [a0000, bffff] [ 0.100113] node 0 link 0: mmio [80000000, ffb7ffff] [ 0.100115] bus: [00, ff] on node 0 link 0 [ 0.100118] bus: 00 index 0 [io 0x0000-0xffff] [ 0.100120] bus: 00 index 1 [mem 0x80000000-0xfcffffffff] [ 0.100122] bus: 00 index 2 [mem 0x000a0000-0x000bffff] [ 0.100136] ACPI: bus type pci registered [ 0.100163] PCI: MMCONFIG for domain 0000 [bus 00-1f] at [mem 0xf0000000-0xf1ffffff] (base 0xf0000000) [ 0.100166] PCI: MMCONFIG at [mem 0xf0000000-0xf1ffffff] reserved in E820 [ 0.101985] PCI: Using configuration type 1 for base access [ 0.102332] bio: create slab <bio-0> at 0 [ 0.103282] ACPI: EC: Look up EC in DSDT [ 0.106245] ACPI: Interpreter enabled [ 0.106249] ACPI: (supports S0 S1 S4 S5) [ 0.106265] ACPI: Using IOAPIC for interrupt routing [ 0.111868] ACPI: No dock devices found. [ 0.111872] HEST: Table not found. [ 0.111875] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug [ 0.111922] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.112027] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored) [ 0.112029] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored) [ 0.112032] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored) [ 0.112034] pci_root PNP0A08:00: host bridge window [mem 0x000c0000-0x000dffff] (ignored) [ 0.112036] pci_root PNP0A08:00: host bridge window [mem 0x7ff00000-0xfebfffff] (ignored) [ 0.112060] pci 0000:00:00.0: [10de:0444] type 0 class 0x000500 [ 0.112210] pci 0000:00:01.0: [10de:0441] type 0 class 0x000601 [ 0.112246] pci 0000:00:01.1: [10de:0446] type 0 class 0x000c05 [ 0.112256] pci 0000:00:01.1: reg 10: [io 0xe000-0xe03f] [ 0.112269] pci 0000:00:01.1: reg 20: [io 0x1c00-0x1c3f] [ 0.112274] pci 0000:00:01.1: reg 24: [io 0x1c40-0x1c7f] [ 0.112293] pci 0000:00:01.1: PME# supported from D3hot D3cold [ 0.112298] pci 0000:00:01.1: PME# disabled [ 0.112309] pci 0000:00:01.2: [10de:0445] type 0 class 0x000500 [ 0.112347] pci 0000:00:02.0: [10de:0454] type 0 class 0x000c03 [ 0.112355] pci 0000:00:02.0: reg 10: [mem 0xf6008000-0xf6008fff] [ 0.112381] pci 0000:00:02.0: supports D1 D2 [ 0.112382] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.112385] pci 0000:00:02.0: PME# disabled [ 0.112397] pci 0000:00:02.1: [10de:0455] type 0 class 0x000c03 [ 0.112407] pci 0000:00:02.1: reg 10: [mem 0xf6006000-0xf60060ff] [ 0.112437] pci 0000:00:02.1: supports D1 D2 [ 0.112438] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold [ 0.112441] pci 0000:00:02.1: PME# disabled [ 0.112462] pci 0000:00:06.0: [10de:0450] type 0 class 0x000200 [ 0.112471] pci 0000:00:06.0: reg 10: [mem 0xf6007000-0xf6007fff] [ 0.112475] pci 0000:00:06.0: reg 14: [io 0xc800-0xc807] [ 0.112497] pci 0000:00:06.0: supports D1 D2 [ 0.112499] pci 0000:00:06.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.112502] pci 0000:00:06.0: PME# disabled [ 0.112517] pci 0000:00:07.0: [10de:044a] type 0 class 0x000403 [ 0.112526] pci 0000:00:07.0: reg 10: [mem 0xf6000000-0xf6003fff] [ 0.112555] pci 0000:00:07.0: PME# supported from D3hot D3cold [ 0.112558] pci 0000:00:07.0: PME# disabled [ 0.112576] pci 0000:00:08.0: [10de:0449] type 1 class 0x000604 [ 0.112608] pci 0000:00:09.0: [10de:0448] type 0 class 0x000101 [ 0.112627] pci 0000:00:09.0: reg 20: [io 0xf000-0xf00f] [ 0.112651] pci 0000:00:0a.0: [10de:045d] type 0 class 0x000101 [ 0.112657] pci 0000:00:0a.0: reg 10: [io 0x09f0-0x09f7] [ 0.112661] pci 0000:00:0a.0: reg 14: [io 0x0bf0-0x0bf3] [ 0.112665] pci 0000:00:0a.0: reg 18: [io 0x0970-0x0977] [ 0.112668] pci 0000:00:0a.0: reg 1c: [io 0x0b70-0x0b73] [ 0.112672] pci 0000:00:0a.0: reg 20: [io 0xdc00-0xdc0f] [ 0.112676] pci 0000:00:0a.0: reg 24: [mem 0xf6004000-0xf6005fff] [ 0.112704] pci 0000:00:0d.0: [10de:0458] type 1 class 0x000604 [ 0.112721] pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.112723] pci 0000:00:0d.0: PME# disabled [ 0.112741] pci 0000:00:18.0: [1022:1100] type 0 class 0x000600 [ 0.112756] pci 0000:00:18.1: [1022:1101] type 0 class 0x000600 [ 0.112769] pci 0000:00:18.2: [1022:1102] type 0 class 0x000600 [ 0.112783] pci 0000:00:18.3: [1022:1103] type 0 class 0x000600 [ 0.112800] PCI: peer root bus 00 res updated from pci conf [ 0.112842] pci 0000:00:08.0: PCI bridge to [bus 01-01] (subtractive decode) [ 0.112845] pci 0000:00:08.0: bridge window [io 0xa000-0xafff] [ 0.112848] pci 0000:00:08.0: bridge window [mem 0xfff00000-0x000fffff] (disabled) [ 0.112851] pci 0000:00:08.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) [ 0.112853] pci 0000:00:08.0: bridge window [io 0x0000-0xffff] (subtractive decode) [ 0.112856] pci 0000:00:08.0: bridge window [mem 0x80000000-0xfcffffffff] (subtractive decode) [ 0.112858] pci 0000:00:08.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) [ 0.112885] pci 0000:02:00.0: [10de:0421] type 0 class 0x000300 [ 0.112893] pci 0000:02:00.0: reg 10: [mem 0xf4000000-0xf4ffffff] [ 0.112901] pci 0000:02:00.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref] [ 0.112909] pci 0000:02:00.0: reg 1c: [mem 0xf2000000-0xf3ffffff 64bit] [ 0.112915] pci 0000:02:00.0: reg 24: [io 0xb000-0xb07f] [ 0.112921] pci 0000:02:00.0: reg 30: [mem 0x00000000-0x0001ffff pref] [ 0.114001] pci 0000:00:0d.0: PCI bridge to [bus 02-02] [ 0.114004] pci 0000:00:0d.0: bridge window [io 0xb000-0xbfff] [ 0.114007] pci 0000:00:0d.0: bridge window [mem 0xf2000000-0xf5ffffff] [ 0.114010] pci 0000:00:0d.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref] [ 0.114017] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 0.114145] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT] [ 0.114272] pci0000:00: Requesting ACPI _OSC control (0x1d) [ 0.126921] ACPI: PCI Interrupt Link [LNK1] (IRQs *5 7 9 10 11 14 15) [ 0.126957] ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 9 10 11 14 15) *0, disabled. [ 0.126998] ACPI: PCI Interrupt Link [LNK3] (IRQs 5 7 9 10 11 14 15) *0, disabled. [ 0.127034] ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 9 10 11 14 15) *0, disabled. [ 0.127069] ACPI: PCI Interrupt Link [LNK5] (IRQs 5 7 9 10 11 14 15) *0, disabled. [ 0.127103] ACPI: PCI Interrupt Link [LNK6] (IRQs 5 7 9 10 11 14 15) *0, disabled. [ 0.127138] ACPI: PCI Interrupt Link [LNK7] (IRQs 5 7 9 10 11 14 15) *0, disabled. [ 0.127174] ACPI: PCI Interrupt Link [LNK8] (IRQs 5 7 9 10 11 14 15) *0, disabled. [ 0.127209] ACPI: PCI Interrupt Link [LP2P] (IRQs 5 7 9 10 11 14 15) *0, disabled. [ 0.127245] ACPI: PCI Interrupt Link [LUBA] (IRQs *5 7 9 10 11 14 15) [ 0.127281] ACPI: PCI Interrupt Link [LUB2] (IRQs 5 7 9 *10 11 14 15) [ 0.127315] ACPI: PCI Interrupt Link [LU1B] (IRQs 5 7 9 10 11 14 15) *0 [ 0.127351] ACPI: PCI Interrupt Link [LU2B] (IRQs 5 7 9 10 11 14 15) *0 [ 0.127386] ACPI: PCI Interrupt Link [LMAC] (IRQs 5 7 9 10 11 14 *15) [ 0.127422] ACPI: PCI Interrupt Link [LAZA] (IRQs 5 7 9 10 *11 14 15) [ 0.127457] ACPI: PCI Interrupt Link [LPMU] (IRQs 5 7 9 10 11 14 15) *0, disabled. [ 0.127494] ACPI: PCI Interrupt Link [LSMB] (IRQs 5 7 9 10 *11 14 15) [ 0.127528] ACPI: PCI Interrupt Link [LIDE] (IRQs 5 7 9 10 11 14 15) *0, disabled. [ 0.127564] ACPI: PCI Interrupt Link [LSID] (IRQs 5 7 9 10 *11 14 15) [ 0.127628] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0 [ 0.127689] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0, disabled. [ 0.127749] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0, disabled. [ 0.127809] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled. [ 0.127870] ACPI: PCI Interrupt Link [APC5] (IRQs 16) *0, disabled. [ 0.127934] ACPI: PCI Interrupt Link [APC6] (IRQs 16) *0, disabled. [ 0.127999] ACPI: PCI Interrupt Link [APC7] (IRQs 16) *0, disabled. [ 0.128059] ACPI: PCI Interrupt Link [APC8] (IRQs 16) *0, disabled. [ 0.128119] ACPI: PCI Interrupt Link [AUBA] (IRQs 20 21 22 23) *0 [ 0.128179] ACPI: PCI Interrupt Link [AUB2] (IRQs 20 21 22 23) *0 [ 0.128240] ACPI: PCI Interrupt Link [AU1B] (IRQs 20 21 22 23) *0 [ 0.128300] ACPI: PCI Interrupt Link [AU2B] (IRQs 20 21 22 23) *0 [ 0.128361] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0 [ 0.128421] ACPI: PCI Interrupt Link [APMU] (IRQs 20 21 22 23) *0, disabled. [ 0.128482] ACPI: PCI Interrupt Link [AAZA] (IRQs 20 21 22 23) *0 [ 0.128544] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0 [ 0.128605] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22 23) *0, disabled. [ 0.128666] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, disabled. [ 0.128727] ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0 [ 0.128821] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none [ 0.128823] vgaarb: loaded [ 0.128854] PCI: Using ACPI for IRQ routing [ 0.128857] PCI: pci_cache_line_size set to 64 bytes [ 0.128896] reserve RAM buffer: 000000000009f800 - 000000000009ffff [ 0.128898] reserve RAM buffer: 000000007fef0000 - 000000007fffffff [ 0.129019] HPET: 3 timers in total, 0 timers will be used for per-cpu timer [ 0.129025] hpet0: at MMIO 0xfeff0000, IRQs 2, 8, 31 [ 0.129029] hpet0: 3 comparators, 32-bit 25.000000 MHz counter [ 0.132018] Switching to clocksource hpet [ 0.132902] Switched to NOHz mode on CPU #0 [ 0.132924] Switched to NOHz mode on CPU #1 [ 0.133277] pnp: PnP ACPI init [ 0.133302] ACPI: bus type pnp registered [ 0.133405] pnp 00:00: [bus 00-ff] [ 0.133408] pnp 00:00: [io 0x0cf8-0x0cff] [ 0.133410] pnp 00:00: [io 0x0000-0x0cf7 window] [ 0.133411] pnp 00:00: [io 0x0d00-0xffff window] [ 0.133414] pnp 00:00: [mem 0x000a0000-0x000bffff window] [ 0.133416] pnp 00:00: [mem 0x000c0000-0x000dffff window] [ 0.133418] pnp 00:00: [mem 0x7ff00000-0xfebfffff window] [ 0.133487] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active) [ 0.133540] pnp 00:01: [io 0x1000-0x107f] [ 0.133542] pnp 00:01: [io 0x1080-0x10ff] [ 0.133544] pnp 00:01: [io 0x1400-0x147f] [ 0.133546] pnp 00:01: [io 0x1480-0x14ff] [ 0.133547] pnp 00:01: [io 0x1800-0x187f] [ 0.133549] pnp 00:01: [io 0x1880-0x18ff] [ 0.133552] pnp 00:01: [mem 0x00000000-0xffffffffffffffff disabled] [ 0.133610] system 00:01: [io 0x1000-0x107f] has been reserved [ 0.133613] system 00:01: [io 0x1080-0x10ff] has been reserved [ 0.133615] system 00:01: [io 0x1400-0x147f] has been reserved [ 0.133618] system 00:01: [io 0x1480-0x14ff] has been reserved [ 0.133620] system 00:01: [io 0x1800-0x187f] has been reserved [ 0.133623] system 00:01: [io 0x1880-0x18ff] has been reserved [ 0.133625] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.133662] pnp 00:02: [io 0x0010-0x001f] [ 0.133664] pnp 00:02: [io 0x0022-0x003f] [ 0.133666] pnp 00:02: [io 0x0044-0x005f] [ 0.133668] pnp 00:02: [io 0x0062-0x0063] [ 0.133669] pnp 00:02: [io 0x0065-0x006f] [ 0.133671] pnp 00:02: [io 0x0074-0x007f] [ 0.133673] pnp 00:02: [io 0x0091-0x0093] [ 0.133675] pnp 00:02: [io 0x00a2-0x00bf] [ 0.133676] pnp 00:02: [io 0x00e0-0x00ef] [ 0.133678] pnp 00:02: [io 0x04d0-0x04d1] [ 0.133680] pnp 00:02: [io 0x0800-0x087f] [ 0.133682] pnp 00:02: [io 0x0295-0x0314] [ 0.133683] pnp 00:02: [io 0x0290-0x0294] [ 0.133728] system 00:02: [io 0x04d0-0x04d1] has been reserved [ 0.133731] system 00:02: [io 0x0800-0x087f] has been reserved [ 0.133733] system 00:02: [io 0x0295-0x0314] has been reserved [ 0.133735] system 00:02: [io 0x0290-0x0294] has been reserved [ 0.133738] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.133748] pnp 00:03: [dma 4] [ 0.133750] pnp 00:03: [io 0x0000-0x000f] [ 0.133751] pnp 00:03: [io 0x0080-0x0090] [ 0.133753] pnp 00:03: [io 0x0094-0x009f] [ 0.133755] pnp 00:03: [io 0x00c0-0x00df] [ 0.133784] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active) [ 0.133793] pnp 00:04: [io 0x0070-0x0073] [ 0.133806] pnp 00:04: [irq 8] [ 0.133832] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.133839] pnp 00:05: [io 0x0061] [ 0.133869] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active) [ 0.133878] pnp 00:06: [io 0x00f0-0x00ff] [ 0.133884] pnp 00:06: [irq 13] [ 0.133910] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active) [ 0.134151] pnp 00:07: [io 0x03f8-0x03ff] [ 0.134157] pnp 00:07: [irq 4] [ 0.134210] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active) [ 0.134374] pnp 00:08: [io 0x0378-0x037f] [ 0.134379] pnp 00:08: [irq 7] [ 0.134423] pnp 00:08: Plug and Play ACPI device, IDs PNP0400 (active) [ 0.134512] pnp 00:09: [irq 12] [ 0.134548] pnp 00:09: Plug and Play ACPI device, IDs PNP0f13 (active) [ 0.134566] pnp 00:0a: [io 0x0060] [ 0.134568] pnp 00:0a: [io 0x0064] [ 0.134572] pnp 00:0a: [irq 1] [ 0.134600] pnp 00:0a: Plug and Play ACPI device, IDs PNP0303 (active) [ 0.135034] pnp 00:0b: [mem 0xf0000000-0xf1ffffff] [ 0.135084] system 00:0b: [mem 0xf0000000-0xf1ffffff] has been reserved [ 0.135087] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.135174] pnp 00:0c: [mem 0x000d0000-0x000d3fff] [ 0.135176] pnp 00:0c: [mem 0x000f0000-0x000f7fff] [ 0.135178] pnp 00:0c: [mem 0x000f8000-0x000fbfff] [ 0.135180] pnp 00:0c: [mem 0x000fc000-0x000fffff] [ 0.135182] pnp 00:0c: [mem 0x7fef0000-0x7fefffff] [ 0.135184] pnp 00:0c: [mem 0xffff0000-0xffffffff] [ 0.135186] pnp 00:0c: [mem 0x00000000-0x0009ffff] [ 0.135188] pnp 00:0c: [mem 0x00100000-0x7feeffff] [ 0.135190] pnp 00:0c: [mem 0xfec00000-0xfec00fff] [ 0.135191] pnp 00:0c: [mem 0xfee00000-0xfee00fff] [ 0.135246] system 00:0c: [mem 0x000d0000-0x000d3fff] has been reserved [ 0.135249] system 00:0c: [mem 0x000f0000-0x000f7fff] could not be reserved [ 0.135252] system 00:0c: [mem 0x000f8000-0x000fbfff] could not be reserved [ 0.135254] system 00:0c: [mem 0x000fc000-0x000fffff] could not be reserved [ 0.135257] system 00:0c: [mem 0x7fef0000-0x7fefffff] could not be reserved [ 0.135259] system 00:0c: [mem 0xffff0000-0xffffffff] has been reserved [ 0.135262] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.135264] system 00:0c: [mem 0x00100000-0x7feeffff] could not be reserved [ 0.135267] system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.135269] system 00:0c: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.135272] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.135286] pnp: PnP ACPI: found 13 devices [ 0.135287] ACPI: ACPI bus type pnp unregistered [ 0.141800] pci 0000:00:08.0: PCI bridge to [bus 01-01] [ 0.141803] pci 0000:00:08.0: bridge window [io 0xa000-0xafff] [ 0.141806] pci 0000:00:08.0: bridge window [mem disabled] [ 0.141809] pci 0000:00:08.0: bridge window [mem pref disabled] [ 0.141816] pci 0000:02:00.0: BAR 6: assigned [mem 0xf5000000-0xf501ffff pref] [ 0.141818] pci 0000:00:0d.0: PCI bridge to [bus 02-02] [ 0.141820] pci 0000:00:0d.0: bridge window [io 0xb000-0xbfff] [ 0.141823] pci 0000:00:0d.0: bridge window [mem 0xf2000000-0xf5ffffff] [ 0.141826] pci 0000:00:0d.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref] [ 0.141834] pci 0000:00:08.0: setting latency timer to 64 [ 0.141838] pci 0000:00:0d.0: setting latency timer to 64 [ 0.141841] pci_bus 0000:00: resource 4 [io 0x0000-0xffff] [ 0.141843] pci_bus 0000:00: resource 5 [mem 0x80000000-0xfcffffffff] [ 0.141845] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] [ 0.141847] pci_bus 0000:01: resource 0 [io 0xa000-0xafff] [ 0.141849] pci_bus 0000:01: resource 4 [io 0x0000-0xffff] [ 0.141851] pci_bus 0000:01: resource 5 [mem 0x80000000-0xfcffffffff] [ 0.141853] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff] [ 0.141856] pci_bus 0000:02: resource 0 [io 0xb000-0xbfff] [ 0.141858] pci_bus 0000:02: resource 1 [mem 0xf2000000-0xf5ffffff] [ 0.141860] pci_bus 0000:02: resource 2 [mem 0xe0000000-0xefffffff 64bit pref] [ 0.141894] NET: Registered protocol family 2 [ 0.141992] IP route cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.142837] TCP established hash table entries: 262144 (order: 10, 4194304 bytes) [ 0.144762] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 0.145300] TCP: Hash tables configured (established 262144 bind 65536) [ 0.145303] TCP reno registered [ 0.145314] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.145341] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.145461] NET: Registered protocol family 1 [ 0.170474] pci 0000:00:00.0: Found enabled HT MSI Mapping [ 0.170520] pci 0000:00:00.0: Found enabled HT MSI Mapping [ 0.170566] pci 0000:00:00.0: Found enabled HT MSI Mapping [ 0.170620] pci 0000:00:00.0: Found enabled HT MSI Mapping [ 0.170675] pci 0000:00:00.0: Found enabled HT MSI Mapping [ 0.170691] pci 0000:02:00.0: Boot video device [ 0.170693] PCI: CLS 32 bytes, default 64 [ 0.170744] Unpacking initramfs... [ 0.675723] Freeing initrd memory: 22444k freed [ 0.689405] audit: initializing netlink socket (disabled) [ 0.689417] type=2000 audit(1305625398.688:1): initialized [ 0.697541] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.699458] VFS: Disk quotas dquot_6.5.2 [ 0.699521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.699612] msgmni has been set to 4020 [ 0.699939] alg: No test for stdrng (krng) [ 0.699992] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 0.699995] io scheduler noop registered [ 0.699997] io scheduler deadline registered [ 0.700046] io scheduler cfq registered (default) [ 0.700151] pcieport 0000:00:0d.0: setting latency timer to 64 [ 0.700178] pcieport 0000:00:0d.0: irq 40 for MSI/MSI-X [ 0.700356] ERST: Table is not found! [ 0.700426] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.720914] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 0.750785] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 0.751017] Linux agpgart interface v0.103 [ 0.751103] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 [ 0.751521] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751528] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.751653] mousedev: PS/2 mouse device common for all mice [ 0.751705] rtc_cmos 00:04: RTC can wake from S4 [ 0.751776] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0 [ 0.751809] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs [ 0.751820] cpuidle: using governor ladder [ 0.751822] cpuidle: using governor menu [ 0.752032] TCP cubic registered [ 0.752149] NET: Registered protocol family 10 [ 0.752621] Mobile IPv6 [ 0.752623] NET: Registered protocol family 17 [ 0.752627] lib80211: common routines for IEEE802.11 drivers [ 0.752629] lib80211_crypt: registered algorithm 'NULL' [ 0.752638] libceph: loaded (mon/osd proto 15/24, osdmap 5/5 5/5) [ 0.752750] PM: Hibernation image not present or could not be loaded. [ 0.752760] registered taskstats version 1 [ 0.752960] rtc_cmos 00:04: setting system clock to 2011-05-17 09:43:19 UTC (1305625399) [ 0.754097] Freeing unused kernel memory: 608k freed [ 0.754427] Write protecting the kernel read-only data: 6144k [ 0.758153] Freeing unused kernel memory: 988k freed [ 0.761662] Freeing unused kernel memory: 800k freed [ 0.769326] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 [ 0.781792] <30>udev[70]: starting version 167 [ 0.882244] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64. [ 0.882506] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 23 [ 0.882529] forcedeth 0000:00:06.0: PCI INT A -> Link[APCH] -> GSI 23 (level, low) -> IRQ 23 [ 0.882534] forcedeth 0000:00:06.0: setting latency timer to 64 [ 0.898880] Uniform Multi-Platform E-IDE driver [ 0.912941] usbcore: registered new interface driver usbfs [ 0.913084] usbcore: registered new interface driver hub [ 0.913132] usbcore: registered new device driver usb [ 0.916412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.405001] forcedeth 0000:00:06.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:1d:7d:e8:8d:66 [ 1.405014] forcedeth 0000:00:06.0: highdma pwrctl mgmt gbit lnktim msi desc-v3 [ 1.405091] amd74xx 0000:00:09.0: UDMA133 controller [ 1.405094] amd74xx 0000:00:09.0: IDE controller (0x10de:0x0448 rev 0xa1) [ 1.405110] amd74xx 0000:00:09.0: IDE port disabled [ 1.405121] amd74xx 0000:00:09.0: not 100% native mode: will probe irqs later [ 1.405126] ide0: BM-DMA at 0xf000-0xf007 [ 1.405132] Probing IDE interface ide0... [ 1.924089] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 [ 1.924621] ACPI: PCI Interrupt Link [AUB2] enabled at IRQ 22 [ 1.924638] ehci_hcd 0000:00:02.1: PCI INT B -> Link[AUB2] -> GSI 22 (level, low) -> IRQ 22 [ 1.924656] ehci_hcd 0000:00:02.1: setting latency timer to 64 [ 1.924659] ehci_hcd 0000:00:02.1: EHCI Host Controller [ 1.924687] ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1 [ 1.927043] ehci_hcd 0000:00:02.1: debug port 1 [ 1.927049] ehci_hcd 0000:00:02.1: cache line size of 32 is not supported [ 1.927067] ehci_hcd 0000:00:02.1: irq 22, io mem 0xf6006000 [ 1.933015] ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00 [ 1.933039] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.933041] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.933043] usb usb1: Product: EHCI Host Controller [ 1.933045] usb usb1: Manufacturer: Linux 2.6.38.4 ehci_hcd [ 1.933047] usb usb1: SerialNumber: 0000:00:02.1 [ 1.933183] hub 1-0:1.0: USB hub found [ 1.933188] hub 1-0:1.0: 10 ports detected [ 1.952284] SCSI subsystem initialized [ 1.974160] libata version 3.00 loaded. [ 1.982303] ahci 0000:00:0a.0: version 3.0 [ 1.982527] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 21 [ 1.982543] ahci 0000:00:0a.0: PCI INT A -> Link[APSI] -> GSI 21 (level, low) -> IRQ 21 [ 1.982581] ahci 0000:00:0a.0: irq 41 for MSI/MSI-X [ 1.982586] ahci 0000:00:0a.0: controller can't do PMP, turning off CAP_PMP [ 1.982639] ahci 0000:00:0a.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl IDE mode [ 1.982642] ahci 0000:00:0a.0: flags: 64bit ncq sntf pm led clo pio ccc [ 1.982646] ahci 0000:00:0a.0: setting latency timer to 64 [ 1.983628] scsi0 : ahci [ 1.983765] scsi1 : ahci [ 1.983851] scsi2 : ahci [ 1.983928] scsi3 : ahci [ 1.984064] ata1: SATA max UDMA/133 abar m8192@0xf6004000 port 0xf6004100 irq 41 [ 1.984067] ata2: SATA max UDMA/133 abar m8192@0xf6004000 port 0xf6004180 irq 41 [ 1.984070] ata3: SATA max UDMA/133 abar m8192@0xf6004000 port 0xf6004200 irq 41 [ 1.984072] ata4: SATA max UDMA/133 abar m8192@0xf6004000 port 0xf6004280 irq 41 [ 2.023311] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 2.023561] ACPI: PCI Interrupt Link [AUBA] enabled at IRQ 20 [ 2.023577] ohci_hcd 0000:00:02.0: PCI INT A -> Link[AUBA] -> GSI 20 (level, low) -> IRQ 20 [ 2.023596] ohci_hcd 0000:00:02.0: setting latency timer to 64 [ 2.023598] ohci_hcd 0000:00:02.0: OHCI Host Controller [ 2.023613] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2 [ 2.028042] ohci_hcd 0000:00:02.0: irq 20, io mem 0xf6008000 [ 2.081043] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 [ 2.081046] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.081048] usb usb2: Product: OHCI Host Controller [ 2.081050] usb usb2: Manufacturer: Linux 2.6.38.4 ohci_hcd [ 2.081051] usb usb2: SerialNumber: 0000:00:02.0 [ 2.081175] hub 2-0:1.0: USB hub found [ 2.081181] hub 2-0:1.0: 10 ports detected [ 2.235025] usb 1-1: new high speed USB device using ehci_hcd and address 2 [ 2.289025] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 2.289039] ata4: SATA link down (SStatus 0 SControl 300) [ 2.289054] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 2.289061] ata1: SATA link down (SStatus 0 SControl 300) [ 2.289947] ata3.00: ATA-8: WDC WD5000AAKS-00WWPA0, 01.03B01, max UDMA/133 [ 2.289950] ata3.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32) [ 2.290947] ata3.00: configured for UDMA/133 [ 2.291751] ata2.00: ATAPI: HL-DT-ST DVDRAM GH20NS10, EL00, max UDMA/100 [ 2.295736] ata2.00: configured for UDMA/100 [ 2.406871] scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GH20NS10 EL00 PQ: 0 ANSI: 5 [ 2.407160] scsi 2:0:0:0: Direct-Access ATA WDC WD5000AAKS-0 01.0 PQ: 0 ANSI: 5 [ 2.423410] sd 2:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB) [ 2.423462] sd 2:0:0:0: [sda] Write Protect is off [ 2.423465] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 2.423529] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.424774] scsi 1:0:0:0: Attached scsi generic sg0 type 5 [ 2.424839] sd 2:0:0:0: Attached scsi generic sg1 type 0 [ 2.470466] usb 1-1: New USB device found, idVendor=045e, idProduct=074a [ 2.470469] usb 1-1: New USB device strings: Mfr=2, Product=1, SerialNumber=0 [ 2.470471] usb 1-1: Product: Microsoft LifeCam [ 2.470473] usb 1-1: Manufacturer: Microsoft [ 2.476313] sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 > [ 2.476904] sd 2:0:0:0: [sda] Attached SCSI disk [ 3.153207] PM: Starting manual resume from disk [ 3.153211] PM: Hibernation image partition 8:3 present [ 3.153213] PM: Looking for hibernation image. [ 3.153388] PM: Image not found (code -22) [ 3.153390] PM: Hibernation image not present or could not be loaded. [ 3.218642] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null) [ 4.359825] <30>udev[399]: starting version 167 [ 4.514526] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1 [ 4.514533] ACPI: Power Button [PWRB] [ 4.514622] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2 [ 4.514625] ACPI: Power Button [PWRF] [ 4.524186] MCE: In-kernel MCE decoding enabled. [ 4.617870] ACPI: acpi_idle registered with cpuidle [ 4.677857] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141 [ 4.717415] EDAC MC: Ver: 2.1.0 Apr 27 2011 [ 4.806341] EDAC amd64_edac: v3.3.0 [ 4.806458] i2c i2c-0: nForce2 SMBus adapter at 0x1c00 [ 4.806505] i2c i2c-1: nForce2 SMBus adapter at 0x1c40 [ 4.806781] EDAC amd64: DRAM ECC disabled. [ 4.806794] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load. [ 4.806795] Either enable ECC checking or force module loading by setting 'ecc_enable_override'. [ 4.806796] (Note that use of the override may cause unknown side effects.) [ 5.093363] [drm] Initialized drm 1.1.0 20060810 [ 5.432197] input: ImPS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input3 [ 5.637849] ACPI: PCI Interrupt Link [APC8] enabled at IRQ 16 [ 5.637868] nouveau 0000:02:00.0: PCI INT A -> Link[APC8] -> GSI 16 (level, low) -> IRQ 16 [ 5.637873] nouveau 0000:02:00.0: setting latency timer to 64 [ 5.641740] [drm] nouveau 0000:02:00.0: Detected an NV50 generation card (0x086100a2) [ 5.643819] [drm] nouveau 0000:02:00.0: Attempting to load BIOS image from PRAMIN [ 5.698205] [drm] nouveau 0000:02:00.0: ... appears to be valid [ 5.698209] [drm] nouveau 0000:02:00.0: BIT BIOS found [ 5.698211] [drm] nouveau 0000:02:00.0: Bios version 60.86.34.00 [ 5.698215] [drm] nouveau 0000:02:00.0: TMDS table version 2.0 [ 5.698217] [drm] nouveau 0000:02:00.0: BIT table 'd' not found [ 5.698220] [drm] nouveau 0000:02:00.0: Found Display Configuration Block version 4.0 [ 5.698223] [drm] nouveau 0000:02:00.0: Raw DCB entry 0: 02000300 00000028 [ 5.698226] [drm] nouveau 0000:02:00.0: Raw DCB entry 1: 04011310 00000030 [ 5.698228] [drm] nouveau 0000:02:00.0: Raw DCB entry 2: 02011312 00020030 [ 5.698230] [drm] nouveau 0000:02:00.0: Raw DCB entry 3: 010223f1 00c0c080 [ 5.698233] [drm] nouveau 0000:02:00.0: DCB connector table: VHER 0x40 5 14 2 [ 5.698236] [drm] nouveau 0000:02:00.0: 0: 0x00001030: type 0x30 idx 0 tag 0x07 [ 5.698239] [drm] nouveau 0000:02:00.0: 1: 0x00002130: type 0x30 idx 1 tag 0x08 [ 5.698241] [drm] nouveau 0000:02:00.0: 2: 0x00000210: type 0x10 idx 2 tag 0xff [ 5.698244] [drm] nouveau 0000:02:00.0: 3: 0x00000211: type 0x11 idx 3 tag 0xff [ 5.698246] [drm] nouveau 0000:02:00.0: 4: 0x00000213: type 0x13 idx 4 tag 0xff [ 5.698251] [drm] nouveau 0000:02:00.0: Parsing VBIOS init table 0 at offset 0xBC41 [ 5.724124] [drm] nouveau 0000:02:00.0: Parsing VBIOS init table 1 at offset 0xBF5C [ 5.743016] [drm] nouveau 0000:02:00.0: Parsing VBIOS init table 2 at offset 0xCB9E [ 5.743024] [drm] nouveau 0000:02:00.0: Parsing VBIOS init table 3 at offset 0xCC90 [ 5.745082] [drm] nouveau 0000:02:00.0: Parsing VBIOS init table 4 at offset 0xCE73 [ 5.745084] [drm] nouveau 0000:02:00.0: Parsing VBIOS init table at offset 0xCED8 [ 5.766020] [drm] nouveau 0000:02:00.0: 0xCED8: Condition still not met after 20ms, skipping following opcodes [ 5.784771] [drm] nouveau 0000:02:00.0: 1 available performance level(s) [ 5.784776] [drm] nouveau 0000:02:00.0: 0: memory 333MHz core 450MHz shader 918MHz fanspeed 100% [ 5.784792] [drm] nouveau 0000:02:00.0: c: memory 333MHz core 450MHz shader 918MHz voltage 1320mV [ 5.784876] [TTM] Zone kernel: Available graphics memory: 1030344 kiB. [ 5.784878] [TTM] Initializing pool allocator. [ 5.784896] [drm] nouveau 0000:02:00.0: Detected 256MiB VRAM [ 5.793579] [drm] nouveau 0000:02:00.0: 512 MiB GART (aperture) [ 5.804612] [drm] nouveau 0000:02:00.0: DCB encoder 1 unknown [ 5.804615] [drm] nouveau 0000:02:00.0: TV-1 has no encoders, removing [ 5.804914] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). [ 5.804916] [drm] No driver support for vblank timestamp query. [ 5.964949] [drm] nouveau 0000:02:00.0: allocated 1440x900 fb: 0x60000000, bo ffff88007acf1000 [ 5.970387] Console: switching to colour frame buffer device 180x56 [ 5.972185] fb0: nouveaufb frame buffer device [ 5.972186] drm: registered panic notifier [ 5.972192] [drm] Initialized nouveau 0.0.16 20090420 for 0000:02:00.0 on minor 0 [ 6.149690] ACPI: PCI Interrupt Link [AAZA] enabled at IRQ 23 [ 6.149697] HDA Intel 0000:00:07.0: PCI INT B -> Link[AAZA] -> GSI 23 (level, low) -> IRQ 23 [ 6.149701] hda_intel: Disable MSI for Nvidia chipset [ 6.149742] HDA Intel 0000:00:07.0: setting latency timer to 64 [ 6.416018] hda_codec: ALC888: BIOS auto-probing. [ 6.509103] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:07.0/input/input4 [ 6.644459] input: HDA NVidia Headphone as /devices/pci0000:00/0000:00:07.0/sound/card0/input5 [ 7.059146] Adding 2499580k swap on /dev/sda3. Priority:-1 extents:1 across:2499580k [ 7.063872] EXT4-fs (sda2): re-mounted. Opts: (null) [ 7.592069] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro [ 7.702282] loop: module loaded [ 9.452531] EXT3-fs: barriers not enabled [ 9.461727] kjournald starting. Commit interval 5 seconds [ 9.461950] EXT3-fs (sda1): using internal journal [ 9.461954] EXT3-fs (sda1): mounted filesystem with ordered data mode [ 9.528775] EXT4-fs (sda9): mounted filesystem with ordered data mode. Opts: (null) [ 9.671099] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null) [ 9.750851] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null) [ 9.818655] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null) [ 9.930764] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null) [ 11.086620] forcedeth 0000:00:06.0: irq 42 for MSI/MSI-X [ 11.161164] fuse init (API version 7.16) [ 11.976286] kvm: Nested Virtualization enabled [ 12.106898] vboxdrv: Found 2 processor cores. [ 12.107203] VBoxDrv: dbg - g_abExecMemory=ffffffffa04d12a0 [ 12.107218] vboxdrv: fAsync=1 offMin=0x59348 offMax=0x59348 [ 12.107818] vboxdrv: TSC mode is 'asynchronous', kernel timer mode is 'normal'. [ 12.107821] vboxdrv: Successfully loaded version 4.0.4_OSE (interface 0x00160000). [ 14.885066] powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core Processor 5600+ (2 cpu cores) (version 2.20.00) [ 14.885123] powernow-k8: 0 : fid 0x15 (2900 MHz), vid 0x8 [ 14.885125] powernow-k8: 1 : fid 0x14 (2800 MHz), vid 0x9 [ 14.885127] powernow-k8: 2 : fid 0x12 (2600 MHz), vid 0xb [ 14.885128] powernow-k8: 3 : fid 0x10 (2400 MHz), vid 0xd [ 14.885130] powernow-k8: 4 : fid 0xe (2200 MHz), vid 0xf [ 14.885132] powernow-k8: 5 : fid 0xc (2000 MHz), vid 0x11 [ 14.885134] powernow-k8: 6 : fid 0x2 (1000 MHz), vid 0x12 [ 15.159329] sshd (1576): /proc/1576/oom_adj is deprecated, please use /proc/1576/oom_score_adj instead. [ 22.090031] eth0: no IPv6 routers present
Attachment:
config_faulty
Description: Binary data
Attachment:
config_working
Description: Binary data