Bug#544731: raid0 lvm2 grub2 Installation fails when grub tries to install in lvm /boot

Liontos Aristotelis liontos.aristotelis at gmail.com
Mon Feb 28 09:12:45 UTC 2011


Package: grub-pc
Version: 1.99~rc1-3
Severity: normal

Package: grub-pc
Version: 1.99~rc1-3

Hello,

Some info first

root at ananias:~# cat /etc/fstab
proc            /proc           proc    defaults        0       0
/dev/mapper/ananias-root /               ext4    errors=remount-ro 0       1
UUID=0a2d0a93-f3cd-4cf4-ba5d-b2b6be9f9e30 /boot           ext2    defaults
0       2
#/dev/mapper/ananias-boot /boot         ext2    defaults        0       2
/dev/mapper/ananias-home /home           ext4    defaults        0       2
/dev/mapper/test-storage /media/storage  ext4    user,defaults        0       2
/dev/mapper/ananias-opt /opt            ext4    defaults        0       2
/dev/mapper/ananias-tmp /tmp            ext4    defaults        0       2
/dev/mapper/ananias-usr /usr            ext4    defaults        0       2
/dev/mapper/ananias-var /var            ext4    defaults        0       2
/dev/mapper/ananias-swap none            swap    sw              0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto     0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0

root at ananias:~# umount /boot/ && mount /dev/sda1 /mnt/
root at ananias:~# mount /dev/mapper/ananias-boot /boot/
root at ananias:~# update-grub
Generating grub.cfg ...
/usr/sbin/grub-probe: error: no such disk.

root at ananias:~# sudo grub-probe -t device /
/dev/mapper/ananias-root

root at ananias:~# grub-probe -t abstraction -d /dev/mapper/ananias-boot
grub-probe: error: no such disk.

root at ananias:~# grub-probe -t abstraction -d /dev/mapper/ananias-root
grub-probe: error: no such disk.

root at ananias:~# ls -l /dev/mapper/
total 0
lrwxrwxrwx 1 root root       7 Feb 28 09:44 ananias-boot -> ../dm-6
lrwxrwxrwx 1 root root       7 Feb 28 09:44 ananias-home -> ../dm-3
lrwxrwxrwx 1 root root       7 Feb 28 09:44 ananias-opt -> ../dm-8
lrwxrwxrwx 1 root root       7 Feb 28 09:44 ananias-root -> ../dm-0
lrwxrwxrwx 1 root root       7 Feb 28 09:44 ananias-swap -> ../dm-1
lrwxrwxrwx 1 root root       7 Feb 28 09:44 ananias-tmp -> ../dm-5
lrwxrwxrwx 1 root root       7 Feb 28 09:44 ananias-usr -> ../dm-7
lrwxrwxrwx 1 root root       7 Feb 28 09:44 ananias-var -> ../dm-4
crw------- 1 root root 10, 236 Feb 28 09:44 control
lrwxrwxrwx 1 root root       7 Feb 28 09:44 test-storage -> ../dm-2



Already tried
echo change > /sys/block/dm-6/uevent
rm /dev/mapper/ananias-boot && cp -R /dev/dm-6 /dev/mapper/ananias-boot

dpkg-reconfigure grub-pc and update-grub fails again

thnx in advance for any info

Liontos Aristotelis



-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/mapper/ananias-root / ext4 rw,relatime,errors=remount-ro,barrier=1,stripe=256,data=ordered 0 0
/dev/sda1 /boot ext2 rw,relatime,errors=continue 0 0
/dev/mapper/ananias-home /home ext4 rw,relatime,barrier=1,stripe=256,data=ordered 0 0
/dev/mapper/test-storage /media/storage ext4 rw,nosuid,nodev,noexec,relatime,barrier=1,stripe=256,data=ordered 0 0
/dev/mapper/ananias-opt /opt ext4 rw,relatime,barrier=1,stripe=256,data=ordered 0 0
/dev/mapper/ananias-tmp /tmp ext4 rw,relatime,barrier=1,stripe=256,data=ordered 0 0
/dev/mapper/ananias-usr /usr ext4 rw,relatime,barrier=1,stripe=256,data=ordered 0 0
/dev/mapper/ananias-var /var ext4 rw,relatime,barrier=1,stripe=256,data=ordered 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(fd0)	/dev/fd0
(hd0)	/dev/disk/by-id/ata-Maxtor_6Y200P0_Y62KWFGE
(hd1)	/dev/disk/by-id/ata-MAXTOR_STM3320820AS_5QF4249V
(hd2)	/dev/disk/by-id/ata-MAXTOR_STM3320820AS_9QF25RZV
(hd3)	/dev/disk/by-id/ata-Maxtor_6Y120M0_Y3LP64PE
(hd4)	/dev/disk/by-id/ata-Maxtor_6Y120M0_Y3P2F8ME
*********************** END /boot/grub/device.map

*********************** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 0a2d0a93-f3cd-4cf4-ba5d-b2b6be9f9e30
if loadfont /grub/unicode.pf2 ; then
  set gfxmode=1280x1024
  load_video
  insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 0a2d0a93-f3cd-4cf4-ba5d-b2b6be9f9e30
set locale_dir=($root)/grub/locale
set lang=en_US
insmod gettext
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 0a2d0a93-f3cd-4cf4-ba5d-b2b6be9f9e30
insmod jpeg
if background_image /grub/.background_cache.jpeg; then
  set color_normal=light-gray/black
  set color_highlight=white/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 2.6.37.2.uvesafb.agp' --class debian --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 0a2d0a93-f3cd-4cf4-ba5d-b2b6be9f9e30
	echo	'Loading Linux 2.6.37.2.uvesafb.agp ...'
	linux	/vmlinuz-2.6.37.2.uvesafb.agp root=/dev/mapper/ananias-root ro  nomodeset video=uvesafb:mode_option=1280x1024-32,mtrr=3,scroll=ywrap
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-2.6.37.2.uvesafb.agp
}
menuentry 'Debian GNU/Linux, with Linux 2.6.37.2.uvesafb.agp (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 0a2d0a93-f3cd-4cf4-ba5d-b2b6be9f9e30
	echo	'Loading Linux 2.6.37.2.uvesafb.agp ...'
	linux	/vmlinuz-2.6.37.2.uvesafb.agp root=/dev/mapper/ananias-root ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-2.6.37.2.uvesafb.agp
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64' --class debian --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 0a2d0a93-f3cd-4cf4-ba5d-b2b6be9f9e30
	echo	'Loading Linux 2.6.32-5-amd64 ...'
	linux	/vmlinuz-2.6.32-5-amd64 root=/dev/mapper/ananias-root ro  nomodeset video=uvesafb:mode_option=1280x1024-32,mtrr=3,scroll=ywrap
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-2.6.32-5-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 0a2d0a93-f3cd-4cf4-ba5d-b2b6be9f9e30
	echo	'Loading Linux 2.6.32-5-amd64 ...'
	linux	/vmlinuz-2.6.32-5-amd64 root=/dev/mapper/ananias-root ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-2.6.32-5-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
*********************** END /boot/grub/grub.cfg

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37.2.uvesafb.agp (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]        1.5.38      Debian configuration management sy
ii  grub-common                  1.99~rc1-3  GRand Unified Bootloader, version 
ii  libc6                        2.11.2-11   Embedded GNU C Library: Shared lib
ii  libdevmapper1.02.1           2:1.02.63-1 The Linux Kernel Device Mapper use
ii  ucf                          3.0025+nmu1 Update Configuration File: preserv

grub-pc recommends no packages.

Versions of packages grub-pc suggests:
ii  desktop-base                  6.0.5      common files for the Debian Deskto

-- debconf information:
  grub2/kfreebsd_cmdline:
  grub2/device_map_regenerated:
* grub2/linux_cmdline:
  grub-pc/install_devices_empty: false
* grub-pc/install_devices_failed: true
  grub-pc/chainload_from_menu.lst: true
  grub-pc/kopt_extracted: false
* grub-pc/install_devices: /dev/disk/by-id/ata-MAXTOR_STM3320820AS_5QF4249V, /dev/disk/by-id/ata-MAXTOR_STM3320820AS_9QF25RZV, /dev/disk/by-id/dm-name-ananias-boot, /dev/disk/by-id/dm-name-ananias-root
  grub-pc/postrm_purge_boot_grub: false
  grub-pc/install_devices_failed_upgrade: true
  grub-pc/disk_description:
  grub2/kfreebsd_cmdline_default: quiet
  grub-pc/partition_description:
  grub-pc/install_devices_disks_changed:
* grub2/linux_cmdline_default: nomodeset video=uvesafb:mode_option=1280x1024-32,mtrr=3,scroll=ywrap
  grub-pc/mixed_legacy_and_grub2: true
-------------- next part --------------
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.37.2.uvesafb.agp (root at ananias) (gcc version 4.4.5 (Debian 4.4.5-12) ) #1 SMP PREEMPT Mon Feb 28 06:52:43 CET 2011
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-2.6.37.2.uvesafb.agp root=/dev/mapper/ananias-root ro nomodeset video=uvesafb:mode_option=1280x1024-32,mtrr=3,scroll=ywrap
[    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: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
[    0.000000]  BIOS-e820: 000000003fff0000 - 000000003ffff000 (ACPI data)
[    0.000000]  BIOS-e820: 000000003ffff000 - 0000000040000000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000ff780000 - 0000000100000000 (reserved)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.3 present.
[    0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./S2885 Thunder K8W Mainboard, BIOS 080010  08/13/2007
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] AGP bridge at 04:00:00
[    0.000000] Aperture from AGP @ f0000000 old size 32 MB
[    0.000000] Aperture from AGP @ f0000000 size 128 MB (APSIZE f20)
[    0.000000] last_pfn = 0x3fff0 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-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask FFC0000000 write-back
[    0.000000]   1 disabled
[    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] initial memory mapped : 0 - 20000000
[    0.000000] init_memory_mapping: 0000000000000000-000000003fff0000
[    0.000000]  0000000000 - 003fe00000 page 2M
[    0.000000]  003fe00000 - 003fff0000 page 4k
[    0.000000] kernel direct mapping tables up to 3fff0000 @ 1fffd000-20000000
[    0.000000] RAMDISK: 37436000 - 37a13000
[    0.000000] ACPI: RSDP 00000000000f70b0 00024 (v02 ACPIAM)
[    0.000000] ACPI: XSDT 000000003fff0100 00054 (v01 A M I  OEMXSDT  08000713 MSFT 00000097)
[    0.000000] ACPI: FACP 000000003fff0281 000F4 (v01 A M I  OEMFACP  08000713 MSFT 00000097)
[    0.000000] ACPI: DSDT 000000003fff0410 03E43 (v01  0AAAA 0AAAA001 00000001 INTL 02002026)
[    0.000000] ACPI: FACS 000000003ffff000 00040
[    0.000000] ACPI: APIC 000000003fff0380 00084 (v01 A M I  OEMAPIC  08000713 MSFT 00000097)
[    0.000000] ACPI: OEMB 000000003ffff040 0005E (v01 A M I  OEMBIOS  08000713 MSFT 00000097)
[    0.000000] ACPI: SRAT 000000003fff4260 00110 (v01 A M I  OEMSRAT  08000713 MSFT 00000097)
[    0.000000] ACPI: HPET 000000003fff4370 00038 (v01 A M I  OEMHPET  08000713 MSFT 00000097)
[    0.000000] ACPI: ASF! 000000003fff43b0 00086 (v01 AMIASF AMDSTRET 00000001 INTL 02002026)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[    0.000000] SRAT: PXM 1 -> APIC 0x01 -> Node 1
[    0.000000] SRAT: Node 0 PXM 0 100000-20000000
[    0.000000] SRAT: Node 1 PXM 1 20000000-40000000
[    0.000000] SRAT: Node 0 PXM 0 0-9fc00
[    0.000000] SRAT: Node 0 [100000,20000000) + [0,9fc00) -> [0,20000000)
[    0.000000] NUMA: Using 29 for the hash shift.
[    0.000000] Initmem setup node 0 0000000000000000-0000000020000000
[    0.000000]   NODE_DATA [000000001fff8000 - 000000001fffcfff]
[    0.000000] Initmem setup node 1 0000000020000000-000000003fff0000
[    0.000000]   NODE_DATA [000000003ffeb000 - 000000003ffeffff]
[    0.000000] [ffffea0000700000-ffffea00007fffff] potential offnode page_structs
[    0.000000]  [ffffea0000000000-ffffea00007fffff] PMD -> [ffff88001ee00000-ffff88001f5fffff] on node 0
[    0.000000]  [ffffea0000800000-ffffea0000dfffff] PMD -> [ffff88003f600000-ffff88003fbfffff] on node 1
[    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[3] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x00020000
[    0.000000]     1: 0x00020000 -> 0x0003fff0
[    0.000000] On node 0 totalpages: 130959
[    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: 1736 pages used for memmap
[    0.000000]   DMA32 zone: 125240 pages, LIFO batch:31
[    0.000000] On node 1 totalpages: 131056
[    0.000000]   DMA32 zone: 1792 pages used for memmap
[    0.000000]   DMA32 zone: 129264 pages, LIFO batch:31
[    0.000000] Detected use of extended apic ids on hypertransport bus
[    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[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
[    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: IOAPIC (id[0x03] address[0xfc9ff000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 3, version 17, address 0xfc9ff000, GSI 24-27
[    0.000000] ACPI: IOAPIC (id[0x04] address[0xfc9fe000] gsi_base[28])
[    0.000000] IOAPIC[2]: apic_id 4, version 17, address 0xfc9fe000, GSI 28-31
[    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 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x102282a0 base: 0xfec01000
[    0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
[    0.000000] nr_irqs_gsi: 48
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:bf780000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:2
[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff88001fc00000 s80768 r8192 d21632 u1048576
[    0.000000] pcpu-alloc: s80768 r8192 d21632 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 2 [1] 1 3 
[    0.000000] Built 2 zonelists in Node order, mobility grouping on.  Total pages: 258425
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.37.2.uvesafb.agp root=/dev/mapper/ananias-root ro nomodeset video=uvesafb:mode_option=1280x1024-32,mtrr=3,scroll=ywrap
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Checking aperture...
[    0.000000] AGP bridge at 04:00:00
[    0.000000] Aperture from AGP @ f0000000 old size 32 MB
[    0.000000] Aperture from AGP @ f0000000 size 128 MB (APSIZE f20)
[    0.000000] Node 0: aperture @ f0000000 size 128 MB
[    0.000000] Node 1: aperture @ f0000000 size 128 MB
[    0.000000] Memory: 1019120k/1048512k available (3009k kernel code, 452k absent, 28940k reserved, 3585k data, 472k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=2
[    0.000000] Preemptable hierarchical RCU implementation.
[    0.000000] 	RCU-based detection of stalled CPUs is disabled.
[    0.000000] 	Verbose stalled-CPUs detection is disabled.
[    0.000000] NR_IRQS:4352 nr_irqs:848 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 1593.552 MHz processor.
[    0.002007] Calibrating delay loop (skipped), value calculated using timer frequency.. 3187.10 BogoMIPS (lpj=1593552)
[    0.002203] pid_max: default: 32768 minimum: 301
[    0.002338] Security Framework initialized
[    0.002432] SELinux:  Disabled at boot.
[    0.002690] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.003974] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.004462] Mount-cache hash table entries: 256
[    0.004828] Initializing cgroup subsys ns
[    0.005006] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[    0.005142] Initializing cgroup subsys cpuacct
[    0.005240] Initializing cgroup subsys devices
[    0.005333] Initializing cgroup subsys freezer
[    0.005470] tseg: 0000000000
[    0.005491] mce: CPU supports 5 MCE banks
[    0.005592] Performance Events: AMD PMU driver.
[    0.005737] ... version:                0
[    0.005826] ... bit width:              48
[    0.005916] ... generic registers:      4
[    0.006004] ... value mask:             0000ffffffffffff
[    0.006101] ... max period:             00007fffffffffff
[    0.006198] ... fixed-purpose events:   0
[    0.006287] ... event mask:             000000000000000f
[    0.007378] ACPI: Core revision 20101013
[    0.014068] Setting APIC routing to flat
[    0.014639] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.024748] CPU0: AMD Opteron(tm) Processor 242 stepping 01
[    0.030040] Booting Node   1, Processors  #1
[    0.101108] Brought up 2 CPUs
[    0.101260] Total of 2 processors activated (6389.93 BogoMIPS).
[    0.101751] devtmpfs: initialized
[    0.111037] regulator: core version 0.5
[    0.111185] regulator: dummy: 
[    0.111348] NET: Registered protocol family 16
[    0.111569] node 0 link 2: io port [a000, cfff]
[    0.111574] node 0 link 0: io port [10000, 1ffff]
[    0.111578] TOM: 0000000040000000 aka 1024M
[    0.111670] node 0 link 2: mmio [fc500000, fc9fffff]
[    0.111675] node 0 link 2: mmio [cc200000, cc3fffff]
[    0.111679] node 0 link 0: mmio [fca00000, febfffff]
[    0.111683] node 0 link 0: mmio [cc400000, fc4fffff]
[    0.111688] node 0 link 0: mmio [a0000, bffff]
[    0.111693] bus: [00, 03] on node 0 link 2
[    0.111698] bus: 00 index 0 [io  0x0000-0xffff]
[    0.111701] bus: 00 index 1 [mem 0xfc500000-0xfc9fffff]
[    0.111705] bus: 00 index 2 [mem 0x40000000-0xcc3fffff]
[    0.111709] bus: 00 index 3 [mem 0xfec00000-0xfcffffffff]
[    0.111712] bus: [04, 05] on node 0 link 0
[    0.111716] bus: 04 index 0 [mem 0xfca00000-0xfebfffff]
[    0.111719] bus: 04 index 1 [mem 0xcc400000-0xfc4fffff]
[    0.111723] bus: 04 index 2 [mem 0x000a0000-0x000bffff]
[    0.111732] ACPI: bus type pci registered
[    0.111903] PCI: Using configuration type 1 for base access
[    0.112647] bio: create slab <bio-0> at 0
[    0.114083] ACPI: EC: Look up EC in DSDT
[    0.115538] ACPI: Executed 1 blocks of module-level executable AML code
[    0.121860] ACPI: Interpreter enabled
[    0.121951] ACPI: (supports S0 S1 S4 S5)
[    0.122240] ACPI: Using IOAPIC for interrupt routing
[    0.131296] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.131751] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-04])
[    0.132511] pci_root PNP0A03:00: host bridge window [io  0x0000-0x03af] (ignored)
[    0.132516] pci_root PNP0A03:00: host bridge window [io  0x03bc-0x03bf] (ignored)
[    0.132521] pci_root PNP0A03:00: host bridge window [io  0x03e0-0x0cf7] (ignored)
[    0.132526] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff] (ignored)
[    0.132531] pci_root PNP0A03:00: host bridge window [mem 0x40000000-0xcc3fffff] (ignored)
[    0.132536] pci_root PNP0A03:00: host bridge window [mem 0xfc500000-0xfc9fffff] (ignored)
[    0.132541] pci_root PNP0A03:00: host bridge window [mem 0xfec00000-0xffffffff] (ignored)
[    0.132572] pci 0000:00:06.0: [1022:7460] type 1 class 0x000604
[    0.132659] pci 0000:00:07.0: [1022:7468] type 0 class 0x000601
[    0.132734] pci 0000:00:07.1: [1022:7469] type 0 class 0x000101
[    0.132773] pci 0000:00:07.1: reg 20: [io  0xffa0-0xffaf]
[    0.132813] pci 0000:00:07.2: [1022:746a] type 0 class 0x000c05
[    0.132830] pci 0000:00:07.2: reg 10: [io  0xcc00-0xcc1f]
[    0.132906] pci 0000:00:07.3: [1022:746b] type 0 class 0x000680
[    0.133015] pci 0000:00:0a.0: [1022:7450] type 1 class 0x000604
[    0.133081] pci 0000:00:0a.1: [1022:7451] type 0 class 0x000800
[    0.133097] pci 0000:00:0a.1: reg 10: [mem 0xfc9ff000-0xfc9fffff 64bit]
[    0.133156] pci 0000:00:0b.0: [1022:7450] type 1 class 0x000604
[    0.133215] pci 0000:00:0b.1: [1022:7451] type 0 class 0x000800
[    0.133231] pci 0000:00:0b.1: reg 10: [mem 0xfc9fe000-0xfc9fefff 64bit]
[    0.133301] pci 0000:00:18.0: [1022:1100] type 0 class 0x000600
[    0.133335] pci 0000:00:18.1: [1022:1101] type 0 class 0x000600
[    0.133364] pci 0000:00:18.2: [1022:1102] type 0 class 0x000600
[    0.133390] pci 0000:00:18.3: [1022:1103] type 0 class 0x000600
[    0.133420] pci 0000:00:19.0: [1022:1100] type 0 class 0x000600
[    0.133456] pci 0000:00:19.1: [1022:1101] type 0 class 0x000600
[    0.133484] pci 0000:00:19.2: [1022:1102] type 0 class 0x000600
[    0.133511] pci 0000:00:19.3: [1022:1103] type 0 class 0x000600
[    0.133539] PCI: peer root bus 00 res updated from pci conf
[    0.133593] pci 0000:01:00.0: [1022:7464] type 0 class 0x000c03
[    0.133611] pci 0000:01:00.0: reg 10: [mem 0xfc6fd000-0xfc6fdfff]
[    0.133690] pci 0000:01:00.1: [1022:7464] type 0 class 0x000c03
[    0.133708] pci 0000:01:00.1: reg 10: [mem 0xfc6fe000-0xfc6fefff]
[    0.133815] pci 0000:01:0a.0: [1033:0035] type 0 class 0x000c03
[    0.133836] pci 0000:01:0a.0: reg 10: [mem 0xfc6fb000-0xfc6fbfff]
[    0.133913] pci 0000:01:0a.0: supports D1 D2
[    0.133917] pci 0000:01:0a.0: PME# supported from D0 D1 D2 D3hot
[    0.133924] pci 0000:01:0a.0: PME# disabled
[    0.133951] pci 0000:01:0a.1: [1033:0035] type 0 class 0x000c03
[    0.133972] pci 0000:01:0a.1: reg 10: [mem 0xfc6fc000-0xfc6fcfff]
[    0.134052] pci 0000:01:0a.1: supports D1 D2
[    0.134057] pci 0000:01:0a.1: PME# supported from D0 D1 D2 D3hot
[    0.134063] pci 0000:01:0a.1: PME# disabled
[    0.134090] pci 0000:01:0a.2: [1033:00e0] type 0 class 0x000c03
[    0.134111] pci 0000:01:0a.2: reg 10: [mem 0xfc6ff800-0xfc6ff8ff]
[    0.134187] pci 0000:01:0a.2: supports D1 D2
[    0.134191] pci 0000:01:0a.2: PME# supported from D0 D1 D2 D3hot
[    0.134197] pci 0000:01:0a.2: PME# disabled
[    0.134230] pci 0000:01:0b.0: [1095:3114] type 0 class 0x000180
[    0.134252] pci 0000:01:0b.0: reg 10: [io  0xac00-0xac07]
[    0.134265] pci 0000:01:0b.0: reg 14: [io  0xa880-0xa883]
[    0.134278] pci 0000:01:0b.0: reg 18: [io  0xa800-0xa807]
[    0.134291] pci 0000:01:0b.0: reg 1c: [io  0xa480-0xa483]
[    0.134304] pci 0000:01:0b.0: reg 20: [io  0xa400-0xa40f]
[    0.134318] pci 0000:01:0b.0: reg 24: [mem 0xfc6ffc00-0xfc6fffff]
[    0.134331] pci 0000:01:0b.0: reg 30: [mem 0xfc600000-0xfc67ffff pref]
[    0.134354] pci 0000:01:0b.0: supports D1 D2
[    0.134380] pci 0000:01:0c.0: [104c:8023] type 0 class 0x000c00
[    0.134402] pci 0000:01:0c.0: reg 10: [mem 0xfc6ff000-0xfc6ff7ff]
[    0.134416] pci 0000:01:0c.0: reg 14: [mem 0xfc6f4000-0xfc6f7fff]
[    0.134487] pci 0000:01:0c.0: supports D1 D2
[    0.134491] pci 0000:01:0c.0: PME# supported from D0 D1 D2 D3hot
[    0.134498] pci 0000:01:0c.0: PME# disabled
[    0.134535] pci 0000:00:06.0: PCI bridge to [bus 01-01]
[    0.134635] pci 0000:00:06.0:   bridge window [io  0xa000-0xafff]
[    0.134642] pci 0000:00:06.0:   bridge window [mem 0xfc500000-0xfc6fffff]
[    0.134648] pci 0000:00:06.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.134696] pci 0000:02:07.0: [1102:0007] type 0 class 0x000401
[    0.134711] pci 0000:02:07.0: reg 10: [io  0xb880-0xb89f]
[    0.134765] pci 0000:02:07.0: supports D1 D2
[    0.134786] pci 0000:02:07.1: [1102:7005] type 0 class 0x000980
[    0.134801] pci 0000:02:07.1: reg 10: [io  0xbc00-0xbc07]
[    0.134854] pci 0000:02:07.1: supports D1 D2
[    0.134889] pci 0000:02:09.0: [14e4:16a7] type 0 class 0x000200
[    0.134911] pci 0000:02:09.0: reg 10: [mem 0xfc7f0000-0xfc7fffff 64bit]
[    0.134951] pci 0000:02:09.0: reg 30: [mem 0xfc7e0000-0xfc7effff pref]
[    0.134977] pci 0000:02:09.0: PME# supported from D3hot D3cold
[    0.134983] pci 0000:02:09.0: PME# disabled
[    0.135021] pci 0000:00:0a.0: PCI bridge to [bus 02-02]
[    0.135121] pci 0000:00:0a.0:   bridge window [io  0xb000-0xbfff]
[    0.135127] pci 0000:00:0a.0:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.135135] pci 0000:00:0a.0:   bridge window [mem 0xcc200000-0xcc2fffff 64bit pref]
[    0.135178] pci 0000:03:06.0: [14e4:4320] type 0 class 0x000280
[    0.135192] pci 0000:03:06.0: reg 10: [mem 0xfc8fe000-0xfc8fffff]
[    0.135262] pci 0000:00:0b.0: PCI bridge to [bus 03-03]
[    0.135363] pci 0000:00:0b.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.135369] pci 0000:00:0b.0:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.135377] pci 0000:00:0b.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.135396] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.135465] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
[    0.135596] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.GOLA._PRT]
[    0.135734] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.GOLB._PRT]
[    0.139527] ACPI: PCI Root Bridge [PCIB] (domain 0000 [bus 04-05])
[    0.140132] pci_root PNP0A03:01: host bridge window [io  0x03b0-0x03bb] (ignored)
[    0.140137] pci_root PNP0A03:01: host bridge window [io  0x03c0-0x03df] (ignored)
[    0.140141] pci_root PNP0A03:01: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[    0.140146] pci_root PNP0A03:01: host bridge window [mem 0xcc400000-0xfc4fffff] (ignored)
[    0.140151] pci_root PNP0A03:01: host bridge window [mem 0xfca00000-0xfebfffff] (ignored)
[    0.140168] pci 0000:04:00.0: [1022:7454] type 0 class 0x000600
[    0.140176] pci 0000:04:00.0: reg 10: [mem 0xf0000000-0xf7ffffff pref]
[    0.140223] pci 0000:04:01.0: [1022:7455] type 1 class 0x000604
[    0.140266] PCI: peer root bus 04 res updated from pci conf
[    0.140292] pci 0000:05:00.0: [10de:0333] type 0 class 0x000300
[    0.140308] pci 0000:05:00.0: reg 10: [mem 0xfd000000-0xfdffffff]
[    0.140317] pci 0000:05:00.0: reg 14: [mem 0xd0000000-0xdfffffff pref]
[    0.140346] pci 0000:05:00.0: reg 30: [mem 0xfeae0000-0xfeafffff pref]
[    0.140396] pci 0000:04:01.0: PCI bridge to [bus 05-05]
[    0.140497] pci 0000:04:01.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.140503] pci 0000:04:01.0:   bridge window [mem 0xfca00000-0xfeafffff]
[    0.140508] pci 0000:04:01.0:   bridge window [mem 0xcc400000-0xec3fffff pref]
[    0.140523] ACPI: PCI Interrupt Routing Table [\_SB_.PCIB.PBP2._PRT]
[    0.140848] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[    0.141656] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[    0.142506] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
[    0.143306] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[    0.144097] HEST: Table is not found!
[    0.144295] vgaarb: device added: PCI:0000:05:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.144424] vgaarb: loaded
[    0.144562] PCI: Using ACPI for IRQ routing
[    0.144562] PCI: pci_cache_line_size set to 64 bytes
[    0.144562] pci 0000:04:00.0: address space collision: [mem 0xf0000000-0xf7ffffff pref] conflicts with GART [mem 0xf0000000-0xf7ffffff]
[    0.145054] reserve RAM buffer: 000000000009fc00 - 000000000009ffff 
[    0.145059] reserve RAM buffer: 000000003fff0000 - 000000003fffffff 
[    0.145247] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.145362] hpet0: at MMIO 0xfec01000, IRQs 2, 8, 0
[    0.145652] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.149050] Switching to clocksource hpet
[    0.151422] pnp: PnP ACPI init
[    0.151531] ACPI: bus type pnp registered
[    0.151976] pnp 00:00: [bus 00-04]
[    0.151980] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.151984] pnp 00:00: [io  0x0000-0x03af window]
[    0.151988] pnp 00:00: [io  0x0000 window]
[    0.151991] pnp 00:00: [io  0x03bc-0x03bf window]
[    0.152018] pnp 00:00: [io  0x0000 window]
[    0.152021] pnp 00:00: [io  0x03e0-0x0cf7 window]
[    0.152025] pnp 00:00: [io  0x0d00-0xffff window]
[    0.152029] pnp 00:00: [io  0x0000 window]
[    0.152033] pnp 00:00: [mem 0x00000000 window]
[    0.152037] pnp 00:00: [mem 0x40000000-0xcc3fffff window]
[    0.152041] pnp 00:00: [mem 0xfc500000-0xfc9fffff window]
[    0.152045] pnp 00:00: [mem 0xfec00000-0xffffffff window]
[    0.152126] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[    0.152158] pnp 00:01: [dma 4]
[    0.152161] pnp 00:01: [io  0x0000-0x000f]
[    0.152165] pnp 00:01: [io  0x0081-0x0083]
[    0.152168] pnp 00:01: [io  0x0087]
[    0.152172] pnp 00:01: [io  0x0089-0x008b]
[    0.152175] pnp 00:01: [io  0x008f]
[    0.152179] pnp 00:01: [io  0x00c0-0x00df]
[    0.152223] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.152278] pnp 00:02: [io  0x0070-0x0071]
[    0.152316] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.152363] pnp 00:03: [io  0x0060]
[    0.152367] pnp 00:03: [io  0x0064]
[    0.152386] pnp 00:03: [irq 1]
[    0.152432] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.152516] pnp 00:04: [irq 12]
[    0.152556] pnp 00:04: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
[    0.152570] pnp 00:05: [io  0x0061]
[    0.152615] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.152629] pnp 00:06: [io  0x00f0-0x00ff]
[    0.152640] pnp 00:06: [irq 13]
[    0.152679] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.153147] pnp 00:07: [irq 4]
[    0.153151] pnp 00:07: [dma 0 disabled]
[    0.153154] pnp 00:07: [io  0x03f8-0x03ff]
[    0.153230] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.153666] pnp 00:08: [irq 3]
[    0.153670] pnp 00:08: [dma 0 disabled]
[    0.153674] pnp 00:08: [io  0x02f8-0x02ff]
[    0.153772] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.154306] pnp 00:09: [irq 6]
[    0.154309] pnp 00:09: [dma 2]
[    0.154313] pnp 00:09: [io  0x03f0-0x03f5]
[    0.154316] pnp 00:09: [io  0x03f7]
[    0.154398] pnp 00:09: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.154957] pnp 00:0a: [irq 7]
[    0.154961] pnp 00:0a: [dma 0 disabled]
[    0.154964] pnp 00:0a: [io  0x0378-0x037f]
[    0.155188] pnp 00:0a: Plug and Play ACPI device, IDs PNP0400 (active)
[    0.155667] pnp 00:0b: [io  0x0000-0xffffffffffffffff disabled]
[    0.155672] pnp 00:0b: [io  0x0680-0x06ff]
[    0.155675] pnp 00:0b: [io  0x0295-0x0296]
[    0.155679] pnp 00:0b: [io  0x0778-0x077f]
[    0.155682] pnp 00:0b: [io  0x0b78-0x0b7f]
[    0.155686] pnp 00:0b: [io  0x0f78-0x0f7f]
[    0.155790] pnp 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.156050] pnp 00:0c: [io  0x0010-0x001f]
[    0.156054] pnp 00:0c: [io  0x0022-0x003f]
[    0.156057] pnp 00:0c: [io  0x0044-0x005f]
[    0.156065] pnp 00:0c: [io  0x0062-0x0063]
[    0.156068] pnp 00:0c: [io  0x0065-0x006f]
[    0.156072] pnp 00:0c: [io  0x0072-0x007f]
[    0.156075] pnp 00:0c: [io  0x0080]
[    0.156079] pnp 00:0c: [io  0x0084-0x0086]
[    0.156082] pnp 00:0c: [io  0x0088]
[    0.156086] pnp 00:0c: [io  0x008c-0x008e]
[    0.156089] pnp 00:0c: [io  0x0090-0x009f]
[    0.156093] pnp 00:0c: [io  0x00a2-0x00bf]
[    0.156096] pnp 00:0c: [io  0x00e0-0x00ef]
[    0.156100] pnp 00:0c: [io  0x04d0-0x04d1]
[    0.156104] pnp 00:0c: [io  0x1000-0x10bf]
[    0.156107] pnp 00:0c: [io  0x10e0-0x10ff]
[    0.156111] pnp 00:0c: [io  0x10c0-0x10df]
[    0.156114] pnp 00:0c: [io  0xde00-0xde7f]
[    0.156118] pnp 00:0c: [io  0xde80-0xdeff]
[    0.156218] pnp 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.156251] pnp 00:0d: [irq 0 disabled]
[    0.156263] pnp 00:0d: [irq 8]
[    0.156267] pnp 00:0d: [mem 0xfec01000-0xfec013ff]
[    0.156310] pnp 00:0d: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.156471] pnp 00:0e: [mem 0xfec00000-0xfec00fff]
[    0.156475] pnp 00:0e: [mem 0xfee00000-0xfee00fff]
[    0.156479] pnp 00:0e: [mem 0xfff80000-0xffffffff]
[    0.156483] pnp 00:0e: [mem 0xff780000-0xff7fffff]
[    0.156558] pnp 00:0e: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.156843] pnp 00:0f: [mem 0x00000000-0x0009ffff]
[    0.156847] pnp 00:0f: [mem 0x000c0000-0x000dffff]
[    0.156851] pnp 00:0f: [mem 0x000e0000-0x000fffff]
[    0.156855] pnp 00:0f: [mem 0x00100000-0x3fffffff]
[    0.156859] pnp 00:0f: [mem 0x00000000-0xffffffffffffffff disabled]
[    0.156895] pnp 00:0f: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:04:00.0 BAR 0 [mem 0x00000000-0x07ffffff pref]
[    0.157067] pnp 00:0f: disabling [mem 0x000c0000-0x000dffff] because it overlaps 0000:04:00.0 BAR 0 [mem 0x00000000-0x07ffffff pref]
[    0.157222] pnp 00:0f: disabling [mem 0x000e0000-0x000fffff] because it overlaps 0000:04:00.0 BAR 0 [mem 0x00000000-0x07ffffff pref]
[    0.157377] pnp 00:0f: disabling [mem 0x00100000-0x3fffffff] because it overlaps 0000:04:00.0 BAR 0 [mem 0x00000000-0x07ffffff pref]
[    0.157581] pnp 00:0f: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.157809] pnp 00:10: [bus 04-05]
[    0.157813] pnp 00:10: [io  0x0000-0xffff window]
[    0.157817] pnp 00:10: [io  0x03b0-0x03bb window]
[    0.157821] pnp 00:10: [io  0x03c0-0x03df window]
[    0.157825] pnp 00:10: [mem 0x000a0000-0x000bffff window]
[    0.157829] pnp 00:10: [mem 0xcc400000-0xfc4fffff window]
[    0.157834] pnp 00:10: [mem 0xfca00000-0xfebfffff window]
[    0.157887] pnp 00:10: Plug and Play ACPI device, IDs PNP0a03 (active)
[    0.158033] pnp: PnP ACPI: found 17 devices
[    0.158125] ACPI: ACPI bus type pnp unregistered
[    0.158235] system 00:0b: [io  0x0680-0x06ff] has been reserved
[    0.158338] system 00:0b: [io  0x0295-0x0296] has been reserved
[    0.158440] system 00:0b: [io  0x0778-0x077f] has been reserved
[    0.158542] system 00:0b: [io  0x0b78-0x0b7f] has been reserved
[    0.163521] system 00:0b: [io  0x0f78-0x0f7f] has been reserved
[    0.163627] system 00:0c: [io  0x04d0-0x04d1] has been reserved
[    0.163729] system 00:0c: [io  0x1000-0x10bf] has been reserved
[    0.163831] system 00:0c: [io  0x10e0-0x10ff] has been reserved
[    0.163933] system 00:0c: [io  0x10c0-0x10df] has been reserved
[    0.164047] system 00:0c: [io  0xde00-0xde7f] has been reserved
[    0.164149] system 00:0c: [io  0xde80-0xdeff] has been reserved
[    0.164256] system 00:0e: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.164364] system 00:0e: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.164470] system 00:0e: [mem 0xfff80000-0xffffffff] has been reserved
[    0.164576] system 00:0e: [mem 0xff780000-0xff7fffff] has been reserved
[    0.172348] pci 0000:00:06.0: PCI bridge to [bus 01-01]
[    0.172446] pci 0000:00:06.0:   bridge window [io  0xa000-0xafff]
[    0.172552] pci 0000:00:06.0:   bridge window [mem 0xfc500000-0xfc6fffff]
[    0.172660] pci 0000:00:06.0:   bridge window [mem pref disabled]
[    0.172767] pci 0000:00:0a.0: PCI bridge to [bus 02-02]
[    0.172866] pci 0000:00:0a.0:   bridge window [io  0xb000-0xbfff]
[    0.172970] pci 0000:00:0a.0:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.173090] pci 0000:00:0a.0:   bridge window [mem 0xcc200000-0xcc2fffff 64bit pref]
[    0.173224] pci 0000:00:0b.0: PCI bridge to [bus 03-03]
[    0.173321] pci 0000:00:0b.0:   bridge window [io  disabled]
[    0.173423] pci 0000:00:0b.0:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.173531] pci 0000:00:0b.0:   bridge window [mem pref disabled]
[    0.173652] pci 0000:04:01.0: PCI bridge to [bus 05-05]
[    0.173749] pci 0000:04:01.0:   bridge window [io  disabled]
[    0.173851] pci 0000:04:01.0:   bridge window [mem 0xfca00000-0xfeafffff]
[    0.173958] pci 0000:04:01.0:   bridge window [mem 0xcc400000-0xec3fffff pref]
[    0.174103] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    0.174107] pci_bus 0000:00: resource 5 [mem 0xfc500000-0xfc9fffff]
[    0.174111] pci_bus 0000:00: resource 6 [mem 0x40000000-0xcc3fffff]
[    0.174116] pci_bus 0000:00: resource 7 [mem 0xfec00000-0xfcffffffff]
[    0.174121] pci_bus 0000:01: resource 0 [io  0xa000-0xafff]
[    0.174125] pci_bus 0000:01: resource 1 [mem 0xfc500000-0xfc6fffff]
[    0.174130] pci_bus 0000:02: resource 0 [io  0xb000-0xbfff]
[    0.174134] pci_bus 0000:02: resource 1 [mem 0xfc700000-0xfc7fffff]
[    0.174138] pci_bus 0000:02: resource 2 [mem 0xcc200000-0xcc2fffff 64bit pref]
[    0.174143] pci_bus 0000:03: resource 1 [mem 0xfc800000-0xfc8fffff]
[    0.174148] pci_bus 0000:04: resource 4 [mem 0xfca00000-0xfebfffff]
[    0.174153] pci_bus 0000:04: resource 5 [mem 0xcc400000-0xfc4fffff]
[    0.174157] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
[    0.174162] pci_bus 0000:05: resource 1 [mem 0xfca00000-0xfeafffff]
[    0.174166] pci_bus 0000:05: resource 2 [mem 0xcc400000-0xec3fffff pref]
[    0.174236] NET: Registered protocol family 2
[    0.174484] IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.175531] TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
[    0.177782] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.178836] TCP: Hash tables configured (established 131072 bind 65536)
[    0.178942] TCP reno registered
[    0.179055] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.179181] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.179497] NET: Registered protocol family 1
[    0.179622] pci 0000:00:07.3: boot interrupts on device [1022:746b] already disabled
[    0.179755] pci 0000:00:0a.0: MSI quirk detected; subordinate MSI disabled
[    0.179863] pci 0000:00:0a.0: AMD8131 rev 12 detected; disabling PCI-X MMRBC
[    0.179977] pci 0000:00:0b.0: MSI quirk detected; subordinate MSI disabled
[    0.180097] pci 0000:00:0b.0: AMD8131 rev 12 detected; disabling PCI-X MMRBC
[    0.216083] pci 0000:04:00.0: Chipset erratum: Disabling direct PCI/AGP transfers
[    0.216225] pci 0000:05:00.0: Boot video device
[    0.216230] PCI: CLS 64 bytes, default 64
[    0.216330] Unpacking initramfs...
[    0.447131] Freeing initrd memory: 6004k freed
[    0.455208] agpgart-amd64 0000:04:00.0: AMD 8151 AGP Bridge rev B2
[    0.462923] agpgart-amd64 0000:04:00.0: AGP aperture is 128M @ 0xf0000000
[    0.463663] audit: initializing netlink socket (disabled)
[    0.463776] type=2000 audit(1298882646.462:1): initialized
[    0.475406] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.478565] VFS: Disk quotas dquot_6.5.2
[    0.478757] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.479022] msgmni has been set to 2002
[    0.479509] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.479636] io scheduler noop registered
[    0.479725] io scheduler deadline registered
[    0.479871] io scheduler cfq registered (default)
[    0.480202] ERST: Table is not found!
[    0.480289] XENFS: not registering filesystem on non-xen platform
[    0.480635] AMD768 RNG detected
[    0.480763] Linux agpgart interface v0.103
[    0.480853] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.501568] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.528581] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.596747] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.632632] 00:08: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.656076] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    0.658580] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.658819] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.659165] mice: PS/2 mouse device common for all mice
[    0.659419] rtc_cmos 00:02: RTC can wake from S4
[    0.667097] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    0.667252] rtc0: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
[    0.667385] cpuidle: using governor ladder
[    0.667480] cpuidle: using governor menu
[    0.668048] TCP cubic registered
[    0.668138] NET: Registered protocol family 17
[    0.668245] Registering the dns_resolver key type
[    0.668521] PM: Hibernation image not present or could not be loaded.
[    0.668542] registered taskstats version 1
[    0.669071] rtc_cmos 00:02: setting system clock to 2011-02-28 08:44:07 UTC (1298882647)
[    0.669331] Freeing unused kernel memory: 472k freed
[    0.669837] Write protecting the kernel read-only data: 6144k
[    0.670229] Freeing unused kernel memory: 1068k freed
[    0.671736] Freeing unused kernel memory: 940k freed
[    0.683643] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.698287] udev[51]: starting version 166
[    0.832633] Floppy drive(s): fd0 is 1.44M
[    0.857992] FDC 0 is a post-1991 82077
[    0.913025] SCSI subsystem initialized
[    0.915032] tg3.c:v3.115 (October 14, 2010)
[    0.915179] tg3 0000:02:09.0: PCI INT A -> GSI 24 (level, low) -> IRQ 24
[    0.939303] tg3 0000:02:09.0: eth0: Tigon3 [partno(BCM95703A30) rev 1002] (PCI:33MHz:64-bit) MAC address 00:e0:81:28:91:c5
[    0.939452] tg3 0000:02:09.0: eth0: attached PHY is 5703 (10/100/1000Base-T Ethernet) (WireSpeed[1])
[    0.939591] tg3 0000:02:09.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    0.939723] tg3 0000:02:09.0: eth0: dma_rwctrl[763f0000] dma_mask[64-bit]
[    0.947671] libata version 3.00 loaded.
[    0.968061] firewire_ohci 0000:01:0c.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[    0.973191] usbcore: registered new interface driver usbfs
[    0.973703] usbcore: registered new interface driver hub
[    0.974082] usbcore: registered new device driver usb
[    0.977906] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.980446] pata_amd 0000:00:07.1: version 0.4.1
[    0.981345] scsi0 : pata_amd
[    0.981654] scsi1 : pata_amd
[    0.982662] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[    0.982771] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[    1.019116] firewire_ohci: Added fw-ohci device 0000:01:0c.0, OHCI v1.10, 4 IR + 8 IT contexts, quirks 0x2
[    1.020054] ehci_hcd 0000:01:0a.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.020189] ehci_hcd 0000:01:0a.2: EHCI Host Controller
[    1.020325] ehci_hcd 0000:01:0a.2: new USB bus registered, assigned bus number 1
[    1.048052] ehci_hcd 0000:01:0a.2: irq 18, io mem 0xfc6ff800
[    1.054031] ehci_hcd 0000:01:0a.2: USB 2.0 started, EHCI 1.00
[    1.054167] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.054275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.054401] usb usb1: Product: EHCI Host Controller
[    1.054496] usb usb1: Manufacturer: Linux 2.6.37.2.uvesafb.agp ehci_hcd
[    1.054601] usb usb1: SerialNumber: 0000:01:0a.2
[    1.054976] hub 1-0:1.0: USB hub found
[    1.055083] hub 1-0:1.0: 5 ports detected
[    1.056039] sata_sil 0000:01:0b.0: version 2.4
[    1.056108] sata_sil 0000:01:0b.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.057428] scsi2 : sata_sil
[    1.057700] scsi3 : sata_sil
[    1.057967] scsi4 : sata_sil
[    1.058253] scsi5 : sata_sil
[    1.058480] ata3: SATA max UDMA/100 mmio m1024 at 0xfc6ffc00 tf 0xfc6ffc80 irq 17
[    1.058608] ata4: SATA max UDMA/100 mmio m1024 at 0xfc6ffc00 tf 0xfc6ffcc0 irq 17
[    1.058736] ata5: SATA max UDMA/100 mmio m1024 at 0xfc6ffc00 tf 0xfc6ffe80 irq 17
[    1.058864] ata6: SATA max UDMA/100 mmio m1024 at 0xfc6ffc00 tf 0xfc6ffec0 irq 17
[    1.083698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.083890] ohci_hcd 0000:01:00.0: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    1.084034] ohci_hcd 0000:01:00.0: OHCI Host Controller
[    1.084144] ohci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    1.090050] ohci_hcd 0000:01:00.0: irq 19, io mem 0xfc6fd000
[    1.137296] ata1.00: ATAPI: PLEXTOR DVDR   PX-712A, 1.09, max UDMA/33
[    1.140190] ata1.00: configured for UDMA/33
[    1.141279] scsi 0:0:0:0: CD-ROM            PLEXTOR  DVDR   PX-712A   1.09 PQ: 0 ANSI: 5
[    1.143084] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.143192] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.143319] usb usb2: Product: OHCI Host Controller
[    1.143414] usb usb2: Manufacturer: Linux 2.6.37.2.uvesafb.agp ohci_hcd
[    1.143519] usb usb2: SerialNumber: 0000:01:00.0
[    1.143941] hub 2-0:1.0: USB hub found
[    1.144060] hub 2-0:1.0: 3 ports detected
[    1.144366] ohci_hcd 0000:01:00.1: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    1.144506] ohci_hcd 0000:01:00.1: OHCI Host Controller
[    1.144612] ohci_hcd 0000:01:00.1: new USB bus registered, assigned bus number 3
[    1.152041] ohci_hcd 0000:01:00.1: irq 19, io mem 0xfc6fe000
[    1.205059] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.205167] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.205294] usb usb3: Product: OHCI Host Controller
[    1.205389] usb usb3: Manufacturer: Linux 2.6.37.2.uvesafb.agp ohci_hcd
[    1.205494] usb usb3: SerialNumber: 0000:01:00.1
[    1.205833] hub 3-0:1.0: USB hub found
[    1.205928] hub 3-0:1.0: 3 ports detected
[    1.206220] ohci_hcd 0000:01:0a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.206343] ohci_hcd 0000:01:0a.0: OHCI Host Controller
[    1.206450] ohci_hcd 0000:01:0a.0: new USB bus registered, assigned bus number 4
[    1.219057] ohci_hcd 0000:01:0a.0: irq 16, io mem 0xfc6fb000
[    1.295472] ata2.00: ATA-7: Maxtor 6Y200P0, YAR41BW0, max UDMA/133
[    1.295585] ata2.00: 398297088 sectors, multi 16: LBA48 
[    1.300351] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.300457] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.300584] usb usb4: Product: OHCI Host Controller
[    1.300679] usb usb4: Manufacturer: Linux 2.6.37.2.uvesafb.agp ohci_hcd
[    1.300784] usb usb4: SerialNumber: 0000:01:0a.0
[    1.301138] hub 4-0:1.0: USB hub found
[    1.301262] hub 4-0:1.0: 3 ports detected
[    1.301471] ata2.00: configured for UDMA/133
[    1.301709] scsi 1:0:0:0: Direct-Access     ATA      Maxtor 6Y200P0   YAR4 PQ: 0 ANSI: 5
[    1.302178] ohci_hcd 0000:01:0a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    1.302301] ohci_hcd 0000:01:0a.1: OHCI Host Controller
[    1.302408] ohci_hcd 0000:01:0a.1: new USB bus registered, assigned bus number 5
[    1.309037] ohci_hcd 0000:01:0a.1: irq 17, io mem 0xfc6fc000
[    1.364066] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[    1.390064] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.390171] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.390297] usb usb5: Product: OHCI Host Controller
[    1.390393] usb usb5: Manufacturer: Linux 2.6.37.2.uvesafb.agp ohci_hcd
[    1.390498] usb usb5: SerialNumber: 0000:01:0a.1
[    1.390833] hub 5-0:1.0: USB hub found
[    1.390927] hub 5-0:1.0: 2 ports detected
[    1.408028] ata3.00: ATA-7: MAXTOR STM3320820AS, 3.AAE, max UDMA/133
[    1.408140] ata3.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.482981] ata3.00: configured for UDMA/100
[    1.483197] scsi 2:0:0:0: Direct-Access     ATA      MAXTOR STM332082 3.AA PQ: 0 ANSI: 5
[    1.520192] firewire_core: created device fw0: GUID 00e0810000301568, S400
[    1.563045] usb 3-1: new low speed USB device using ohci_hcd and address 2
[    1.758977] usb 3-1: New USB device found, idVendor=046d, idProduct=c50e
[    1.759103] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.759217] usb 3-1: Product: USB Receiver
[    1.759312] usb 3-1: Manufacturer: Logitech
[    1.788068] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[    1.831666] ata4.00: ATA-7: MAXTOR STM3320820AS, 3.AAE, max UDMA/133
[    1.831777] ata4.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.906630] ata4.00: configured for UDMA/100
[    1.906908] scsi 3:0:0:0: Direct-Access     ATA      MAXTOR STM332082 3.AA PQ: 0 ANSI: 5
[    1.919030] usb 3-2: new full speed USB device using ohci_hcd and address 3
[    2.271910] usb 3-2: New USB device found, idVendor=0a12, idProduct=0001
[    2.272036] usb 3-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.926063] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[    2.929451] ata5.00: ATA-7: Maxtor 6Y120M0, YAR51EW0, max UDMA/133
[    2.929560] ata5.00: 240121728 sectors, multi 0: LBA 
[    2.935472] ata5.00: configured for UDMA/100
[    2.935658] scsi 4:0:0:0: Direct-Access     ATA      Maxtor 6Y120M0   YAR5 PQ: 0 ANSI: 5
[    3.241061] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[    3.244471] ata6.00: ATA-7: Maxtor 6Y120M0, YAR511W0, max UDMA/133
[    3.244581] ata6.00: 240121728 sectors, multi 0: LBA 
[    3.250462] ata6.00: configured for UDMA/100
[    3.250746] scsi 5:0:0:0: Direct-Access     ATA      Maxtor 6Y120M0   YAR5 PQ: 0 ANSI: 5
[    3.289201] sd 1:0:0:0: [sda] 398297088 512-byte logical blocks: (203 GB/189 GiB)
[    3.289423] sd 1:0:0:0: [sda] Write Protect is off
[    3.289519] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.289559] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.290388] sd 2:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    3.290591] sd 2:0:0:0: [sdb] Write Protect is off
[    3.290687] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    3.290723] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.291692] sd 3:0:0:0: [sdc] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    3.291904] sd 3:0:0:0: [sdc] Write Protect is off
[    3.292000] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    3.292061] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.292982] sd 4:0:0:0: [sdd] 240121728 512-byte logical blocks: (122 GB/114 GiB)
[    3.293216] sd 4:0:0:0: [sdd] Write Protect is off
[    3.293313] sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    3.293559] sd 4:0:0:0: [sdd] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    3.294510] sd 5:0:0:0: [sde] 240121728 512-byte logical blocks: (122 GB/114 GiB)
[    3.294712] sd 5:0:0:0: [sde] Write Protect is off
[    3.294808] sd 5:0:0:0: [sde] Mode Sense: 00 3a 00 00
[    3.294844] sd 5:0:0:0: [sde] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    3.295665]  sda: sda1
[    3.296130] sd 1:0:0:0: [sda] Attached SCSI disk
[    3.305276]  sdb: sdb1
[    3.305709] sd 2:0:0:0: [sdb] Attached SCSI disk
[    3.312422]  sdc: sdc1
[    3.313695] sd 3:0:0:0: [sdc] Attached SCSI disk
[    3.314336]  sdd: sdd1
[    3.314807] sd 4:0:0:0: [sdd] Attached SCSI disk
[    3.316024]  sde: sde1
[    3.316432] sd 5:0:0:0: [sde] Attached SCSI disk
[    3.329025] sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
[    3.329145] cdrom: Uniform CD-ROM driver Revision: 3.20
[    3.329487] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    3.356742] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:06.0/0000:01:00.1/usb3/3-1/3-1:1.0/input/input1
[    3.357088] generic-usb 0003:046D:C50E.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:01:00.1-1/input0
[    3.357287] usbcore: registered new interface driver usbhid
[    3.357395] usbhid: USB HID core driver
[    3.358887] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    3.360437] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    3.361350] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    3.362181] sd 3:0:0:0: Attached scsi generic sg3 type 0
[    3.363514] sd 4:0:0:0: Attached scsi generic sg4 type 0
[    3.364768] sd 5:0:0:0: Attached scsi generic sg5 type 0
[    3.582861] uvesafb: Leadtek Research Inc., NV35 Board - 172fp297, Chip Rev   , OEM: WinFast, VBE v3.0
[    3.630389] uvesafb: VBIOS/hardware supports DDC2 transfers
[    3.736698] uvesafb: monitor limits: vf = 75 Hz, hf = 80 kHz, clk = 140 MHz
[    3.737380] uvesafb: scrolling: redraw
[    4.967109] Console: switching to colour frame buffer device 160x64
[    5.002353] uvesafb: framebuffer at 0xd0000000, mapped to 0xffffc90000900000, using 24576k, total 262144k
[    5.002738] fb0: VESA VGA frame buffer device
[    5.023523] md: raid0 personality registered for level 0
[    5.060332] md: md0 stopped.
[    5.076146] md: bind<sdc1>
[    5.076680] md: bind<sdb1>
[    5.078790] bio: create slab <bio-1> at 1
[    5.078962] md/raid0:md0: looking at sdb1
[    5.079145] md/raid0:md0:   comparing sdb1(625137664) with sdb1(625137664)
[    5.079429] md/raid0:md0:   END
[    5.079555] md/raid0:md0:   ==> UNIQUE
[    5.079706] md/raid0:md0: 1 zones
[    5.079838] md/raid0:md0: looking at sdc1
[    5.079999] md/raid0:md0:   comparing sdc1(625137664) with sdb1(625137664)
[    5.080304] md/raid0:md0:   EQUAL
[    5.080436] md/raid0:md0: FINAL 1 zones
[    5.080592] md/raid0:md0: done.
[    5.080717] md/raid0:md0: md_size is 1250275328 sectors.
[    5.080931] ******* md0 configuration *********
[    5.081125] zone0=[sdb1/sdc1/]
[    5.081274]         zone offset=0kb device offset=0kb size=625137664kb
[    5.081537] **********************************
[    5.081538] 
[    5.081787] md0: detected capacity change from 0 to 640140967936
[    5.084255]  md0: unknown partition table
[    5.292793] md: md1 stopped.
[    5.299106] md: bind<sde1>
[    5.299424] md: bind<sdd1>
[    5.301480] md/raid0:md1: looking at sdd1
[    5.301645] md/raid0:md1:   comparing sdd1(240115712) with sdd1(240115712)
[    5.301928] md/raid0:md1:   END
[    5.302073] md/raid0:md1:   ==> UNIQUE
[    5.302224] md/raid0:md1: 1 zones
[    5.302357] md/raid0:md1: looking at sde1
[    5.312571] md/raid0:md1:   comparing sde1(240115712) with sdd1(240115712)
[    5.322929] md/raid0:md1:   EQUAL
[    5.333190] md/raid0:md1: FINAL 1 zones
[    5.343399] md/raid0:md1: done.
[    5.353517] md/raid0:md1: md_size is 480231424 sectors.
[    5.353522] ******* md1 configuration *********
[    5.353525] zone0=[sdd1/sde1/]
[    5.353530]         zone offset=0kb device offset=0kb size=240115712kb
[    5.353533] **********************************
[    5.353534] 
[    5.353552] md1: detected capacity change from 0 to 245878489088
[    5.423906]  md1: unknown partition table
[    5.480895] device-mapper: uevent: version 1.0.3
[    5.491732] device-mapper: ioctl: 4.18.0-ioctl (2010-06-29) initialised: dm-devel at redhat.com
[    5.863174] PM: Starting manual resume from disk
[    5.873732] PM: Hibernation image partition 253:1 present
[    5.873736] PM: Looking for hibernation image.
[    5.880469] PM: Image not found (code -22)
[    5.880472] PM: Hibernation image not present or could not be loaded.
[    5.974173] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[    7.336102] udev[421]: starting version 166
[    7.557033] ACPI: acpi_idle registered with cpuidle
[    7.557171] ACPI: processor limited to max C-state 1
[    7.558195] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
[    7.558206] ACPI: Power Button [PWRB]
[    7.635654] MCE: In-kernel MCE decoding enabled.
[    7.650747] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    7.650756] ACPI: Power Button [PWRF]
[    7.680695] input: PC Speaker as /devices/platform/pcspkr/input/input4
[    7.732057] b43-pci-bridge 0000:03:06.0: PCI INT A -> GSI 29 (level, low) -> IRQ 29
[    7.743162] ACPI: resource 0000:00:07.2 [io  0xcc00-0xcc1f] conflicts with ACPI region ECIO [io  0xcc00-0xcc1f pref disabled]
[    7.764547] EDAC MC: Ver: 2.1.0 Feb 28 2011
[    7.766894] parport_pc 00:0a: reported by Plug and Play ACPI
[    7.766925] parport0: PC-style at 0x378, irq 7 [PCSPP(,...)]
[    7.802115] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x04, vendor 0x4243)
[    7.802125] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x05, vendor 0x4243)
[    7.802135] ssb: Core 2 found: PCMCIA (cc 0x80D, rev 0x02, vendor 0x4243)
[    7.802142] ssb: Core 3 found: V90 (cc 0x807, rev 0x02, vendor 0x4243)
[    7.802150] ssb: Core 4 found: PCI (cc 0x804, rev 0x09, vendor 0x4243)
[    7.805615] ssb: Sonics Silicon Backplane found on PCI device 0000:03:06.0
[    7.819415] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    7.834066] ACPI: resource amd756_smbus [io  0x10e0-0x10ef] conflicts with ACPI region PMIO [io  0x1000-0x10fe 64bit pref disabled]
[    7.849296] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    7.915751] EDAC amd64_edac:  Ver: 3.3.0 Feb 28 2011
[    7.930068] EDAC amd64: ECC is enabled by BIOS.
[    7.945886] EDAC amd64: ECC is enabled by BIOS.
[    7.962252] EDAC MC: Rev E or earlier detected
[    7.962358] EDAC MC0: Giving out device to 'amd64_edac' 'RevF': DEV 0000:00:18.2
[    7.981384] EDAC MC: Rev E or earlier detected
[    7.982556] EDAC MC1: Giving out device to 'amd64_edac' 'RevF': DEV 0000:00:19.2
[    7.995856] EDAC PCI0: Giving out device to module 'amd64_edac' controller 'EDAC PCI controller': DEV '0000:00:18.2' (POLLED)
[    8.043722] gameport gameport0: EMU10K1 is pci0000:02:07.1/gameport0, io 0xbc00, speed 1071kHz
[    8.184812] cfg80211: Calling CRDA to update world regulatory domain
[    8.239416] nvidia: module license 'NVIDIA' taints kernel.
[    8.252800] Disabling lock debugging due to kernel taint
[    8.292713] b43-phy0: Broadcom 4306 WLAN found (core revision 5)
[    8.352862] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    8.353508] Broadcom 43xx driver loaded [ Features: P, Firmware-ID: FW13 ]
[    8.586097] CA0106 0000:02:07.0: PCI INT A -> GSI 26 (level, low) -> IRQ 26
[    8.625074] snd-ca0106: Model 1002 Rev 00000000 Serial 10021102
[    9.412057] nvidia 0000:05:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    9.425980] vgaarb: device changed decodes: PCI:0000:05:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[    9.440684] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  173.14.28  Wed Sep 29 09:44:58 PDT 2010
[    9.941718] EXT4-fs (dm-0): re-mounted. Opts: (null)
[   10.153256] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
[   10.387119] loop: module loaded
[   11.433665] Adding 1949692k swap on /dev/mapper/ananias-swap.  Priority:-1 extents:1 across:1949692k 
[   12.780555] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: (null)
[   12.899915] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
[   12.958732] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null)
[   13.024326] EXT4-fs (dm-5): mounted filesystem with ordered data mode. Opts: (null)
[   13.094872] EXT4-fs (dm-7): mounted filesystem with ordered data mode. Opts: (null)
[   13.138666] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Opts: (null)
[   14.800773] fuse init (API version 7.15)
[   15.410864] NET: Registered protocol family 10
[   15.425813] lo: Disabled Privacy Extensions
[   15.427283] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   16.073393] tg3 0000:02:09.0: eth0: Link is up at 100 Mbps, full duplex
[   16.073637] tg3 0000:02:09.0: eth0: Flow control is on for TX and on for RX
[   16.099105] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   18.436566] Bluetooth: Core ver 2.15
[   18.450150] NET: Registered protocol family 31
[   18.462727] Bluetooth: HCI device and connection manager initialized
[   18.462733] Bluetooth: HCI socket layer initialized
[   18.520286] Bluetooth: L2CAP ver 2.15
[   18.532482] Bluetooth: L2CAP socket layer initialized
[   18.725983] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   18.738782] Bluetooth: BNEP filters: protocol multicast
[   18.919370] Bluetooth: SCO (Voice Link) ver 0.6
[   18.931491] Bluetooth: SCO socket layer initialized
[   19.456538] lp0: using parport0 (interrupt-driven).
[   19.572309] ppdev: user-space parallel port driver
[   20.778986] agpgart-amd64 0000:04:00.0: AGP 3.0 bridge
[   20.779121] agpgart-amd64 0000:04:00.0: putting AGP V3 device into 8x mode
[   20.779132] nvidia 0000:05:00.0: putting AGP V3 device into 8x mode
[   21.374976] powernow-k8: Power state transitions not supported
[   21.374987] powernow-k8: Power state transitions not supported
[   26.882025] eth0: no IPv6 routers present
[   27.285071] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro,commit=0
[   27.297780] EXT4-fs (dm-3): re-mounted. Opts: commit=0
[   27.309843] EXT4-fs (dm-2): re-mounted. Opts: commit=0
[   27.323640] EXT4-fs (dm-8): re-mounted. Opts: commit=0
[   28.073077] EXT4-fs (dm-5): re-mounted. Opts: commit=0
[   28.080732] EXT4-fs (dm-7): re-mounted. Opts: commit=0
[   28.887275] EXT4-fs (dm-4): re-mounted. Opts: commit=0


More information about the Pkg-grub-devel mailing list