Bug#565160: Linux console garbled after experimental grub-pc boot

Jonathan Nieder jrnieder at gmail.com
Wed Jan 20 06:03:15 UTC 2010


Robert Millan wrote:
> On Wed, Jan 13, 2010 at 08:43:18AM -0600, Jonathan Nieder wrote:

>> Version 1.98~experimental.20091229-1 is similar: though the boot menu
>> looks like text mode, when Linux boots, it is garbled and I cannot
>> make out anything until I start X.
>
> Please could each of you attach your dmesg?

Three files are attached:

1. dmesg.bad-grub.txt: dmesg after boot with grub-pc 1.98~experimental.20100111.1-1

2. good-bad-diff.txt: diff -u between boot with grub from sid and grub
   from experimental.  Most importantly, we find

-[    0.000000] Console: colour VGA+ 80x25
+[    0.000000] Console: colour dummy device 80x25

3. kconfig.txt.xz: compressed .config for this kernel

$ egrep 'VGA|CON(SOLE|_)' /boot/config-2.6.33-rc3-next-20100113-03029-ge0ba2ee 
# CONFIG_NETCONSOLE is not set
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_VT_HW_CONSOLE_BINDING is not set
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_VGA_ARB=y
# CONFIG_VGASTATE is not set
CONFIG_VGA_CONSOLE=y
# CONFIG_VGACON_SOFT_SCROLLBACK is not set
CONFIG_DUMMY_CONSOLE=y
# CONFIG_USB_SISUSBVGA is not set

Hope that helps,
Jonathan
-------------- next part --------------
[    0.000000] Linux version 2.6.33-rc3-next-20100113-03029-ge0ba2ee (jrn at progeny) (gcc version 4.4.3 20100108 (prerelease) (Debian 4.4.2-9) ) #6 PREEMPT Wed Jan 13 07:28:51 CST 2010
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000000bfdb000 (usable)
[    0.000000]  BIOS-e820: 000000000bfdb000 - 000000000c000000 (reserved)
[    0.000000]  BIOS-e820: 00000000100a0000 - 0000000010100000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
[    0.000000] Notice: NX (Execute Disable) protection missing in CPU or disabled in BIOS!
[    0.000000] DMI 2.3 present.
[    0.000000] last_pfn = 0xbfdb max_arch_pfn = 0x1000000
[    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-CFFFF write-protect
[    0.000000]   D0000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask FF8000000 write-back
[    0.000000]   1 base 008000000 mask FFC000000 write-back
[    0.000000]   2 base 0100A0000 mask FFFFE0000 write-through
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] PAT not supported by CPU.
[    0.000000] initial memory mapped : 0 - 00e00000
[    0.000000] init_memory_mapping: 0000000000000000-000000000bfdb000
[    0.000000]  0000000000 - 0000200000 page 4k
[    0.000000]  0000200000 - 000be00000 page 2M
[    0.000000]  000be00000 - 000bfdb000 page 4k
[    0.000000] kernel direct mapping tables up to bfdb000 @ 7000-d000
[    0.000000] RAMDISK: 08eba000 - 090237c8
[    0.000000] ACPI: RSDP 000f4c80 00014 (v00 DELL  )
[    0.000000] ACPI: RSDT 0bff0000 0002C (v01 DELL    CPi R   27D20B07 ASL  00000061)
[    0.000000] ACPI: FACP 0bff0400 00074 (v01 DELL    CPi R   27D20B07 ASL  00000061)
[    0.000000] ACPI: DSDT 0bff0800 02ACA (v01 INT430 SYSFexxx 00001001 MSFT 0100000E)
[    0.000000] ACPI: FACS 0bfff800 00040
[    0.000000] ACPI: BOOT 0bff07c0 00028 (v01 DELL    CPi R   27D20B07 ASL  00000061)
[    0.000000] 191MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 0bfdb000
[    0.000000]   low ram: 0 - 0bfdb000
[    0.000000]   node 0 low ram: 00000000 - 0bfdb000
[    0.000000]   node 0 bootmap 00005000 - 000067fc
[    0.000000] (8 early reservations) ==> bootmem [0000000000 - 000bfdb000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000100000 - 0000953b2c]    TEXT DATA BSS ==> [0000100000 - 0000953b2c]
[    0.000000]   #2 [0008eba000 - 00090237c8]          RAMDISK ==> [0008eba000 - 00090237c8]
[    0.000000]   #3 [000009fc00 - 0000100000]    BIOS reserved ==> [000009fc00 - 0000100000]
[    0.000000]   #4 [0000954000 - 000095b198]              BRK ==> [0000954000 - 000095b198]
[    0.000000]   #5 [0000001000 - 0000005000]      ACPI WAKEUP ==> [0000001000 - 0000005000]
[    0.000000]   #6 [0000007000 - 0000009000]          PGTABLE ==> [0000007000 - 0000009000]
[    0.000000]   #7 [0000005000 - 0000007000]          BOOTMAP ==> [0000005000 - 0000007000]
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x0000bfdb
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0000bfdb
[    0.000000] On node 0 totalpages: 49018
[    0.000000] free_area_init_node: node 0, pgdat c0421038, node_mem_map c1000000
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3967 pages, LIFO batch:0
[    0.000000]   Normal zone: 352 pages used for memmap
[    0.000000]   Normal zone: 44667 pages, LIFO batch:7
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] Allocating PCI resources starting at 10100000 (gap: 10100000:efd00000)
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 48634
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.33-rc3-next-20100113-03029-ge0ba2ee root=UUID=3b48df60-83e0-4fd2-a152-22b942ab5599 ro quiet
[    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] Memory: 184292k/196460k available (2042k kernel code, 11776k reserved, 1167k data, 248k init, 0k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfffe4000 - 0xfffff000   ( 108 kB)
[    0.000000]     vmalloc : 0xcc7db000 - 0xfffe2000   ( 824 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xcbfdb000   ( 191 MB)
[    0.000000]       .init : 0xc0423000 - 0xc0461000   ( 248 kB)
[    0.000000]       .data : 0xc02febe1 - 0xc0422984   (1167 kB)
[    0.000000]       .text : 0xc0100000 - 0xc02febe1   (2042 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:16
[    0.000000] CPU 0 irqstacks, hard=c03f8000 soft=c03f9000
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
[    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
[    0.000000] ... CHAINHASH_SIZE:          16384
[    0.000000]  memory used by lock dependency info: 3567 kB
[    0.000000]  per task-struct memory footprint: 1152 bytes
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 601.363 MHz processor.
[    0.000111] Calibrating delay loop (skipped), value calculated using timer frequency.. 1202.72 BogoMIPS (lpj=6013630)
[    0.000270] Mount-cache hash table entries: 512
[    0.011459] mce: CPU supports 5 MCE banks
[    0.011515] Performance Events: 
[    0.011526] no APIC, boot with the "lapic" boot parameter to force-enable it.
[    0.011536] no hardware sampling interrupt available.
[    0.011545] p6 PMU driver.
[    0.011582] ... version:                0
[    0.011591] ... bit width:              32
[    0.011599] ... generic registers:      2
[    0.011608] ... value mask:             00000000ffffffff
[    0.011618] ... max period:             000000007fffffff
[    0.011627] ... fixed-purpose events:   0
[    0.011635] ... event mask:             0000000000000003
[    0.011643] CPU: Intel Celeron (Coppermine) stepping 06
[    0.011672] Checking 'hlt' instruction... OK.
[    0.050644] ACPI: Core revision 20091214
[    0.065942] ACPI: setting ELCR to 0200 (from 0820)
[    0.070130] devtmpfs: initialized
[    0.074653] NET: Registered protocol family 16
[    0.078347] ACPI: bus type pci registered
[    0.083669] PCI: PCI BIOS revision 2.10 entry at 0xfc13e, last bus=1
[    0.083683] PCI: Using configuration type 1 for base access
[    0.108852] bio: create slab <bio-0> at 0
[    0.118382] ACPI: EC: Look up EC in DSDT
[    0.171401] ACPI: Interpreter enabled
[    0.171447] ACPI: (supports S0 S1 S3 S5)
[    0.171707] ACPI: Using PIC for interrupt routing
[    0.276062] ACPI: Power Resource [PADA] (on)
[    0.286524] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[    0.306533] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.307421] pci_root PNP0A03:00: ignoring host bridge windows from ACPI; boot with "pci=use_crs" to use them
[    0.346802] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7] (ignored)
[    0.346820] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff] (ignored)
[    0.346835] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[    0.346849] pci_root PNP0A03:00: host bridge window [mem 0x000cc000-0x000effff] (ignored)
[    0.346864] pci_root PNP0A03:00: host bridge window [mem 0x0c000000-0x1009ffff] (ignored)
[    0.346878] pci_root PNP0A03:00: host bridge window [mem 0x10100000-0xffdfffff] (ignored)
[    0.347098] pci 0000:00:00.0: reg 10: [mem 0xf4000000-0xf7ffffff pref]
[    0.347532] pci 0000:00:03.0: reg 10: [mem 0x00000000-0x00000fff]
[    0.347598] pci 0000:00:03.0: supports D1 D2
[    0.347610] pci 0000:00:03.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.347630] pci 0000:00:03.0: PME# disabled
[    0.347729] pci 0000:00:03.1: reg 10: [mem 0x00000000-0x00000fff]
[    0.347794] pci 0000:00:03.1: supports D1 D2
[    0.347805] pci 0000:00:03.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.347824] pci 0000:00:03.1: PME# disabled
[    0.348151] pci 0000:00:07.1: reg 20: [io  0x0860-0x086f]
[    0.348331] pci 0000:00:07.2: reg 20: [io  0xdce0-0xdcff]
[    0.348568] pci 0000:00:07.3: quirk: [io  0x0800-0x083f] claimed by PIIX4 ACPI
[    0.348590] pci 0000:00:07.3: quirk: [io  0x0840-0x084f] claimed by PIIX4 SMB
[    0.348611] pci 0000:00:07.3: PIIX4 devres B PIO at 00e0-00e7
[    0.348627] pci 0000:00:07.3: PIIX4 devres C PIO at 0850-085f
[    0.348644] pci 0000:00:07.3: PIIX4 devres G PIO at 0290-0297
[    0.348776] pci 0000:00:08.0: reg 10: [io  0xd800-0xd8ff]
[    0.348806] pci 0000:00:08.0: reg 14: [mem 0xf3ffe000-0xf3ffffff]
[    0.348937] pci 0000:00:08.0: supports D1 D2
[    0.348949] pci 0000:00:08.0: PME# supported from D1 D2 D3hot
[    0.348967] pci 0000:00:08.0: PME# disabled
[    0.349224] pci 0000:01:00.0: reg 10: [mem 0xf8000000-0xfbffffff pref]
[    0.349253] pci 0000:01:00.0: reg 14: [io  0xec00-0xecff]
[    0.349281] pci 0000:01:00.0: reg 18: [mem 0xfdffc000-0xfdffffff]
[    0.349347] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    0.349431] pci 0000:01:00.0: supports D1 D2
[    0.349602] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.349622] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.349642] pci 0000:00:01.0:   bridge window [mem 0xfd000000-0xfeffffff]
[    0.349662] pci 0000:00:01.0:   bridge window [mem 0xf8000000-0xfbffffff pref]
[    0.349916] pci_bus 0000:00: on NUMA node 0
[    0.349950] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.350764] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[    0.450950] ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 *11)
[    0.451687] ACPI: PCI Interrupt Link [LNKB] (IRQs *5 7)
[    0.452287] ACPI: PCI Interrupt Link [LNKC] (IRQs 9 10 11) *0, disabled.
[    0.453009] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 9 10 *11)
[    0.456708] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.456733] vgaarb: loaded
[    0.458264] SCSI subsystem initialized
[    0.458576] libata version 3.00 loaded.
[    0.460805] PCI: Using ACPI for IRQ routing
[    0.460828] PCI: pci_cache_line_size set to 32 bytes
[    0.465421] cfg80211: Calling CRDA to update world regulatory domain
[    0.467000] Switching to clocksource tsc
[    0.467847] pnp: PnP ACPI init
[    0.468001] ACPI: bus type pnp registered
[    0.501635] pnp 00:02: disabling [io  0x0800-0x0805] because it overlaps 0000:00:07.3 BAR 7 [io  0x0800-0x083f]
[    0.501657] pnp 00:02: disabling [io  0x0808-0x080f] because it overlaps 0000:00:07.3 BAR 7 [io  0x0800-0x083f]
[    0.502622] pnp 00:03: disabling [io  0x0806-0x0807] because it overlaps 0000:00:07.3 BAR 7 [io  0x0800-0x083f]
[    0.502644] pnp 00:03: disabling [io  0x0810-0x083f] because it overlaps 0000:00:07.3 BAR 7 [io  0x0800-0x083f]
[    0.649550] pnp: PnP ACPI: found 16 devices
[    0.649566] ACPI: ACPI bus type pnp unregistered
[    0.649682] system 00:00: [mem 0x00000000-0x0009fbff] could not be reserved
[    0.649704] system 00:00: [mem 0x0009fc00-0x0009ffff] could not be reserved
[    0.649724] system 00:00: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.649744] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[    0.649763] system 00:00: [mem 0x00100000-0x0bfeffff] could not be reserved
[    0.649781] system 00:00: [mem 0x0bff0000-0x0bffffff] has been reserved
[    0.649800] system 00:00: [mem 0x100a0000-0x100fffff] has been reserved
[    0.649819] system 00:00: [mem 0xffe00000-0xffffffff] has been reserved
[    0.649886] system 00:02: [io  0x04d0-0x04d1] has been reserved
[    0.649905] system 00:02: [io  0x0854-0x0855] has been reserved
[    0.649963] system 00:03: [io  0x0850-0x0853] has been reserved
[    0.649982] system 00:03: [io  0x0856-0x085f] has been reserved
[    0.650000] system 00:03: [io  0x0840-0x084f] has been reserved
[    0.650017] system 00:03: [io  0x0600-0x067f] has been reserved
[    0.650035] system 00:03: [io  0x0680-0x06ff] has been reserved
[    0.650093] system 00:04: [io  0xf000-0xf0fe] has been reserved
[    0.650112] system 00:04: [io  0xf100-0xf1fe] has been reserved
[    0.650130] system 00:04: [io  0xf200-0xf2fe] has been reserved
[    0.650147] system 00:04: [io  0xf400-0xf4fe] has been reserved
[    0.650165] system 00:04: [io  0xf500-0xf5fe] has been reserved
[    0.650183] system 00:04: [io  0xf600-0xf6fe] has been reserved
[    0.650200] system 00:04: [io  0xf800-0xf8fe] has been reserved
[    0.650218] system 00:04: [io  0xf900-0xf9fe] has been reserved
[    0.650236] system 00:04: [io  0xfa00-0xfafe] has been reserved
[    0.650254] system 00:04: [io  0xfc00-0xfcfe] has been reserved
[    0.650271] system 00:04: [io  0xfd00-0xfdfe] has been reserved
[    0.650289] system 00:04: [io  0xfe00-0xfefe] has been reserved
[    0.650307] system 00:04: [mem 0xed000000-0xedffffff] has been reserved
[    0.650375] system 00:09: [io  0x03f0-0x03f1] has been reserved
[    0.690283] pci 0000:00:03.0: BAR 9: assigned [mem 0x14000000-0x17ffffff pref]
[    0.690307] pci 0000:00:03.0: BAR 10: assigned [mem 0x18000000-0x1bffffff]
[    0.690327] pci 0000:00:03.1: BAR 9: assigned [mem 0x1c000000-0x1fffffff pref]
[    0.690346] pci 0000:00:03.1: BAR 10: assigned [mem 0x20000000-0x23ffffff]
[    0.690365] pci 0000:00:03.0: BAR 0: assigned [mem 0x10100000-0x10100fff]
[    0.690392] pci 0000:00:03.0: BAR 0: set to [mem 0x10100000-0x10100fff] (PCI address [0x10100000-0x10100fff]
[    0.690413] pci 0000:00:03.1: BAR 0: assigned [mem 0x10101000-0x10101fff]
[    0.690437] pci 0000:00:03.1: BAR 0: set to [mem 0x10101000-0x10101fff] (PCI address [0x10101000-0x10101fff]
[    0.690463] pci 0000:00:03.0: BAR 7: assigned [io  0x1000-0x10ff]
[    0.690484] pci 0000:00:03.0: BAR 8: assigned [io  0x1400-0x14ff]
[    0.690504] pci 0000:00:03.1: BAR 7: assigned [io  0x1800-0x18ff]
[    0.690524] pci 0000:00:03.1: BAR 8: assigned [io  0x1c00-0x1cff]
[    0.690547] pci 0000:01:00.0: BAR 6: assigned [mem 0xfd000000-0xfd01ffff pref]
[    0.690561] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.690578] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.690602] pci 0000:00:01.0:   bridge window [mem 0xfd000000-0xfeffffff]
[    0.690624] pci 0000:00:01.0:   bridge window [mem 0xf8000000-0xfbffffff pref]
[    0.690650] pci 0000:00:03.0: CardBus bridge to [bus 02-05]
[    0.690663] pci 0000:00:03.0:   bridge window [io  0x1000-0x10ff]
[    0.690683] pci 0000:00:03.0:   bridge window [io  0x1400-0x14ff]
[    0.690704] pci 0000:00:03.0:   bridge window [mem 0x14000000-0x17ffffff pref]
[    0.690725] pci 0000:00:03.0:   bridge window [mem 0x18000000-0x1bffffff]
[    0.690744] pci 0000:00:03.1: CardBus bridge to [bus 06-09]
[    0.690757] pci 0000:00:03.1:   bridge window [io  0x1800-0x18ff]
[    0.690776] pci 0000:00:03.1:   bridge window [io  0x1c00-0x1cff]
[    0.690797] pci 0000:00:03.1:   bridge window [mem 0x1c000000-0x1fffffff pref]
[    0.690818] pci 0000:00:03.1:   bridge window [mem 0x20000000-0x23ffffff]
[    0.690882] pci 0000:00:03.0: enabling device (0000 -> 0003)
[    0.692058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[    0.692074] PCI: setting IRQ 11 as level-triggered
[    0.692091] pci 0000:00:03.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11
[    0.692143] pci 0000:00:03.1: enabling device (0000 -> 0003)
[    0.692174] pci 0000:00:03.1: PCI INT A -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11
[    0.692205] pci_bus 0000:00: resource 0 [io  0x0000-0xffff]
[    0.692220] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffffffffffff]
[    0.692234] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.692248] pci_bus 0000:01: resource 1 [mem 0xfd000000-0xfeffffff]
[    0.692261] pci_bus 0000:01: resource 2 [mem 0xf8000000-0xfbffffff pref]
[    0.692276] pci_bus 0000:02: resource 0 [io  0x1000-0x10ff]
[    0.692288] pci_bus 0000:02: resource 1 [io  0x1400-0x14ff]
[    0.692302] pci_bus 0000:02: resource 2 [mem 0x14000000-0x17ffffff pref]
[    0.692315] pci_bus 0000:02: resource 3 [mem 0x18000000-0x1bffffff]
[    0.692329] pci_bus 0000:06: resource 0 [io  0x1800-0x18ff]
[    0.692341] pci_bus 0000:06: resource 1 [io  0x1c00-0x1cff]
[    0.692354] pci_bus 0000:06: resource 2 [mem 0x1c000000-0x1fffffff pref]
[    0.692368] pci_bus 0000:06: resource 3 [mem 0x20000000-0x23ffffff]
[    0.692503] NET: Registered protocol family 2
[    0.692908] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.693938] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.694248] TCP bind hash table entries: 8192 (order: 6, 262144 bytes)
[    0.697386] TCP: Hash tables configured (established 8192 bind 8192)
[    0.697523] TCP reno registered
[    0.697566] UDP hash table entries: 128 (order: 1, 10240 bytes)
[    0.697803] UDP-Lite hash table entries: 128 (order: 1, 10240 bytes)
[    0.698419] NET: Registered protocol family 1
[    0.698491] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.698662] pci 0000:01:00.0: Boot video device
[    0.698684] PCI: CLS 32 bytes, default 32
[    0.699389] Unpacking initramfs...
[    2.048367] Freeing initrd memory: 1445k freed
[    2.057389] Simple Boot Flag at 0x79 set to 0x1
[    2.062176] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.100732] msgmni has been set to 362
[    2.104160] alg: No test for stdrng (krng)
[    2.104745] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    2.104867] io scheduler noop registered
[    2.105572] io scheduler cfq registered (default)
[    2.148113] ata_piix 0000:00:07.1: version 2.13
[    2.149090] scsi0 : ata_piix
[    2.151992] scsi1 : ata_piix
[    2.152925] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x860 irq 14
[    2.152941] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x868 irq 15
[    2.156361] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    2.165012] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.165167] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.168694] mice: PS/2 mouse device common for all mice
[    2.172887] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[    2.172965] rtc0: alarms up to one day, 114 bytes nvram
[    2.173545] cpuidle: using governor ladder
[    2.173564] cpuidle: using governor menu
[    2.173618] TCP cubic registered
[    2.177155] rtc_cmos 00:07: setting system clock to 2010-01-20 05:38:57 UTC (1263965937)
[    2.180252] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    2.330893] ata1.00: ATA-6: IC25N060ATMR04-0, MO3OAD4A, max UDMA/100
[    2.330910] ata1.00: 117210240 sectors, multi 8: LBA48 
[    2.370640] ata1.00: configured for UDMA/33
[    2.373024] scsi 0:0:0:0: Direct-Access     ATA      IC25N060ATMR04-0 MO3O PQ: 0 ANSI: 5
[    2.380373] sd 0:0:0:0: [sda] 117210240 512-byte logical blocks: (60.0 GB/55.8 GiB)
[    2.380855] sd 0:0:0:0: [sda] Write Protect is off
[    2.380872] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.381072] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.384488]  sda: sda1 sda2 <
[    2.430336] ata2.01: NODEV after polling detection
[    2.440911]  sda5 >
[    2.445830] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.450498] ata2.00: ATAPI: SAMSUNG CD-ROM SN-124, q008, max UDMA/33, CDB intr
[    2.490387] ata2.00: configured for UDMA/33
[    2.492163] scsi 1:0:0:0: CD-ROM            SAMSUNG  CD-ROM SN-124    q008 PQ: 0 ANSI: 5
[    2.494560] Freeing unused kernel memory: 248k freed
[    2.496361] Write protecting the kernel text: 2044k
[    2.496702] Write protecting the kernel read-only data: 984k
[    2.893369] Synaptics Touchpad, model: 1, fw: 5.5, id: 0x9b58b1, caps: 0x804793/0x0
[    2.893397] serio: Synaptics pass-through port at isa0060/serio1/input0
[    2.946318] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input1
[    4.529119] EXT4-fs (sda1): mounted filesystem with ordered data mode
[    6.638604] udev: starting version 150
[    7.411427] ACPI: AC Adapter [AC] (on-line)
[    7.814053] Marking TSC unstable due to TSC halts in idle
[    7.854123] Switching to clocksource acpi_pm
[    7.929010] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    7.963788] ACPI: Lid Switch [LID]
[    7.964335] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[    8.018293] ACPI: Power Button [PBTN]
[    8.365905] Linux agpgart interface v0.103
[    8.543918] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[    8.556412] yenta_cardbus 0000:00:03.0: CardBus bridge found [1028:00b0]
[    8.556472] yenta_cardbus 0000:00:03.0: Using CSCINT to route CSC interrupts to PCI
[    8.556484] yenta_cardbus 0000:00:03.0: Routing CardBus interrupts to PCI
[    8.556505] yenta_cardbus 0000:00:03.0: TI: mfunc 0x01261222, devctl 0x64
[    8.734456] thermal LNXTHERM:01: registered as thermal_zone0
[    8.734542] ACPI: Thermal Zone [THM] (64 C)
[    9.008628] ACPI: Battery Slot [BAT0] (battery present)
[    9.009184] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4
[    9.009736] ACPI: Sleep Button [SBTN]
[    9.053801] ACPI: Battery Slot [BAT1] (battery absent)
[    9.189642] sr0: scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray
[    9.189658] Uniform CD-ROM driver Revision: 3.20
[    9.190808] yenta_cardbus 0000:00:03.0: ISA IRQ mask 0x04f8, PCI irq 11
[    9.190823] yenta_cardbus 0000:00:03.0: Socket status: 30000020
[    9.193416] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    9.203487] agpgart-intel 0000:00:00.0: Intel 440BX Chipset
[    9.217370] agpgart-intel 0000:00:00.0: AGP aperture is 64M @ 0xf4000000
[    9.217508] piix4_smbus 0000:00:07.3: SMBus Host Controller at 0x840, revision 0
[    9.218744] yenta_cardbus 0000:00:03.1: CardBus bridge found [1028:00b0]
[    9.218804] yenta_cardbus 0000:00:03.1: Using CSCINT to route CSC interrupts to PCI
[    9.218816] yenta_cardbus 0000:00:03.1: Routing CardBus interrupts to PCI
[    9.218837] yenta_cardbus 0000:00:03.1: TI: mfunc 0x01261222, devctl 0x64
[    9.311320] usbcore: registered new interface driver usbfs
[    9.312798] usbcore: registered new interface driver hub
[    9.314215] usbcore: registered new device driver usb
[    9.460878] yenta_cardbus 0000:00:03.1: ISA IRQ mask 0x04f8, PCI irq 11
[    9.460894] yenta_cardbus 0000:00:03.1: Socket status: 30000006
[    9.483998] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    9.600709] uhci_hcd: USB Universal Host Controller Interface driver
[    9.601503] uhci_hcd 0000:00:07.2: PCI INT D -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11
[    9.601550] uhci_hcd 0000:00:07.2: UHCI Host Controller
[    9.602258] uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 1
[    9.602350] uhci_hcd 0000:00:07.2: irq 11, io base 0x0000dce0
[    9.609872] hub 1-0:1.0: USB hub found
[    9.610287] hub 1-0:1.0: 2 ports detected
[    9.803389] IBM TrackPoint firmware: 0x0b, buttons: 2/3
[    9.851985] pcmcia_socket pcmcia_socket0: pccard: CardBus card inserted into slot 0
[    9.852186] pci 0000:02:00.0: reg 10: [mem 0x00000000-0x0000ffff]
[    9.852511] pci 0000:02:00.0: BAR 0: assigned [mem 0x18000000-0x1800ffff]
[    9.852540] pci 0000:02:00.0: BAR 0: set to [mem 0x18000000-0x1800ffff] (PCI address [0x18000000-0x1800ffff]
[    9.862735] ath5k 0000:02:00.0: enabling device (0000 -> 0002)
[    9.862943] ath5k 0000:02:00.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11
[    9.863495] ath5k 0000:02:00.0: registered as 'phy0'
[    9.974861] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 5
[    9.974879] PCI: setting IRQ 5 as level-triggered
[    9.974896] Maestro3 0000:00:08.0: PCI INT A -> Link[LNKB] -> GSI 5 (level, low) -> IRQ 5
[    9.974924] Maestro3 0000:00:08.0: firmware: requesting ess/maestro3_assp_kernel.fw
[   10.077193] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input5
[   10.143975] Maestro3 0000:00:08.0: firmware: requesting ess/maestro3_assp_minisrc.fw
[   10.549593] ath: EEPROM regdomain: 0x60
[   10.549608] ath: EEPROM indicates we should expect a direct regpair map
[   10.549626] ath: Country alpha2 being used: 00
[   10.549635] ath: Regpair used: 0x60
[   10.567970] phy0: Selected rate control algorithm 'minstrel'
[   10.574962] ath5k phy0: Atheros AR5213A chip found (MAC: 0x59, PHY: 0x43)
[   10.574982] ath5k phy0: RF5112B multiband radio found (0x36)
[   12.055037] Adding 1461872k swap on /dev/sda5.  Priority:-1 extents:1 across:1461872k 
[   12.769994] loop: module loaded
[   15.701971] NET: Registered protocol family 17
[   19.852387] wlan0: direct probe to 00:16:b6:c7:42:de (try 1)
[   19.855213] wlan0: direct probe responded
[   19.855484] wlan0: authenticate with 00:16:b6:c7:42:de (try 1)
[   19.857776] wlan0: authenticated
[   19.858707] wlan0: associate with 00:16:b6:c7:42:de (try 1)
[   19.860937] wlan0: RX AssocResp from 00:16:b6:c7:42:de (capab=0x411 status=0 aid=3)
[   19.860955] wlan0: associated
-------------- next part --------------
diff --git a/dmesg.normal.notimes b/dmesg.bad-grub.notimes
index d9e34f7..4686148 100644
--- a/dmesg.normal.notimes
+++ b/dmesg.bad-grub.notimes
@@ -32,7 +32,7 @@ init_memory_mapping: 0000000000000000-000000000bfdb000
  0000200000 - 000be00000 page 2M
  000be00000 - 000bfdb000 page 4k
 kernel direct mapping tables up to bfdb000 @ 7000-d000
-RAMDISK: 08eba000 - 090237aa
+RAMDISK: 08eba000 - 090237c8
 ACPI: RSDP 000f4c80 00014 (v00 DELL  )
 ACPI: RSDT 0bff0000 0002C (v01 DELL    CPi R   27D20B07 ASL  00000061)
 ACPI: FACP 0bff0400 00074 (v01 DELL    CPi R   27D20B07 ASL  00000061)
@@ -47,7 +47,7 @@ ACPI: BOOT 0bff07c0 00028 (v01 DELL    CPi R   27D20B07 ASL  00000061)
 (8 early reservations) ==> bootmem [0000000000 - 000bfdb000]
   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
   #1 [0000100000 - 0000953b2c]    TEXT DATA BSS ==> [0000100000 - 0000953b2c]
-  #2 [0008eba000 - 00090237aa]          RAMDISK ==> [0008eba000 - 00090237aa]
+  #2 [0008eba000 - 00090237c8]          RAMDISK ==> [0008eba000 - 00090237c8]
   #3 [000009fc00 - 0000100000]    BIOS reserved ==> [000009fc00 - 0000100000]
   #4 [0000954000 - 000095b198]              BRK ==> [0000954000 - 000095b198]
   #5 [0000001000 - 0000005000]      ACPI WAKEUP ==> [0000001000 - 0000005000]
@@ -90,7 +90,7 @@ SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
 Hierarchical RCU implementation.
 NR_IRQS:16
 CPU 0 irqstacks, hard=c03f8000 soft=c03f9000
-Console: colour VGA+ 80x25
+Console: colour dummy device 80x25
 console [tty0] enabled
 Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
 ... MAX_LOCKDEP_SUBCLASSES:  8
@@ -305,7 +305,7 @@ rtc0: alarms up to one day, 114 bytes nvram
 cpuidle: using governor ladder
 cpuidle: using governor menu
 TCP cubic registered
-rtc_cmos 00:07: setting system clock to 2010-01-20 03:12:41 UTC (1263957161)
+rtc_cmos 00:07: setting system clock to 2010-01-20 05:38:57 UTC (1263965937)
 input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
 ata1.00: ATA-6: IC25N060ATMR04-0, MO3OAD4A, max UDMA/100
 ata1.00: 117210240 sectors, multi 8: LBA48 
@@ -331,10 +331,12 @@ input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input1
 EXT4-fs (sda1): mounted filesystem with ordered data mode
 udev: starting version 150
 ACPI: AC Adapter [AC] (on-line)
-input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
 Marking TSC unstable due to TSC halts in idle
-ACPI: Lid Switch [LID]
 Switching to clocksource acpi_pm
+input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
+ACPI: Lid Switch [LID]
+input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
+ACPI: Power Button [PBTN]
 Linux agpgart interface v0.103
 dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
 yenta_cardbus 0000:00:03.0: CardBus bridge found [1028:00b0]
@@ -342,15 +344,16 @@ yenta_cardbus 0000:00:03.0: Using CSCINT to route CSC interrupts to PCI
 yenta_cardbus 0000:00:03.0: Routing CardBus interrupts to PCI
 yenta_cardbus 0000:00:03.0: TI: mfunc 0x01261222, devctl 0x64
 thermal LNXTHERM:01: registered as thermal_zone0
-ACPI: Thermal Zone [THM] (32 C)
+ACPI: Thermal Zone [THM] (64 C)
 ACPI: Battery Slot [BAT0] (battery present)
-input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
-ACPI: Power Button [PBTN]
 input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4
 ACPI: Sleep Button [SBTN]
 ACPI: Battery Slot [BAT1] (battery absent)
+sr0: scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray
+Uniform CD-ROM driver Revision: 3.20
 yenta_cardbus 0000:00:03.0: ISA IRQ mask 0x04f8, PCI irq 11
 yenta_cardbus 0000:00:03.0: Socket status: 30000020
+sr 1:0:0:0: Attached scsi CD-ROM sr0
 agpgart-intel 0000:00:00.0: Intel 440BX Chipset
 agpgart-intel 0000:00:00.0: AGP aperture is 64M @ 0xf4000000
 piix4_smbus 0000:00:07.3: SMBus Host Controller at 0x840, revision 0
@@ -361,9 +364,6 @@ yenta_cardbus 0000:00:03.1: TI: mfunc 0x01261222, devctl 0x64
 usbcore: registered new interface driver usbfs
 usbcore: registered new interface driver hub
 usbcore: registered new device driver usb
-sr0: scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray
-Uniform CD-ROM driver Revision: 3.20
-sr 1:0:0:0: Attached scsi CD-ROM sr0
 yenta_cardbus 0000:00:03.1: ISA IRQ mask 0x04f8, PCI irq 11
 yenta_cardbus 0000:00:03.1: Socket status: 30000006
 ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
@@ -399,7 +399,6 @@ Adding 1461872k swap on /dev/sda5.  Priority:-1 extents:1 across:1461872k
 loop: module loaded
 NET: Registered protocol family 17
 wlan0: direct probe to 00:16:b6:c7:42:de (try 1)
-wlan0: direct probe to 00:16:b6:c7:42:de (try 1)
 wlan0: direct probe responded
 wlan0: authenticate with 00:16:b6:c7:42:de (try 1)
 wlan0: authenticated
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kconfig.txt.xz
Type: application/octet-stream
Size: 9856 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20100120/cde99d35/attachment-0001.obj>


More information about the Pkg-grub-devel mailing list