{"type":"rich","version":"1.0","provider_name":"phorkie","provider_url":"https:\/\/p.cweiske.de\/","title":"Linux Ubuntu 18.04 boot very slow with new harddisk\/ssd","author_name":"Christian Weiske","cache_age":86400,"width":900,"height":900,"html":"<!-- embedding all files of https:\/\/p.cweiske.de\/674 -->\n<link rel=\"stylesheet\" href=\"https:\/\/p.cweiske.de\/css\/embed.css\"\/>\n<div class=\"phork\" id=\"674\">\n    <div class=\"phork-file\">\n <div class=\"phork-content\">\n  \n<div class=\"document\">\n\n\n<p>Things I read &amp; tried<\/p>\n<ul>\n<li><p class=\"first\"><a class=\"reference external\" href=\"https:\/\/github.com\/linuxmint\/linuxmint\/issues\/33\">https:\/\/github.com\/linuxmint\/linuxmint\/issues\/33<\/a>\n- fix swap uuid in <tt class=\"docutils literal\"><span class=\"pre\">\/etc\/initramfs-tools\/conf.d\/resume<\/span><\/tt>\n- run:<\/p>\n<pre class=\"literal-block\">\n$ update-initramfs -c -k 'all'\n<\/pre>\n<\/li>\n<li><p class=\"first\">Same problem: <a class=\"reference external\" href=\"https:\/\/www.reddit.com\/r\/linuxquestions\/comments\/epwtcb\/kubuntu_slow_boot_from_mounting_root_fs\/femqk7q\/\">https:\/\/www.reddit.com\/r\/linuxquestions\/comments\/epwtcb\/kubuntu_slow_boot_from_mounting_root_fs\/femqk7q\/<\/a><\/p>\n<\/li>\n<\/ul>\n<p>Fixing the swap UUID and running update-initramfs made boot fast again. 0.3s for moutning that filesystem now.<\/p>\n<\/div>\n\n <\/div>\n <div class=\"phork-meta\">\n  <a href=\"https:\/\/p.cweiske.de\/674\/rev-raw\/c467f9623fa5c0cb145b3207da5a2ca50d296901\/README.rst\" style=\"float: right\">view raw source<\/a>\n  <a href=\"https:\/\/p.cweiske.de\/674#README.rst\">README.rst<\/a>\n <\/div>\n<\/div>\n    <div class=\"phork-file\">\n <div class=\"phork-content\">\n  <style type=\"text\/css\"><\/style><div class=\"code\"><table class=\"log\"><tbody><tr class=\"li1\"><td class=\"ln\"><pre class=\"de1\">1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n11\n12\n13\n14\n15\n16\n17\n18\n19\n20\n21\n22\n23\n24\n25\n26\n27\n28\n29\n30\n31\n32\n33\n34\n35\n36\n37\n38\n39\n40\n41\n42\n43\n44\n45\n46\n47\n48\n49\n50\n51\n52\n53\n54\n55\n56\n57\n58\n59\n60\n61\n62\n63\n64\n65\n66\n67\n68\n69\n70\n71\n72\n73\n74\n75\n76\n77\n78\n79\n80\n81\n82\n83\n84\n85\n86\n87\n88\n89\n90\n91\n92\n93\n94\n95\n96\n97\n98\n99\n100\n101\n102\n103\n104\n105\n106\n107\n108\n109\n110\n111\n112\n113\n114\n115\n116\n117\n118\n119\n120\n121\n122\n123\n124\n125\n126\n127\n128\n129\n130\n131\n132\n133\n134\n135\n136\n137\n138\n139\n140\n141\n142\n143\n144\n145\n146\n147\n148\n149\n150\n151\n152\n153\n154\n155\n156\n157\n158\n159\n160\n161\n162\n163\n164\n165\n166\n167\n168\n169\n170\n171\n172\n173\n174\n175\n176\n177\n178\n179\n180\n181\n182\n183\n184\n185\n186\n187\n188\n189\n190\n191\n192\n193\n194\n195\n196\n197\n198\n199\n200\n201\n202\n203\n204\n205\n206\n207\n208\n209\n210\n211\n212\n213\n214\n215\n216\n217\n218\n219\n220\n221\n222\n223\n224\n225\n226\n227\n228\n229\n230\n231\n232\n233\n234\n235\n236\n237\n238\n239\n240\n241\n242\n243\n244\n245\n246\n247\n248\n249\n250\n251\n252\n253\n254\n255\n256\n257\n258\n259\n260\n261\n262\n263\n264\n265\n266\n267\n268\n269\n270\n271\n272\n273\n274\n275\n276\n277\n278\n279\n280\n281\n282\n283\n284\n285\n286\n287\n288\n289\n290\n291\n292\n293\n294\n295\n296\n297\n298\n299\n300\n301\n302\n303\n304\n305\n306\n307\n308\n309\n310\n311\n312\n313\n314\n315\n316\n317\n318\n319\n320\n321\n322\n323\n324\n325\n326\n327\n328\n329\n330\n331\n332\n333\n334\n335\n336\n337\n338\n339\n340\n341\n342\n343\n344\n345\n346\n347\n348\n349\n350\n351\n352\n353\n354\n355\n356\n357\n358\n359\n360\n361\n362\n363\n364\n365\n366\n367\n368\n369\n370\n371\n372\n373\n374\n375\n376\n377\n378\n379\n380\n381\n382\n383\n384\n385\n386\n387\n388\n389\n390\n391\n392\n393\n394\n395\n396\n397\n398\n399\n400\n401\n402\n403\n404\n405\n406\n407\n408\n409\n410\n411\n412\n413\n414\n415\n416\n417\n418\n419\n420\n421\n422\n423\n424\n425\n426\n427\n428\n429\n430\n431\n432\n433\n434\n435\n436\n437\n438\n439\n440\n441\n442\n443\n444\n445\n446\n447\n448\n449\n450\n451\n452\n453\n454\n455\n456\n457\n458\n459\n460\n461\n462\n463\n464\n465\n466\n467\n468\n469\n470\n471\n472\n473\n474\n475\n476\n477\n478\n479\n480\n481\n482\n483\n484\n485\n486\n487\n488\n489\n490\n491\n492\n493\n494\n495\n496\n497\n498\n499\n500\n501\n502\n503\n504\n505\n506\n507\n508\n509\n510\n511\n512\n513\n514\n515\n516\n517\n518\n519\n520\n521\n522\n523\n524\n525\n526\n527\n528\n529\n530\n531\n532\n533\n534\n535\n536\n537\n538\n539\n540\n541\n542\n543\n544\n545\n546\n547\n548\n549\n550\n551\n552\n553\n554\n555\n556\n557\n558\n559\n560\n561\n562\n563\n564\n565\n566\n567\n568\n569\n570\n571\n572\n573\n574\n575\n576\n577\n578\n579\n580\n581\n582\n583\n584\n585\n586\n587\n588\n589\n590\n591\n592\n593\n594\n595\n596\n597\n598\n599\n600\n601\n602\n603\n604\n605\n606\n607\n608\n609\n610\n611\n612\n613\n614\n615\n616\n617\n618\n619\n620\n621\n622\n623\n624\n625\n626\n627\n628\n629\n630\n631\n632\n633\n634\n635\n636\n637\n638\n639\n640\n641\n642\n643\n644\n645\n646\n647\n648\n649\n650\n651\n652\n653\n654\n655\n656\n657\n658\n659\n660\n661\n662\n663\n664\n665\n666\n667\n668\n669\n670\n671\n672\n673\n674\n675\n676\n677\n678\n679\n680\n681\n682\n683\n684\n685\n686\n687\n688\n689\n690\n691\n692\n693\n694\n695\n696\n697\n698\n699\n700\n701\n702\n703\n704\n705\n706\n707\n708\n709\n710\n711\n712\n713\n714\n715\n716\n717\n718\n719\n720\n721\n722\n723\n724\n725\n726\n727\n728\n729\n730\n731\n732\n733\n734\n735\n736\n737\n738\n739\n740\n741\n742\n743\n744\n745\n746\n747\n748\n749\n750\n751\n752\n753\n754\n755\n756\n757\n758\n759\n760\n761\n762\n763\n764\n765\n766\n767\n768\n769\n770\n771\n772\n773\n774\n775\n776\n777\n778\n779\n780\n781\n782\n783\n784\n785\n786\n787\n788\n789\n790\n791\n792\n793\n794\n795\n796\n797\n798\n799\n800\n801\n802\n803\n804\n805\n806\n807\n808\n809\n810\n811\n812\n813\n814\n815\n816\n817\n818\n819\n820\n821\n822\n823\n824\n825\n826\n827\n828\n829\n830\n831\n832\n833\n834\n835\n836\n837\n838\n839\n840\n841\n842\n843\n844\n845\n846\n847\n848\n849\n850\n851\n852\n853\n854\n855\n856\n857\n858\n859\n860\n861\n862\n863\n864\n865\n866\n867\n868\n869\n870\n871\n872\n873\n874\n875\n876\n877\n878\n879\n880\n881\n882\n883\n884\n885\n886\n887\n888\n889\n890\n891\n892\n893\n894\n895\n896\n897\n898\n899\n900\n901\n902\n903\n904\n905\n906\n907\n908\n909\n910\n911\n912\n913\n914\n915\n916\n917\n918\n919\n920\n921\n922\n923\n924\n925\n926\n927\n928\n929\n930\n931\n932\n933\n934\n935\n936\n937\n938\n939\n940\n941\n942\n943\n944\n945\n946\n947\n948\n949\n950\n951\n952\n953\n954\n955\n956\n957\n958\n959\n960\n961\n962\n963\n964\n965\n966\n967\n968\n969\n970\n971\n972\n973\n974\n975\n976\n977\n978\n979\n980\n<\/pre><\/td><td class=\"de1\"><pre class=\"de1\">[ &#160; &#160;0.000000] Linux version 4.15.0-91-generic (buildd@lgw01-amd64-013) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #92-Ubuntu SMP Fri Feb 28 11:09:48 UTC 2020 (Ubuntu 4.15.0-91.92-generic 4.15.18)\n[ &#160; &#160;0.000000] Command line: BOOT_IMAGE=\/boot\/vmlinuz-4.15.0-91-generic root=UUID=fcd0fe26-f9cd-4560-ab66-91b51c6f6909 ro quiet splash radeon.audio=1 vt.handoff=1\n[ &#160; &#160;0.000000] KERNEL supported cpus:\n[ &#160; &#160;0.000000] &#160; Intel GenuineIntel\n[ &#160; &#160;0.000000] &#160; AMD AuthenticAMD\n[ &#160; &#160;0.000000] &#160; Centaur CentaurHauls\n[ &#160; &#160;0.000000] x86\/fpu: x87 FPU will use FXSAVE\n[ &#160; &#160;0.000000] e820: BIOS-provided physical RAM map:\n[ &#160; &#160;0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable\n[ &#160; &#160;0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved\n[ &#160; &#160;0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved\n[ &#160; &#160;0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cff8ffff] usable\n[ &#160; &#160;0.000000] BIOS-e820: [mem 0x00000000cff90000-0x00000000cffa7fff] ACPI data\n[ &#160; &#160;0.000000] BIOS-e820: [mem 0x00000000cffa8000-0x00000000cffcffff] ACPI NVS\n[ &#160; &#160;0.000000] BIOS-e820: [mem 0x00000000cffd0000-0x00000000cfffffff] reserved\n[ &#160; &#160;0.000000] BIOS-e820: [mem 0x00000000ff700000-0x00000000ffffffff] reserved\n[ &#160; &#160;0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022fffffff] usable\n[ &#160; &#160;0.000000] NX (Execute Disable) protection: active\n[ &#160; &#160;0.000000] SMBIOS 2.5 present.\n[ &#160; &#160;0.000000] DMI: System manufacturer System Product Name\/M4A785TD-V EVO, BIOS 0602 &#160; &#160;01\/07\/2010\n[ &#160; &#160;0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==&gt; reserved\n[ &#160; &#160;0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable\n[ &#160; &#160;0.000000] AGP: No AGP bridge found\n[ &#160; &#160;0.000000] e820: last_pfn = 0x230000 max_arch_pfn = 0x400000000\n[ &#160; &#160;0.000000] MTRR default type: uncachable\n[ &#160; &#160;0.000000] MTRR fixed ranges enabled:\n[ &#160; &#160;0.000000] &#160; 00000-9FFFF write-back\n[ &#160; &#160;0.000000] &#160; A0000-EFFFF uncachable\n[ &#160; &#160;0.000000] &#160; F0000-FFFFF write-protect\n[ &#160; &#160;0.000000] MTRR variable ranges enabled:\n[ &#160; &#160;0.000000] &#160; 0 base 000000000000 mask FFFF80000000 write-back\n[ &#160; &#160;0.000000] &#160; 1 base 000080000000 mask FFFFC0000000 write-back\n[ &#160; &#160;0.000000] &#160; 2 base 0000C0000000 mask FFFFF0000000 write-back\n[ &#160; &#160;0.000000] &#160; 3 disabled\n[ &#160; &#160;0.000000] &#160; 4 disabled\n[ &#160; &#160;0.000000] &#160; 5 disabled\n[ &#160; &#160;0.000000] &#160; 6 disabled\n[ &#160; &#160;0.000000] &#160; 7 disabled\n[ &#160; &#160;0.000000] TOM2: 0000000230000000 aka 8960M\n[ &#160; &#160;0.000000] x86\/PAT: Configuration [0-7]: WB &#160;WC &#160;UC- UC &#160;WB &#160;WP &#160;UC- WT &#160;\n[ &#160; &#160;0.000000] e820: update [mem 0xd0000000-0xffffffff] usable ==&gt; reserved\n[ &#160; &#160;0.000000] e820: last_pfn = 0xcff90 max_arch_pfn = 0x400000000\n[ &#160; &#160;0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f]\n[ &#160; &#160;0.000000] Scanning 1 areas for low memory corruption\n[ &#160; &#160;0.000000] Using GB pages for direct mapping\n[ &#160; &#160;0.000000] BRK [0x1bff91000, 0x1bff91fff] PGTABLE\n[ &#160; &#160;0.000000] BRK [0x1bff92000, 0x1bff92fff] PGTABLE\n[ &#160; &#160;0.000000] BRK [0x1bff93000, 0x1bff93fff] PGTABLE\n[ &#160; &#160;0.000000] BRK [0x1bff94000, 0x1bff94fff] PGTABLE\n[ &#160; &#160;0.000000] BRK [0x1bff95000, 0x1bff95fff] PGTABLE\n[ &#160; &#160;0.000000] BRK [0x1bff96000, 0x1bff96fff] PGTABLE\n[ &#160; &#160;0.000000] BRK [0x1bff97000, 0x1bff97fff] PGTABLE\n[ &#160; &#160;0.000000] RAMDISK: [mem 0x330d9000-0x35863fff]\n[ &#160; &#160;0.000000] ACPI: Early table checksum verification disabled\n[ &#160; &#160;0.000000] ACPI: RSDP 0x00000000000FB4F0 000024 (v02 ACPIAM)\n[ &#160; &#160;0.000000] ACPI: XSDT 0x00000000CFF90100 000054 (v01 010710 XSDT1419 20100107 MSFT 00000097)\n[ &#160; &#160;0.000000] ACPI: FACP 0x00000000CFF90290 0000F4 (v03 010710 FACP1419 20100107 MSFT 00000097)\n[ &#160; &#160;0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000\/0x1 (20170831\/tbfadt-658)\n[ &#160; &#160;0.000000] ACPI BIOS Warning (bug): 32\/64X length mismatch in FADT\/Gpe0Block: 64\/32 (20170831\/tbfadt-603)\n[ &#160; &#160;0.000000] ACPI: DSDT 0x00000000CFF90450 00D5F6 (v01 A1392 &#160;A1392001 00000001 INTL 20060113)\n[ &#160; &#160;0.000000] ACPI: FACS 0x00000000CFFA8000 000040\n[ &#160; &#160;0.000000] ACPI: FACS 0x00000000CFFA8000 000040\n[ &#160; &#160;0.000000] ACPI: APIC 0x00000000CFF90390 00007C (v01 010710 APIC1419 20100107 MSFT 00000097)\n[ &#160; &#160;0.000000] ACPI: MCFG 0x00000000CFF90410 00003C (v01 010710 OEMMCFG &#160;20100107 MSFT 00000097)\n[ &#160; &#160;0.000000] ACPI: OEMB 0x00000000CFFA8040 000072 (v01 010710 OEMB1419 20100107 MSFT 00000097)\n[ &#160; &#160;0.000000] ACPI: HPET 0x00000000CFF9F450 000038 (v01 010710 OEMHPET &#160;20100107 MSFT 00000097)\n[ &#160; &#160;0.000000] ACPI: SSDT 0x00000000CFF9F490 00088C (v01 A M I &#160;POWERNOW 00000001 AMD &#160;00000001)\n[ &#160; &#160;0.000000] ACPI: Local APIC address 0xfee00000\n[ &#160; &#160;0.000000] Scanning NUMA topology in Northbridge 24\n[ &#160; &#160;0.000000] No NUMA configuration found\n[ &#160; &#160;0.000000] Faking a node at [mem 0x0000000000000000-0x000000022fffffff]\n[ &#160; &#160;0.000000] NODE_DATA(0) allocated [mem 0x22ffd5000-0x22fffffff]\n[ &#160; &#160;0.000000] tsc: Fast TSC calibration using PIT\n[ &#160; &#160;0.000000] Zone ranges:\n[ &#160; &#160;0.000000] &#160; DMA &#160; &#160; &#160;[mem 0x0000000000001000-0x0000000000ffffff]\n[ &#160; &#160;0.000000] &#160; DMA32 &#160; &#160;[mem 0x0000000001000000-0x00000000ffffffff]\n[ &#160; &#160;0.000000] &#160; Normal &#160; [mem 0x0000000100000000-0x000000022fffffff]\n[ &#160; &#160;0.000000] &#160; Device &#160; empty\n[ &#160; &#160;0.000000] Movable zone start for each node\n[ &#160; &#160;0.000000] Early memory node ranges\n[ &#160; &#160;0.000000] &#160; node &#160; 0: [mem 0x0000000000001000-0x000000000009dfff]\n[ &#160; &#160;0.000000] &#160; node &#160; 0: [mem 0x0000000000100000-0x00000000cff8ffff]\n[ &#160; &#160;0.000000] &#160; node &#160; 0: [mem 0x0000000100000000-0x000000022fffffff]\n[ &#160; &#160;0.000000] Reserved but unavailable: 99 pages\n[ &#160; &#160;0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000022fffffff]\n[ &#160; &#160;0.000000] On node 0 totalpages: 2096941\n[ &#160; &#160;0.000000] &#160; DMA zone: 64 pages used for memmap\n[ &#160; &#160;0.000000] &#160; DMA zone: 21 pages reserved\n[ &#160; &#160;0.000000] &#160; DMA zone: 3997 pages, LIFO batch:0\n[ &#160; &#160;0.000000] &#160; DMA32 zone: 13247 pages used for memmap\n[ &#160; &#160;0.000000] &#160; DMA32 zone: 847760 pages, LIFO batch:31\n[ &#160; &#160;0.000000] &#160; Normal zone: 19456 pages used for memmap\n[ &#160; &#160;0.000000] &#160; Normal zone: 1245184 pages, LIFO batch:31\n[ &#160; &#160;0.000000] ACPI: PM-Timer IO Port: 0x808\n[ &#160; &#160;0.000000] ACPI: Local APIC address 0xfee00000\n[ &#160; &#160;0.000000] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23\n[ &#160; &#160;0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ &#160; &#160;0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)\n[ &#160; &#160;0.000000] ACPI: IRQ0 used by override.\n[ &#160; &#160;0.000000] ACPI: IRQ9 used by override.\n[ &#160; &#160;0.000000] Using ACPI (MADT) for SMP configuration information\n[ &#160; &#160;0.000000] ACPI: HPET id: 0x8300 base: 0xfed00000\n[ &#160; &#160;0.000000] smpboot: Allowing 6 CPUs, 2 hotplug CPUs\n[ &#160; &#160;0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ &#160; &#160;0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]\n[ &#160; &#160;0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ &#160; &#160;0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e3fff]\n[ &#160; &#160;0.000000] PM: Registered nosave memory: [mem 0x000e4000-0x000fffff]\n[ &#160; &#160;0.000000] PM: Registered nosave memory: [mem 0xcff90000-0xcffa7fff]\n[ &#160; &#160;0.000000] PM: Registered nosave memory: [mem 0xcffa8000-0xcffcffff]\n[ &#160; &#160;0.000000] PM: Registered nosave memory: [mem 0xcffd0000-0xcfffffff]\n[ &#160; &#160;0.000000] PM: Registered nosave memory: [mem 0xd0000000-0xff6fffff]\n[ &#160; &#160;0.000000] PM: Registered nosave memory: [mem 0xff700000-0xffffffff]\n[ &#160; &#160;0.000000] e820: [mem 0xd0000000-0xff6fffff] available for PCI devices\n[ &#160; &#160;0.000000] Booting paravirtualized kernel on bare hardware\n[ &#160; &#160;0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ &#160; &#160;0.000000] random: get_random_bytes called from start_kernel+0x99\/0x4fd with crng_init=0\n[ &#160; &#160;0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:6 nr_cpu_ids:6 nr_node_ids:1\n[ &#160; &#160;0.000000] percpu: Embedded 45 pages\/cpu s147456 r8192 d28672 u262144\n[ &#160; &#160;0.000000] pcpu-alloc: s147456 r8192 d28672 u262144 alloc=1*2097152\n[ &#160; &#160;0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 - - \n[ &#160; &#160;0.000000] Built 1 zonelists, mobility grouping on. &#160;Total pages: 2064153\n[ &#160; &#160;0.000000] Policy zone: Normal\n[ &#160; &#160;0.000000] Kernel command line: BOOT_IMAGE=\/boot\/vmlinuz-4.15.0-91-generic root=UUID=fcd0fe26-f9cd-4560-ab66-91b51c6f6909 ro quiet splash radeon.audio=1 vt.handoff=1\n[ &#160; &#160;0.000000] AGP: Checking aperture...\n[ &#160; &#160;0.000000] AGP: No AGP bridge found\n[ &#160; &#160;0.000000] AGP: Node 0: aperture [bus addr 0x20f0000000-0x20f1ffffff] (32MB)\n[ &#160; &#160;0.000000] Aperture beyond 4GB. Ignoring.\n[ &#160; &#160;0.000000] AGP: Your BIOS doesn't leave an aperture memory hole\n[ &#160; &#160;0.000000] AGP: Please enable the IOMMU option in the BIOS setup\n[ &#160; &#160;0.000000] AGP: This costs you 64MB of RAM\n[ &#160; &#160;0.000000] AGP: Mapping aperture over RAM [mem 0xc4000000-0xc7ffffff] (65536KB)\n[ &#160; &#160;0.000000] PM: Registered nosave memory: [mem 0xc4000000-0xc7ffffff]\n[ &#160; &#160;0.000000] Memory: 8055044K\/8387764K available (12300K kernel code, 2481K rwdata, 4264K rodata, 2432K init, 2712K bss, 332720K reserved, 0K cma-reserved)\n[ &#160; &#160;0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1\n[ &#160; &#160;0.000000] ftrace: allocating 39347 entries in 154 pages\n[ &#160; &#160;0.000000] Hierarchical RCU implementation.\n[ &#160; &#160;0.000000] &#160;RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=6.\n[ &#160; &#160;0.000000] &#160;Tasks RCU enabled.\n[ &#160; &#160;0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6\n[ &#160; &#160;0.000000] NR_IRQS: 524544, nr_irqs: 472, preallocated irqs: 16\n[ &#160; &#160;0.000000] spurious 8259A interrupt: IRQ7.\n[ &#160; &#160;0.000000] vt handoff: transparent VT on vt#1\n[ &#160; &#160;0.000000] Console: colour dummy device 80x25\n[ &#160; &#160;0.000000] console [tty0] enabled\n[ &#160; &#160;0.000000] ACPI: Core revision 20170831\n[ &#160; &#160;0.000000] ACPI: 2 ACPI AML tables successfully acquired and loaded\n[ &#160; &#160;0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133474097312 ns\n[ &#160; &#160;0.000000] hpet clockevent registered\n[ &#160; &#160;0.000000] APIC: Switch to symmetric I\/O mode setup\n[ &#160; &#160;0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ &#160; &#160;0.020000] tsc: Fast TSC calibration using PIT\n[ &#160; &#160;0.024000] tsc: Detected 3013.371 MHz processor\n[ &#160; &#160;0.024000] Calibrating delay loop (skipped), value calculated using timer frequency.. 6026.74 BogoMIPS (lpj=12053484)\n[ &#160; &#160;0.024000] pid_max: default: 32768 minimum: 301\n[ &#160; &#160;0.024000] Security Framework initialized\n[ &#160; &#160;0.024000] Yama: becoming mindful.\n[ &#160; &#160;0.024000] AppArmor: AppArmor initialized\n[ &#160; &#160;0.024000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)\n[ &#160; &#160;0.024000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ &#160; &#160;0.024000] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ &#160; &#160;0.024000] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ &#160; &#160;0.028027] LVT offset 0 assigned for vector 0xf9\n[ &#160; &#160;0.028031] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8\n[ &#160; &#160;0.028032] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64, 1GB 0\n[ &#160; &#160;0.028034] Spectre V1 : Mitigation: usercopy\/swapgs barriers and __user pointer sanitization\n[ &#160; &#160;0.028035] Spectre V2 : Mitigation: Full AMD retpoline\n[ &#160; &#160;0.028036] Spectre V2 : Spectre v2 \/ SpectreRSB mitigation: Filling RSB on context switch\n[ &#160; &#160;0.037561] Freeing SMP alternatives memory: 36K\n[ &#160; &#160;0.148980] smpboot: CPU0: AMD Phenom(tm) II X4 945 Processor (family: 0x10, model: 0x4, stepping: 0x2)\n[ &#160; &#160;0.149068] Performance Events: AMD PMU driver.\n[ &#160; &#160;0.149071] ... version: &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;0\n[ &#160; &#160;0.149071] ... bit width: &#160; &#160; &#160; &#160; &#160; &#160; &#160;48\n[ &#160; &#160;0.149072] ... generic registers: &#160; &#160; &#160;4\n[ &#160; &#160;0.149072] ... value mask: &#160; &#160; &#160; &#160; &#160; &#160; 0000ffffffffffff\n[ &#160; &#160;0.149073] ... max period: &#160; &#160; &#160; &#160; &#160; &#160; 00007fffffffffff\n[ &#160; &#160;0.149074] ... fixed-purpose events: &#160; 0\n[ &#160; &#160;0.149074] ... event mask: &#160; &#160; &#160; &#160; &#160; &#160; 000000000000000f\n[ &#160; &#160;0.149114] Hierarchical SRCU implementation.\n[ &#160; &#160;0.149757] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.\n[ &#160; &#160;0.149771] smp: Bringing up secondary CPUs ...\n[ &#160; &#160;0.149877] x86: Booting SMP configuration:\n[ &#160; &#160;0.149878] .... node &#160;#0, CPUs: &#160; &#160; &#160;#1 #2 #3\n[ &#160; &#160;0.156029] smp: Brought up 1 node, 4 CPUs\n[ &#160; &#160;0.156029] smpboot: Max logical packages: 2\n[ &#160; &#160;0.156029] smpboot: Total of 4 processors activated (24106.96 BogoMIPS)\n[ &#160; &#160;0.160471] devtmpfs: initialized\n[ &#160; &#160;0.160471] x86\/mm: Memory block size: 128MB\n[ &#160; &#160;0.160738] evm: security.selinux\n[ &#160; &#160;0.160739] evm: security.SMACK64\n[ &#160; &#160;0.160739] evm: security.SMACK64EXEC\n[ &#160; &#160;0.160740] evm: security.SMACK64TRANSMUTE\n[ &#160; &#160;0.160740] evm: security.SMACK64MMAP\n[ &#160; &#160;0.160740] evm: security.apparmor\n[ &#160; &#160;0.160741] evm: security.ima\n[ &#160; &#160;0.160741] evm: security.capability\n[ &#160; &#160;0.160763] PM: Registering ACPI NVS region [mem 0xcffa8000-0xcffcffff] (163840 bytes)\n[ &#160; &#160;0.160763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ &#160; &#160;0.160763] futex hash table entries: 2048 (order: 5, 131072 bytes)\n[ &#160; &#160;0.160763] pinctrl core: initialized pinctrl subsystem\n[ &#160; &#160;0.160763] RTC time: 11:12:40, date: 03\/22\/20\n[ &#160; &#160;0.160763] NET: Registered protocol family 16\n[ &#160; &#160;0.160763] audit: initializing netlink subsys (disabled)\n[ &#160; &#160;0.160763] audit: type=2000 audit(1584875559.160:1): state=initialized audit_enabled=0 res=1\n[ &#160; &#160;0.160763] cpuidle: using governor ladder\n[ &#160; &#160;0.160763] cpuidle: using governor menu\n[ &#160; &#160;0.160763] node 0 link 0: io port [1000, ffffff]\n[ &#160; &#160;0.160763] TOM: 00000000d0000000 aka 3328M\n[ &#160; &#160;0.160763] Fam 10h mmconf [mem 0xe0000000-0xefffffff]\n[ &#160; &#160;0.160763] node 0 link 0: mmio [a0000, bffff]\n[ &#160; &#160;0.160763] node 0 link 0: mmio [d0000000, dfffffff]\n[ &#160; &#160;0.160763] node 0 link 0: mmio [e0000000, efffffff] ==&gt; none\n[ &#160; &#160;0.160763] node 0 link 0: mmio [f0000000, ffefffff]\n[ &#160; &#160;0.160763] TOM2: 0000000230000000 aka 8960M\n[ &#160; &#160;0.160763] bus: [bus 00-07] on node 0 link 0\n[ &#160; &#160;0.160763] bus: 00 [io &#160;0x0000-0xffff]\n[ &#160; &#160;0.160763] bus: 00 [mem 0x000a0000-0x000bffff]\n[ &#160; &#160;0.160763] bus: 00 [mem 0xd0000000-0xdfffffff]\n[ &#160; &#160;0.160763] bus: 00 [mem 0xf0000000-0xffffffff]\n[ &#160; &#160;0.160763] bus: 00 [mem 0x230000000-0xfcffffffff]\n[ &#160; &#160;0.160763] ACPI: bus type PCI registered\n[ &#160; &#160;0.160763] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ &#160; &#160;0.160763] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)\n[ &#160; &#160;0.160763] PCI: not using MMCONFIG\n[ &#160; &#160;0.160763] PCI: Using configuration type 1 for base access\n[ &#160; &#160;0.160763] PCI: Using configuration type 1 for extended access\n[ &#160; &#160;0.160763] mtrr: your CPUs had inconsistent variable MTRR settings\n[ &#160; &#160;0.160763] mtrr: probably your BIOS does not setup all CPUs.\n[ &#160; &#160;0.160763] mtrr: corrected configuration.\n[ &#160; &#160;0.164041] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages\n[ &#160; &#160;0.164041] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages\n[ &#160; &#160;0.164085] ACPI: Added _OSI(Module Device)\n[ &#160; &#160;0.164086] ACPI: Added _OSI(Processor Device)\n[ &#160; &#160;0.164086] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ &#160; &#160;0.164087] ACPI: Added _OSI(Processor Aggregator Device)\n[ &#160; &#160;0.164088] ACPI: Added _OSI(Linux-Dell-Video)\n[ &#160; &#160;0.164089] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)\n[ &#160; &#160;0.164089] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)\n[ &#160; &#160;0.164742] ACPI: Executed 3 blocks of module-level executable AML code\n[ &#160; &#160;0.309246] ACPI: Interpreter enabled\n[ &#160; &#160;0.309270] ACPI: (supports S0 S1 S3 S4 S5)\n[ &#160; &#160;0.309271] ACPI: Using IOAPIC for interrupt routing\n[ &#160; &#160;0.309302] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)\n[ &#160; &#160;0.311111] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources\n[ &#160; &#160;0.311130] PCI: Using host bridge windows from ACPI; if necessary, use &quot;pci=nocrs&quot; and report a bug\n[ &#160; &#160;0.311742] ACPI: Enabled 8 GPEs in block 00 to 1F\n[ &#160; &#160;0.318741] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ &#160; &#160;0.318741] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]\n[ &#160; &#160;0.318741] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ &#160; &#160;0.318741] PCI host bridge to bus 0000:00\n[ &#160; &#160;0.318741] pci_bus 0000:00: root bus resource [io &#160;0x0000-0x0cf7 window]\n[ &#160; &#160;0.318741] pci_bus 0000:00: root bus resource [io &#160;0x0d00-0xffff window]\n[ &#160; &#160;0.318741] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ &#160; &#160;0.318741] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]\n[ &#160; &#160;0.318741] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xdfffffff window]\n[ &#160; &#160;0.318741] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff window]\n[ &#160; &#160;0.318741] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ &#160; &#160;0.318741] pci 0000:00:00.0: [1022:9601] type 00 class 0x060000\n[ &#160; &#160;0.318741] pci 0000:00:02.0: [1022:9603] type 01 class 0x060400\n[ &#160; &#160;0.320014] pci 0000:00:02.0: enabling Extended Tags\n[ &#160; &#160;0.320035] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold\n[ &#160; &#160;0.320123] pci 0000:00:0a.0: [1022:9609] type 01 class 0x060400\n[ &#160; &#160;0.320137] pci 0000:00:0a.0: enabling Extended Tags\n[ &#160; &#160;0.320157] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold\n[ &#160; &#160;0.320244] pci 0000:00:11.0: [1002:4390] type 00 class 0x01018f\n[ &#160; &#160;0.320264] pci 0000:00:11.0: reg 0x10: [io &#160;0xb000-0xb007]\n[ &#160; &#160;0.320273] pci 0000:00:11.0: reg 0x14: [io &#160;0xa000-0xa003]\n[ &#160; &#160;0.320281] pci 0000:00:11.0: reg 0x18: [io &#160;0x9000-0x9007]\n[ &#160; &#160;0.320289] pci 0000:00:11.0: reg 0x1c: [io &#160;0x8000-0x8003]\n[ &#160; &#160;0.320298] pci 0000:00:11.0: reg 0x20: [io &#160;0x7000-0x700f]\n[ &#160; &#160;0.320306] pci 0000:00:11.0: reg 0x24: [mem 0xfe8ffc00-0xfe8fffff]\n[ &#160; &#160;0.320326] pci 0000:00:11.0: set SATA to AHCI mode\n[ &#160; &#160;0.320424] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310\n[ &#160; &#160;0.320441] pci 0000:00:12.0: reg 0x10: [mem 0xfe8fe000-0xfe8fefff]\n[ &#160; &#160;0.320567] pci 0000:00:12.1: [1002:4398] type 00 class 0x0c0310\n[ &#160; &#160;0.320583] pci 0000:00:12.1: reg 0x10: [mem 0xfe8fd000-0xfe8fdfff]\n[ &#160; &#160;0.320713] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320\n[ &#160; &#160;0.320732] pci 0000:00:12.2: reg 0x10: [mem 0xfe8ff800-0xfe8ff8ff]\n[ &#160; &#160;0.320808] pci 0000:00:12.2: supports D1 D2\n[ &#160; &#160;0.320809] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot\n[ &#160; &#160;0.320892] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310\n[ &#160; &#160;0.320908] pci 0000:00:13.0: reg 0x10: [mem 0xfe8fc000-0xfe8fcfff]\n[ &#160; &#160;0.321035] pci 0000:00:13.1: [1002:4398] type 00 class 0x0c0310\n[ &#160; &#160;0.321051] pci 0000:00:13.1: reg 0x10: [mem 0xfe8fb000-0xfe8fbfff]\n[ &#160; &#160;0.321180] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320\n[ &#160; &#160;0.321199] pci 0000:00:13.2: reg 0x10: [mem 0xfe8ff400-0xfe8ff4ff]\n[ &#160; &#160;0.321274] pci 0000:00:13.2: supports D1 D2\n[ &#160; &#160;0.321275] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot\n[ &#160; &#160;0.321360] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500\n[ &#160; &#160;0.321513] pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a\n[ &#160; &#160;0.321531] pci 0000:00:14.1: reg 0x10: [io &#160;0x0000-0x0007]\n[ &#160; &#160;0.321539] pci 0000:00:14.1: reg 0x14: [io &#160;0x0000-0x0003]\n[ &#160; &#160;0.321547] pci 0000:00:14.1: reg 0x18: [io &#160;0x0000-0x0007]\n[ &#160; &#160;0.321556] pci 0000:00:14.1: reg 0x1c: [io &#160;0x0000-0x0003]\n[ &#160; &#160;0.321564] pci 0000:00:14.1: reg 0x20: [io &#160;0xff00-0xff0f]\n[ &#160; &#160;0.321582] pci 0000:00:14.1: legacy IDE quirk: reg 0x10: [io &#160;0x01f0-0x01f7]\n[ &#160; &#160;0.321583] pci 0000:00:14.1: legacy IDE quirk: reg 0x14: [io &#160;0x03f6]\n[ &#160; &#160;0.321584] pci 0000:00:14.1: legacy IDE quirk: reg 0x18: [io &#160;0x0170-0x0177]\n[ &#160; &#160;0.321585] pci 0000:00:14.1: legacy IDE quirk: reg 0x1c: [io &#160;0x0376]\n[ &#160; &#160;0.321680] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300\n[ &#160; &#160;0.321703] pci 0000:00:14.2: reg 0x10: [mem 0xfe8f4000-0xfe8f7fff 64bit]\n[ &#160; &#160;0.321766] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold\n[ &#160; &#160;0.321846] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100\n[ &#160; &#160;0.321985] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401\n[ &#160; &#160;0.322098] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310\n[ &#160; &#160;0.322115] pci 0000:00:14.5: reg 0x10: [mem 0xfe8fa000-0xfe8fafff]\n[ &#160; &#160;0.322243] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000\n[ &#160; &#160;0.322314] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000\n[ &#160; &#160;0.322384] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000\n[ &#160; &#160;0.322454] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000\n[ &#160; &#160;0.322524] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000\n[ &#160; &#160;0.322630] pci 0000:01:00.0: [1002:6811] type 00 class 0x030000\n[ &#160; &#160;0.322647] pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]\n[ &#160; &#160;0.322654] pci 0000:01:00.0: reg 0x18: [mem 0xfe9c0000-0xfe9fffff 64bit]\n[ &#160; &#160;0.322659] pci 0000:01:00.0: reg 0x20: [io &#160;0xc000-0xc0ff]\n[ &#160; &#160;0.322668] pci 0000:01:00.0: reg 0x30: [mem 0xfe9a0000-0xfe9bffff pref]\n[ &#160; &#160;0.322672] pci 0000:01:00.0: enabling Extended Tags\n[ &#160; &#160;0.322710] pci 0000:01:00.0: supports D1 D2\n[ &#160; &#160;0.322711] pci 0000:01:00.0: PME# supported from D1 D2 D3hot\n[ &#160; &#160;0.322759] pci 0000:01:00.1: [1002:aab0] type 00 class 0x040300\n[ &#160; &#160;0.322773] pci 0000:01:00.1: reg 0x10: [mem 0xfe99c000-0xfe99ffff 64bit]\n[ &#160; &#160;0.322796] pci 0000:01:00.1: enabling Extended Tags\n[ &#160; &#160;0.322826] pci 0000:01:00.1: supports D1 D2\n[ &#160; &#160;0.336019] pci 0000:00:02.0: PCI bridge to [bus 01]\n[ &#160; &#160;0.336023] pci 0000:00:02.0: &#160; bridge window [io &#160;0xc000-0xcfff]\n[ &#160; &#160;0.336025] pci 0000:00:02.0: &#160; bridge window [mem 0xfe900000-0xfe9fffff]\n[ &#160; &#160;0.336027] pci 0000:00:02.0: &#160; bridge window [mem 0xd0000000-0xdfffffff 64bit pref]\n[ &#160; &#160;0.336072] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000\n[ &#160; &#160;0.336093] pci 0000:02:00.0: reg 0x10: [io &#160;0xd800-0xd8ff]\n[ &#160; &#160;0.336111] pci 0000:02:00.0: reg 0x18: [mem 0xfdfff000-0xfdffffff 64bit pref]\n[ &#160; &#160;0.336123] pci 0000:02:00.0: reg 0x20: [mem 0xfdff8000-0xfdffbfff 64bit pref]\n[ &#160; &#160;0.336131] pci 0000:02:00.0: reg 0x30: [mem 0xfeaf0000-0xfeafffff pref]\n[ &#160; &#160;0.336193] pci 0000:02:00.0: supports D1 D2\n[ &#160; &#160;0.336194] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold\n[ &#160; &#160;0.348022] pci 0000:00:0a.0: PCI bridge to [bus 02]\n[ &#160; &#160;0.348026] pci 0000:00:0a.0: &#160; bridge window [io &#160;0xd000-0xdfff]\n[ &#160; &#160;0.348027] pci 0000:00:0a.0: &#160; bridge window [mem 0xfea00000-0xfeafffff]\n[ &#160; &#160;0.348030] pci 0000:00:0a.0: &#160; bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]\n[ &#160; &#160;0.348084] pci 0000:03:08.0: [1106:3044] type 00 class 0x0c0010\n[ &#160; &#160;0.348110] pci 0000:03:08.0: reg 0x10: [mem 0xfebff800-0xfebfffff]\n[ &#160; &#160;0.348122] pci 0000:03:08.0: reg 0x14: [io &#160;0xec00-0xec7f]\n[ &#160; &#160;0.348215] pci 0000:03:08.0: supports D2\n[ &#160; &#160;0.348216] pci 0000:03:08.0: PME# supported from D2 D3hot D3cold\n[ &#160; &#160;0.348282] pci 0000:00:14.4: PCI bridge to [bus 03] (subtractive decode)\n[ &#160; &#160;0.348285] pci 0000:00:14.4: &#160; bridge window [io &#160;0xe000-0xefff]\n[ &#160; &#160;0.348289] pci 0000:00:14.4: &#160; bridge window [mem 0xfeb00000-0xfebfffff]\n[ &#160; &#160;0.348292] pci 0000:00:14.4: &#160; bridge window [io &#160;0x0000-0x0cf7 window] (subtractive decode)\n[ &#160; &#160;0.348293] pci 0000:00:14.4: &#160; bridge window [io &#160;0x0d00-0xffff window] (subtractive decode)\n[ &#160; &#160;0.348294] pci 0000:00:14.4: &#160; bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)\n[ &#160; &#160;0.348296] pci 0000:00:14.4: &#160; bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)\n[ &#160; &#160;0.348297] pci 0000:00:14.4: &#160; bridge window [mem 0xd0000000-0xdfffffff window] (subtractive decode)\n[ &#160; &#160;0.348298] pci 0000:00:14.4: &#160; bridge window [mem 0xf0000000-0xfebfffff window] (subtractive decode)\n[ &#160; &#160;0.349303] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 *10 11 12 14 15)\n[ &#160; &#160;0.349362] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 *11 12 14 15)\n[ &#160; &#160;0.349419] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 *10 11 12 14 15)\n[ &#160; &#160;0.349476] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 *10 11 12 14 15)\n[ &#160; &#160;0.349533] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 12 14 15) *0, disabled.\n[ &#160; &#160;0.349591] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 12 14 15) *0, disabled.\n[ &#160; &#160;0.349648] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 10 *11 12 14 15)\n[ &#160; &#160;0.349704] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 *10 11 12 14 15)\n[ &#160; &#160;0.349978] SCSI subsystem initialized\n[ &#160; &#160;0.352019] libata version 3.00 loaded.\n[ &#160; &#160;0.352039] pci 0000:01:00.0: vgaarb: setting as boot VGA device\n[ &#160; &#160;0.352039] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none\n[ &#160; &#160;0.352039] pci 0000:01:00.0: vgaarb: bridge control possible\n[ &#160; &#160;0.352039] vgaarb: loaded\n[ &#160; &#160;0.352040] ACPI: bus type USB registered\n[ &#160; &#160;0.352058] usbcore: registered new interface driver usbfs\n[ &#160; &#160;0.352064] usbcore: registered new interface driver hub\n[ &#160; &#160;0.352083] usbcore: registered new device driver usb\n[ &#160; &#160;0.352119] EDAC MC: Ver: 3.0.0\n[ &#160; &#160;0.352119] PCI: Using ACPI for IRQ routing\n[ &#160; &#160;0.360944] PCI: pci_cache_line_size set to 64 bytes\n[ &#160; &#160;0.360993] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]\n[ &#160; &#160;0.360994] e820: reserve RAM buffer [mem 0xcff90000-0xcfffffff]\n[ &#160; &#160;0.361084] NetLabel: Initializing\n[ &#160; &#160;0.361085] NetLabel: &#160;domain hash size = 128\n[ &#160; &#160;0.361086] NetLabel: &#160;protocols = UNLABELED CIPSOv4 CALIPSO\n[ &#160; &#160;0.361100] NetLabel: &#160;unlabeled traffic allowed by default\n[ &#160; &#160;0.361115] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0\n[ &#160; &#160;0.361115] hpet0: 4 comparators, 32-bit 14.318180 MHz counter\n[ &#160; &#160;0.362113] clocksource: Switched to clocksource hpet\n[ &#160; &#160;0.372225] VFS: Disk quotas dquot_6.6.0\n[ &#160; &#160;0.372241] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ &#160; &#160;0.372343] AppArmor: AppArmor Filesystem Enabled\n[ &#160; &#160;0.372370] pnp: PnP ACPI init\n[ &#160; &#160;0.372563] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)\n[ &#160; &#160;0.372617] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)\n[ &#160; &#160;0.373306] pnp 00:02: [dma 0 disabled]\n[ &#160; &#160;0.373532] pnp 00:02: Plug and Play ACPI device, IDs PNP0400 (active)\n[ &#160; &#160;0.373621] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)\n[ &#160; &#160;0.374097] pnp 00:04: [dma 0 disabled]\n[ &#160; &#160;0.374162] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)\n[ &#160; &#160;0.374283] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved\n[ &#160; &#160;0.374285] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved\n[ &#160; &#160;0.374288] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)\n[ &#160; &#160;0.374512] system 00:06: [io &#160;0x04d0-0x04d1] has been reserved\n[ &#160; &#160;0.374513] system 00:06: [io &#160;0x040b] has been reserved\n[ &#160; &#160;0.374514] system 00:06: [io &#160;0x04d6] has been reserved\n[ &#160; &#160;0.374516] system 00:06: [io &#160;0x0c00-0x0c01] has been reserved\n[ &#160; &#160;0.374517] system 00:06: [io &#160;0x0c14] has been reserved\n[ &#160; &#160;0.374518] system 00:06: [io &#160;0x0c50-0x0c51] has been reserved\n[ &#160; &#160;0.374519] system 00:06: [io &#160;0x0c52] has been reserved\n[ &#160; &#160;0.374520] system 00:06: [io &#160;0x0c6c] has been reserved\n[ &#160; &#160;0.374521] system 00:06: [io &#160;0x0c6f] has been reserved\n[ &#160; &#160;0.374522] system 00:06: [io &#160;0x0cd0-0x0cd1] has been reserved\n[ &#160; &#160;0.374523] system 00:06: [io &#160;0x0cd2-0x0cd3] has been reserved\n[ &#160; &#160;0.374525] system 00:06: [io &#160;0x0cd4-0x0cd5] has been reserved\n[ &#160; &#160;0.374526] system 00:06: [io &#160;0x0cd6-0x0cd7] has been reserved\n[ &#160; &#160;0.374527] system 00:06: [io &#160;0x0cd8-0x0cdf] has been reserved\n[ &#160; &#160;0.374528] system 00:06: [io &#160;0x0b00-0x0b3f] has been reserved\n[ &#160; &#160;0.374529] system 00:06: [io &#160;0x0800-0x089f] has been reserved\n[ &#160; &#160;0.374530] system 00:06: [io &#160;0x0b00-0x0b0f] has been reserved\n[ &#160; &#160;0.374531] system 00:06: [io &#160;0x0b20-0x0b3f] has been reserved\n[ &#160; &#160;0.374533] system 00:06: [io &#160;0x0900-0x090f] has been reserved\n[ &#160; &#160;0.374534] system 00:06: [io &#160;0x0910-0x091f] has been reserved\n[ &#160; &#160;0.374535] system 00:06: [io &#160;0xfe00-0xfefe] has been reserved\n[ &#160; &#160;0.374537] system 00:06: [mem 0xffb80000-0xffbfffff] has been reserved\n[ &#160; &#160;0.374538] system 00:06: [mem 0xfec10000-0xfec1001f] has been reserved\n[ &#160; &#160;0.374539] system 00:06: [mem 0xfed40000-0xfed44fff] has been reserved\n[ &#160; &#160;0.374542] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)\n[ &#160; &#160;0.374748] system 00:07: [io &#160;0x0230-0x023f] has been reserved\n[ &#160; &#160;0.374749] system 00:07: [io &#160;0x0290-0x029f] has been reserved\n[ &#160; &#160;0.374751] system 00:07: [io &#160;0x0300-0x030f] has been reserved\n[ &#160; &#160;0.374752] system 00:07: [io &#160;0x0a30-0x0a3f] has been reserved\n[ &#160; &#160;0.374755] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)\n[ &#160; &#160;0.374816] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved\n[ &#160; &#160;0.374819] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)\n[ &#160; &#160;0.375159] system 00:09: [mem 0x00000000-0x0009ffff] could not be reserved\n[ &#160; &#160;0.375161] system 00:09: [mem 0x000c0000-0x000cffff] could not be reserved\n[ &#160; &#160;0.375162] system 00:09: [mem 0x000e0000-0x000fffff] could not be reserved\n[ &#160; &#160;0.375163] system 00:09: [mem 0x00100000-0xcfffffff] could not be reserved\n[ &#160; &#160;0.375164] system 00:09: [mem 0xfec00000-0xffffffff] could not be reserved\n[ &#160; &#160;0.375167] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)\n[ &#160; &#160;0.375293] pnp: PnP ACPI: found 10 devices\n[ &#160; &#160;0.381752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ &#160; &#160;0.381772] pci 0000:00:02.0: PCI bridge to [bus 01]\n[ &#160; &#160;0.381774] pci 0000:00:02.0: &#160; bridge window [io &#160;0xc000-0xcfff]\n[ &#160; &#160;0.381776] pci 0000:00:02.0: &#160; bridge window [mem 0xfe900000-0xfe9fffff]\n[ &#160; &#160;0.381778] pci 0000:00:02.0: &#160; bridge window [mem 0xd0000000-0xdfffffff 64bit pref]\n[ &#160; &#160;0.381780] pci 0000:00:0a.0: PCI bridge to [bus 02]\n[ &#160; &#160;0.381782] pci 0000:00:0a.0: &#160; bridge window [io &#160;0xd000-0xdfff]\n[ &#160; &#160;0.381784] pci 0000:00:0a.0: &#160; bridge window [mem 0xfea00000-0xfeafffff]\n[ &#160; &#160;0.381785] pci 0000:00:0a.0: &#160; bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]\n[ &#160; &#160;0.381788] pci 0000:00:14.4: PCI bridge to [bus 03]\n[ &#160; &#160;0.381790] pci 0000:00:14.4: &#160; bridge window [io &#160;0xe000-0xefff]\n[ &#160; &#160;0.381794] pci 0000:00:14.4: &#160; bridge window [mem 0xfeb00000-0xfebfffff]\n[ &#160; &#160;0.381802] pci_bus 0000:00: resource 4 [io &#160;0x0000-0x0cf7 window]\n[ &#160; &#160;0.381804] pci_bus 0000:00: resource 5 [io &#160;0x0d00-0xffff window]\n[ &#160; &#160;0.381805] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]\n[ &#160; &#160;0.381806] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]\n[ &#160; &#160;0.381807] pci_bus 0000:00: resource 8 [mem 0xd0000000-0xdfffffff window]\n[ &#160; &#160;0.381808] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff window]\n[ &#160; &#160;0.381809] pci_bus 0000:01: resource 0 [io &#160;0xc000-0xcfff]\n[ &#160; &#160;0.381810] pci_bus 0000:01: resource 1 [mem 0xfe900000-0xfe9fffff]\n[ &#160; &#160;0.381811] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]\n[ &#160; &#160;0.381813] pci_bus 0000:02: resource 0 [io &#160;0xd000-0xdfff]\n[ &#160; &#160;0.381814] pci_bus 0000:02: resource 1 [mem 0xfea00000-0xfeafffff]\n[ &#160; &#160;0.381815] pci_bus 0000:02: resource 2 [mem 0xfdf00000-0xfdffffff 64bit pref]\n[ &#160; &#160;0.381816] pci_bus 0000:03: resource 0 [io &#160;0xe000-0xefff]\n[ &#160; &#160;0.381817] pci_bus 0000:03: resource 1 [mem 0xfeb00000-0xfebfffff]\n[ &#160; &#160;0.381818] pci_bus 0000:03: resource 4 [io &#160;0x0000-0x0cf7 window]\n[ &#160; &#160;0.381819] pci_bus 0000:03: resource 5 [io &#160;0x0d00-0xffff window]\n[ &#160; &#160;0.381820] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff window]\n[ &#160; &#160;0.381821] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff window]\n[ &#160; &#160;0.381822] pci_bus 0000:03: resource 8 [mem 0xd0000000-0xdfffffff window]\n[ &#160; &#160;0.381823] pci_bus 0000:03: resource 9 [mem 0xf0000000-0xfebfffff window]\n[ &#160; &#160;0.381904] NET: Registered protocol family 2\n[ &#160; &#160;0.382053] TCP established hash table entries: 65536 (order: 7, 524288 bytes)\n[ &#160; &#160;0.382206] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)\n[ &#160; &#160;0.382444] TCP: Hash tables configured (established 65536 bind 65536)\n[ &#160; &#160;0.382494] UDP hash table entries: 4096 (order: 5, 131072 bytes)\n[ &#160; &#160;0.382542] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)\n[ &#160; &#160;0.382614] NET: Registered protocol family 1\n[ &#160; &#160;0.884144] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]\n[ &#160; &#160;0.884153] PCI: CLS 64 bytes, default 64\n[ &#160; &#160;0.884192] Unpacking initramfs...\n[ &#160; &#160;1.397748] Freeing initrd memory: 40492K\n[ &#160; &#160;1.398002] PCI-DMA: Disabling AGP.\n[ &#160; &#160;1.398086] PCI-DMA: aperture base @ c4000000 size 65536 KB\n[ &#160; &#160;1.398087] PCI-DMA: using GART IOMMU.\n[ &#160; &#160;1.398088] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture\n[ &#160; &#160;1.400962] LVT offset 1 assigned for vector 0x400\n[ &#160; &#160;1.400971] IBS: LVT offset 1 assigned\n[ &#160; &#160;1.401094] perf: AMD IBS detected (0x0000001f)\n[ &#160; &#160;1.401145] Scanning for low memory corruption every 60 seconds\n[ &#160; &#160;1.401697] Initialise system trusted keyrings\n[ &#160; &#160;1.401705] Key type blacklist registered\n[ &#160; &#160;1.401805] workingset: timestamp_bits=36 max_order=21 bucket_order=0\n[ &#160; &#160;1.402899] zbud: loaded\n[ &#160; &#160;1.403354] squashfs: version 4.0 (2009\/01\/31) Phillip Lougher\n[ &#160; &#160;1.403520] fuse init (API version 7.26)\n[ &#160; &#160;1.405480] Key type asymmetric registered\n[ &#160; &#160;1.405482] Asymmetric key parser 'x509' registered\n[ &#160; &#160;1.405534] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)\n[ &#160; &#160;1.405589] io scheduler noop registered\n[ &#160; &#160;1.405590] io scheduler deadline registered\n[ &#160; &#160;1.405616] io scheduler cfq registered (default)\n[ &#160; &#160;1.406167] vesafb: mode is 1920x1080x32, linelength=7680, pages=0\n[ &#160; &#160;1.406167] vesafb: scrolling: redraw\n[ &#160; &#160;1.406168] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0\n[ &#160; &#160;1.406181] vesafb: framebuffer at 0xd0000000, mapped to 0x &#160; &#160; &#160; &#160;(ptrval), using 8128k, total 8128k\n[ &#160; &#160;1.406297] Console: switching to colour frame buffer device 240x67\n[ &#160; &#160;1.406331] fb0: VESA VGA frame buffer device\n[ &#160; &#160;1.406409] input: Power Button as \/devices\/LNXSYSTM:00\/LNXSYBUS:00\/PNP0C0C:00\/input\/input0\n[ &#160; &#160;1.406419] ACPI: Power Button [PWRB]\n[ &#160; &#160;1.406453] input: Power Button as \/devices\/LNXSYSTM:00\/LNXPWRBN:00\/input\/input1\n[ &#160; &#160;1.406492] ACPI: Power Button [PWRF]\n[ &#160; &#160;1.406977] Serial: 8250\/16550 driver, 32 ports, IRQ sharing enabled\n[ &#160; &#160;1.427512] 00:04: ttyS0 at I\/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ &#160; &#160;1.429275] Linux agpgart interface v0.103\n[ &#160; &#160;1.430740] loop: module loaded\n[ &#160; &#160;1.430915] libphy: Fixed MDIO Bus: probed\n[ &#160; &#160;1.430916] tun: Universal TUN\/TAP device driver, 1.6\n[ &#160; &#160;1.430943] PPP generic driver version 2.4.2\n[ &#160; &#160;1.430979] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ &#160; &#160;1.430981] ehci-pci: EHCI PCI platform driver\n[ &#160; &#160;1.431126] ehci-pci 0000:00:12.2: EHCI Host Controller\n[ &#160; &#160;1.431132] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1\n[ &#160; &#160;1.431136] ehci-pci 0000:00:12.2: applying AMD SB700\/SB800\/Hudson-2\/3 EHCI dummy qh workaround\n[ &#160; &#160;1.431145] ehci-pci 0000:00:12.2: debug port 1\n[ &#160; &#160;1.431187] ehci-pci 0000:00:12.2: irq 17, io mem 0xfe8ff800\n[ &#160; &#160;1.444039] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00\n[ &#160; &#160;1.444081] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002\n[ &#160; &#160;1.444083] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ &#160; &#160;1.444084] usb usb1: Product: EHCI Host Controller\n[ &#160; &#160;1.444085] usb usb1: Manufacturer: Linux 4.15.0-91-generic ehci_hcd\n[ &#160; &#160;1.444086] usb usb1: SerialNumber: 0000:00:12.2\n[ &#160; &#160;1.444190] hub 1-0:1.0: USB hub found\n[ &#160; &#160;1.444196] hub 1-0:1.0: 6 ports detected\n[ &#160; &#160;1.444457] ehci-pci 0000:00:13.2: EHCI Host Controller\n[ &#160; &#160;1.444461] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2\n[ &#160; &#160;1.444464] ehci-pci 0000:00:13.2: applying AMD SB700\/SB800\/Hudson-2\/3 EHCI dummy qh workaround\n[ &#160; &#160;1.444473] ehci-pci 0000:00:13.2: debug port 1\n[ &#160; &#160;1.444508] ehci-pci 0000:00:13.2: irq 19, io mem 0xfe8ff400\n[ &#160; &#160;1.460053] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00\n[ &#160; &#160;1.460088] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002\n[ &#160; &#160;1.460089] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ &#160; &#160;1.460090] usb usb2: Product: EHCI Host Controller\n[ &#160; &#160;1.460091] usb usb2: Manufacturer: Linux 4.15.0-91-generic ehci_hcd\n[ &#160; &#160;1.460092] usb usb2: SerialNumber: 0000:00:13.2\n[ &#160; &#160;1.460185] hub 2-0:1.0: USB hub found\n[ &#160; &#160;1.460190] hub 2-0:1.0: 6 ports detected\n[ &#160; &#160;1.460316] ehci-platform: EHCI generic platform driver\n[ &#160; &#160;1.460328] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ &#160; &#160;1.460331] ohci-pci: OHCI PCI platform driver\n[ &#160; &#160;1.460461] ohci-pci 0000:00:12.0: OHCI PCI host controller\n[ &#160; &#160;1.460465] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 3\n[ &#160; &#160;1.460493] ohci-pci 0000:00:12.0: irq 16, io mem 0xfe8fe000\n[ &#160; &#160;1.524074] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001\n[ &#160; &#160;1.524075] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ &#160; &#160;1.524076] usb usb3: Product: OHCI PCI host controller\n[ &#160; &#160;1.524077] usb usb3: Manufacturer: Linux 4.15.0-91-generic ohci_hcd\n[ &#160; &#160;1.524078] usb usb3: SerialNumber: 0000:00:12.0\n[ &#160; &#160;1.524180] hub 3-0:1.0: USB hub found\n[ &#160; &#160;1.524187] hub 3-0:1.0: 3 ports detected\n[ &#160; &#160;1.524394] ohci-pci 0000:00:12.1: OHCI PCI host controller\n[ &#160; &#160;1.524399] ohci-pci 0000:00:12.1: new USB bus registered, assigned bus number 4\n[ &#160; &#160;1.524415] ohci-pci 0000:00:12.1: irq 16, io mem 0xfe8fd000\n[ &#160; &#160;1.588077] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001\n[ &#160; &#160;1.588078] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ &#160; &#160;1.588079] usb usb4: Product: OHCI PCI host controller\n[ &#160; &#160;1.588080] usb usb4: Manufacturer: Linux 4.15.0-91-generic ohci_hcd\n[ &#160; &#160;1.588081] usb usb4: SerialNumber: 0000:00:12.1\n[ &#160; &#160;1.588182] hub 4-0:1.0: USB hub found\n[ &#160; &#160;1.588189] hub 4-0:1.0: 3 ports detected\n[ &#160; &#160;1.588397] ohci-pci 0000:00:13.0: OHCI PCI host controller\n[ &#160; &#160;1.588402] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 5\n[ &#160; &#160;1.588423] ohci-pci 0000:00:13.0: irq 18, io mem 0xfe8fc000\n[ &#160; &#160;1.652063] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001\n[ &#160; &#160;1.652065] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ &#160; &#160;1.652066] usb usb5: Product: OHCI PCI host controller\n[ &#160; &#160;1.652067] usb usb5: Manufacturer: Linux 4.15.0-91-generic ohci_hcd\n[ &#160; &#160;1.652068] usb usb5: SerialNumber: 0000:00:13.0\n[ &#160; &#160;1.652169] hub 5-0:1.0: USB hub found\n[ &#160; &#160;1.652176] hub 5-0:1.0: 3 ports detected\n[ &#160; &#160;1.652372] ohci-pci 0000:00:13.1: OHCI PCI host controller\n[ &#160; &#160;1.652377] ohci-pci 0000:00:13.1: new USB bus registered, assigned bus number 6\n[ &#160; &#160;1.652393] ohci-pci 0000:00:13.1: irq 18, io mem 0xfe8fb000\n[ &#160; &#160;1.716057] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001\n[ &#160; &#160;1.716058] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ &#160; &#160;1.716059] usb usb6: Product: OHCI PCI host controller\n[ &#160; &#160;1.716060] usb usb6: Manufacturer: Linux 4.15.0-91-generic ohci_hcd\n[ &#160; &#160;1.716061] usb usb6: SerialNumber: 0000:00:13.1\n[ &#160; &#160;1.716161] hub 6-0:1.0: USB hub found\n[ &#160; &#160;1.716168] hub 6-0:1.0: 3 ports detected\n[ &#160; &#160;1.716377] ohci-pci 0000:00:14.5: OHCI PCI host controller\n[ &#160; &#160;1.716382] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 7\n[ &#160; &#160;1.716398] ohci-pci 0000:00:14.5: irq 18, io mem 0xfe8fa000\n[ &#160; &#160;1.780067] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001\n[ &#160; &#160;1.780069] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ &#160; &#160;1.780070] usb usb7: Product: OHCI PCI host controller\n[ &#160; &#160;1.780071] usb usb7: Manufacturer: Linux 4.15.0-91-generic ohci_hcd\n[ &#160; &#160;1.780071] usb usb7: SerialNumber: 0000:00:14.5\n[ &#160; &#160;1.780173] hub 7-0:1.0: USB hub found\n[ &#160; &#160;1.780180] hub 7-0:1.0: 2 ports detected\n[ &#160; &#160;1.780272] ohci-platform: OHCI generic platform driver\n[ &#160; &#160;1.780282] uhci_hcd: USB Universal Host Controller Interface driver\n[ &#160; &#160;1.780332] i8042: PNP: PS\/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1\n[ &#160; &#160;1.780333] i8042: PNP: PS\/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp\n[ &#160; &#160;1.780470] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ &#160; &#160;1.780561] mousedev: PS\/2 mouse device common for all mice\n[ &#160; &#160;1.780687] rtc_cmos 00:01: RTC can wake from S4\n[ &#160; &#160;1.780797] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0\n[ &#160; &#160;1.780822] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs\n[ &#160; &#160;1.780829] i2c \/dev entries driver\n[ &#160; &#160;1.780871] device-mapper: uevent: version 1.0.3\n[ &#160; &#160;1.780927] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com\n[ &#160; &#160;1.780975] ledtrig-cpu: registered to indicate activity on CPUs\n[ &#160; &#160;1.781324] NET: Registered protocol family 10\n[ &#160; &#160;1.785320] Segment Routing with IPv6\n[ &#160; &#160;1.785340] NET: Registered protocol family 17\n[ &#160; &#160;1.785380] Key type dns_resolver registered\n[ &#160; &#160;1.785621] mce: Using 6 MCE banks\n[ &#160; &#160;1.785633] RAS: Correctable Errors collector initialized.\n[ &#160; &#160;1.785635] microcode: microcode updated early to new patch_level=0x010000db\n[ &#160; &#160;1.785657] microcode: CPU0: patch_level=0x010000db\n[ &#160; &#160;1.785664] microcode: CPU1: patch_level=0x010000db\n[ &#160; &#160;1.785673] microcode: CPU2: patch_level=0x010000db\n[ &#160; &#160;1.785678] microcode: CPU3: patch_level=0x010000db\n[ &#160; &#160;1.785714] microcode: Microcode Update Driver: v2.2.\n[ &#160; &#160;1.785726] sched_clock: Marking stable (1785709963, 0)-&gt;(1769188072, 16521891)\n[ &#160; &#160;1.785888] registered taskstats version 1\n[ &#160; &#160;1.785896] Loading compiled-in X.509 certificates\n[ &#160; &#160;1.788581] Loaded X.509 cert 'Build time autogenerated kernel key: d019e8c5f4cbc828f6af43369f65a014a3a68371'\n[ &#160; &#160;1.788599] zswap: loaded using pool lzo\/zbud\n[ &#160; &#160;1.792031] Key type big_key registered\n[ &#160; &#160;1.792035] Key type trusted registered\n[ &#160; &#160;1.793643] Key type encrypted registered\n[ &#160; &#160;1.793646] AppArmor: AppArmor sha1 policy hashing enabled\n[ &#160; &#160;1.793649] ima: No TPM chip found, activating TPM-bypass! (rc=-19)\n[ &#160; &#160;1.793652] ima: Allocated hash algorithm: sha1\n[ &#160; &#160;1.793665] evm: HMAC attrs: 0x1\n[ &#160; &#160;1.793864] &#160; Magic number: 12:966:226\n[ &#160; &#160;1.793973] rtc_cmos 00:01: setting system clock to 2020-03-22 11:12:41 UTC (1584875561)\n[ &#160; &#160;1.794093] acpi_cpufreq: overriding BIOS provided _PSD data\n[ &#160; &#160;1.794505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ &#160; &#160;1.794505] EDD information not available.\n[ &#160; &#160;1.796024] usb 2-5: new high-speed USB device number 2 using ehci-pci\n[ &#160; &#160;1.801277] input: AT Translated Set 2 keyboard as \/devices\/platform\/i8042\/serio0\/input\/input2\n[ &#160; &#160;1.963839] usb 2-5: New USB device found, idVendor=05e3, idProduct=0716\n[ &#160; &#160;1.963841] usb 2-5: New USB device strings: Mfr=0, Product=1, SerialNumber=2\n[ &#160; &#160;1.963842] usb 2-5: Product: USB Storage\n[ &#160; &#160;1.963843] usb 2-5: SerialNumber: 000000009744\n[ &#160; &#160;2.112043] usb 3-1: new full-speed USB device number 2 using ohci-pci\n[ &#160; &#160;2.325085] usb 3-1: New USB device found, idVendor=046d, idProduct=c049\n[ &#160; &#160;2.325087] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0\n[ &#160; &#160;2.325088] usb 3-1: Product: USB Gaming Mouse\n[ &#160; &#160;2.325089] usb 3-1: Manufacturer: Logitech\n[ &#160; &#160;2.428054] tsc: Refined TSC clocksource calibration: 3013.215 MHz\n[ &#160; &#160;2.428059] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b6f0924167, max_idle_ns: 440795312715 ns\n[ &#160; &#160;2.741981] Freeing unused kernel image memory: 2432K\n[ &#160; &#160;2.760083] Write protecting the kernel read-only data: 20480k\n[ &#160; &#160;2.761844] Freeing unused kernel image memory: 2008K\n[ &#160; &#160;2.762336] Freeing unused kernel image memory: 1880K\n[ &#160; &#160;2.771796] x86\/mm: Checked W+X mappings: passed, no W+X pages found.\n[ &#160; &#160;2.837338] ahci 0000:00:11.0: version 3.0\n[ &#160; &#160;2.837585] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode\n[ &#160; &#160;2.837587] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc \n[ &#160; &#160;2.838235] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded\n[ &#160; &#160;2.838243] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control\n[ &#160; &#160;2.838566] r8169 0000:02:00.0 eth0: RTL8168d\/8111d at 0x &#160; &#160; &#160; &#160;(ptrval), e0:cb:4e:c6:1e:b8, XID 083000c0 IRQ 24\n[ &#160; &#160;2.838568] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]\n[ &#160; &#160;2.838665] scsi host0: ahci\n[ &#160; &#160;2.840717] usb-storage 2-5:1.0: USB Mass Storage device detected\n[ &#160; &#160;2.841979] scsi host2: usb-storage 2-5:1.0\n[ &#160; &#160;2.842051] usbcore: registered new interface driver usb-storage\n[ &#160; &#160;2.842508] scsi host1: ahci\n[ &#160; &#160;2.843484] usbcore: registered new interface driver uas\n[ &#160; &#160;2.843811] scsi host3: ahci\n[ &#160; &#160;2.843930] scsi host4: ahci\n[ &#160; &#160;2.843971] ata1: SATA max UDMA\/133 abar m1024@0xfe8ffc00 port 0xfe8ffd00 irq 22\n[ &#160; &#160;2.843973] ata2: SATA max UDMA\/133 abar m1024@0xfe8ffc00 port 0xfe8ffd80 irq 22\n[ &#160; &#160;2.843975] ata3: SATA max UDMA\/133 abar m1024@0xfe8ffc00 port 0xfe8ffe00 irq 22\n[ &#160; &#160;2.843977] ata4: SATA max UDMA\/133 abar m1024@0xfe8ffc00 port 0xfe8ffe80 irq 22\n[ &#160; &#160;2.844045] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B0F (\\SOR1) (20170831\/utaddress-247)\n[ &#160; &#160;2.844049] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B0F (\\SOR1) (20170831\/utaddress-247)\n[ &#160; &#160;2.844066] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B2F (\\SMRG) (20170831\/utaddress-247)\n[ &#160; &#160;2.844069] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B2F (\\SMRG) (20170831\/utaddress-247)\n[ &#160; &#160;2.844075] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B2F (\\_SB.PCI0.SBRG.ASOC.SMRG) (20170831\/utaddress-247)\n[ &#160; &#160;2.844078] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B2F (\\_SB.PCI0.SBRG.ASOC.SMRG) (20170831\/utaddress-247)\n[ &#160; &#160;2.844082] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver\n[ &#160; &#160;2.845352] scsi host5: pata_atiixp\n[ &#160; &#160;2.845443] scsi host6: pata_atiixp\n[ &#160; &#160;2.845472] ata5: PATA max UDMA\/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14\n[ &#160; &#160;2.845473] ata6: PATA max UDMA\/100 cmd 0x170 ctl 0x376 bmdma 0xff08 irq 15\n[ &#160; &#160;2.916128] firewire_ohci 0000:03:08.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x11\n[ &#160; &#160;3.026766] ata6.00: ATA-9: CT250BX100SSD1, MU02, max UDMA\/133\n[ &#160; &#160;3.026768] ata6.00: 488397168 sectors, multi 2: LBA48 NCQ (depth 0\/32)\n[ &#160; &#160;3.027128] ata6.01: supports DRM functions and may not be fully accessible\n[ &#160; &#160;3.027130] ata6.01: ATA-11: Samsung SSD 860 QVO 2TB, RVQ01B6Q, max UDMA\/133\n[ &#160; &#160;3.027131] ata6.01: 3907029168 sectors, multi 1: LBA48 NCQ (depth 0\/32)\n[ &#160; &#160;3.031960] ata6.00: configured for UDMA\/100\n[ &#160; &#160;3.034712] ata6.01: supports DRM functions and may not be fully accessible\n[ &#160; &#160;3.036505] ata6.01: configured for UDMA\/100\n[ &#160; &#160;3.072097] usb 3-2: new low-speed USB device number 3 using ohci-pci\n[ &#160; &#160;3.162587] ata3: SATA link down (SStatus 0 SControl 300)\n[ &#160; &#160;3.166652] ata4: SATA link down (SStatus 0 SControl 300)\n[ &#160; &#160;3.268153] usb 3-2: New USB device found, idVendor=0b33, idProduct=0020\n[ &#160; &#160;3.268155] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0\n[ &#160; &#160;3.268156] usb 3-2: Product: ShuttleXpress\n[ &#160; &#160;3.268157] usb 3-2: Manufacturer: Contour Design\n[ &#160; &#160;3.276665] hidraw: raw HID events driver (C) Jiri Kosina\n[ &#160; &#160;3.290290] usbcore: registered new interface driver usbhid\n[ &#160; &#160;3.290290] usbhid: USB HID core driver\n[ &#160; &#160;3.291974] input: Logitech USB Gaming Mouse as \/devices\/pci0000:00\/0000:00:12.0\/usb3\/3-1\/3-1:1.0\/0003:046D:C049.0001\/input\/input3\n[ &#160; &#160;3.292066] hid-generic 0003:046D:C049.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Gaming Mouse] on usb-0000:00:12.0-1\/input0\n[ &#160; &#160;3.292262] hid-generic 0003:046D:C049.0002: hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Gaming Mouse] on usb-0000:00:12.0-1\/input1\n[ &#160; &#160;3.292403] input: Contour Design ShuttleXpress as \/devices\/pci0000:00\/0000:00:12.0\/usb3\/3-2\/3-2:1.0\/0003:0B33:0020.0003\/input\/input4\n[ &#160; &#160;3.292475] hid-generic 0003:0B33:0020.0003: input,hidraw2: USB HID v1.10 Device [Contour Design ShuttleXpress] on usb-0000:00:12.0-2\/input0\n[ &#160; &#160;3.320137] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)\n[ &#160; &#160;3.320160] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)\n[ &#160; &#160;3.320383] ata2.00: ATAPI: ATAPI &#160; iHAS524 &#160; A, BL2J, max UDMA\/100\n[ &#160; &#160;3.321082] ata2.00: configured for UDMA\/100\n[ &#160; &#160;3.321254] ata1.00: ATA-8: ST3000DM001-1CH166, CC24, max UDMA\/133\n[ &#160; &#160;3.321256] ata1.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 31\/32), AA\n[ &#160; &#160;3.322163] ata1.00: configured for UDMA\/133\n[ &#160; &#160;3.322358] scsi 0:0:0:0: Direct-Access &#160; &#160; ATA &#160; &#160; &#160;ST3000DM001-1CH1 CC24 PQ: 0 ANSI: 5\n[ &#160; &#160;3.322590] sd 0:0:0:0: Attached scsi generic sg0 type 0\n[ &#160; &#160;3.322632] sd 0:0:0:0: [sda] 5860533168 512-byte logical blocks: (3.00 TB\/2.73 TiB)\n[ &#160; &#160;3.322634] sd 0:0:0:0: [sda] 4096-byte physical blocks\n[ &#160; &#160;3.322646] sd 0:0:0:0: [sda] Write Protect is off\n[ &#160; &#160;3.322647] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00\n[ &#160; &#160;3.322681] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA\n[ &#160; &#160;3.323600] scsi 1:0:0:0: CD-ROM &#160; &#160; &#160; &#160; &#160; &#160;ATAPI &#160; &#160;iHAS524 &#160; A &#160; &#160; &#160;BL2J PQ: 0 ANSI: 5\n[ &#160; &#160;3.380173] &#160;sda: sda1\n[ &#160; &#160;3.380557] sd 0:0:0:0: [sda] Attached SCSI disk\n[ &#160; &#160;3.386535] sr 1:0:0:0: [sr0] scsi3-mmc drive: 48x\/48x writer dvd-ram cd\/rw xa\/form2 cdda tray\n[ &#160; &#160;3.386537] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ &#160; &#160;3.386653] sr 1:0:0:0: Attached scsi CD-ROM sr0\n[ &#160; &#160;3.386710] sr 1:0:0:0: Attached scsi generic sg1 type 5\n[ &#160; &#160;3.386889] scsi 6:0:0:0: Direct-Access &#160; &#160; ATA &#160; &#160; &#160;CT250BX100SSD1 &#160; MU02 PQ: 0 ANSI: 5\n[ &#160; &#160;3.387071] sd 6:0:0:0: Attached scsi generic sg2 type 0\n[ &#160; &#160;3.387090] sd 6:0:0:0: [sdb] 488397168 512-byte logical blocks: (250 GB\/233 GiB)\n[ &#160; &#160;3.387105] sd 6:0:0:0: [sdb] Write Protect is off\n[ &#160; &#160;3.387107] sd 6:0:0:0: [sdb] Mode Sense: 00 3a 00 00\n[ &#160; &#160;3.387130] sd 6:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA\n[ &#160; &#160;3.387201] scsi 6:0:1:0: Direct-Access &#160; &#160; ATA &#160; &#160; &#160;Samsung SSD 860 &#160;1B6Q PQ: 0 ANSI: 5\n[ &#160; &#160;3.387325] ata6.01: Enabling discard_zeroes_data\n[ &#160; &#160;3.387355] sd 6:0:1:0: Attached scsi generic sg3 type 0\n[ &#160; &#160;3.387378] sd 6:0:1:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB\/1.82 TiB)\n[ &#160; &#160;3.387387] sd 6:0:1:0: [sdc] Write Protect is off\n[ &#160; &#160;3.387389] sd 6:0:1:0: [sdc] Mode Sense: 00 3a 00 00\n[ &#160; &#160;3.387420] sd 6:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA\n[ &#160; &#160;3.388415] &#160;sdb: sdb1 sdb2 sdb3\n[ &#160; &#160;3.388426] ata6.01: Enabling discard_zeroes_data\n[ &#160; &#160;3.392293] &#160;sdc: sdc1 sdc2 sdc3 &lt; sdc5 sdc6 sdc7 &gt;\n[ &#160; &#160;3.392799] ata6.01: Enabling discard_zeroes_data\n[ &#160; &#160;3.392950] sd 6:0:0:0: [sdb] Attached SCSI disk\n[ &#160; &#160;3.394155] sd 6:0:1:0: [sdc] supports TCG Opal\n[ &#160; &#160;3.394157] sd 6:0:1:0: [sdc] Attached SCSI disk\n[ &#160; &#160;3.420184] firewire_core 0000:03:08.0: created device fw0: GUID 1e00000000008c00, S400\n[ &#160; &#160;3.420396] random: fast init done\n[ &#160; &#160;3.420547] random: systemd-udevd: uninitialized urandom read (16 bytes read)\n[ &#160; &#160;3.420556] random: systemd-udevd: uninitialized urandom read (16 bytes read)\n[ &#160; &#160;3.420581] random: systemd-udevd: uninitialized urandom read (16 bytes read)\n[ &#160; &#160;3.440146] usb 1-6: new high-speed USB device number 4 using ehci-pci\n[ &#160; &#160;3.452312] clocksource: Switched to clocksource tsc\n[ &#160; &#160;3.740265] usb 1-6: New USB device found, idVendor=046d, idProduct=0819\n[ &#160; &#160;3.740267] usb 1-6: New USB device strings: Mfr=0, Product=0, SerialNumber=2\n[ &#160; &#160;3.740268] usb 1-6: SerialNumber: 6C3717A0\n[ &#160; &#160;3.869339] scsi 2:0:0:0: Direct-Access &#160; &#160; Generic &#160;STORAGE DEVICE &#160; 9744 PQ: 0 ANSI: 0\n[ &#160; &#160;3.870077] scsi 2:0:0:1: Direct-Access &#160; &#160; Generic &#160;STORAGE DEVICE &#160; 9744 PQ: 0 ANSI: 0\n[ &#160; &#160;3.870288] sd 2:0:0:0: Attached scsi generic sg4 type 0\n[ &#160; &#160;3.870407] sd 2:0:0:1: Attached scsi generic sg5 type 0\n[ &#160; &#160;3.872066] sd 2:0:0:0: [sdd] Attached SCSI removable disk\n[ &#160; &#160;3.878950] sd 2:0:0:1: [sde] Attached SCSI removable disk\n[ &#160; 36.535680] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)\n[ &#160; 36.683291] systemd[1]: RTC configured in localtime, applying delta of 60 minutes to system time.\n[ &#160; 36.710549] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ &#160; 36.720616] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)\n[ &#160; 36.720736] systemd[1]: Detected architecture x86-64.\n[ &#160; 36.722117] systemd[1]: Set hostname to &lt;sybo&gt;.\n[ &#160; 36.930865] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[ &#160; 36.931454] systemd[1]: Created slice User and Session Slice.\n[ &#160; 36.931735] systemd[1]: Created slice System Slice.\n[ &#160; 36.931814] systemd[1]: Listening on Journal Socket (\/dev\/log).\n[ &#160; 36.931852] systemd[1]: Listening on RPCbind Server Activation Socket.\n[ &#160; 36.931889] systemd[1]: Listening on fsck to fsckd communication Socket.\n[ &#160; 36.931933] systemd[1]: Listening on LVM2 metadata daemon socket.\n[ &#160; 37.049094] EXT4-fs (sdb2): re-mounted. Opts: errors=remount-ro\n[ &#160; 37.070529] lp: driver loaded but no devices found\n[ &#160; 37.081654] RPC: Registered named UNIX socket transport module.\n[ &#160; 37.081655] RPC: Registered udp transport module.\n[ &#160; 37.081656] RPC: Registered tcp transport module.\n[ &#160; 37.081656] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ &#160; 37.100512] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[ &#160; 37.126975] ppdev: user-space parallel port driver\n[ &#160; 37.129361] parport_pc 00:02: reported by Plug and Play ACPI\n[ &#160; 37.129435] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]\n[ &#160; 37.156071] systemd-journald[326]: Received request to flush runtime journal from PID 1\n[ &#160; 37.224222] lp0: using parport0 (interrupt-driven).\n[ &#160; 37.545572] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4\n[ &#160; 37.553162] ATK0110 ATK0110:00: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().\n[ &#160; 38.367228] random: crng init done\n[ &#160; 38.367230] random: 7 urandom warning(s) missed due to ratelimiting\n[ &#160; 38.384947] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client\n[ &#160; 38.384949] snd_hda_intel 0000:01:00.1: Force to non-snoop mode\n[ &#160; 38.607851] input: HDA ATI HDMI HDMI\/DP,pcm=3 as \/devices\/pci0000:00\/0000:00:02.0\/0000:01:00.1\/sound\/card1\/input5\n[ &#160; 38.607897] input: HDA ATI HDMI HDMI\/DP,pcm=7 as \/devices\/pci0000:00\/0000:00:02.0\/0000:01:00.1\/sound\/card1\/input6\n[ &#160; 38.607937] input: HDA ATI HDMI HDMI\/DP,pcm=8 as \/devices\/pci0000:00\/0000:00:02.0\/0000:01:00.1\/sound\/card1\/input7\n[ &#160; 38.607975] input: HDA ATI HDMI HDMI\/DP,pcm=9 as \/devices\/pci0000:00\/0000:00:02.0\/0000:01:00.1\/sound\/card1\/input8\n[ &#160; 38.608013] input: HDA ATI HDMI HDMI\/DP,pcm=10 as \/devices\/pci0000:00\/0000:00:02.0\/0000:01:00.1\/sound\/card1\/input9\n[ &#160; 38.608053] input: HDA ATI HDMI HDMI\/DP,pcm=11 as \/devices\/pci0000:00\/0000:00:02.0\/0000:01:00.1\/sound\/card1\/input10\n[ &#160; 38.637740] [drm] radeon kernel modesetting enabled.\n[ &#160; 38.637823] checking generic (d0000000 7f0000) vs hw (d0000000 10000000)\n[ &#160; 38.637825] fb: switching to radeondrmfb from VESA VGA\n[ &#160; 38.637868] Console: switching to colour dummy device 80x25\n[ &#160; 38.638209] [drm] initializing kernel modesetting (PITCAIRN 0x1002:0x6811 0x1462:0x2015 0x81).\n[ &#160; 38.638252] resource sanity check: requesting [mem 0x000c0000-0x000dffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000dffff window]\n[ &#160; 38.638257] caller pci_map_rom+0x5d\/0xf0 mapping multiple BARs\n[ &#160; 38.638262] radeon 0000:01:00.0: Invalid PCI ROM header signature: expecting 0xaa55, got 0xffff\n[ &#160; 38.638879] ATOM BIOS: 113\n[ &#160; 38.638938] radeon 0000:01:00.0: VRAM: 4096M 0x0000000000000000 - 0x00000000FFFFFFFF (4096M used)\n[ &#160; 38.638940] radeon 0000:01:00.0: GTT: 2048M 0x0000000100000000 - 0x000000017FFFFFFF\n[ &#160; 38.638943] [drm] Detected VRAM RAM=4096M, BAR=256M\n[ &#160; 38.638944] [drm] RAM width 256bits DDR\n[ &#160; 38.639034] [TTM] Zone &#160;kernel: Available graphics memory: 4083922 kiB\n[ &#160; 38.639035] [TTM] Zone &#160; dma32: Available graphics memory: 2097152 kiB\n[ &#160; 38.639036] [TTM] Initializing pool allocator\n[ &#160; 38.639040] [TTM] Initializing DMA pool allocator\n[ &#160; 38.639061] [drm] radeon: 4096M of VRAM memory ready\n[ &#160; 38.639062] [drm] radeon: 2048M of GTT memory ready.\n[ &#160; 38.639070] [drm] Loading pitcairn Microcode\n[ &#160; 38.710786] snd_hda_codec_via hdaudioC0D0: autoconfig for VT1708S: line_outs=4 (0x1c\/0x19\/0x22\/0x23\/0x0) type:line\n[ &#160; 38.710789] snd_hda_codec_via hdaudioC0D0: &#160; &#160;speaker_outs=0 (0x0\/0x0\/0x0\/0x0\/0x0)\n[ &#160; 38.710790] snd_hda_codec_via hdaudioC0D0: &#160; &#160;hp_outs=1 (0x1d\/0x0\/0x0\/0x0\/0x0)\n[ &#160; 38.710791] snd_hda_codec_via hdaudioC0D0: &#160; &#160;mono: mono_out=0x0\n[ &#160; 38.710792] snd_hda_codec_via hdaudioC0D0: &#160; &#160;dig-out=0x20\/0x21\n[ &#160; 38.710793] snd_hda_codec_via hdaudioC0D0: &#160; &#160;inputs:\n[ &#160; 38.710795] snd_hda_codec_via hdaudioC0D0: &#160; &#160; &#160;Rear Mic=0x1a\n[ &#160; 38.710796] snd_hda_codec_via hdaudioC0D0: &#160; &#160; &#160;Front Mic=0x1e\n[ &#160; 38.710797] snd_hda_codec_via hdaudioC0D0: &#160; &#160; &#160;Line=0x1b\n[ &#160; 38.720594] input: HDA ATI SB Rear Mic as \/devices\/pci0000:00\/0000:00:14.2\/sound\/card0\/input11\n[ &#160; 38.720651] input: HDA ATI SB Front Mic as \/devices\/pci0000:00\/0000:00:14.2\/sound\/card0\/input12\n[ &#160; 38.720699] input: HDA ATI SB Line as \/devices\/pci0000:00\/0000:00:14.2\/sound\/card0\/input13\n[ &#160; 38.720744] input: HDA ATI SB Line Out Front as \/devices\/pci0000:00\/0000:00:14.2\/sound\/card0\/input14\n[ &#160; 38.720789] input: HDA ATI SB Line Out Surround as \/devices\/pci0000:00\/0000:00:14.2\/sound\/card0\/input15\n[ &#160; 38.720831] input: HDA ATI SB Line Out CLFE as \/devices\/pci0000:00\/0000:00:14.2\/sound\/card0\/input16\n[ &#160; 38.720872] input: HDA ATI SB Line Out Side as \/devices\/pci0000:00\/0000:00:14.2\/sound\/card0\/input17\n[ &#160; 38.720914] input: HDA ATI SB Front Headphone as \/devices\/pci0000:00\/0000:00:14.2\/sound\/card0\/input18\n[ &#160; 38.727724] media: Linux media interface: v0.10\n[ &#160; 38.801646] [drm] Internal thermal controller with fan control\n[ &#160; 38.801732] [drm] probing gen 2 caps for device 1022:9603 = 300d02\/0\n[ &#160; 38.810634] [drm] radeon: dpm initialized\n[ &#160; 38.820753] kvm: Nested Virtualization enabled\n[ &#160; 38.820756] kvm: Nested Paging enabled\n[ &#160; 38.820796] Linux video capture interface: v2.00\n[ &#160; 38.825117] MCE: In-kernel MCE decoding enabled.\n[ &#160; 38.828043] EDAC amd64: Node 0: DRAM ECC disabled.\n[ &#160; 38.828045] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.\n&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; Either enable ECC checking or force module loading by setting 'ecc_enable_override'.\n&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; (Note that use of the override may cause unknown side effects.)\n[ &#160; 38.868647] EDAC amd64: Node 0: DRAM ECC disabled.\n[ &#160; 38.868649] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.\n&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; Either enable ECC checking or force module loading by setting 'ecc_enable_override'.\n&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; (Note that use of the override may cause unknown side effects.)\n[ &#160; 38.906126] [drm] Found VCE firmware\/feedback version 50.0.1 \/ 17!\n[ &#160; 38.906140] [drm] GART: num cpu pages 524288, num gpu pages 524288\n[ &#160; 38.908362] [drm] probing gen 2 caps for device 1022:9603 = 300d02\/0\n[ &#160; 38.908366] [drm] PCIE gen 2 link speeds already enabled\n[ &#160; 38.916845] EDAC amd64: Node 0: DRAM ECC disabled.\n[ &#160; 38.916846] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.\n&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; Either enable ECC checking or force module loading by setting 'ecc_enable_override'.\n&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; (Note that use of the override may cause unknown side effects.)\n[ &#160; 38.943639] [drm] PCIE GART of 2048M enabled (table at 0x00000000001D6000).\n[ &#160; 38.943882] radeon 0000:01:00.0: WB enabled\n[ &#160; 38.943885] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000100000c00 and cpu addr 0x000000003805d7d4\n[ &#160; 38.943886] radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000100000c04 and cpu addr 0x0000000084a924bb\n[ &#160; 38.943888] radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000100000c08 and cpu addr 0x00000000c10502cf\n[ &#160; 38.943889] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000100000c0c and cpu addr 0x000000002ffd8ffc\n[ &#160; 38.943890] radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000100000c10 and cpu addr 0x000000006854010b\n[ &#160; 38.944416] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0x0000000046163127\n[ &#160; 38.964503] radeon 0000:01:00.0: fence driver on ring 6 use gpu addr 0x0000000100000c18 and cpu addr 0x00000000b3d0f99d\n[ &#160; 38.964505] radeon 0000:01:00.0: fence driver on ring 7 use gpu addr 0x0000000100000c1c and cpu addr 0x000000009a47eecb\n[ &#160; 38.964507] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).\n[ &#160; 38.964507] [drm] Driver supports precise vblank timestamp query.\n[ &#160; 38.964508] radeon 0000:01:00.0: radeon: MSI limited to 32-bit\n[ &#160; 38.964545] radeon 0000:01:00.0: radeon: using MSI.\n[ &#160; 38.964575] [drm] radeon: irq initialized.\n[ &#160; 39.147028] [drm] ring test on 0 succeeded in 3 usecs\n[ &#160; 39.147033] [drm] ring test on 1 succeeded in 1 usecs\n[ &#160; 39.147037] [drm] ring test on 2 succeeded in 1 usecs\n[ &#160; 39.147047] [drm] ring test on 3 succeeded in 6 usecs\n[ &#160; 39.147056] [drm] ring test on 4 succeeded in 6 usecs\n[ &#160; 39.152444] EDAC amd64: Node 0: DRAM ECC disabled.\n[ &#160; 39.152446] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.\n&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; Either enable ECC checking or force module loading by setting 'ecc_enable_override'.\n&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; (Note that use of the override may cause unknown side effects.)\n[ &#160; 39.322891] [drm] ring test on 5 succeeded in 2 usecs\n[ &#160; 39.322896] [drm] UVD initialized successfully.\n[ &#160; 39.403624] usb 1-6: set resolution quirk: cval-&gt;res = 384\n[ &#160; 39.403779] usbcore: registered new interface driver snd-usb-audio\n[ &#160; 39.404042] uvcvideo: Found UVC 1.00 device &lt;unnamed&gt; (046d:0819)\n[ &#160; 39.418703] uvcvideo 1-6:1.0: Entity type for entity Extension 4 was not initialized!\n[ &#160; 39.418705] uvcvideo 1-6:1.0: Entity type for entity Extension 6 was not initialized!\n[ &#160; 39.418706] uvcvideo 1-6:1.0: Entity type for entity Extension 7 was not initialized!\n[ &#160; 39.418707] uvcvideo 1-6:1.0: Entity type for entity Processing 2 was not initialized!\n[ &#160; 39.418708] uvcvideo 1-6:1.0: Entity type for entity Extension 3 was not initialized!\n[ &#160; 39.418709] uvcvideo 1-6:1.0: Entity type for entity Camera 1 was not initialized!\n[ &#160; 39.418772] input: UVC Camera (046d:0819) as \/devices\/pci0000:00\/0000:00:12.2\/usb1\/1-6\/1-6:1.0\/input\/input19\n[ &#160; 39.418830] usbcore: registered new interface driver uvcvideo\n[ &#160; 39.418830] USB Video Class driver (1.1.1)\n[ &#160; 39.432118] [drm] ring test on 6 succeeded in 22 usecs\n[ &#160; 39.432132] [drm] ring test on 7 succeeded in 4 usecs\n[ &#160; 39.432133] [drm] VCE initialized successfully.\n[ &#160; 39.432265] [drm] ib test on ring 0 succeeded in 0 usecs\n[ &#160; 39.432317] [drm] ib test on ring 1 succeeded in 0 usecs\n[ &#160; 39.432367] [drm] ib test on ring 2 succeeded in 0 usecs\n[ &#160; 39.432417] [drm] ib test on ring 3 succeeded in 0 usecs\n[ &#160; 39.432466] [drm] ib test on ring 4 succeeded in 0 usecs\n[ &#160; 40.074826] Adding 16777212k swap on \/dev\/sdc2. &#160;Priority:-2 extents:1 across:16777212k SSFS\n[ &#160; 40.096148] [drm] ib test on ring 5 succeeded\n[ &#160; 40.604160] [drm] ib test on ring 6 succeeded\n[ &#160; 40.831080] EXT4-fs (sdc5): mounted filesystem with ordered data mode. Opts: (null)\n[ &#160; 40.836323] EXT4-fs (sdc7): mounted filesystem with ordered data mode. Opts: (null)\n[ &#160; 40.869874] EXT4-fs (sdc6): mounted filesystem with ordered data mode. Opts: (null)\n[ &#160; 40.876408] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)\n[ &#160; 41.116159] [drm] ib test on ring 7 succeeded\n[ &#160; 41.116808] [drm] Radeon Display Connectors\n[ &#160; 41.116809] [drm] Connector 0:\n[ &#160; 41.116810] [drm] &#160; DP-1\n[ &#160; 41.116810] [drm] &#160; HPD4\n[ &#160; 41.116811] [drm] &#160; DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c\n[ &#160; 41.116811] [drm] &#160; Encoders:\n[ &#160; 41.116812] [drm] &#160; &#160; DFP1: INTERNAL_UNIPHY2\n[ &#160; 41.116812] [drm] Connector 1:\n[ &#160; 41.116813] [drm] &#160; HDMI-A-1\n[ &#160; 41.116813] [drm] &#160; HPD5\n[ &#160; 41.116814] [drm] &#160; DDC: 0x6550 0x6550 0x6554 0x6554 0x6558 0x6558 0x655c 0x655c\n[ &#160; 41.116814] [drm] &#160; Encoders:\n[ &#160; 41.116815] [drm] &#160; &#160; DFP2: INTERNAL_UNIPHY2\n[ &#160; 41.116815] [drm] Connector 2:\n[ &#160; 41.116816] [drm] &#160; DVI-I-1\n[ &#160; 41.116816] [drm] &#160; HPD6\n[ &#160; 41.116817] [drm] &#160; DDC: 0x6580 0x6580 0x6584 0x6584 0x6588 0x6588 0x658c 0x658c\n[ &#160; 41.116817] [drm] &#160; Encoders:\n[ &#160; 41.116818] [drm] &#160; &#160; DFP3: INTERNAL_UNIPHY\n[ &#160; 41.116818] [drm] &#160; &#160; CRT1: INTERNAL_KLDSCP_DAC1\n[ &#160; 41.116818] [drm] Connector 3:\n[ &#160; 41.116819] [drm] &#160; DVI-D-1\n[ &#160; 41.116819] [drm] &#160; HPD1\n[ &#160; 41.116820] [drm] &#160; DDC: 0x6570 0x6570 0x6574 0x6574 0x6578 0x6578 0x657c 0x657c\n[ &#160; 41.116820] [drm] &#160; Encoders:\n[ &#160; 41.116821] [drm] &#160; &#160; DFP4: INTERNAL_UNIPHY1\n[ &#160; 41.156213] snd_hda_codec_hdmi hdaudioC1D0: HDMI ATI\/AMD: no speaker allocation for ELD\n[ &#160; 41.235921] [drm] fb mappable at 0xD05D8000\n[ &#160; 41.235922] [drm] vram apper at 0xD0000000\n[ &#160; 41.235923] [drm] size 8294400\n[ &#160; 41.235923] [drm] fb depth is 24\n[ &#160; 41.235924] [drm] &#160; &#160;pitch is 7680\n[ &#160; 41.236000] fbcon: radeondrmfb (fb0) is primary device\n[ &#160; 41.236132] Console: switching to colour frame buffer device 240x67\n[ &#160; 41.236169] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device\n[ &#160; 41.256191] [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 0\n[ &#160; 41.362476] [drm] amdgpu kernel modesetting enabled.\n[ &#160; 41.391131] audit: type=1400 audit(1584872001.093:2): apparmor=&quot;STATUS&quot; operation=&quot;profile_load&quot; profile=&quot;unconfined&quot; name=&quot;docker-default&quot; pid=846 comm=&quot;apparmor_parser&quot;\n[ &#160; 41.400354] audit: type=1400 audit(1584872001.105:3): apparmor=&quot;STATUS&quot; operation=&quot;profile_load&quot; profile=&quot;unconfined&quot; name=&quot;\/sbin\/dhclient&quot; pid=849 comm=&quot;apparmor_parser&quot;\n[ &#160; 41.400357] audit: type=1400 audit(1584872001.105:4): apparmor=&quot;STATUS&quot; operation=&quot;profile_load&quot; profile=&quot;unconfined&quot; name=&quot;\/usr\/lib\/NetworkManager\/nm-dhcp-client.action&quot; pid=849 comm=&quot;apparmor_parser&quot;\n[ &#160; 41.400359] audit: type=1400 audit(1584872001.105:5): apparmor=&quot;STATUS&quot; operation=&quot;profile_load&quot; profile=&quot;unconfined&quot; name=&quot;\/usr\/lib\/NetworkManager\/nm-dhcp-helper&quot; pid=849 comm=&quot;apparmor_parser&quot;\n[ &#160; 41.400361] audit: type=1400 audit(1584872001.105:6): apparmor=&quot;STATUS&quot; operation=&quot;profile_load&quot; profile=&quot;unconfined&quot; name=&quot;\/usr\/lib\/connman\/scripts\/dhclient-script&quot; pid=849 comm=&quot;apparmor_parser&quot;\n[ &#160; 41.401299] audit: type=1400 audit(1584872001.105:7): apparmor=&quot;STATUS&quot; operation=&quot;profile_load&quot; profile=&quot;unconfined&quot; name=&quot;\/usr\/lib\/x86_64-linux-gnu\/lightdm-remote-session-freerdp\/freerdp-session-wrapper&quot; pid=848 comm=&quot;apparmor_parser&quot;\n[ &#160; 41.401302] audit: type=1400 audit(1584872001.105:8): apparmor=&quot;STATUS&quot; operation=&quot;profile_load&quot; profile=&quot;unconfined&quot; name=&quot;\/usr\/lib\/x86_64-linux-gnu\/lightdm-remote-session-freerdp\/freerdp-session-wrapper\/\/chromium&quot; pid=848 comm=&quot;apparmor_parser&quot;\n[ &#160; 41.407280] audit: type=1400 audit(1584872001.109:9): apparmor=&quot;STATUS&quot; operation=&quot;profile_load&quot; profile=&quot;unconfined&quot; name=&quot;\/usr\/lib\/lightdm\/lightdm-guest-session&quot; pid=847 comm=&quot;apparmor_parser&quot;\n[ &#160; 41.407283] audit: type=1400 audit(1584872001.109:10): apparmor=&quot;STATUS&quot; operation=&quot;profile_load&quot; profile=&quot;unconfined&quot; name=&quot;\/usr\/lib\/lightdm\/lightdm-guest-session\/\/chromium&quot; pid=847 comm=&quot;apparmor_parser&quot;\n[ &#160; 41.455083] audit: type=1400 audit(1584872001.157:11): apparmor=&quot;STATUS&quot; operation=&quot;profile_load&quot; profile=&quot;unconfined&quot; name=&quot;\/usr\/bin\/man&quot; pid=854 comm=&quot;apparmor_parser&quot;\n[ &#160; 43.131539] NFSD: Using \/var\/lib\/nfs\/v4recovery as the NFSv4 state recovery directory\n[ &#160; 43.136547] NFSD: starting 90-second grace period (net f0000099)\n[ &#160; 43.456698] aufs 4.15-20180219\n[ &#160; 43.554184] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready\n[ &#160; 43.640208] r8169 0000:02:00.0 eth0: link down\n[ &#160; 43.640210] r8169 0000:02:00.0 eth0: link down\n[ &#160; 43.640343] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready\n[ &#160; 45.705931] r8169 0000:02:00.0 eth0: link up\n[ &#160; 45.705939] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready\n[ &#160; 46.827171] FS-Cache: Loaded\n[ &#160; 46.835549] FS-Cache: Netfs 'nfs' registered for caching\n[ &#160; 49.532145] usb 1-6: reset high-speed USB device number 4 using ehci-pci\n[ &#160; 59.781493] rfkill: input handler disabled\n&#160;<\/pre><\/td><\/tr><\/tbody><\/table><\/div>\n <\/div>\n <div class=\"phork-meta\">\n  <a href=\"https:\/\/p.cweiske.de\/674\/rev-raw\/c467f9623fa5c0cb145b3207da5a2ca50d296901\/dmesg-full.log\" style=\"float: right\">view raw source<\/a>\n  <a href=\"https:\/\/p.cweiske.de\/674#dmesg-full.log\">dmesg-full.log<\/a>\n <\/div>\n<\/div>\n    <div class=\"phork-file\">\n <div class=\"phork-content\">\n  <style type=\"text\/css\"><\/style><div class=\"code\"><table class=\"log\"><tbody><tr class=\"li1\"><td class=\"ln\"><pre class=\"de1\">1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n<\/pre><\/td><td class=\"de1\"><pre class=\"de1\">$ dmesg\r\n[ &#160; &#160;3.872066] sd 2:0:0:0: [sdd] Attached SCSI removable disk\r\n[ &#160; &#160;3.878950] sd 2:0:0:1: [sde] Attached SCSI removable disk\r\n[ &#160; 36.535680] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)\r\n[ &#160; 36.683291] systemd[1]: RTC configured in localtime, applying delta of 60 minutes to system time.\r\n&#160;\n$ dmesg -t -d\r\n[&lt; &#160; &#160;0,006884&gt;] sd 2:0:0:1: [sde] Attached SCSI removable disk\r\n[&lt; &#160; 32,656730&gt;] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)\r\n&#160;<\/pre><\/td><\/tr><\/tbody><\/table><\/div>\n <\/div>\n <div class=\"phork-meta\">\n  <a href=\"https:\/\/p.cweiske.de\/674\/rev-raw\/c467f9623fa5c0cb145b3207da5a2ca50d296901\/dmesg.log\" style=\"float: right\">view raw source<\/a>\n  <a href=\"https:\/\/p.cweiske.de\/674#dmesg.log\">dmesg.log<\/a>\n <\/div>\n<\/div>\n<\/div>\n"}
