GentooをASRock FM2A75M-DGS (BIOS: P1.50)にインストールしたときの設定(2012-10-08)。 Linux 3.4.9, efibootmgr 0.5.4, genkernel 3.4.24_p2での操作。
GPTでパーティション切らなければいけないので、gptdiskパッケージのgdisk
を使う。
ドライブの頭に500 MBのパーティションを作って、これのタイプをef00h
にする。
それ以外はLinux LVMで確保。
頭に作ったパーティションをfat32でフォーマットする。mkfs.vfat -F 32
でいける。
LVMの方はcryptsetup luksFormat
, cryptsetup luksOpen
,
pvcreate
, vgcreate
, lvcreate
×2を使って
root, swapパーティションを作る(適当)。
カーネルのオプションは、いつも通りLVM+LUKSで起動するのに必要っぽいオプション
(わかりにくいのはSHAっぽいアルゴリズムを全部ONにするところ)と、EFI stub
(CONFIG_EFI_STUB
)を入れる。
コンパイルはinitramfsを作るのが簡単にできるgenkernelを使った:
genkernel --oldconfig --luks --lvm --install all
とやれば/bootにkernelとinitramfsをコピーまでしてくれる優れもの
頭に作ったef00h
のパーティションをvfatでマウントして、\EFI\gentoo\
にカーネルをkernel.efi
, initramfsをinitramfs
として置く。
で、ここが一番ハマったところなのですが、UEFIはパラメータをUCS2エンコーディングで渡すので
echo 'init=/linuxrc initrd=\EFI\gentoo\initramfs dolvm crypt_root=/dev/sda2 real_root=/dev/mapper/natvg-natroot' \ | iconv -f ascii -t ucs2 | efibootmgr --create --loader '\EFI\gentoo\kernel.efi' --append-binary-args -
とiconvを挿む必要がある (efibootmgrの-uオプションはなんか動かない)。 以降、マザーボードのファームウェア設定画面でLinuxが選べるようになる。なお、EFI Shellからは
kernel init=... root=...
などとしてパラメータを変えて起動できて、こちらは自動でUCS2で渡されている模様。
Itanium機だと起動パラメータのエディタがEFIに組み込まれていたりして便利だが、 このマザーボードにはそれがないのでefibootmgrを使うことになった。 起動時間はBIOS/eliloなどと比べ微妙に早いのかもしれないが、あまり変わらないと思う。気分の問題だ!
その後セットアップを続けていて気づいたのですが、X.orgのradeon
が動かないし
(そもそもKMSの段階でefifb
からうまく切り替わらない)、ATIのfglrx
も動かない!
仕方ないので、BIOS Bootにしました。単純に/dev/sda1をext3で初期化して、grubを入れるだけでよかった。
あんまりな結果ですが、EFIで起動するとdmesgはこんな感じです:
[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 3.4.9-gentoo (root@Gentoo-2012) (gcc version 4.5.4 (Gentoo 4.5.4 p1.0, pie-0.4.7) ) #2 SMP PREEMPT Mon Oct 8 19:26:19 JST 2012 [ 0.000000] Command line: init=/linuxrc initrd=\EFI\gentoo\initramfs dolvm crypt_root=/dev/sda2 real_root=/dev/mapper/natvg-natroot [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 00000000000a0000 (usable) [ 0.000000] BIOS-e820: 0000000000100000 - 000000009ddef000 (usable) [ 0.000000] BIOS-e820: 000000009ddef000 - 000000009e0f9000 (reserved) [ 0.000000] BIOS-e820: 000000009e0f9000 - 000000009e448000 (ACPI NVS) [ 0.000000] BIOS-e820: 000000009e448000 - 000000009ec04000 (reserved) [ 0.000000] BIOS-e820: 000000009ec04000 - 000000009ec05000 (usable) [ 0.000000] BIOS-e820: 000000009ec05000 - 000000009ee0b000 (ACPI NVS) [ 0.000000] BIOS-e820: 000000009ee0b000 - 000000009f224000 (usable) [ 0.000000] BIOS-e820: 000000009f224000 - 000000009f7f3000 (reserved) [ 0.000000] BIOS-e820: 000000009f7f3000 - 000000009f800000 (usable) [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved) [ 0.000000] BIOS-e820: 00000000fec10000 - 00000000fec11000 (reserved) [ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed01000 (reserved) [ 0.000000] BIOS-e820: 00000000fed40000 - 00000000fed45000 (reserved) [ 0.000000] BIOS-e820: 00000000fed80000 - 00000000fed90000 (reserved) [ 0.000000] BIOS-e820: 00000000ff800000 - 0000000100000000 (reserved) [ 0.000000] BIOS-e820: 0000000100001000 - 000000023f000000 (usable) [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] efi: EFI v2.31 by American Megatrends [ 0.000000] efi: ACPI=0x9e437000 ACPI 2.0=0x9e437000 SMBIOS=0xf04c0 MPS=0xfd4b0 [ 0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000008000) (0MB) [ 0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000008000-0x000000000000f000) (0MB) [ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x000000000000f000-0x0000000000077000) (0MB) [ 0.000000] efi: mem03: type=4, attr=0xf, range=[0x0000000000077000-0x0000000000078000) (0MB) [ 0.000000] efi: mem04: type=3, attr=0xf, range=[0x0000000000078000-0x00000000000a0000) (0MB) [ 0.000000] efi: mem05: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB) [ 0.000000] efi: mem06: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001100000) (1MB) [ 0.000000] efi: mem07: type=7, attr=0xf, range=[0x0000000001100000-0x0000000002000000) (15MB) [ 0.000000] efi: mem08: type=2, attr=0xf, range=[0x0000000002000000-0x0000000002d3b000) (13MB) [ 0.000000] efi: mem09: type=7, attr=0xf, range=[0x0000000002d3b000-0x000000007fc4b000) (1999MB) [ 0.000000] efi: mem10: type=2, attr=0xf, range=[0x000000007fc4b000-0x0000000080000000) (3MB) [ 0.000000] efi: mem11: type=7, attr=0xf, range=[0x0000000080000000-0x000000008f652000) (246MB) [ 0.000000] efi: mem12: type=2, attr=0xf, range=[0x000000008f652000-0x000000008f653000) (0MB) [ 0.000000] efi: mem13: type=1, attr=0xf, range=[0x000000008f653000-0x000000008fa68000) (4MB) [ 0.000000] efi: mem14: type=7, attr=0xf, range=[0x000000008fa68000-0x00000000927da000) (45MB) [ 0.000000] efi: mem15: type=4, attr=0xf, range=[0x00000000927da000-0x000000009281f000) (0MB) [ 0.000000] efi: mem16: type=7, attr=0xf, range=[0x000000009281f000-0x0000000092831000) (0MB) [ 0.000000] efi: mem17: type=4, attr=0xf, range=[0x0000000092831000-0x00000000929a3000) (1MB) [ 0.000000] efi: mem18: type=7, attr=0xf, range=[0x00000000929a3000-0x00000000929a6000) (0MB) [ 0.000000] efi: mem19: type=4, attr=0xf, range=[0x00000000929a6000-0x00000000929ad000) (0MB) [ 0.000000] efi: mem20: type=7, attr=0xf, range=[0x00000000929ad000-0x00000000929b2000) (0MB) [ 0.000000] efi: mem21: type=4, attr=0xf, range=[0x00000000929b2000-0x000000009d6d6000) (173MB) [ 0.000000] efi: mem22: type=7, attr=0xf, range=[0x000000009d6d6000-0x000000009db23000) (4MB) [ 0.000000] efi: mem23: type=3, attr=0xf, range=[0x000000009db23000-0x000000009ddef000) (2MB) [ 0.000000] efi: mem24: type=0, attr=0xf, range=[0x000000009ddef000-0x000000009de8a000) (0MB) [ 0.000000] efi: mem25: type=0, attr=0xf, range=[0x000000009de8a000-0x000000009e0f9000) (2MB) [ 0.000000] efi: mem26: type=10, attr=0xf, range=[0x000000009e0f9000-0x000000009e3a8000) (2MB) [ 0.000000] efi: mem27: type=10, attr=0xf, range=[0x000000009e3a8000-0x000000009e448000) (0MB) [ 0.000000] efi: mem28: type=6, attr=0x800000000000000f, range=[0x000000009e448000-0x000000009eb92000) (7MB) [ 0.000000] efi: mem29: type=6, attr=0x800000000000000f, range=[0x000000009eb92000-0x000000009eb97000) (0MB) [ 0.000000] efi: mem30: type=6, attr=0x800000000000000f, range=[0x000000009eb97000-0x000000009eb99000) (0MB) [ 0.000000] efi: mem31: type=6, attr=0x800000000000000f, range=[0x000000009eb99000-0x000000009ebaa000) (0MB) [ 0.000000] efi: mem32: type=6, attr=0x800000000000000f, range=[0x000000009ebaa000-0x000000009ebad000) (0MB) [ 0.000000] efi: mem33: type=6, attr=0x800000000000000f, range=[0x000000009ebad000-0x000000009ebc8000) (0MB) [ 0.000000] efi: mem34: type=5, attr=0x800000000000000f, range=[0x000000009ebc8000-0x000000009ebd4000) (0MB) [ 0.000000] efi: mem35: type=5, attr=0x800000000000000f, range=[0x000000009ebd4000-0x000000009ec04000) (0MB) [ 0.000000] efi: mem36: type=4, attr=0xf, range=[0x000000009ec04000-0x000000009ec05000) (0MB) [ 0.000000] efi: mem37: type=10, attr=0xf, range=[0x000000009ec05000-0x000000009ee0b000) (2MB) [ 0.000000] efi: mem38: type=4, attr=0xf, range=[0x000000009ee0b000-0x000000009ef58000) (1MB) [ 0.000000] efi: mem39: type=3, attr=0xf, range=[0x000000009ef58000-0x000000009f1f2000) (2MB) [ 0.000000] efi: mem40: type=4, attr=0xf, range=[0x000000009f1f2000-0x000000009f1fc000) (0MB) [ 0.000000] efi: mem41: type=3, attr=0xf, range=[0x000000009f1fc000-0x000000009f1fe000) (0MB) [ 0.000000] efi: mem42: type=4, attr=0xf, range=[0x000000009f1fe000-0x000000009f200000) (0MB) [ 0.000000] efi: mem43: type=3, attr=0xf, range=[0x000000009f200000-0x000000009f204000) (0MB) [ 0.000000] efi: mem44: type=4, attr=0xf, range=[0x000000009f204000-0x000000009f212000) (0MB) [ 0.000000] efi: mem45: type=3, attr=0xf, range=[0x000000009f212000-0x000000009f224000) (0MB) [ 0.000000] efi: mem46: type=6, attr=0x800000000000000f, range=[0x000000009f224000-0x000000009f7f3000) (5MB) [ 0.000000] efi: mem47: type=4, attr=0xf, range=[0x000000009f7f3000-0x000000009f800000) (0MB) [ 0.000000] efi: mem48: type=7, attr=0xf, range=[0x0000000100001000-0x000000023f000000) (5103MB) [ 0.000000] efi: mem49: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB) [ 0.000000] efi: mem50: type=11, attr=0x8000000000000001, range=[0x00000000fec10000-0x00000000fec11000) (0MB) [ 0.000000] efi: mem51: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed01000) (0MB) [ 0.000000] efi: mem52: type=11, attr=0x8000000000000001, range=[0x00000000fed40000-0x00000000fed45000) (0MB) [ 0.000000] efi: mem53: type=11, attr=0x8000000000000001, range=[0x00000000fed80000-0x00000000fed81000) (0MB) [ 0.000000] efi: mem54: type=11, attr=0x8000000000000001, range=[0x00000000fed81000-0x00000000fed90000) (0MB) [ 0.000000] efi: mem55: type=11, attr=0x8000000000000001, range=[0x00000000ff800000-0x0000000100000000) (8MB) [ 0.000000] DMI 2.7 present. [ 0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./FM2A75M-DGS, BIOS P1.50 08/31/2012 [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved) [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable) [ 0.000000] No AGP bridge found [ 0.000000] last_pfn = 0x23f000 max_arch_pfn = 0x400000000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR fixed ranges enabled: [ 0.000000] 00000-9FFFF write-back [ 0.000000] A0000-BFFFF write-through [ 0.000000] C0000-CFFFF write-protect [ 0.000000] D0000-DFFFF uncachable [ 0.000000] E0000-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back [ 0.000000] 1 base 000080000000 mask FFFFE0000000 write-back [ 0.000000] 2 base 00009F800000 mask FFFFFF800000 uncachable [ 0.000000] 3 disabled [ 0.000000] 4 disabled [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] TOM2: 000000023f000000 aka 9200M [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820 update range: 000000009f800000 - 0000000100000000 (usable) ==> (reserved) [ 0.000000] last_pfn = 0x9f800 max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [ffff8800000fd7d0] fd7d0 [ 0.000000] initial memory mapped : 0 - 20000000 [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 20480 [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: 0000000000000000-000000009f800000 [ 0.000000] 0000000000 - 0080000000 page 1G [ 0.000000] 0080000000 - 009f800000 page 2M [ 0.000000] kernel direct mapping tables up to 9f800000 @ 1fffe000-20000000 [ 0.000000] init_memory_mapping: 0000000100000000-000000023f000000 [ 0.000000] 0100000000 - 0200000000 page 1G [ 0.000000] 0200000000 - 023f000000 page 2M [ 0.000000] kernel direct mapping tables up to 23f000000 @ 9db21000-9db23000 [ 0.000000] RAMDISK: 7fc4b000 - 80000000 [ 0.000000] ACPI: RSDP 000000009e437000 00024 (v02 ALASKA) [ 0.000000] ACPI: XSDT 000000009e437078 0006C (v01 ALASKA A M I 01072009 AMI 00010013) [ 0.000000] ACPI: FACP 000000009e43d8e0 000F4 (v04 ALASKA A M I 01072009 AMI 00010013) [ 0.000000] ACPI Warning: Optional field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20120320/tbfadt-579) [ 0.000000] ACPI: DSDT 000000009e437178 06766 (v02 ALASKA A M I 00000000 INTL 20051117) [ 0.000000] ACPI: FACS 000000009e440d80 00040 [ 0.000000] ACPI: APIC 000000009e43d9d8 00072 (v03 ALASKA A M I 01072009 AMI 00010013) [ 0.000000] ACPI: FPDT 000000009e43da50 00044 (v01 ALASKA A M I 01072009 AMI 00010013) [ 0.000000] ACPI: MCFG 000000009e43da98 0003C (v01 ALASKA A M I 01072009 MSFT 00010013) [ 0.000000] ACPI: AAFT 000000009e43dad8 0009C (v01 ALASKA OEMAAFT 01072009 MSFT 00000097) [ 0.000000] ACPI: HPET 000000009e43db78 00038 (v01 ALASKA A M I 01072009 AMI 00000005) [ 0.000000] ACPI: SSDT 000000009e43dbb0 00D40 (v01 AMD POWERNOW 00000001 AMD 00000001) [ 0.000000] ACPI: SSDT 000000009e43e8f0 004B7 (v02 AMD ALIB 00000001 MSFT 04000000) [ 0.000000] ACPI: CRAT 000000009e43eda8 002F8 (v01 AMD AGESA 00000001 AMD 00000001) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880236e00000-ffff88023e5fffff] on node 0 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] DMA32 0x00001000 -> 0x00100000 [ 0.000000] Normal 0x00100000 -> 0x0023f000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] Early memory PFN ranges [ 0.000000] 0: 0x00000010 -> 0x000000a0 [ 0.000000] 0: 0x00000100 -> 0x0009ddef [ 0.000000] 0: 0x0009ec04 -> 0x0009ec05 [ 0.000000] 0: 0x0009ee0b -> 0x0009f224 [ 0.000000] 0: 0x0009f7f3 -> 0x0009f800 [ 0.000000] 0: 0x00100001 -> 0x0023f000 [ 0.000000] On node 0 totalpages: 1954213 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 8 pages reserved [ 0.000000] DMA zone: 3912 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 16320 pages used for memmap [ 0.000000] DMA32 zone: 627286 pages, LIFO batch:31 [ 0.000000] Normal zone: 20416 pages used for memmap [ 0.000000] Normal zone: 1286207 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x808 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x10] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x11] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x12] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x13] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x05] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 5, version 33, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) [ 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: 0x10228210 base: 0xfed00000 [ 0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs [ 0.000000] nr_irqs_gsi: 40 [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000 [ 0.000000] PM: Registered nosave memory: 000000009ddef000 - 000000009e0f9000 [ 0.000000] PM: Registered nosave memory: 000000009e0f9000 - 000000009e448000 [ 0.000000] PM: Registered nosave memory: 000000009e448000 - 000000009ec04000 [ 0.000000] PM: Registered nosave memory: 000000009ec05000 - 000000009ee0b000 [ 0.000000] PM: Registered nosave memory: 000000009f224000 - 000000009f7f3000 [ 0.000000] PM: Registered nosave memory: 000000009f800000 - 00000000fec00000 [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000 [ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fec10000 [ 0.000000] PM: Registered nosave memory: 00000000fec10000 - 00000000fec11000 [ 0.000000] PM: Registered nosave memory: 00000000fec11000 - 00000000fed00000 [ 0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed01000 [ 0.000000] PM: Registered nosave memory: 00000000fed01000 - 00000000fed40000 [ 0.000000] PM: Registered nosave memory: 00000000fed40000 - 00000000fed45000 [ 0.000000] PM: Registered nosave memory: 00000000fed45000 - 00000000fed80000 [ 0.000000] PM: Registered nosave memory: 00000000fed80000 - 00000000fed90000 [ 0.000000] PM: Registered nosave memory: 00000000fed90000 - 00000000ff800000 [ 0.000000] PM: Registered nosave memory: 00000000ff800000 - 0000000100000000 [ 0.000000] PM: Registered nosave memory: 0000000100000000 - 0000000100001000 [ 0.000000] Allocating PCI resources starting at 9f800000 (gap: 9f800000:5f400000) [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 26 pages/cpu @ffff88023ec00000 s77760 r8192 d20544 u524288 [ 0.000000] pcpu-alloc: s77760 r8192 d20544 u524288 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 2 3 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1917405 [ 0.000000] Kernel command line: init=/linuxrc initrd=\EFI\gentoo\initramfs dolvm crypt_root=/dev/sda2 real_root=/dev/mapper/natvg-natroot [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) [ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 7414852k/9420800k available (6107k kernel code, 1603948k absent, 402000k reserved, 2613k data, 524k init) [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] NR_IRQS:4352 nr_irqs:712 16 [ 0.000000] Extended CMOS year: 2000 [ 0.000000] Console: colour dummy device 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] hpet clockevent registered [ 0.000000] Fast TSC calibration using PIT [ 0.001000] Detected 3393.693 MHz processor. [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 6787.38 BogoMIPS (lpj=3393693) [ 0.000007] pid_max: default: 32768 minimum: 301 [ 0.006679] Security Framework initialized [ 0.006694] Mount-cache hash table entries: 256 [ 0.006814] Initializing cgroup subsys cpuacct [ 0.006818] Initializing cgroup subsys freezer [ 0.006834] tseg: 009f800000 [ 0.006835] CPU: Physical Processor ID: 0 [ 0.006838] CPU: Processor Core ID: 0 [ 0.006840] mce: CPU supports 7 MCE banks [ 0.006848] LVT offset 0 assigned for vector 0xf9 [ 0.006896] ACPI: Core revision 20120320 [ 0.031079] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.041059] CPU0: AMD A10-5700 APU with Radeon(tm) HD Graphics stepping 01 [ 0.142686] Performance Events: AMD Family 15h PMU driver. [ 0.142692] ... version: 0 [ 0.142695] ... bit width: 48 [ 0.142697] ... generic registers: 6 [ 0.142699] ... value mask: 0000ffffffffffff [ 0.142702] ... max period: 00007fffffffffff [ 0.142705] ... fixed-purpose events: 0 [ 0.142707] ... event mask: 000000000000003f [ 0.148764] MCE: In-kernel MCE decoding enabled. [ 0.154742] Booting Node 0, Processors #1 #2 #3 Ok. [ 0.201762] Brought up 4 CPUs [ 0.201766] Total of 4 processors activated (27149.54 BogoMIPS). [ 0.202379] PM: Registering ACPI NVS region [mem 0x9e0f9000-0x9e447fff] (3469312 bytes) [ 0.202423] PM: Registering ACPI NVS region [mem 0x9ec05000-0x9ee0afff] (2121728 bytes) [ 0.202491] NET: Registered protocol family 16 [ 0.202598] kworker/u:0 used greatest stack depth: 5528 bytes left [ 0.202964] ACPI: bus type pci registered [ 0.203046] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.203052] PCI: not using MMCONFIG [ 0.203054] PCI: Using configuration type 1 for base access [ 0.203057] PCI: Using configuration type 1 for extended access [ 0.208930] bio: create slab <bio-0> at 0 [ 0.209065] ACPI: Added _OSI(Module Device) [ 0.209068] ACPI: Added _OSI(Processor Device) [ 0.209071] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.209074] ACPI: Added _OSI(Processor Aggregator Device) [ 0.209861] ACPI: EC: Look up EC in DSDT [ 0.210792] ACPI: Executed 1 blocks of module-level executable AML code [ 0.213062] ACPI: Interpreter enabled [ 0.213067] ACPI: (supports S0 S3 S4 S5) [ 0.213085] ACPI: Using IOAPIC for interrupt routing [ 0.213192] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.213223] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources [ 0.250626] ACPI: No dock devices found. [ 0.250633] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250826] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250985] pci_root PNP0A03:00: host bridge window [io 0x0000-0x03af] [ 0.250989] pci_root PNP0A03:00: host bridge window [io 0x03e0-0x0cf7] [ 0.250992] pci_root PNP0A03:00: host bridge window [io 0x03b0-0x03df] [ 0.250996] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] [ 0.250999] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] [ 0.251003] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff] [ 0.251008] pci_root PNP0A03:00: host bridge window [mem 0xc0000000-0xffffffff] [ 0.251128] PCI host bridge to bus 0000:00 [ 0.251132] pci_bus 0000:00: root bus resource [io 0x0000-0x03af] [ 0.251135] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7] [ 0.251139] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df] [ 0.251142] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.251145] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.251149] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff] [ 0.251153] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff] [ 0.251161] pci 0000:00:00.0: [1022:1410] type 00 class 0x060000 [ 0.251195] pci 0000:00:01.0: [1002:9901] type 00 class 0x030000 [ 0.251202] pci 0000:00:01.0: reg 10: [mem 0xc0000000-0xcfffffff pref] [ 0.251207] pci 0000:00:01.0: reg 14: [io 0xf000-0xf0ff] [ 0.251212] pci 0000:00:01.0: reg 18: [mem 0xff700000-0xff73ffff] [ 0.251244] pci 0000:00:01.0: supports D1 D2 [ 0.251257] pci 0000:00:01.1: [1002:9902] type 00 class 0x040300 [ 0.251263] pci 0000:00:01.1: reg 10: [mem 0xff744000-0xff747fff] [ 0.251301] pci 0000:00:01.1: supports D1 D2 [ 0.251319] pci 0000:00:05.0: [1022:1415] type 01 class 0x060400 [ 0.251356] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold [ 0.251393] pci 0000:00:10.0: [1022:7812] type 00 class 0x0c0330 [ 0.251414] pci 0000:00:10.0: reg 10: [mem 0xff74a000-0xff74bfff 64bit] [ 0.251503] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold [ 0.251538] pci 0000:00:10.1: [1022:7812] type 00 class 0x0c0330 [ 0.251555] pci 0000:00:10.1: reg 10: [mem 0xff748000-0xff749fff 64bit] [ 0.251645] pci 0000:00:10.1: PME# supported from D0 D3hot D3cold [ 0.251678] pci 0000:00:11.0: [1022:7801] type 00 class 0x010601 [ 0.251693] pci 0000:00:11.0: reg 10: [io 0xf190-0xf197] [ 0.251701] pci 0000:00:11.0: reg 14: [io 0xf180-0xf183] [ 0.251709] pci 0000:00:11.0: reg 18: [io 0xf170-0xf177] [ 0.251716] pci 0000:00:11.0: reg 1c: [io 0xf160-0xf163] [ 0.251724] pci 0000:00:11.0: reg 20: [io 0xf150-0xf15f] [ 0.251732] pci 0000:00:11.0: reg 24: [mem 0xff751000-0xff7517ff] [ 0.251779] pci 0000:00:12.0: [1022:7807] type 00 class 0x0c0310 [ 0.251790] pci 0000:00:12.0: reg 10: [mem 0xff750000-0xff750fff] [ 0.251847] pci 0000:00:12.2: [1022:7808] type 00 class 0x0c0320 [ 0.251863] pci 0000:00:12.2: reg 10: [mem 0xff74f000-0xff74f0ff] [ 0.251929] pci 0000:00:12.2: supports D1 D2 [ 0.251930] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot [ 0.251949] pci 0000:00:13.0: [1022:7807] type 00 class 0x0c0310 [ 0.251960] pci 0000:00:13.0: reg 10: [mem 0xff74e000-0xff74efff] [ 0.252018] pci 0000:00:13.2: [1022:7808] type 00 class 0x0c0320 [ 0.252033] pci 0000:00:13.2: reg 10: [mem 0xff74d000-0xff74d0ff] [ 0.252100] pci 0000:00:13.2: supports D1 D2 [ 0.252101] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot [ 0.252120] pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500 [ 0.252178] pci 0000:00:14.1: [1022:780c] type 00 class 0x01018a [ 0.252189] pci 0000:00:14.1: reg 10: [io 0xf140-0xf147] [ 0.252196] pci 0000:00:14.1: reg 14: [io 0xf130-0xf133] [ 0.252204] pci 0000:00:14.1: reg 18: [io 0xf120-0xf127] [ 0.252211] pci 0000:00:14.1: reg 1c: [io 0xf110-0xf113] [ 0.252219] pci 0000:00:14.1: reg 20: [io 0xf100-0xf10f] [ 0.252250] pci 0000:00:14.2: [1022:780d] type 00 class 0x040300 [ 0.252267] pci 0000:00:14.2: reg 10: [mem 0xff740000-0xff743fff 64bit] [ 0.252320] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold [ 0.252332] pci 0000:00:14.3: [1022:780e] type 00 class 0x060100 [ 0.252395] pci 0000:00:14.4: [1022:780f] type 01 class 0x060401 [ 0.252429] pci 0000:00:14.5: [1022:7809] type 00 class 0x0c0310 [ 0.252440] pci 0000:00:14.5: reg 10: [mem 0xff74c000-0xff74cfff] [ 0.252494] pci 0000:00:18.0: [1022:1400] type 00 class 0x060000 [ 0.252511] pci 0000:00:18.1: [1022:1401] type 00 class 0x060000 [ 0.252525] pci 0000:00:18.2: [1022:1402] type 00 class 0x060000 [ 0.252540] pci 0000:00:18.3: [1022:1403] type 00 class 0x060000 [ 0.252558] pci 0000:00:18.4: [1022:1404] type 00 class 0x060000 [ 0.252572] pci 0000:00:18.5: [1022:1405] type 00 class 0x060000 [ 0.252630] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000 [ 0.252641] pci 0000:01:00.0: reg 10: [io 0xe000-0xe0ff] [ 0.252662] pci 0000:01:00.0: reg 18: [mem 0xd0004000-0xd0004fff 64bit pref] [ 0.252677] pci 0000:01:00.0: reg 20: [mem 0xd0000000-0xd0003fff 64bit pref] [ 0.252731] pci 0000:01:00.0: supports D1 D2 [ 0.252732] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.254465] pci 0000:00:05.0: PCI bridge to [bus 01-01] [ 0.254474] pci 0000:00:05.0: bridge window [io 0xe000-0xefff] [ 0.254480] pci 0000:00:05.0: bridge window [mem 0xd0000000-0xd00fffff 64bit pref] [ 0.254535] pci 0000:00:14.4: PCI bridge to [bus 02-02] (subtractive decode) [ 0.254544] pci 0000:00:14.4: bridge window [io 0x0000-0x03af] (subtractive decode) [ 0.254546] pci 0000:00:14.4: bridge window [io 0x03e0-0x0cf7] (subtractive decode) [ 0.254548] pci 0000:00:14.4: bridge window [io 0x03b0-0x03df] (subtractive decode) [ 0.254549] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode) [ 0.254551] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) [ 0.254553] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode) [ 0.254554] pci 0000:00:14.4: bridge window [mem 0xc0000000-0xffffffff] (subtractive decode) [ 0.254564] pci_bus 0000:00: on NUMA node 0 [ 0.254569] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 0.254722] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PC._PRT] [ 0.254776] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE5._PRT] [ 0.254866] pci0000:00: Requesting ACPI _OSC control (0x1d) [ 0.255036] pci0000:00: ACPI _OSC control (0x19) granted [ 0.259543] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0 [ 0.259595] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0 [ 0.259647] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0 [ 0.259698] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0 [ 0.259739] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0 [ 0.259770] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0 [ 0.259802] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0 [ 0.259835] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0 [ 0.259968] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none [ 0.259981] vgaarb: loaded [ 0.259983] vgaarb: bridge control possible 0000:00:01.0 [ 0.260106] SCSI subsystem initialized [ 0.260191] libata version 3.00 loaded. [ 0.260344] usbcore: registered new interface driver usbfs [ 0.260380] usbcore: registered new interface driver hub [ 0.260437] usbcore: registered new device driver usb [ 0.260623] Advanced Linux Sound Architecture Driver Version 1.0.25. [ 0.260626] PCI: Using ACPI for IRQ routing [ 0.267589] PCI: pci_cache_line_size set to 64 bytes [ 0.267661] reserve RAM buffer: 000000009ddef000 - 000000009fffffff [ 0.267664] reserve RAM buffer: 000000009ec05000 - 000000009fffffff [ 0.267665] reserve RAM buffer: 000000009f224000 - 000000009fffffff [ 0.267667] reserve RAM buffer: 000000009f800000 - 000000009fffffff [ 0.267668] reserve RAM buffer: 000000023f000000 - 000000023fffffff [ 0.267897] NetLabel: Initializing [ 0.267900] NetLabel: domain hash size = 128 [ 0.267902] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.267912] NetLabel: unlabeled traffic allowed by default [ 0.267936] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 0.267941] hpet0: 3 comparators, 32-bit 14.318180 MHz counter [ 0.269960] Switching to clocksource hpet [ 0.275867] pnp: PnP ACPI init [ 0.275877] ACPI: bus type pnp registered [ 0.276004] pnp 00:00: [bus 00-ff] [ 0.276006] pnp 00:00: [io 0x0cf8-0x0cff] [ 0.276008] pnp 00:00: [io 0x0000-0x03af window] [ 0.276009] pnp 00:00: [io 0x03e0-0x0cf7 window] [ 0.276011] pnp 00:00: [io 0x03b0-0x03df window] [ 0.276012] pnp 00:00: [io 0x0d00-0xffff window] [ 0.276014] pnp 00:00: [mem 0x000a0000-0x000bffff window] [ 0.276015] pnp 00:00: [mem 0x000c0000-0x000dffff window] [ 0.276017] pnp 00:00: [mem 0xc0000000-0xffffffff window] [ 0.276018] pnp 00:00: [mem 0x00000000 window] [ 0.276094] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active) [ 0.276120] pnp 00:01: [mem 0xe0000000-0xefffffff] [ 0.276191] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved [ 0.276196] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.276559] pnp 00:02: [io 0x0010-0x001f] [ 0.276560] pnp 00:02: [io 0x0022-0x003f] [ 0.276562] pnp 00:02: [io 0x0063] [ 0.276563] pnp 00:02: [io 0x0065] [ 0.276565] pnp 00:02: [io 0x0067-0x006f] [ 0.276567] pnp 00:02: [io 0x0072-0x007f] [ 0.276568] pnp 00:02: [io 0x0080] [ 0.276569] pnp 00:02: [io 0x0084-0x0086] [ 0.276570] pnp 00:02: [io 0x0088] [ 0.276571] pnp 00:02: [io 0x008c-0x008e] [ 0.276573] pnp 00:02: [io 0x0090-0x009f] [ 0.276574] pnp 00:02: [io 0x00a2-0x00bf] [ 0.276575] pnp 00:02: [io 0x00b1] [ 0.276576] pnp 00:02: [io 0x00e0-0x00ef] [ 0.276577] pnp 00:02: [io 0x04d0-0x04d1] [ 0.276578] pnp 00:02: [io 0x040b] [ 0.276579] pnp 00:02: [io 0x04d6] [ 0.276581] pnp 00:02: [io 0x0c00-0x0c01] [ 0.276582] pnp 00:02: [io 0x0c14] [ 0.276583] pnp 00:02: [io 0x0c50-0x0c51] [ 0.276584] pnp 00:02: [io 0x0c52] [ 0.276585] pnp 00:02: [io 0x0c6c] [ 0.276586] pnp 00:02: [io 0x0c6f] [ 0.276587] pnp 00:02: [io 0x0cd0-0x0cd1] [ 0.276588] pnp 00:02: [io 0x0cd2-0x0cd3] [ 0.276589] pnp 00:02: [io 0x0cd4-0x0cd5] [ 0.276591] pnp 00:02: [io 0x0cd6-0x0cd7] [ 0.276592] pnp 00:02: [io 0x0cd8-0x0cdf] [ 0.276593] pnp 00:02: [io 0x0800-0x089f] [ 0.276594] pnp 00:02: [io 0x0000-0xffffffffffffffff disabled] [ 0.276596] pnp 00:02: [io 0x0000-0x000f] [ 0.276597] pnp 00:02: [io 0x0b20-0x0b3f] [ 0.276598] pnp 00:02: [io 0x0900-0x090f] [ 0.276599] pnp 00:02: [io 0x0910-0x091f] [ 0.276600] pnp 00:02: [io 0xfe00-0xfefe] [ 0.276602] pnp 00:02: [io 0x0060-0x005f disabled] [ 0.276603] pnp 00:02: [io 0x0064-0x0063 disabled] [ 0.276604] pnp 00:02: [mem 0xfec00000-0xfec00fff] [ 0.276606] pnp 00:02: [mem 0xfee00000-0xfee00fff] [ 0.276607] pnp 00:02: [mem 0xfed80000-0xfed8ffff] [ 0.276608] pnp 00:02: [mem 0xfed61000-0xfed70fff] [ 0.276609] pnp 00:02: [mem 0xfec10000-0xfec10fff] [ 0.276611] pnp 00:02: [mem 0xfed00000-0xfed00fff] [ 0.276612] pnp 00:02: [mem 0xff800000-0xffffffff] [ 0.276774] system 00:02: [io 0x04d0-0x04d1] has been reserved [ 0.276778] system 00:02: [io 0x040b] has been reserved [ 0.276781] system 00:02: [io 0x04d6] has been reserved [ 0.276785] system 00:02: [io 0x0c00-0x0c01] has been reserved [ 0.276788] system 00:02: [io 0x0c14] has been reserved [ 0.276791] system 00:02: [io 0x0c50-0x0c51] has been reserved [ 0.276795] system 00:02: [io 0x0c52] has been reserved [ 0.276798] system 00:02: [io 0x0c6c] has been reserved [ 0.276801] system 00:02: [io 0x0c6f] has been reserved [ 0.276805] system 00:02: [io 0x0cd0-0x0cd1] has been reserved [ 0.276808] system 00:02: [io 0x0cd2-0x0cd3] has been reserved [ 0.276812] system 00:02: [io 0x0cd4-0x0cd5] has been reserved [ 0.276815] system 00:02: [io 0x0cd6-0x0cd7] has been reserved [ 0.276819] system 00:02: [io 0x0cd8-0x0cdf] has been reserved [ 0.276822] system 00:02: [io 0x0800-0x089f] has been reserved [ 0.276826] system 00:02: [io 0x0b20-0x0b3f] has been reserved [ 0.276829] system 00:02: [io 0x0900-0x090f] has been reserved [ 0.276833] system 00:02: [io 0x0910-0x091f] has been reserved [ 0.276836] system 00:02: [io 0xfe00-0xfefe] has been reserved [ 0.276841] system 00:02: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.276845] system 00:02: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.276849] system 00:02: [mem 0xfed80000-0xfed8ffff] has been reserved [ 0.276853] system 00:02: [mem 0xfed61000-0xfed70fff] has been reserved [ 0.276856] system 00:02: [mem 0xfec10000-0xfec10fff] has been reserved [ 0.276860] system 00:02: [mem 0xfed00000-0xfed00fff] has been reserved [ 0.276864] system 00:02: [mem 0xff800000-0xffffffff] has been reserved [ 0.276869] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.276917] pnp 00:03: [io 0x0000-0xffffffffffffffff disabled] [ 0.276919] pnp 00:03: [io 0x0290-0x029f] [ 0.276921] pnp 00:03: [io 0x0000-0xffffffffffffffff disabled] [ 0.276986] system 00:03: [io 0x0290-0x029f] has been reserved [ 0.276990] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.277247] pnp 00:04: [io 0x0378-0x037f] [ 0.277249] pnp 00:04: [io 0x0778-0x077f] [ 0.277256] pnp 00:04: [irq 5] [ 0.277257] pnp 00:04: [dma 3] [ 0.277451] pnp 00:04: Plug and Play ACPI device, IDs PNP0401 (active) [ 0.277598] pnp 00:05: [dma 4] [ 0.277599] pnp 00:05: [io 0x0000-0x000f] [ 0.277601] pnp 00:05: [io 0x0081-0x0083] [ 0.277602] pnp 00:05: [io 0x0087] [ 0.277603] pnp 00:05: [io 0x0089-0x008b] [ 0.277604] pnp 00:05: [io 0x008f] [ 0.277605] pnp 00:05: [io 0x00c0-0x00df] [ 0.277658] pnp 00:05: Plug and Play ACPI device, IDs PNP0200 (active) [ 0.277666] pnp 00:06: [io 0x0070-0x0071] [ 0.277669] pnp 00:06: [irq 8] [ 0.277720] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.277726] pnp 00:07: [io 0x0061] [ 0.277781] pnp 00:07: Plug and Play ACPI device, IDs PNP0800 (active) [ 0.277798] pnp 00:08: [io 0x0010-0x001f] [ 0.277800] pnp 00:08: [io 0x0022-0x003f] [ 0.277801] pnp 00:08: [io 0x0044-0x005f] [ 0.277802] pnp 00:08: [io 0x0072-0x007f] [ 0.277803] pnp 00:08: [io 0x0080] [ 0.277804] pnp 00:08: [io 0x0084-0x0086] [ 0.277806] pnp 00:08: [io 0x0088] [ 0.277807] pnp 00:08: [io 0x008c-0x008e] [ 0.277808] pnp 00:08: [io 0x0090-0x009f] [ 0.277809] pnp 00:08: [io 0x00a2-0x00bf] [ 0.277810] pnp 00:08: [io 0x00e0-0x00ef] [ 0.277812] pnp 00:08: [io 0x04d0-0x04d1] [ 0.277880] system 00:08: [io 0x04d0-0x04d1] has been reserved [ 0.277884] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.277890] pnp 00:09: [io 0x00f0-0x00ff] [ 0.277894] pnp 00:09: [irq 13] [ 0.277946] pnp 00:09: Plug and Play ACPI device, IDs PNP0c04 (active) [ 0.278021] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.278216] pnp 00:0b: [io 0x03f8-0x03ff] [ 0.278219] pnp 00:0b: [irq 4] [ 0.278221] pnp 00:0b: [dma 0 disabled] [ 0.278310] pnp 00:0b: Plug and Play ACPI device, IDs PNP0501 (active) [ 0.278398] pnp 00:0c: [mem 0xa0000000-0xbfffffff] [ 0.278467] system 00:0c: [mem 0xa0000000-0xbfffffff] has been reserved [ 0.278472] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.278574] pnp 00:0d: [mem 0xfed00000-0xfed003ff] [ 0.278634] pnp 00:0d: Plug and Play ACPI device, IDs PNP0103 (active) [ 0.278637] pnp: PnP ACPI: found 14 devices [ 0.278640] ACPI: ACPI bus type pnp unregistered [ 0.283276] pci 0000:00:05.0: PCI bridge to [bus 01-01] [ 0.283280] pci 0000:00:05.0: bridge window [io 0xe000-0xefff] [ 0.283286] pci 0000:00:05.0: bridge window [mem 0xd0000000-0xd00fffff 64bit pref] [ 0.283292] pci 0000:00:14.4: PCI bridge to [bus 02-02] [ 0.283316] pci_bus 0000:00: resource 4 [io 0x0000-0x03af] [ 0.283318] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7] [ 0.283319] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df] [ 0.283321] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff] [ 0.283322] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff] [ 0.283324] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff] [ 0.283325] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff] [ 0.283327] pci_bus 0000:01: resource 0 [io 0xe000-0xefff] [ 0.283329] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref] [ 0.283330] pci_bus 0000:02: resource 4 [io 0x0000-0x03af] [ 0.283332] pci_bus 0000:02: resource 5 [io 0x03e0-0x0cf7] [ 0.283333] pci_bus 0000:02: resource 6 [io 0x03b0-0x03df] [ 0.283335] pci_bus 0000:02: resource 7 [io 0x0d00-0xffff] [ 0.283336] pci_bus 0000:02: resource 8 [mem 0x000a0000-0x000bffff] [ 0.283337] pci_bus 0000:02: resource 9 [mem 0x000c0000-0x000dffff] [ 0.283339] pci_bus 0000:02: resource 10 [mem 0xc0000000-0xffffffff] [ 0.283363] NET: Registered protocol family 2 [ 0.283403] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.283850] TCP established hash table entries: 262144 (order: 10, 4194304 bytes) [ 0.284649] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 0.284846] TCP: Hash tables configured (established 262144 bind 65536) [ 0.284849] TCP: reno registered [ 0.284854] UDP hash table entries: 4096 (order: 5, 131072 bytes) [ 0.284883] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) [ 0.284957] NET: Registered protocol family 1 [ 0.284970] pci 0000:00:01.0: Boot video device [ 0.508575] PCI: CLS 64 bytes, default 64 [ 0.508611] Trying to unpack rootfs image as initramfs... [ 0.563165] Freeing initrd memory: 3796k freed [ 0.563912] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.563918] Placing 64MB software IO TLB between ffff88008e7da000 - ffff8800927da000 [ 0.563922] software IO TLB at phys 0x8e7da000 - 0x927da000 [ 0.564145] kvm: Nested Virtualization enabled [ 0.564156] kvm: Nested Paging enabled [ 0.565326] [Firmware Bug]: cpu 0, try to use APIC500 (LVT offset 0) for vector 0x10400, but the register is already in use for vector 0xf9 on another cpu [ 0.565352] [Firmware Bug]: cpu 0, IBS interrupt offset 0 not available (MSRC001103A=0x0000000000000100) [ 0.565364] Failed to setup IBS, -22 [ 0.566829] sha1_ssse3: Using AVX optimized SHA-1 implementation [ 0.567393] audit: initializing netlink socket (disabled) [ 0.567413] type=2000 audit(1349696974.443:1): initialized [ 0.595658] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.602836] VFS: Disk quotas dquot_6.5.2 [ 0.602974] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.604632] msgmni has been set to 14853 [ 0.605613] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 0.605625] io scheduler noop registered [ 0.605632] io scheduler deadline registered [ 0.605834] io scheduler cfq registered (default) [ 0.606377] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.869813] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 0.891163] 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 0.891938] Non-volatile memory driver v1.3 [ 0.891974] Linux agpgart interface v0.103 [ 0.892400] efifb: probing for efifb [ 0.894531] efifb: framebuffer at 0xc0000000, mapped to 0xffffc90010980000, using 6144k, total 16384k [ 0.894556] efifb: mode is 1024x768x32, linelength=4096, pages=1 [ 0.894563] efifb: scrolling: redraw [ 0.894571] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 0.898163] Console: switching to colour frame buffer device 128x48 [ 0.901373] fb0: EFI VGA frame buffer device [ 0.901776] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0 [ 0.901841] ACPI: Power Button [PWRB] [ 0.901992] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 [ 0.902050] ACPI: Power Button [PWRF] [ 0.902359] ACPI: acpi_idle registered with cpuidle [ 0.963538] [drm] Initialized drm 1.1.0 20060810 [ 0.963730] parport_pc 00:04: reported by Plug and Play ACPI [ 0.963805] parport0: PC-style at 0x378, irq 5 [PCSPP,EPP] [ 1.049766] brd: module loaded [ 1.050232] ahci 0000:00:11.0: version 3.0 [ 1.050325] ahci 0000:00:11.0: irq 40 for MSI/MSI-X [ 1.050400] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x5 impl SATA mode [ 1.050466] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck led clo pmp pio slum part [ 1.051655] scsi0 : ahci [ 1.051966] scsi1 : ahci [ 1.052225] scsi2 : ahci [ 1.052722] ata1: SATA max UDMA/133 abar m2048@0xff751000 port 0xff751100 irq 40 [ 1.052780] ata2: DUMMY [ 1.052803] ata3: SATA max UDMA/133 abar m2048@0xff751000 port 0xff751200 irq 40 [ 1.053242] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 1.054761] r8169 0000:01:00.0: irq 41 for MSI/MSI-X [ 1.054978] r8169 0000:01:00.0: eth0: RTL8168evl/8111evl at 0xffffc9000003a000, bc:5f:f4:XX:XX:XX, XID 0c900800 IRQ 41 [ 1.055555] r8169 0000:01:00.0: eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] [ 1.056249] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.056869] ehci_hcd 0000:00:12.2: EHCI Host Controller [ 1.057469] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1 [ 1.058065] ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround [ 1.058692] QUIRK: Enable AMD PLL fix [ 1.058700] ehci_hcd 0000:00:12.2: debug port 1 [ 1.059313] ehci_hcd 0000:00:12.2: irq 17, io mem 0xff74f000 [ 1.065215] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00 [ 1.065803] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.066372] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.066935] usb usb1: Product: EHCI Host Controller [ 1.067502] usb usb1: Manufacturer: Linux 3.4.9-gentoo ehci_hcd [ 1.068064] usb usb1: SerialNumber: 0000:00:12.2 [ 1.068828] hub 1-0:1.0: USB hub found [ 1.069392] hub 1-0:1.0: 5 ports detected [ 1.070011] ehci_hcd 0000:00:13.2: EHCI Host Controller [ 1.070579] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2 [ 1.071145] ehci_hcd 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround [ 1.071722] ehci_hcd 0000:00:13.2: debug port 1 [ 1.072286] ehci_hcd 0000:00:13.2: irq 17, io mem 0xff74d000 [ 1.078185] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00 [ 1.078759] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.079331] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.079878] usb usb2: Product: EHCI Host Controller [ 1.080422] usb usb2: Manufacturer: Linux 3.4.9-gentoo ehci_hcd [ 1.080958] usb usb2: SerialNumber: 0000:00:13.2 [ 1.081706] hub 2-0:1.0: USB hub found [ 1.082230] hub 2-0:1.0: 5 ports detected [ 1.082914] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.083470] ohci_hcd 0000:00:12.0: OHCI Host Controller [ 1.083986] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3 [ 1.084529] ohci_hcd 0000:00:12.0: irq 18, io mem 0xff750000 [ 1.139083] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.139611] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.140137] usb usb3: Product: OHCI Host Controller [ 1.140640] usb usb3: Manufacturer: Linux 3.4.9-gentoo ohci_hcd [ 1.141158] usb usb3: SerialNumber: 0000:00:12.0 [ 1.141884] hub 3-0:1.0: USB hub found [ 1.142403] hub 3-0:1.0: 5 ports detected [ 1.142980] ohci_hcd 0000:00:13.0: OHCI Host Controller [ 1.143483] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 4 [ 1.144001] ohci_hcd 0000:00:13.0: irq 18, io mem 0xff74e000 [ 1.198922] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.199421] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.199912] usb usb4: Product: OHCI Host Controller [ 1.200385] usb usb4: Manufacturer: Linux 3.4.9-gentoo ohci_hcd [ 1.200864] usb usb4: SerialNumber: 0000:00:13.0 [ 1.201541] hub 4-0:1.0: USB hub found [ 1.202012] hub 4-0:1.0: 5 ports detected [ 1.202536] ohci_hcd 0000:00:14.5: OHCI Host Controller [ 1.203009] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 5 [ 1.203489] ohci_hcd 0000:00:14.5: irq 18, io mem 0xff74c000 [ 1.258807] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.259289] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.259763] usb usb5: Product: OHCI Host Controller [ 1.260230] usb usb5: Manufacturer: Linux 3.4.9-gentoo ohci_hcd [ 1.260709] usb usb5: SerialNumber: 0000:00:14.5 [ 1.261448] hub 5-0:1.0: USB hub found [ 1.261946] hub 5-0:1.0: 2 ports detected [ 1.262601] xhci_hcd 0000:00:10.0: xHCI Host Controller [ 1.263081] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 6 [ 1.263734] xhci_hcd 0000:00:10.0: irq 18, io mem 0xff74a000 [ 1.264240] xhci_hcd 0000:00:10.0: irq 42 for MSI/MSI-X [ 1.264244] xhci_hcd 0000:00:10.0: irq 43 for MSI/MSI-X [ 1.264247] xhci_hcd 0000:00:10.0: irq 44 for MSI/MSI-X [ 1.264250] xhci_hcd 0000:00:10.0: irq 45 for MSI/MSI-X [ 1.264254] xhci_hcd 0000:00:10.0: irq 46 for MSI/MSI-X [ 1.264328] usb usb6: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.264806] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.265277] usb usb6: Product: xHCI Host Controller [ 1.265748] usb usb6: Manufacturer: Linux 3.4.9-gentoo xhci_hcd [ 1.266214] usb usb6: SerialNumber: 0000:00:10.0 [ 1.266791] xHCI xhci_add_endpoint called for root hub [ 1.266792] xHCI xhci_check_bandwidth called for root hub [ 1.266842] hub 6-0:1.0: USB hub found [ 1.267315] hub 6-0:1.0: 2 ports detected [ 1.267824] xhci_hcd 0000:00:10.0: xHCI Host Controller [ 1.268291] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 7 [ 1.268785] usb usb7: New USB device found, idVendor=1d6b, idProduct=0003 [ 1.269256] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.269732] usb usb7: Product: xHCI Host Controller [ 1.270200] usb usb7: Manufacturer: Linux 3.4.9-gentoo xhci_hcd [ 1.270669] usb usb7: SerialNumber: 0000:00:10.0 [ 1.271281] xHCI xhci_add_endpoint called for root hub [ 1.271282] xHCI xhci_check_bandwidth called for root hub [ 1.271332] hub 7-0:1.0: USB hub found [ 1.271804] hub 7-0:1.0: 2 ports detected [ 1.281727] xhci_hcd 0000:00:10.1: xHCI Host Controller [ 1.282206] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 8 [ 1.282868] xhci_hcd 0000:00:10.1: irq 17, io mem 0xff748000 [ 1.283375] xhci_hcd 0000:00:10.1: irq 47 for MSI/MSI-X [ 1.283379] xhci_hcd 0000:00:10.1: irq 48 for MSI/MSI-X [ 1.283382] xhci_hcd 0000:00:10.1: irq 49 for MSI/MSI-X [ 1.283385] xhci_hcd 0000:00:10.1: irq 50 for MSI/MSI-X [ 1.283389] xhci_hcd 0000:00:10.1: irq 51 for MSI/MSI-X [ 1.283468] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.283945] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.284416] usb usb8: Product: xHCI Host Controller [ 1.284887] usb usb8: Manufacturer: Linux 3.4.9-gentoo xhci_hcd [ 1.285352] usb usb8: SerialNumber: 0000:00:10.1 [ 1.285938] xHCI xhci_add_endpoint called for root hub [ 1.285940] xHCI xhci_check_bandwidth called for root hub [ 1.285993] hub 8-0:1.0: USB hub found [ 1.286454] hub 8-0:1.0: 2 ports detected [ 1.286953] xhci_hcd 0000:00:10.1: xHCI Host Controller [ 1.287409] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 9 [ 1.287894] usb usb9: New USB device found, idVendor=1d6b, idProduct=0003 [ 1.288363] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.288839] usb usb9: Product: xHCI Host Controller [ 1.289306] usb usb9: Manufacturer: Linux 3.4.9-gentoo xhci_hcd [ 1.289780] usb usb9: SerialNumber: 0000:00:10.1 [ 1.290374] xHCI xhci_add_endpoint called for root hub [ 1.290375] xHCI xhci_check_bandwidth called for root hub [ 1.290427] hub 9-0:1.0: USB hub found [ 1.290895] hub 9-0:1.0: 2 ports detected [ 1.297825] usbcore: registered new interface driver libusual [ 1.298542] i8042: PNP: No PS/2 controller found. Probing ports directly. [ 1.301625] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.302142] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.302774] mousedev: PS/2 mouse device common for all mice [ 1.303538] rtc_cmos 00:06: RTC can wake from S4 [ 1.304163] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0 [ 1.304678] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs [ 1.305592] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com [ 1.306297] cpuidle: using governor ladder [ 1.306897] cpuidle: using governor menu [ 1.307381] EFI Variables Facility v0.08 2004-May-17 [ 1.426099] usbcore: registered new interface driver usbhid [ 1.426602] usbhid: USB HID core driver [ 1.430282] modprobe used greatest stack depth: 5224 bytes left [ 1.430917] snd_hda_intel 0000:00:01.1: enabling device (0000 -> 0002) [ 1.431451] hda-intel: Force to non-snoop mode [ 1.431968] snd_hda_intel 0000:00:01.1: irq 52 for MSI/MSI-X [ 1.511147] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 1.512139] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 1.513642] ata1.00: ATA-8: Hitachi HDP725050GLA360, GM4OA5CA, max UDMA/133 [ 1.514154] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 1.514655] ata3.00: ATAPI: HL-DT-ST DVDRAM GH20NS10, EL01, max UDMA/100 [ 1.516306] ata1.00: configured for UDMA/133 [ 1.517012] scsi 0:0:0:0: Direct-Access ATA Hitachi HDP72505 GM4O PQ: 0 ANSI: 5 [ 1.517908] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB) [ 1.518054] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.518395] ata3.00: configured for UDMA/100 [ 1.519617] sd 0:0:0:0: [sda] Write Protect is off [ 1.520154] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 1.520192] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.565009] Refined TSC clocksource calibration: 3393.828 MHz. [ 1.565542] Switching to clocksource tsc [ 1.566875] sda: sda1 sda2 [ 1.567766] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.588960] usb 3-4: new full-speed USB device number 2 using ohci_hcd [ 1.633323] scsi 2:0:0:0: CD-ROM HL-DT-ST DVDRAM GH20NS10 EL01 PQ: 0 ANSI: 5 [ 1.727719] usb 3-4: New USB device found, idVendor=058f, idProduct=9254 [ 1.728271] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.728834] usb 3-4: Product: Generic USB Hub [ 1.729439] usb 3-4: Manufacturer: ALCOR [ 1.730826] hub 3-4:1.0: USB hub found [ 1.732661] hub 3-4:1.0: 4 ports detected [ 1.743576] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray [ 1.744151] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 1.744900] sr 2:0:0:0: Attached scsi CD-ROM sr0 [ 1.744990] sr 2:0:0:0: Attached scsi generic sg1 type 5 [ 1.958826] Netfilter messages via NETLINK v0.30. [ 1.960249] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [ 1.962072] ctnetlink v0.93: registering with nfnetlink. [ 1.963693] ip_tables: (C) 2000-2006 Netfilter Core Team [ 1.965162] TCP: cubic registered [ 1.966560] Initializing XFRM netlink socket [ 1.968412] NET: Registered protocol family 10 [ 1.970247] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 1.971655] IPv6 over IPv4 tunneling driver [ 1.973439] NET: Registered protocol family 17 [ 1.974816] Registering the dns_resolver key type [ 1.976569] registered taskstats version 1 [ 1.978953] ALSA device list: [ 1.980300] #0: HDA ATI HDMI at 0xff744000 irq 52 [ 1.981641] #1: HD-Audio Generic at 0xff740000 irq 16 [ 1.984817] Freeing unused kernel memory: 524k freed [ 1.986364] Write protecting the kernel read-only data: 8192k [ 1.988092] Freeing unused kernel memory: 16k freed [ 1.989728] Freeing unused kernel memory: 36k freed [ 2.020960] usb 3-4.3: new low-speed USB device number 3 using ohci_hcd [ 2.118710] usb 3-4.3: New USB device found, idVendor=070a, idProduct=0026 [ 2.118712] usb 3-4.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.131895] input: HID 070a:0026 as /devices/pci0000:00/0000:00:12.0/usb3/3-4/3-4.3/3-4.3:1.0/input/input2 [ 2.132032] generic-usb 0003:070A:0026.0001: input,hidraw0: USB HID v1.10 Keyboard [HID 070a:0026] on usb-0000:00:12.0-4.3/input0 [ 2.141732] input: HID 070a:0026 as /devices/pci0000:00/0000:00:12.0/usb3/3-4/3-4.3/3-4.3:1.1/input/input3 [ 2.141874] generic-usb 0003:070A:0026.0002: input,hidraw1: USB HID v1.10 Device [HID 070a:0026] on usb-0000:00:12.0-4.3/input1 [ 2.207500] usb 3-4.4: new low-speed USB device number 4 using ohci_hcd [ 2.292685] Initializing USB Mass Storage driver... [ 2.292787] usbcore: registered new interface driver usb-storage [ 2.292790] USB Mass Storage support registered. [ 2.295289] usb 3-4.4: New USB device found, idVendor=070a, idProduct=0025 [ 2.295291] usb 3-4.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.304481] input: HID 070a:0025 as /devices/pci0000:00/0000:00:12.0/usb3/3-4/3-4.4/3-4.4:1.0/input/input4 [ 2.304669] generic-usb 0003:070A:0025.0003: input,hidraw2: USB HID v1.00 Mouse [HID 070a:0025] on usb-0000:00:12.0-4.4/input0 [ 2.354588] md: raid0 personality registered for level 0 [ 2.363750] md: raid1 personality registered for level 1 [ 2.386048] xor: automatically using best checksumming function: generic_sse [ 2.390951] generic_sse: 9284.000 MB/sec [ 2.390952] xor: using function: generic_sse (9284.000 MB/sec) [ 2.410904] raid6: int64x1 1878 MB/s [ 2.427864] raid6: int64x2 2746 MB/s [ 2.444813] raid6: int64x4 2812 MB/s [ 2.461792] raid6: int64x8 2589 MB/s [ 2.478735] raid6: sse2x1 6574 MB/s [ 2.495688] raid6: sse2x2 10769 MB/s [ 2.512648] raid6: sse2x4 12027 MB/s [ 2.512649] raid6: using algorithm sse2x4 (12027 MB/s) [ 2.520969] md: raid6 personality registered for level 6 [ 2.520972] md: raid5 personality registered for level 5 [ 2.520974] md: raid4 personality registered for level 4 [ 2.548817] RPC: Registered named UNIX socket transport module. [ 2.548820] RPC: Registered udp transport module. [ 2.548822] RPC: Registered tcp transport module. [ 2.548824] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 2.557799] NFS: Registering the id_resolver key type [ 2.570695] fuse init (API version 7.18) [ 2.622244] echo used greatest stack depth: 5024 bytes left [ 13.199179] find used greatest stack depth: 4992 bytes left [ 13.436775] cryptsetup used greatest stack depth: 4848 bytes left [ 13.490523] EXT3-fs (dm-2): error: couldn't mount because of unsupported optional features (240) [ 13.498496] EXT4-fs (dm-2): couldn't mount as ext2 due to feature incompatibilities [ 13.619500] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null) [ 14.331109] init-early.sh used greatest stack depth: 4672 bytes left [ 15.124901] udevd[3200]: starting version 171 [ 15.280198] cdrom_id used greatest stack depth: 4656 bytes left [ 15.686459] microcode: CPU0: patch_level=0x06001116 [ 15.720129] powernow-k8: Found 1 AMD A10-5700 APU with Radeon(tm) HD Graphics (4 cpu cores) (version 2.20.00) [ 15.720139] powernow-k8: Core Performance Boosting: on. [ 15.751550] microcode: CPU1: patch_level=0x06001116 [ 15.752547] microcode: CPU2: patch_level=0x06001116 [ 15.753501] microcode: CPU3: patch_level=0x06001116 [ 15.754419] microcode: Microcode Update Driver: v2.00 <XXXXXX@XXXXXXXX.XXXXX.XX.XX>, Peter Oruba [ 15.754499] powernow-k8: 0 : pstate 0 (3400 MHz) [ 15.754502] powernow-k8: 1 : pstate 1 (3000 MHz) [ 15.754504] powernow-k8: 2 : pstate 2 (2600 MHz) [ 15.754505] powernow-k8: 3 : pstate 3 (2300 MHz) [ 15.754507] powernow-k8: 4 : pstate 4 (1900 MHz) [ 15.754508] powernow-k8: 5 : pstate 5 (1400 MHz) [ 16.515631] EXT4-fs (dm-2): re-mounted. Opts: (null) [ 17.452697] Adding 786428k swap on /dev/mapper/natvg-natswap. Priority:-1 extents:1 across:786428k