· 5 years ago · Feb 11, 2020, 03:02 PM
1+ cat /lib/dracut/dracut-041-10.fc22.1
2dracut-041-10.fc22.1
3+ cat /proc/cmdline
4BOOT_IMAGE=f22/vmlinuz initrd=f22/initrd.img inst.stage2=http://download.fedoraproject.org/pub/fedora/linux/releases/22/Server/x86_64/os/ ip=dhcp
5+ '[' -f /etc/cmdline ']'
6+ for _i in '/etc/cmdline.d/*.conf'
7+ '[' -f /etc/cmdline.d/90multipath.conf ']'
8+ echo /etc/cmdline.d/90multipath.conf
9/etc/cmdline.d/90multipath.conf
10+ cat /etc/cmdline.d/90multipath.conf
11rd.driver.pre=scsi_dh_alua rd.driver.pre=scsi_dh_emc rd.driver.pre=scsi_dh_rdac
12+ for _i in '/etc/cmdline.d/*.conf'
13+ '[' -f /etc/cmdline.d/99-anaconda-disable-disk-activation.conf ']'
14+ echo /etc/cmdline.d/99-anaconda-disable-disk-activation.conf
15/etc/cmdline.d/99-anaconda-disable-disk-activation.conf
16+ cat /etc/cmdline.d/99-anaconda-disable-disk-activation.conf
17rd.dm=0
18rd.md=0
19rd.lvm=0
20rd.luks=0
21+ cat /proc/self/mountinfo
221 1 0:2 / / rw shared:1 - rootfs rootfs rw,size=8115884k,nr_inodes=2028971
2316 1 0:16 / /sys rw,nosuid,nodev,noexec,relatime shared:2 - sysfs sysfs rw
2417 1 0:5 / /proc rw,nosuid,nodev,noexec,relatime shared:7 - proc proc rw
2518 1 0:6 / /dev rw,nosuid shared:8 - devtmpfs devtmpfs rw,size=8115900k,nr_inodes=2028975,mode=755
2619 16 0:17 / /sys/kernel/security rw,nosuid,nodev,noexec,relatime shared:3 - securityfs securityfs rw
2720 18 0:18 / /dev/shm rw,nosuid,nodev shared:9 - tmpfs tmpfs rw
2821 18 0:12 / /dev/pts rw,nosuid,noexec,relatime shared:10 - devpts devpts rw,gid=5,mode=620,ptmxmode=000
2922 1 0:19 / /run rw,nosuid,nodev shared:11 - tmpfs tmpfs rw,mode=755
3023 16 0:20 / /sys/fs/cgroup ro,nosuid,nodev,noexec shared:4 - tmpfs tmpfs ro,mode=755
3124 23 0:21 / /sys/fs/cgroup/systemd rw,nosuid,nodev,noexec,relatime shared:5 - cgroup cgroup rw,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd
3225 16 0:22 / /sys/fs/pstore rw,nosuid,nodev,noexec,relatime shared:6 - pstore pstore rw
3326 23 0:23 / /sys/fs/cgroup/hugetlb rw,nosuid,nodev,noexec,relatime shared:12 - cgroup cgroup rw,hugetlb
3427 23 0:24 / /sys/fs/cgroup/memory rw,nosuid,nodev,noexec,relatime shared:13 - cgroup cgroup rw,memory
3528 23 0:25 / /sys/fs/cgroup/perf_event rw,nosuid,nodev,noexec,relatime shared:14 - cgroup cgroup rw,perf_event
3629 23 0:26 / /sys/fs/cgroup/cpu,cpuacct rw,nosuid,nodev,noexec,relatime shared:15 - cgroup cgroup rw,cpu,cpuacct
3730 23 0:27 / /sys/fs/cgroup/devices rw,nosuid,nodev,noexec,relatime shared:16 - cgroup cgroup rw,devices
3831 23 0:28 / /sys/fs/cgroup/freezer rw,nosuid,nodev,noexec,relatime shared:17 - cgroup cgroup rw,freezer
3932 23 0:29 / /sys/fs/cgroup/net_cls,net_prio rw,nosuid,nodev,noexec,relatime shared:18 - cgroup cgroup rw,net_cls,net_prio
4033 23 0:30 / /sys/fs/cgroup/cpuset rw,nosuid,nodev,noexec,relatime shared:19 - cgroup cgroup rw,cpuset
4134 23 0:31 / /sys/fs/cgroup/blkio rw,nosuid,nodev,noexec,relatime shared:20 - cgroup cgroup rw,blkio
4235 1 0:32 / /var/lib/nfs/rpc_pipefs rw,relatime shared:21 - rpc_pipefs rpc_pipefs rw
4357 16 0:33 / /sys/kernel/config rw,relatime shared:22 - configfs configfs rw
44+ cat /proc/mounts
45rootfs / rootfs rw,size=8115884k,nr_inodes=2028971 0 0
46sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
47proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
48devtmpfs /dev devtmpfs rw,nosuid,size=8115900k,nr_inodes=2028975,mode=755 0 0
49securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
50tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
51devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
52tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0
53tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
54cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
55pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0
56cgroup /sys/fs/cgroup/hugetlb cgroup rw,nosuid,nodev,noexec,relatime,hugetlb 0 0
57cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
58cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
59cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
60cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
61cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
62cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
63cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
64cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
65rpc_pipefs /var/lib/nfs/rpc_pipefs rpc_pipefs rw,relatime 0 0
66configfs /sys/kernel/config configfs rw,relatime 0 0
67+ blkid
68+ blkid -o udev
69+ ls -l /dev/disk/by-id
70total 0
71lrwxrwxrwx 1 root 0 9 Feb 11 21:44 ata-DRW-24F1ST_d_K14I5UA5138 -> ../../sr0
72lrwxrwxrwx 1 root 0 9 Feb 11 21:44 ata-WDC_WD1003FZEX-00K3CA0_WD-WCC6Y5VY62UV -> ../../sda
73lrwxrwxrwx 1 root 0 9 Feb 11 21:44 wwn-0x11200377726846521345x -> ../../sda
74lrwxrwxrwx 1 root 0 9 Feb 11 21:44 wwn-0x1207980033x -> ../../sr0
75+ for _i in '/etc/conf.d/*.conf'
76+ '[' -f /etc/conf.d/systemd.conf ']'
77+ echo /etc/conf.d/systemd.conf
78/etc/conf.d/systemd.conf
79+ cat /etc/conf.d/systemd.conf
80systemdutildir="/usr/lib/systemd"
81systemdsystemunitdir="/usr/lib/systemd/system"
82systemdsystemconfdir="/etc/systemd/system"
83+ command -v lvm
84+ lvm pvdisplay
85+ lvm vgdisplay
86+ lvm lvdisplay
87+ command -v dmsetup
88+ dmsetup ls --tree
89No devices found
90+ cat /proc/mdstat
91Personalities : [raid0] [raid1] [raid6] [raid5] [raid4] [raid10] [linear]
92unused devices: <none>
93+ command -v ip
94+ ip addr
951: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
96 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
97 inet 127.0.0.1/8 scope host lo
98 valid_lft forever preferred_lft forever
99 inet6 ::1/128 scope host
100 valid_lft forever preferred_lft forever
1012: enp1s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
102 link/ether 68:05:ca:a7:89:30 brd ff:ff:ff:ff:ff:ff
103+ command -v journalctl
104+ journalctl -ab --no-pager -o short-monotonic
105-- Logs begin at Tue 2020-02-11 21:44:52 UTC, end at Tue 2020-02-11 21:48:19 UTC. --
106[ 3.781545] localhost systemd-journal[166]: Runtime journal is using 8.0M (max allowed 794.8M, trying to leave 1.1G free of 7.7G available → current limit 794.8M).
107[ 3.782275] localhost systemd-journal[166]: Runtime journal is using 8.0M (max allowed 794.8M, trying to leave 1.1G free of 7.7G available → current limit 794.8M).
108[ 0.000000] localhost kernel: Initializing cgroup subsys cpuset
109[ 0.000000] localhost kernel: Initializing cgroup subsys cpu
110[ 0.000000] localhost kernel: Initializing cgroup subsys cpuacct
111[ 0.000000] localhost kernel: Linux version 4.0.4-301.fc22.x86_64 (mockbuild@bkernel02.phx2.fedoraproject.org) (gcc version 5.1.1 20150422 (Red Hat 5.1.1-1) (GCC) ) #1 SMP Thu May 21 13:10:33 UTC 2015
112[ 0.000000] localhost kernel: Command line: BOOT_IMAGE=f22/vmlinuz initrd=f22/initrd.img inst.stage2=http://download.fedoraproject.org/pub/fedora/linux/releases/22/Server/x86_64/os/ ip=dhcp
113[ 0.000000] localhost kernel: e820: BIOS-provided physical RAM map:
114[ 0.000000] localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
115[ 0.000000] localhost kernel: BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
116[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
117[ 0.000000] localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000088818fff] usable
118[ 0.000000] localhost kernel: BIOS-e820: [mem 0x0000000088819000-0x000000008a05bfff] reserved
119[ 0.000000] localhost kernel: BIOS-e820: [mem 0x000000008a05c000-0x000000008a0d9fff] ACPI data
120[ 0.000000] localhost kernel: BIOS-e820: [mem 0x000000008a0da000-0x000000008a50ffff] ACPI NVS
121[ 0.000000] localhost kernel: BIOS-e820: [mem 0x000000008a510000-0x000000008ad0efff] reserved
122[ 0.000000] localhost kernel: BIOS-e820: [mem 0x000000008ad0f000-0x000000008ad0ffff] usable
123[ 0.000000] localhost kernel: BIOS-e820: [mem 0x000000008ad10000-0x000000008fffffff] reserved
124[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
125[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
126[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
127[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
128[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
129[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
130[ 0.000000] localhost kernel: BIOS-e820: [mem 0x0000000100000000-0x000000046dffffff] usable
131[ 0.000000] localhost kernel: NX (Execute Disable) protection: active
132[ 0.000000] localhost kernel: SMBIOS 3.2 present.
133[ 0.000000] localhost kernel: DMI: System manufacturer System Product Name/PRIME H370M-PLUS, BIOS 1601 07/30/2019
134[ 0.000000] localhost kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
135[ 0.000000] localhost kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
136[ 0.000000] localhost kernel: e820: last_pfn = 0x46e000 max_arch_pfn = 0x400000000
137[ 0.000000] localhost kernel: MTRR default type: write-back
138[ 0.000000] localhost kernel: MTRR fixed ranges enabled:
139[ 0.000000] localhost kernel: 00000-9FFFF write-back
140[ 0.000000] localhost kernel: A0000-BFFFF uncachable
141[ 0.000000] localhost kernel: C0000-D3FFF write-protect
142[ 0.000000] localhost kernel: D4000-D7FFF uncachable
143[ 0.000000] localhost kernel: D8000-FFFFF write-protect
144[ 0.000000] localhost kernel: MTRR variable ranges enabled:
145[ 0.000000] localhost kernel: 0 base 00C0000000 mask 7FC0000000 uncachable
146[ 0.000000] localhost kernel: 1 base 00A0000000 mask 7FE0000000 uncachable
147[ 0.000000] localhost kernel: 2 base 0090000000 mask 7FF0000000 uncachable
148[ 0.000000] localhost kernel: 3 base 008C000000 mask 7FFC000000 uncachable
149[ 0.000000] localhost kernel: 4 base 008B800000 mask 7FFF800000 uncachable
150[ 0.000000] localhost kernel: 5 base 2000000000 mask 6000000000 uncachable
151[ 0.000000] localhost kernel: 6 base 1000000000 mask 7000000000 uncachable
152[ 0.000000] localhost kernel: 7 base 0800000000 mask 7800000000 uncachable
153[ 0.000000] localhost kernel: 8 base 4000000000 mask 4000000000 uncachable
154[ 0.000000] localhost kernel: 9 disabled
155[ 0.000000] localhost kernel: PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC
156[ 0.000000] localhost kernel: e820: last_pfn = 0x8ad10 max_arch_pfn = 0x400000000
157[ 0.000000] localhost kernel: found SMP MP-table at [mem 0x000fcda0-0x000fcdaf] mapped at [ffff8800000fcda0]
158[ 0.000000] localhost kernel: Base memory trampoline at [ffff880000097000] 97000 size 24576
159[ 0.000000] localhost kernel: Using GB pages for direct mapping
160[ 0.000000] localhost kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
161[ 0.000000] localhost kernel: [mem 0x00000000-0x000fffff] page 4k
162[ 0.000000] localhost kernel: BRK [0x0201e000, 0x0201efff] PGTABLE
163[ 0.000000] localhost kernel: BRK [0x0201f000, 0x0201ffff] PGTABLE
164[ 0.000000] localhost kernel: BRK [0x02020000, 0x02020fff] PGTABLE
165[ 0.000000] localhost kernel: init_memory_mapping: [mem 0x46de00000-0x46dffffff]
166[ 0.000000] localhost kernel: [mem 0x46de00000-0x46dffffff] page 2M
167[ 0.000000] localhost kernel: BRK [0x02021000, 0x02021fff] PGTABLE
168[ 0.000000] localhost kernel: init_memory_mapping: [mem 0x460000000-0x46ddfffff]
169[ 0.000000] localhost kernel: [mem 0x460000000-0x46ddfffff] page 2M
170[ 0.000000] localhost kernel: init_memory_mapping: [mem 0x440000000-0x45fffffff]
171[ 0.000000] localhost kernel: [mem 0x440000000-0x45fffffff] page 2M
172[ 0.000000] localhost kernel: init_memory_mapping: [mem 0x00100000-0x88818fff]
173[ 0.000000] localhost kernel: [mem 0x00100000-0x001fffff] page 4k
174[ 0.000000] localhost kernel: [mem 0x00200000-0x3fffffff] page 2M
175[ 0.000000] localhost kernel: [mem 0x40000000-0x7fffffff] page 1G
176[ 0.000000] localhost kernel: [mem 0x80000000-0x887fffff] page 2M
177[ 0.000000] localhost kernel: [mem 0x88800000-0x88818fff] page 4k
178[ 0.000000] localhost kernel: init_memory_mapping: [mem 0x8ad0f000-0x8ad0ffff]
179[ 0.000000] localhost kernel: [mem 0x8ad0f000-0x8ad0ffff] page 4k
180[ 0.000000] localhost kernel: BRK [0x02022000, 0x02022fff] PGTABLE
181[ 0.000000] localhost kernel: init_memory_mapping: [mem 0x100000000-0x43fffffff]
182[ 0.000000] localhost kernel: [mem 0x100000000-0x43fffffff] page 1G
183[ 0.000000] localhost kernel: RAMDISK: [mem 0x7d570000-0x7fffffff]
184[ 0.000000] localhost kernel: ACPI: Early table checksum verification disabled
185[ 0.000000] localhost kernel: ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
186[ 0.000000] localhost kernel: ACPI: XSDT 0x000000008A0760A0 0000BC (v01 ALASKA A M I 01072009 AMI 00010013)
187[ 0.000000] localhost kernel: ACPI: FACP 0x000000008A0B6420 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
188[ 0.000000] localhost kernel: ACPI BIOS Warning (bug): FADT (revision 6) is longer than ACPI 5.0 version, truncating length 276 to 268 (20150204/tbfadt-387)
189[ 0.000000] localhost kernel: ACPI: DSDT 0x000000008A0761F8 040226 (v02 ALASKA A M I 01072009 INTL 20160527)
190[ 0.000000] localhost kernel: ACPI: FACS 0x000000008A50F080 000040
191[ 0.000000] localhost kernel: ACPI: APIC 0x000000008A0B6538 0000A0 (v04 ALASKA A M I 01072009 AMI 00010013)
192[ 0.000000] localhost kernel: ACPI: FPDT 0x000000008A0B65D8 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
193[ 0.000000] localhost kernel: ACPI: FIDT 0x000000008A0B6620 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
194[ 0.000000] localhost kernel: ACPI: MCFG 0x000000008A0B66C0 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
195[ 0.000000] localhost kernel: ACPI: WSMT 0x000000008A0C4DB8 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
196[ 0.000000] localhost kernel: ACPI: SSDT 0x000000008A0B6758 001B1C (v02 CpuRef CpuSsdt 00003000 INTL 20160527)
197[ 0.000000] localhost kernel: ACPI: SSDT 0x000000008A0B8278 003099 (v02 SaSsdt SaSsdt 00003000 INTL 20160527)
198[ 0.000000] localhost kernel: ACPI: HPET 0x000000008A0BB318 000038 (v01 ALASKA A M I 00000002 01000013)
199[ 0.000000] localhost kernel: ACPI: SSDT 0x000000008A0BB350 000FAE (v02 ALASKA Ther_Rvp 00001000 INTL 20160527)
200[ 0.000000] localhost kernel: ACPI: SSDT 0x000000008A0BC300 002FCF (v02 INTEL xh_cfsd4 00000000 INTL 20160527)
201[ 0.000000] localhost kernel: ACPI: UEFI 0x000000008A0BF2D0 000042 (v01 ALASKA A M I 00000002 01000013)
202[ 0.000000] localhost kernel: ACPI: LPIT 0x000000008A0BF318 000094 (v01 ALASKA A M I 00000002 01000013)
203[ 0.000000] localhost kernel: ACPI: SSDT 0x000000008A0BF3B0 0027DE (v02 ALASKA PtidDevc 00001000 INTL 20160527)
204[ 0.000000] localhost kernel: ACPI: SSDT 0x000000008A0C1B90 0014E2 (v02 ALASKA TbtTypeC 00000000 INTL 20160527)
205[ 0.000000] localhost kernel: ACPI: DBGP 0x000000008A0C3078 000034 (v01 ALASKA A M I 00000002 01000013)
206[ 0.000000] localhost kernel: ACPI: DBG2 0x000000008A0C30B0 000054 (v00 ALASKA A M I 00000002 01000013)
207[ 0.000000] localhost kernel: ACPI: SSDT 0x000000008A0C3108 001B67 (v02 ALASKA UsbCTabl 00001000 INTL 20160527)
208[ 0.000000] localhost kernel: ACPI: SSDT 0x000000008A0C4C70 000144 (v02 Intel ADebTabl 00001000 INTL 20160527)
209[ 0.000000] localhost kernel: ACPI: Local APIC address 0xfee00000
210[ 0.000000] localhost kernel: No NUMA configuration found
211[ 0.000000] localhost kernel: Faking a node at [mem 0x0000000000000000-0x000000046dffffff]
212[ 0.000000] localhost kernel: NODE_DATA(0) allocated [mem 0x46dfea000-0x46dffdfff]
213[ 0.000000] localhost kernel: [ffffea0000000000-ffffea0011bfffff] PMD -> [ffff88045d600000-ffff88046d5fffff] on node 0
214[ 0.000000] localhost kernel: Zone ranges:
215[ 0.000000] localhost kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
216[ 0.000000] localhost kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
217[ 0.000000] localhost kernel: Normal [mem 0x0000000100000000-0x000000046dffffff]
218[ 0.000000] localhost kernel: Movable zone start for each node
219[ 0.000000] localhost kernel: Early memory node ranges
220[ 0.000000] localhost kernel: node 0: [mem 0x0000000000001000-0x000000000009cfff]
221[ 0.000000] localhost kernel: node 0: [mem 0x0000000000100000-0x0000000088818fff]
222[ 0.000000] localhost kernel: node 0: [mem 0x000000008ad0f000-0x000000008ad0ffff]
223[ 0.000000] localhost kernel: node 0: [mem 0x0000000100000000-0x000000046dffffff]
224[ 0.000000] localhost kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000046dffffff]
225[ 0.000000] localhost kernel: On node 0 totalpages: 4155318
226[ 0.000000] localhost kernel: DMA zone: 64 pages used for memmap
227[ 0.000000] localhost kernel: DMA zone: 21 pages reserved
228[ 0.000000] localhost kernel: DMA zone: 3996 pages, LIFO batch:0
229[ 0.000000] localhost kernel: DMA32 zone: 8673 pages used for memmap
230[ 0.000000] localhost kernel: DMA32 zone: 555034 pages, LIFO batch:31
231[ 0.000000] localhost kernel: Normal zone: 56192 pages used for memmap
232[ 0.000000] localhost kernel: Normal zone: 3596288 pages, LIFO batch:31
233[ 0.000000] localhost kernel: ACPI: PM-Timer IO Port: 0x1808
234[ 0.000000] localhost kernel: ACPI: Local APIC address 0xfee00000
235[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
236[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
237[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
238[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
239[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x08] enabled)
240[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x0a] enabled)
241[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
242[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
243[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
244[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
245[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
246[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
247[ 0.000000] localhost kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
248[ 0.000000] localhost kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
249[ 0.000000] localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
250[ 0.000000] localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
251[ 0.000000] localhost kernel: ACPI: IRQ0 used by override.
252[ 0.000000] localhost kernel: ACPI: IRQ9 used by override.
253[ 0.000000] localhost kernel: Using ACPI (MADT) for SMP configuration information
254[ 0.000000] localhost kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
255[ 0.000000] localhost kernel: smpboot: Allowing 6 CPUs, 0 hotplug CPUs
256[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
257[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
258[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
259[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
260[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
261[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x88819000-0x8a05bfff]
262[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x8a05c000-0x8a0d9fff]
263[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x8a0da000-0x8a50ffff]
264[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x8a510000-0x8ad0efff]
265[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x8ad10000-0x8fffffff]
266[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x90000000-0xdfffffff]
267[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
268[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
269[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
270[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
271[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
272[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
273[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
274[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xfed04000-0xfedfffff]
275[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
276[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
277[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
278[ 0.000000] localhost kernel: e820: [mem 0x90000000-0xdfffffff] available for PCI devices
279[ 0.000000] localhost kernel: Booting paravirtualized kernel on bare hardware
280[ 0.000000] localhost kernel: setup_percpu: NR_CPUS:1024 nr_cpumask_bits:6 nr_cpu_ids:6 nr_node_ids:1
281[ 0.000000] localhost kernel: PERCPU: Embedded 32 pages/cpu @ffff88046dc00000 s91608 r8192 d31272 u262144
282[ 0.000000] localhost kernel: pcpu-alloc: s91608 r8192 d31272 u262144 alloc=1*2097152
283[ 0.000000] localhost kernel: pcpu-alloc: [0] 0 1 2 3 4 5 - -
284[ 0.000000] localhost kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 4090368
285[ 0.000000] localhost kernel: Policy zone: Normal
286[ 0.000000] localhost kernel: Kernel command line: BOOT_IMAGE=f22/vmlinuz initrd=f22/initrd.img inst.stage2=http://download.fedoraproject.org/pub/fedora/linux/releases/22/Server/x86_64/os/ ip=dhcp
287[ 0.000000] localhost kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
288[ 0.000000] localhost kernel: xsave: enabled xstate_bv 0x1f, cntxt size 0x3c0 using compacted form
289[ 0.000000] localhost kernel: Memory: 16231772K/16621272K available (7735K kernel code, 1149K rwdata, 3340K rodata, 1500K init, 1524K bss, 389500K reserved, 0K cma-reserved)
290[ 0.000000] localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
291[ 0.000000] localhost kernel: Hierarchical RCU implementation.
292[ 0.000000] localhost kernel: RCU dyntick-idle grace-period acceleration is enabled.
293[ 0.000000] localhost kernel: RCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=6.
294[ 0.000000] localhost kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
295[ 0.000000] localhost kernel: NR_IRQS:65792 nr_irqs:1536 16
296[ 0.000000] localhost kernel: Offload RCU callbacks from all CPUs
297[ 0.000000] localhost kernel: Offload RCU callbacks from CPUs: 0-5.
298[ 0.000000] localhost kernel: Console: colour VGA+ 80x25
299[ 0.000000] localhost kernel: console [tty0] enabled
300[ 0.000000] localhost kernel: hpet clockevent registered
301[ 0.000000] localhost kernel: tsc: Fast TSC calibration failed
302[ 0.000000] localhost kernel: tsc: PIT calibration matches HPET. 1 loops
303[ 0.000000] localhost kernel: tsc: Detected 2902.561 MHz processor
304[ 0.000023] localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5805.12 BogoMIPS (lpj=2902561)
305[ 0.000300] localhost kernel: pid_max: default: 32768 minimum: 301
306[ 0.000420] localhost kernel: ACPI: Core revision 20150204
307[ 0.041686] localhost kernel: ACPI: All ACPI Tables successfully acquired
308[ 0.042353] localhost kernel: Security Framework initialized
309[ 0.042475] localhost kernel: SELinux: Initializing.
310[ 0.042593] localhost kernel: SELinux: Starting in permissive mode
311[ 0.042594] localhost kernel: Yama: becoming mindful.
312[ 0.043636] localhost kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
313[ 0.047333] localhost kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
314[ 0.049020] localhost kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
315[ 0.049157] localhost kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
316[ 0.049547] localhost kernel: Initializing cgroup subsys blkio
317[ 0.049668] localhost kernel: Initializing cgroup subsys memory
318[ 0.049787] localhost kernel: Initializing cgroup subsys devices
319[ 0.049904] localhost kernel: Initializing cgroup subsys freezer
320[ 0.050023] localhost kernel: Initializing cgroup subsys net_cls
321[ 0.050140] localhost kernel: Initializing cgroup subsys perf_event
322[ 0.050257] localhost kernel: Initializing cgroup subsys net_prio
323[ 0.050415] localhost kernel: Initializing cgroup subsys hugetlb
324[ 0.050554] localhost kernel: CPU: Physical Processor ID: 0
325[ 0.050672] localhost kernel: CPU: Processor Core ID: 0
326[ 0.051804] localhost kernel: mce: CPU supports 12 MCE banks
327[ 0.051939] localhost kernel: CPU0: Thermal monitoring enabled (TM1)
328[ 0.053075] localhost kernel: process: using mwait in idle threads
329[ 0.053201] localhost kernel: Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
330[ 0.053367] localhost kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
331[ 0.053768] localhost kernel: Freeing SMP alternatives memory: 28K (ffffffff81e98000 - ffffffff81e9f000)
332[ 0.054675] localhost kernel: ftrace: allocating 27845 entries in 109 pages
333[ 0.065788] localhost kernel: x2apic: IRQ remapping doesn't support X2APIC mode
334[ 0.071093] localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
335[ 0.081231] localhost kernel: TSC deadline timer enabled
336[ 0.081236] localhost kernel: smpboot: CPU0: Intel(R) Core(TM) i5-9400 CPU @ 2.90GHz (fam: 06, model: 9e, stepping: 0d)
337[ 0.081610] localhost kernel: Performance Events: no PEBS fmt3+, generic architected perfmon, full-width counters, Intel PMU driver.
338[ 0.082041] localhost kernel: ... version: 4
339[ 0.082157] localhost kernel: ... bit width: 48
340[ 0.082274] localhost kernel: ... generic registers: 8
341[ 0.082389] localhost kernel: ... value mask: 0000ffffffffffff
342[ 0.082507] localhost kernel: ... max period: 0000ffffffffffff
343[ 0.082625] localhost kernel: ... fixed-purpose events: 3
344[ 0.082740] localhost kernel: ... event mask: 00000007000000ff
345[ 0.083407] localhost kernel: x86: Booting SMP configuration:
346[ 0.083526] localhost kernel: .... node #0, CPUs: #1
347[ 0.097921] localhost kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
348[ 0.098265] localhost kernel: #2 #3 #4 #5
349[ 0.155856] localhost kernel: x86: Booted up 1 node, 6 CPUs
350[ 0.156084] localhost kernel: smpboot: Total of 6 processors activated (34830.73 BogoMIPS)
351[ 0.160984] localhost kernel: devtmpfs: initialized
352[ 0.163951] localhost kernel: PM: Registering ACPI NVS region [mem 0x8a0da000-0x8a50ffff] (4415488 bytes)
353[ 0.164265] localhost kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE
354[ 0.164390] localhost kernel: pinctrl core: initialized pinctrl subsystem
355[ 0.164629] localhost kernel: RTC time: 21:44:49, date: 02/11/20
356[ 0.164835] localhost kernel: NET: Registered protocol family 16
357[ 0.171864] localhost kernel: cpuidle: using governor menu
358[ 0.172037] localhost kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
359[ 0.172204] localhost kernel: ACPI: bus type PCI registered
360[ 0.172319] localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
361[ 0.172521] localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
362[ 0.172690] localhost kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
363[ 0.173028] localhost kernel: PCI: Using configuration type 1 for base access
364[ 0.178135] localhost kernel: ACPI: Added _OSI(Module Device)
365[ 0.178254] localhost kernel: ACPI: Added _OSI(Processor Device)
366[ 0.178370] localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
367[ 0.178487] localhost kernel: ACPI: Added _OSI(Processor Aggregator Device)
368[ 0.202326] localhost kernel: ACPI: Executed 47 blocks of module-level executable AML code
369[ 0.211961] localhost kernel: ACPI: Dynamic OEM Table Load:
370[ 0.212209] localhost kernel: ACPI: SSDT 0xFFFF88045B331800 000400 (v02 PmRef Cpu0Cst 00003001 INTL 20160527)
371[ 0.213269] localhost kernel: ACPI: Executed 1 blocks of module-level executable AML code
372[ 0.213659] localhost kernel: ACPI: Dynamic OEM Table Load:
373[ 0.213908] localhost kernel: ACPI: SSDT 0xFFFF88045B032800 0005E4 (v02 PmRef Cpu0Ist 00003000 INTL 20160527)
374[ 0.214961] localhost kernel: ACPI: Executed 1 blocks of module-level executable AML code
375[ 0.215319] localhost kernel: ACPI: Dynamic OEM Table Load:
376[ 0.215565] localhost kernel: ACPI: SSDT 0xFFFF88045B13EB00 0000F4 (v02 PmRef Cpu0Psd 00003000 INTL 20160527)
377[ 0.216628] localhost kernel: ACPI: Executed 1 blocks of module-level executable AML code
378[ 0.217330] localhost kernel: ACPI: Dynamic OEM Table Load:
379[ 0.217577] localhost kernel: ACPI: SSDT 0xFFFF88045B033000 0005FC (v02 PmRef ApIst 00003000 INTL 20160527)
380[ 0.218735] localhost kernel: ACPI: Executed 1 blocks of module-level executable AML code
381[ 0.219157] localhost kernel: ACPI: Dynamic OEM Table Load:
382[ 0.219405] localhost kernel: ACPI: SSDT 0xFFFF88045B03D000 000AB0 (v02 PmRef ApPsd 00003000 INTL 20160527)
383[ 0.220793] localhost kernel: ACPI: Executed 1 blocks of module-level executable AML code
384[ 0.221173] localhost kernel: ACPI: Dynamic OEM Table Load:
385[ 0.221420] localhost kernel: ACPI: SSDT 0xFFFF88045B332400 00030A (v02 PmRef ApCst 00003000 INTL 20160527)
386[ 0.222519] localhost kernel: ACPI: Executed 1 blocks of module-level executable AML code
387[ 0.224461] localhost kernel: ACPI: Interpreter enabled
388[ 0.224586] localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150204/hwxface-580)
389[ 0.224898] localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150204/hwxface-580)
390[ 0.225212] localhost kernel: ACPI: (supports S0 S3 S4 S5)
391[ 0.225330] localhost kernel: ACPI: Using IOAPIC for interrupt routing
392[ 0.225476] localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
393[ 0.235273] localhost kernel: ACPI: Power Resource [USBC] (on)
394[ 0.236254] localhost kernel: ACPI: Power Resource [V0PR] (on)
395[ 0.236672] localhost kernel: ACPI: Power Resource [V1PR] (on)
396[ 0.237082] localhost kernel: ACPI: Power Resource [V2PR] (on)
397[ 0.239763] localhost kernel: ACPI: Power Resource [WRST] (on)
398[ 0.242251] localhost kernel: (null): Returned _DSD data is not valid, skipping
399[ 0.242797] localhost kernel: ACPI: Power Resource [FN00] (off)
400[ 0.242979] localhost kernel: ACPI: Power Resource [FN01] (off)
401[ 0.243158] localhost kernel: ACPI: Power Resource [FN02] (off)
402[ 0.243338] localhost kernel: ACPI: Power Resource [FN03] (off)
403[ 0.243516] localhost kernel: ACPI: Power Resource [FN04] (off)
404[ 0.244274] localhost kernel: ACPI: Power Resource [PIN] (off)
405[ 0.244753] localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
406[ 0.244878] localhost kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
407[ 0.245165] localhost kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
408[ 0.245445] localhost kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
409[ 0.246293] localhost kernel: PCI host bridge to bus 0000:00
410[ 0.246412] localhost kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
411[ 0.246531] localhost kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
412[ 0.246652] localhost kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
413[ 0.246773] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
414[ 0.246937] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff window]
415[ 0.247100] localhost kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
416[ 0.247269] localhost kernel: pci 0000:00:00.0: [8086:3ec2] type 00 class 0x060000
417[ 0.247501] localhost kernel: pci 0000:00:02.0: [8086:3e98] type 00 class 0x030000
418[ 0.247509] localhost kernel: pci 0000:00:02.0: reg 0x10: [mem 0xa0000000-0xa0ffffff 64bit]
419[ 0.247513] localhost kernel: pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
420[ 0.247517] localhost kernel: pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f]
421[ 0.247704] localhost kernel: pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330
422[ 0.247722] localhost kernel: pci 0000:00:14.0: reg 0x10: [mem 0xa1320000-0xa132ffff 64bit]
423[ 0.247780] localhost kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
424[ 0.247834] localhost kernel: pci 0000:00:14.0: System wakeup disabled by ACPI
425[ 0.247992] localhost kernel: pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000
426[ 0.248009] localhost kernel: pci 0000:00:14.2: reg 0x10: [mem 0xa1336000-0xa1337fff 64bit]
427[ 0.248021] localhost kernel: pci 0000:00:14.2: reg 0x18: [mem 0xa133c000-0xa133cfff 64bit]
428[ 0.248162] localhost kernel: pci 0000:00:16.0: [8086:a360] type 00 class 0x078000
429[ 0.248188] localhost kernel: pci 0000:00:16.0: reg 0x10: [mem 0xa133b000-0xa133bfff 64bit]
430[ 0.248276] localhost kernel: pci 0000:00:16.0: PME# supported from D3hot
431[ 0.248399] localhost kernel: pci 0000:00:17.0: [8086:a352] type 00 class 0x010601
432[ 0.248415] localhost kernel: pci 0000:00:17.0: reg 0x10: [mem 0xa1334000-0xa1335fff]
433[ 0.248421] localhost kernel: pci 0000:00:17.0: reg 0x14: [mem 0xa133a000-0xa133a0ff]
434[ 0.248428] localhost kernel: pci 0000:00:17.0: reg 0x18: [io 0x4090-0x4097]
435[ 0.248434] localhost kernel: pci 0000:00:17.0: reg 0x1c: [io 0x4080-0x4083]
436[ 0.248441] localhost kernel: pci 0000:00:17.0: reg 0x20: [io 0x4060-0x407f]
437[ 0.248447] localhost kernel: pci 0000:00:17.0: reg 0x24: [mem 0xa1339000-0xa13397ff]
438[ 0.248485] localhost kernel: pci 0000:00:17.0: PME# supported from D3hot
439[ 0.248581] localhost kernel: pci 0000:00:1c.0: [8086:a33a] type 01 class 0x060400
440[ 0.248646] localhost kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
441[ 0.248701] localhost kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
442[ 0.248887] localhost kernel: pci 0000:00:1d.0: [8086:a330] type 01 class 0x060400
443[ 0.248951] localhost kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
444[ 0.249006] localhost kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
445[ 0.249198] localhost kernel: pci 0000:00:1f.0: [8086:a304] type 00 class 0x060100
446[ 0.249453] localhost kernel: pci 0000:00:1f.3: [8086:a348] type 00 class 0x040300
447[ 0.249493] localhost kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xa1330000-0xa1333fff 64bit]
448[ 0.249541] localhost kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xa1000000-0xa10fffff 64bit]
449[ 0.249631] localhost kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
450[ 0.249697] localhost kernel: pci 0000:00:1f.3: System wakeup disabled by ACPI
451[ 0.249848] localhost kernel: pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500
452[ 0.249871] localhost kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xa1338000-0xa13380ff 64bit]
453[ 0.249899] localhost kernel: pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
454[ 0.250003] localhost kernel: pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000
455[ 0.250014] localhost kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
456[ 0.250146] localhost kernel: pci 0000:00:1f.6: [8086:15bc] type 00 class 0x020000
457[ 0.250180] localhost kernel: pci 0000:00:1f.6: reg 0x10: [mem 0xa1300000-0xa131ffff]
458[ 0.250342] localhost kernel: pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
459[ 0.250403] localhost kernel: pci 0000:00:1f.6: System wakeup disabled by ACPI
460[ 0.250638] localhost kernel: pci 0000:01:00.0: [8086:10d3] type 00 class 0x020000
461[ 0.250665] localhost kernel: pci 0000:01:00.0: reg 0x10: [mem 0xa12c0000-0xa12dffff]
462[ 0.250680] localhost kernel: pci 0000:01:00.0: reg 0x14: [mem 0xa1200000-0xa127ffff]
463[ 0.250696] localhost kernel: pci 0000:01:00.0: reg 0x18: [io 0x3000-0x301f]
464[ 0.250712] localhost kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xa12e0000-0xa12e3fff]
465[ 0.250758] localhost kernel: pci 0000:01:00.0: reg 0x30: [mem 0xa1280000-0xa12bffff pref]
466[ 0.250860] localhost kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
467[ 0.250901] localhost kernel: pci 0000:01:00.0: System wakeup disabled by ACPI
468[ 0.253586] localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
469[ 0.253705] localhost kernel: pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
470[ 0.253707] localhost kernel: pci 0000:00:1c.0: bridge window [mem 0xa1200000-0xa12fffff]
471[ 0.253787] localhost kernel: pci 0000:02:00.0: [15b7:5002] type 00 class 0x010802
472[ 0.253806] localhost kernel: pci 0000:02:00.0: reg 0x10: [mem 0xa1100000-0xa1103fff 64bit]
473[ 0.253834] localhost kernel: pci 0000:02:00.0: reg 0x20: [mem 0xa1104000-0xa11040ff 64bit]
474[ 0.253931] localhost kernel: pci 0000:02:00.0: System wakeup disabled by ACPI
475[ 0.256592] localhost kernel: pci 0000:00:1d.0: PCI bridge to [bus 02]
476[ 0.256714] localhost kernel: pci 0000:00:1d.0: bridge window [mem 0xa1100000-0xa11fffff]
477[ 0.256731] localhost kernel: acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
478[ 0.257905] localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0
479[ 0.258863] localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *1
480[ 0.259818] localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0
481[ 0.260773] localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0
482[ 0.261727] localhost kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0
483[ 0.262682] localhost kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0
484[ 0.263637] localhost kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0
485[ 0.264592] localhost kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0
486[ 0.265861] localhost kernel: ACPI: Enabled 5 GPEs in block 00 to 7F
487[ 0.266179] localhost kernel: vgaarb: setting as boot device: PCI:0000:00:02.0
488[ 0.266299] localhost kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
489[ 0.266465] localhost kernel: vgaarb: loaded
490[ 0.266577] localhost kernel: vgaarb: bridge control possible 0000:00:02.0
491[ 0.266743] localhost kernel: SCSI subsystem initialized
492[ 0.266887] localhost kernel: libata version 3.00 loaded.
493[ 0.266906] localhost kernel: ACPI: bus type USB registered
494[ 0.267034] localhost kernel: usbcore: registered new interface driver usbfs
495[ 0.267165] localhost kernel: usbcore: registered new interface driver hub
496[ 0.267295] localhost kernel: usbcore: registered new device driver usb
497[ 0.267485] localhost kernel: PCI: Using ACPI for IRQ routing
498[ 0.311608] localhost kernel: PCI: pci_cache_line_size set to 64 bytes
499[ 0.311675] localhost kernel: e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
500[ 0.311676] localhost kernel: e820: reserve RAM buffer [mem 0x88819000-0x8bffffff]
501[ 0.311677] localhost kernel: e820: reserve RAM buffer [mem 0x8ad10000-0x8bffffff]
502[ 0.311678] localhost kernel: e820: reserve RAM buffer [mem 0x46e000000-0x46fffffff]
503[ 0.311753] localhost kernel: NetLabel: Initializing
504[ 0.311869] localhost kernel: NetLabel: domain hash size = 128
505[ 0.311985] localhost kernel: NetLabel: protocols = UNLABELED CIPSOv4
506[ 0.312110] localhost kernel: NetLabel: unlabeled traffic allowed by default
507[ 0.312310] localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
508[ 0.313002] localhost kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
509[ 0.315191] localhost kernel: Switched to clocksource hpet
510[ 0.319770] localhost kernel: pnp: PnP ACPI init
511[ 0.319938] localhost kernel: system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
512[ 0.320062] localhost kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
513[ 0.320178] localhost kernel: system 00:01: [io 0x0290-0x029f] has been reserved
514[ 0.320329] localhost kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
515[ 0.320714] localhost kernel: pnp 00:02: [dma 0 disabled]
516[ 0.320741] localhost kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
517[ 0.320819] localhost kernel: system 00:03: [io 0x0680-0x069f] has been reserved
518[ 0.320942] localhost kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
519[ 0.321020] localhost kernel: system 00:04: [io 0x1854-0x1857] has been reserved
520[ 0.321143] localhost kernel: system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
521[ 0.321299] localhost kernel: system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
522[ 0.321422] localhost kernel: system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
523[ 0.321543] localhost kernel: system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
524[ 0.321663] localhost kernel: system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
525[ 0.321784] localhost kernel: system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
526[ 0.321904] localhost kernel: system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
527[ 0.322025] localhost kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
528[ 0.322146] localhost kernel: system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
529[ 0.322297] localhost kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
530[ 0.322458] localhost kernel: system 00:06: [io 0x1800-0x18fe] could not be reserved
531[ 0.322581] localhost kernel: system 00:06: [mem 0xfd000000-0xfd69ffff] has been reserved
532[ 0.322701] localhost kernel: system 00:06: [mem 0xfd6c0000-0xfd6cffff] has been reserved
533[ 0.322822] localhost kernel: system 00:06: [mem 0xfd6f0000-0xfdffffff] has been reserved
534[ 0.322944] localhost kernel: system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
535[ 0.323066] localhost kernel: system 00:06: [mem 0xfe200000-0xfe7fffff] has been reserved
536[ 0.323186] localhost kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved
537[ 0.323336] localhost kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
538[ 0.323553] localhost kernel: system 00:07: [io 0x2000-0x20fe] has been reserved
539[ 0.323675] localhost kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
540[ 0.324574] localhost kernel: system 00:08: [mem 0xfd6e0000-0xfd6effff] has been reserved
541[ 0.324702] localhost kernel: system 00:08: [mem 0xfd6d0000-0xfd6dffff] has been reserved
542[ 0.324823] localhost kernel: system 00:08: [mem 0xfd6b0000-0xfd6bffff] has been reserved
543[ 0.324944] localhost kernel: system 00:08: [mem 0xfd6a0000-0xfd6affff] has been reserved
544[ 0.325065] localhost kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
545[ 0.325750] localhost kernel: pnp: PnP ACPI: found 9 devices
546[ 0.335172] localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
547[ 0.335321] localhost kernel: pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
548[ 0.335443] localhost kernel: pci 0000:00:1c.0: bridge window [mem 0xa1200000-0xa12fffff]
549[ 0.335569] localhost kernel: pci 0000:00:1d.0: PCI bridge to [bus 02]
550[ 0.335688] localhost kernel: pci 0000:00:1d.0: bridge window [mem 0xa1100000-0xa11fffff]
551[ 0.335814] localhost kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
552[ 0.335815] localhost kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
553[ 0.335816] localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
554[ 0.335817] localhost kernel: pci_bus 0000:00: resource 7 [mem 0x90000000-0xdfffffff window]
555[ 0.335818] localhost kernel: pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
556[ 0.335819] localhost kernel: pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
557[ 0.335820] localhost kernel: pci_bus 0000:01: resource 1 [mem 0xa1200000-0xa12fffff]
558[ 0.335821] localhost kernel: pci_bus 0000:02: resource 1 [mem 0xa1100000-0xa11fffff]
559[ 0.335848] localhost kernel: NET: Registered protocol family 2
560[ 0.336124] localhost kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
561[ 0.337448] localhost kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
562[ 0.337651] localhost kernel: TCP: Hash tables configured (established 131072 bind 65536)
563[ 0.337783] localhost kernel: TCP: reno registered
564[ 0.337918] localhost kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes)
565[ 0.338076] localhost kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
566[ 0.338302] localhost kernel: NET: Registered protocol family 1
567[ 0.338428] localhost kernel: pci 0000:00:02.0: Video device with shadowed ROM
568[ 0.338624] localhost kernel: PCI: CLS 64 bytes, default 64
569[ 0.338656] localhost kernel: Unpacking initramfs...
570[ 3.282625] localhost kernel: Freeing initrd memory: 43584K (ffff88007d570000 - ffff880080000000)
571[ 3.282800] localhost kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
572[ 3.282921] localhost kernel: software IO TLB [mem 0x84819000-0x88819000] (64MB) mapped at [ffff880084819000-ffff880088818fff]
573[ 3.283158] localhost kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
574[ 3.283611] localhost kernel: microcode: CPU0 sig=0x906ed, pf=0x2, revision=0xb8
575[ 3.283743] localhost kernel: microcode: CPU1 sig=0x906ed, pf=0x2, revision=0xb8
576[ 3.283865] localhost kernel: microcode: CPU2 sig=0x906ed, pf=0x2, revision=0xb8
577[ 3.283999] localhost kernel: microcode: CPU3 sig=0x906ed, pf=0x2, revision=0xb8
578[ 3.284133] localhost kernel: microcode: CPU4 sig=0x906ed, pf=0x2, revision=0xb8
579[ 3.284266] localhost kernel: microcode: CPU5 sig=0x906ed, pf=0x2, revision=0xb8
580[ 3.284486] localhost kernel: microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
581[ 3.285733] localhost kernel: AVX2 version of gcm_enc/dec engaged.
582[ 3.285919] localhost kernel: AES CTR mode by8 optimization enabled
583[ 3.289351] localhost kernel: alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
584[ 3.290390] localhost kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
585[ 3.290663] localhost kernel: Initialise system trusted keyring
586[ 3.290804] localhost kernel: audit: initializing netlink subsys (disabled)
587[ 3.290932] localhost kernel: audit: type=2000 audit(1581457491.274:1): initialized
588[ 3.291353] localhost kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
589[ 3.292568] localhost kernel: zpool: loaded
590[ 3.292686] localhost kernel: zbud: loaded
591[ 3.293004] localhost kernel: VFS: Disk quotas dquot_6.5.2
592[ 3.293144] localhost kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
593[ 3.293667] localhost kernel: Key type big_key registered
594[ 3.293786] localhost kernel: SELinux: Registering netfilter hooks
595[ 3.297800] localhost kernel: alg: No test for stdrng (krng)
596[ 3.297937] localhost kernel: NET: Registered protocol family 38
597[ 3.298068] localhost kernel: Key type asymmetric registered
598[ 3.298195] localhost kernel: Asymmetric key parser 'x509' registered
599[ 3.298335] localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
600[ 3.298670] localhost kernel: io scheduler noop registered
601[ 3.298818] localhost kernel: io scheduler deadline registered
602[ 3.298956] localhost kernel: io scheduler cfq registered (default)
603[ 3.299614] localhost kernel: aer 0000:00:1c.0:pcie02: service driver aer loaded
604[ 3.299639] localhost kernel: aer 0000:00:1d.0:pcie02: service driver aer loaded
605[ 3.299648] localhost kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
606[ 3.299785] localhost kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
607[ 3.299932] localhost kernel: intel_idle: does not run on family 6 model 158
608[ 3.300004] localhost kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
609[ 3.300173] localhost kernel: ACPI: Sleep Button [SLPB]
610[ 3.300312] localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
611[ 3.300516] localhost kernel: ACPI: Power Button [PWRB]
612[ 3.300653] localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
613[ 3.300820] localhost kernel: ACPI: Power Button [PWRF]
614[ 3.325942] localhost kernel: Monitor-Mwait will be used to enter C-1 state
615[ 3.325991] localhost kernel: Monitor-Mwait will be used to enter C-2 state
616[ 3.326038] localhost kernel: Monitor-Mwait will be used to enter C-3 state
617[ 3.326078] localhost kernel: ACPI: acpi_idle registered with cpuidle
618[ 3.352726] localhost kernel: thermal LNXTHERM:00: registered as thermal_zone0
619[ 3.352848] localhost kernel: ACPI: Thermal Zone [TZ00] (28 C)
620[ 3.352995] localhost kernel: GHES: HEST is not enabled!
621[ 3.353311] localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
622[ 3.374386] localhost kernel: 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
623[ 3.375841] localhost kernel: Non-volatile memory driver v1.3
624[ 3.376042] localhost kernel: Linux agpgart interface v0.103
625[ 3.376257] localhost kernel: ahci 0000:00:17.0: version 3.0
626[ 3.386637] localhost kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
627[ 3.386805] localhost kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds apst
628[ 3.397354] localhost kernel: scsi host0: ahci
629[ 3.398013] localhost kernel: scsi host1: ahci
630[ 3.398717] localhost kernel: scsi host2: ahci
631[ 3.399317] localhost kernel: scsi host3: ahci
632[ 3.399979] localhost kernel: scsi host4: ahci
633[ 3.400521] localhost kernel: scsi host5: ahci
634[ 3.400767] localhost kernel: ata1: SATA max UDMA/133 abar m2048@0xa1339000 port 0xa1339100 irq 122
635[ 3.400932] localhost kernel: ata2: SATA max UDMA/133 abar m2048@0xa1339000 port 0xa1339180 irq 122
636[ 3.401097] localhost kernel: ata3: SATA max UDMA/133 abar m2048@0xa1339000 port 0xa1339200 irq 122
637[ 3.401262] localhost kernel: ata4: SATA max UDMA/133 abar m2048@0xa1339000 port 0xa1339280 irq 122
638[ 3.401426] localhost kernel: ata5: SATA max UDMA/133 abar m2048@0xa1339000 port 0xa1339300 irq 122
639[ 3.401626] localhost kernel: ata6: SATA max UDMA/133 abar m2048@0xa1339000 port 0xa1339380 irq 122
640[ 3.401840] localhost kernel: libphy: Fixed MDIO Bus: probed
641[ 3.403251] localhost kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
642[ 3.404119] localhost kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
643[ 3.404451] localhost kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x00009810
644[ 3.404899] localhost kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
645[ 3.404964] localhost kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
646[ 3.405087] localhost kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
647[ 3.405251] localhost kernel: usb usb1: Product: xHCI Host Controller
648[ 3.405369] localhost kernel: usb usb1: Manufacturer: Linux 4.0.4-301.fc22.x86_64 xhci-hcd
649[ 3.405490] localhost kernel: usb usb1: SerialNumber: 0000:00:14.0
650[ 3.405943] localhost kernel: hub 1-0:1.0: USB hub found
651[ 3.406093] localhost kernel: hub 1-0:1.0: 16 ports detected
652[ 3.413411] localhost kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
653[ 3.413732] localhost kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
654[ 3.413925] localhost kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
655[ 3.414051] localhost kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
656[ 3.414215] localhost kernel: usb usb2: Product: xHCI Host Controller
657[ 3.414331] localhost kernel: usb usb2: Manufacturer: Linux 4.0.4-301.fc22.x86_64 xhci-hcd
658[ 3.414452] localhost kernel: usb usb2: SerialNumber: 0000:00:14.0
659[ 3.414861] localhost kernel: hub 2-0:1.0: USB hub found
660[ 3.415031] localhost kernel: hub 2-0:1.0: 8 ports detected
661[ 3.418912] localhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
662[ 3.419041] localhost kernel: ehci-pci: EHCI PCI platform driver
663[ 3.419165] localhost kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
664[ 3.419297] localhost kernel: ohci-pci: OHCI PCI platform driver
665[ 3.419420] localhost kernel: uhci_hcd: USB Universal Host Controller Interface driver
666[ 3.419615] localhost kernel: usbcore: registered new interface driver usbserial
667[ 3.419739] localhost kernel: usbcore: registered new interface driver usbserial_generic
668[ 3.419862] localhost kernel: usbserial: USB Serial support registered for generic
669[ 3.420002] localhost kernel: i8042: PNP: No PS/2 controller found. Probing ports directly.
670[ 3.423822] localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
671[ 3.423944] localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
672[ 3.424273] localhost kernel: mousedev: PS/2 mouse device common for all mice
673[ 3.425365] localhost kernel: rtc_cmos rtc_cmos: RTC can wake from S4
674[ 3.426263] localhost kernel: rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
675[ 3.426511] localhost kernel: rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
676[ 3.426862] localhost kernel: device-mapper: uevent: version 1.0.3
677[ 3.427176] localhost kernel: device-mapper: ioctl: 4.30.0-ioctl (2014-12-22) initialised: dm-devel@redhat.com
678[ 3.428210] localhost kernel: hidraw: raw HID events driver (C) Jiri Kosina
679[ 3.428406] localhost kernel: usbcore: registered new interface driver usbhid
680[ 3.428526] localhost kernel: usbhid: USB HID core driver
681[ 3.428720] localhost kernel: drop_monitor: Initializing network drop monitor service
682[ 3.428897] localhost kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
683[ 3.429316] localhost kernel: TCP: cubic registered
684[ 3.429451] localhost kernel: Initializing XFRM netlink socket
685[ 3.429676] localhost kernel: NET: Registered protocol family 10
686[ 3.430386] localhost kernel: mip6: Mobile IPv6
687[ 3.430509] localhost kernel: NET: Registered protocol family 17
688[ 3.431661] localhost kernel: Loading compiled-in X.509 certificates
689[ 3.432356] localhost kernel: Loaded X.509 cert 'Fedora kernel signing key: 6a006aca14afb65069e2c094cb35ea806e85c24b'
690[ 3.432656] localhost kernel: registered taskstats version 1
691[ 3.434771] localhost kernel: Magic number: 8:713:752
692[ 3.434891] localhost kernel: ata_link link3: hash matches
693[ 3.435007] localhost kernel: link3: hash matches
694[ 3.435122] localhost kernel: tty ttyS3: hash matches
695[ 3.435658] localhost kernel: rtc_cmos rtc_cmos: setting system clock to 2020-02-11 21:44:52 UTC (1581457492)
696[ 3.435903] localhost kernel: PM: Hibernation image not present or could not be loaded.
697[ 3.707007] localhost kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
698[ 3.707160] localhost kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
699[ 3.708064] localhost kernel: ata4: SATA link down (SStatus 4 SControl 300)
700[ 3.708267] localhost kernel: ata5: SATA link down (SStatus 4 SControl 300)
701[ 3.708511] localhost kernel: ata3: SATA link down (SStatus 4 SControl 300)
702[ 3.708683] localhost kernel: ata2.00: ATAPI: DRW-24F1ST d, 1.00, max UDMA/133
703[ 3.709077] localhost kernel: ata1.00: ATA-10: WDC WD1003FZEX-00K3CA0, 01.01A01, max UDMA/133
704[ 3.709219] localhost kernel: ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
705[ 3.709490] localhost kernel: ata6: SATA link down (SStatus 4 SControl 300)
706[ 3.710483] localhost kernel: ata1.00: configured for UDMA/133
707[ 3.710674] localhost kernel: ata2.00: configured for UDMA/133
708[ 3.710932] localhost kernel: scsi 0:0:0:0: Direct-Access ATA WDC WD1003FZEX-0 1A01 PQ: 0 ANSI: 5
709[ 3.711512] localhost kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
710[ 3.711685] localhost kernel: sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
711[ 3.711687] localhost kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
712[ 3.712377] localhost kernel: sd 0:0:0:0: [sda] Write Protect is off
713[ 3.712378] localhost kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
714[ 3.712594] localhost kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
715[ 3.716314] localhost kernel: scsi 1:0:0:0: CD-ROM ASUS DRW-24F1ST d 1.00 PQ: 0 ANSI: 5
716[ 3.742548] localhost kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 48x/12x writer dvd-ram cd/rw xa/form2 cdda tray
717[ 3.742717] localhost kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
718[ 3.743044] localhost kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
719[ 3.743241] localhost kernel: sr 1:0:0:0: Attached scsi generic sg1 type 5
720[ 3.748185] localhost kernel: sd 0:0:0:0: [sda] Attached SCSI disk
721[ 3.748886] localhost kernel: Freeing unused kernel memory: 1500K (ffffffff81d21000 - ffffffff81e98000)
722[ 3.749098] localhost kernel: Write protecting the kernel read-only data: 12288k
723[ 3.751007] localhost kernel: Freeing unused kernel memory: 444K (ffff880001791000 - ffff880001800000)
724[ 3.751564] localhost kernel: Freeing unused kernel memory: 756K (ffff880001b43000 - ffff880001c00000)
725[ 3.753324] localhost kernel: random: systemd urandom read with 19 bits of entropy available
726[ 3.754410] localhost systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
727[ 3.754758] localhost systemd[1]: Detected architecture x86-64.
728[ 3.754880] localhost systemd[1]: Running in initial RAM disk.
729[ 3.755602] localhost systemd[1]: No hostname configured.
730[ 3.755731] localhost systemd[1]: Set hostname to <localhost>.
731[ 3.755859] localhost systemd[1]: Initializing machine ID from random generator.
732[ 3.766029] localhost kernel: usb 1-4: new low-speed USB device number 2 using xhci_hcd
733[ 3.775996] localhost systemd[1]: Reached target Swap.
734[ 3.776121] localhost systemd[1]: Starting Swap.
735[ 3.776876] localhost systemd[1]: Created slice -.slice.
736[ 3.777138] localhost systemd[1]: Starting -.slice.
737[ 3.777752] localhost systemd[1]: Listening on udev Kernel Socket.
738[ 3.777884] localhost systemd[1]: Starting udev Kernel Socket.
739[ 3.778521] localhost systemd[1]: Reached target Local File Systems.
740[ 3.778643] localhost systemd[1]: Starting Local File Systems.
741[ 3.779327] localhost systemd[1]: Created slice System Slice.
742[ 3.779459] localhost systemd[1]: Starting System Slice.
743[ 3.780461] localhost systemd[1]: Listening on udev Control Socket.
744[ 3.780593] localhost systemd[1]: Starting udev Control Socket.
745[ 3.781227] localhost systemd[1]: Reached target Timers.
746[ 3.781346] localhost systemd[1]: Starting Timers.
747[ 3.781982] localhost systemd[1]: Reached target Encrypted Volumes.
748[ 3.782131] localhost systemd[1]: Starting Encrypted Volumes.
749[ 3.782753] localhost systemd[1]: Listening on Journal Socket.
750[ 3.782885] localhost systemd[1]: Starting Journal Socket.
751[ 3.783145] localhost systemd[1]: Started dracut ask for additional cmdline parameters.
752[ 3.783700] localhost systemd[1]: Starting dracut cmdline hook...
753[ 3.784341] localhost systemd[1]: Started Load Kernel Modules.
754[ 3.784775] localhost systemd[1]: Starting Apply Kernel Variables...
755[ 3.785709] localhost systemd[1]: Starting Create list of required static device nodes for the current kernel...
756[ 3.787094] localhost systemd[1]: Starting Device-Mapper Multipath Device Controller...
757[ 3.788131] localhost systemd[1]: Starting Setup Virtual Console...
758[ 3.789508] localhost systemd[1]: Listening on Journal Socket (/dev/log).
759[ 3.789716] localhost systemd[1]: Starting Journal Socket (/dev/log).
760[ 3.790902] localhost kernel: device-mapper: multipath: version 1.8.0 loaded
761[ 3.791753] localhost systemd[1]: Reached target Slices.
762[ 3.791947] localhost systemd[1]: Starting Slices.
763[ 3.792661] localhost systemd[1]: Listening on Journal Audit Socket.
764[ 3.792794] localhost systemd[1]: Starting Journal Audit Socket.
765[ 3.793374] localhost systemd[1]: Starting Journal Service...
766[ 3.795696] localhost systemd[1]: Reached target Sockets.
767[ 3.795964] localhost systemd[1]: Starting Sockets.
768[ 3.797658] localhost systemd[1]: Started Apply Kernel Variables.
769[ 3.797880] localhost kernel: audit: type=1130 audit(1581457492.861:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
770[ 3.800944] localhost systemd[1]: Started Create list of required static device nodes for the current kernel.
771[ 3.802535] localhost kernel: audit: type=1130 audit(1581457492.866:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
772[ 3.808407] localhost systemd[1]: Started Device-Mapper Multipath Device Controller.
773[ 3.808557] localhost kernel: audit: type=1130 audit(1581457492.872:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=multipathd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
774[ 3.814054] localhost systemd[1]: Started Setup Virtual Console.
775[ 3.814809] localhost kernel: audit: type=1130 audit(1581457492.878:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
776[ 3.824954] localhost systemd[1]: Starting Create Static Device Nodes in /dev...
777[ 3.828907] localhost systemd[1]: Started Create Static Device Nodes in /dev.
778[ 3.829452] localhost kernel: audit: type=1130 audit(1581457492.893:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
779[ 3.836216] localhost kernel: BIOS EDD facility v0.16 2004-Jun-25, 2 devices found
780[ 3.837987] localhost systemd-journal[166]: Journal started
781[ 3.838199] localhost systemd-tmpfiles[209]: Failed to parse ACL "d:group:adm:r-x,d:group:wheel:r-x": Invalid argument. Ignoring
782[ 3.838441] localhost systemd-tmpfiles[209]: Failed to parse ACL "group:adm:r-x,group:wheel:r-x": Invalid argument. Ignoring
783[ 3.838590] localhost systemd-tmpfiles[209]: Failed to parse ACL "d:group:adm:r-x,d:group:wheel:r-x": Invalid argument. Ignoring
784[ 3.838685] localhost systemd-tmpfiles[209]: Failed to parse ACL "group:adm:r-x,group:wheel:r-x": Invalid argument. Ignoring
785[ 3.838860] localhost audit[1]: <audit-1130> pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
786[ 3.839362] localhost audit[1]: <audit-1130> pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
787[ 3.839612] localhost audit[1]: <audit-1130> pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=multipathd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
788[ 3.839761] localhost audit[1]: <audit-1130> pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
789[ 3.839855] localhost audit[1]: <audit-1130> pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
790[ 3.840313] localhost dracut-cmdline[149]: dracut-22 (Twenty Two) dracut-041-10.fc22.1
791[ 3.840535] localhost dracut-cmdline[149]: Using kernel command line parameters:
792[ 3.840802] localhost dracut-cmdline[149]: Loading Fedora 22 x86_64 installer...
793[ 3.840976] localhost audit[1]: <audit-1130> pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
794[ 3.857197] localhost systemd[1]: Started Journal Service.
795[ 3.857492] localhost kernel: audit: type=1130 audit(1581457492.921:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
796[ 3.900262] localhost dracut-cmdline[149]: rd.luks=0: removing cryptoluks activation
797[ 3.916967] localhost dracut-cmdline[149]: rd.lvm=0: removing LVM activation
798[ 3.937228] localhost kernel: usb 1-4: New USB device found, idVendor=04b3, idProduct=3025
799[ 3.937399] localhost kernel: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
800[ 3.937595] localhost kernel: usb 1-4: Product: USB NetVista Full Width Keyboard
801[ 3.937714] localhost kernel: usb 1-4: Manufacturer: CHICONY
802[ 3.938033] localhost kernel: usb 1-4: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
803[ 3.941409] localhost kernel: input: CHICONY USB NetVista Full Width Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04B3:3025.0001/input/input6
804[ 3.953984] localhost systemd[1]: Started dracut cmdline hook.
805[ 3.954328] localhost audit[1]: <audit-1130> pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
806[ 3.970929] localhost kernel: audit: type=1130 audit(1581457493.034:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
807[ 3.955944] localhost systemd[1]: Starting dracut pre-udev hook...
808[ 3.990540] localhost kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
809[ 3.992597] localhost kernel: hid-generic 0003:04B3:3025.0001: input,hidraw0: USB HID v1.10 Keyboard [CHICONY USB NetVista Full Width Keyboard] on usb-0000:00:14.0-4/input0
810[ 3.996756] localhost kernel: Loading iSCSI transport class v2.0-870.
811[ 4.004847] localhost kernel: iscsi: registered transport (tcp)
812[ 4.284566] localhost kernel: tsc: Refined TSC clocksource calibration: 2903.998 MHz
813[ 5.286119] localhost kernel: Switched to clocksource tsc
814[ 7.043545] localhost kernel: floppy0: no floppy controllers found
815[ 7.053822] localhost kernel: No iBFT detected.
816[ 7.056256] localhost kernel: md: raid0 personality registered for level 0
817[ 7.059833] localhost kernel: md: raid1 personality registered for level 1
818[ 7.084534] localhost kernel: raid6: sse2x1 10296 MB/s
819[ 7.101555] localhost kernel: raid6: sse2x2 12875 MB/s
820[ 7.118574] localhost kernel: raid6: sse2x4 14820 MB/s
821[ 7.135589] localhost kernel: raid6: avx2x1 20402 MB/s
822[ 7.152609] localhost kernel: raid6: avx2x2 23640 MB/s
823[ 7.169625] localhost kernel: raid6: avx2x4 26429 MB/s
824[ 7.169742] localhost kernel: raid6: using algorithm avx2x4 (26429 MB/s)
825[ 7.169860] localhost kernel: raid6: using avx2x2 recovery algorithm
826[ 7.171098] localhost kernel: async_tx: api initialized (async)
827[ 7.172609] localhost kernel: xor: automatically using best checksumming function:
828[ 7.182640] localhost kernel: avx : 21656.000 MB/sec
829[ 7.192365] localhost kernel: md: raid6 personality registered for level 6
830[ 7.192486] localhost kernel: md: raid5 personality registered for level 5
831[ 7.192604] localhost kernel: md: raid4 personality registered for level 4
832[ 7.198221] localhost kernel: md: raid10 personality registered for level 10
833[ 7.200339] localhost kernel: md: linear personality registered for level -1
834[ 7.206165] localhost kernel: device-mapper: multipath round-robin: version 1.0.0 loaded
835[ 7.212240] localhost kernel: sha256_ssse3: Using AVX2 optimized SHA-256 implementation
836[ 7.233925] localhost kernel: RPC: Registered named UNIX socket transport module.
837[ 7.234049] localhost kernel: RPC: Registered udp transport module.
838[ 7.234166] localhost kernel: RPC: Registered tcp transport module.
839[ 7.234283] localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
840[ 7.218832] localhost dracut-pre-udev[400]: rpcbind: Symbol `svc_auth_none' has different size in shared object, consider re-linking
841[ 7.235250] localhost rpc.statd[470]: Version 1.3.2 starting
842[ 7.241020] localhost rpc.statd[470]: Initializing NSM state
843[ 7.241277] localhost rpc.statd[470]: Running as root. chown /var/lib/nfs/statd to choose different user
844[ 7.281326] localhost kernel: alua: device handler registered
845[ 7.284018] localhost kernel: emc: device handler registered
846[ 7.286843] localhost kernel: rdac: device handler registered
847[ 7.275598] localhost systemd[1]: Started dracut pre-udev hook.
848[ 7.275629] localhost audit[1]: <audit-1130> pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
849[ 7.296250] localhost kernel: audit: type=1130 audit(1581457496.355:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
850[ 7.276138] localhost systemd[1]: Starting udev Kernel Device Manager...
851[ 7.277321] localhost systemd-udevd[507]: starting version 219
852[ 7.279353] localhost systemd[1]: Started udev Kernel Device Manager.
853[ 7.279380] localhost audit[1]: <audit-1130> pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
854[ 7.279890] localhost systemd[1]: Starting dracut pre-trigger hook...
855[ 7.300017] localhost kernel: audit: type=1130 audit(1581457496.359:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
856[ 7.285614] localhost lldpad[518]: config file failed to load,
857[ 7.285642] localhost lldpad[518]: create a new file.
858[ 7.285659] localhost lldpad[518]: bound ctrl iface to /com/intel/lldpad
859[ 7.286499] localhost dracut-pre-trigger[515]: 519
860[ 7.287820] localhost dracut-pre-trigger[515]: rd.dm=0: removing DM RAID activation
861[ 7.294250] localhost dracut-pre-trigger[515]: rd.md.imsm=0: no MD RAID for imsm/isw raids
862[ 7.298950] localhost dracut-pre-trigger[515]: rd.md.ddf=0: no MD RAID for SNIA ddf raids
863[ 7.310664] localhost dracut-pre-trigger[515]: rd.md=0: removing MD RAID activation
864[ 7.362143] localhost kernel: wmi: Mapper loaded
865[ 7.365704] localhost kernel: pps_core: LinuxPPS API ver. 1 registered
866[ 7.365826] localhost kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
867[ 7.367832] localhost kernel: PTP clock support registered
868[ 7.372746] localhost kernel: alg: No test for crc32 (crc32-pclmul)
869[ 7.380078] localhost kernel: e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
870[ 7.380200] localhost kernel: e1000e: Copyright(c) 1999 - 2014 Intel Corporation.
871[ 7.380492] localhost kernel: e1000e 0000:01:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
872[ 7.484023] localhost kernel: e1000e 0000:01:00.0 eth0: registered PHC clock
873[ 7.484146] localhost kernel: e1000e 0000:01:00.0 eth0: (PCI Express:2.5GT/s:Width x1) 68:05:ca:a7:89:30
874[ 7.485286] localhost kernel: e1000e 0000:01:00.0 eth0: Intel(R) PRO/1000 Network Connection
875[ 7.485418] localhost kernel: e1000e 0000:01:00.0 eth0: MAC: 3, PHY: 8, PBA No: E46981-008
876[ 7.488081] localhost kernel: e1000e 0000:01:00.0 enp1s0: renamed from eth0
877[ 7.491384] localhost kernel: 8021q: 802.1Q VLAN Support v1.8
878[ 7.549621] localhost systemd[1]: Started dracut pre-trigger hook.
879[ 7.549656] localhost audit[1]: <audit-1130> pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
880[ 7.549954] localhost systemd[1]: Starting udev Coldplug all Devices...
881[ 7.558532] localhost systemd[1]: Mounting Configuration File System...
882[ 7.563184] localhost systemd[1]: Mounted Configuration File System.
883[ 7.566104] localhost systemd[1]: Started udev Coldplug all Devices.
884[ 7.566137] localhost audit[1]: <audit-1130> pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
885[ 7.567157] localhost systemd[1]: Starting dracut initqueue hook...
886[ 7.567750] localhost systemd[1]: Starting Show Plymouth Boot Screen...
887[ 7.568535] localhost systemd[1]: Reached target System Initialization.
888[ 7.568610] localhost systemd[1]: Starting System Initialization.
889[ 7.579800] localhost systemd[1]: Reloading.
890[ 7.670903] localhost systemd[1]: Received SIGRTMIN+20 from PID 676 (plymouthd).
891[ 7.671125] localhost systemd[1]: Started Show Plymouth Boot Screen.
892[ 7.671154] localhost audit[1]: <audit-1130> pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
893[ 7.671345] localhost systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
894[ 7.671420] localhost systemd[1]: Starting Forward Password Requests to Plymouth Directory Watch.
895[ 7.671489] localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
896[ 7.671557] localhost systemd[1]: Reached target Paths.
897[ 7.671623] localhost systemd[1]: Starting Paths.
898[ 7.671689] localhost systemd[1]: Reached target Basic System.
899[ 7.671758] localhost systemd[1]: Starting Basic System.
900[ 7.707560] localhost kernel: IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
901[ 7.707682] localhost kernel: 8021q: adding VLAN 0 to HW filter on device enp1s0
902[ 9.718856] localhost kernel: random: nonblocking pool is initialized
903[ 27.933591] localhost dracut-initqueue[674]: No carrier detected
904[ 28.461359] localhost dracut-initqueue[674]: RTNETLINK answers: File exists
905[ 210.622791] localhost dracut-initqueue[674]: Warning: Could not boot.
906[ 210.624548] localhost systemd[1]: Received SIGRTMIN+20 from PID 676 (plymouthd).
907[ 210.625450] localhost dracut-initqueue[674]: Warning: /dev/root does not exist
908[ 210.628912] localhost systemd[1]: Starting Dracut Emergency Shell...
909[ 210.644810] localhost systemd[1]: Received SIGRTMIN+21 from PID 676 (plymouthd).
910[ 210.645018] localhost audit[1]: <audit-1131> pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
911[ 210.886439] localhost kernel: audit_printk_skb: 9 callbacks suppressed
912[ 210.886565] localhost kernel: audit: type=1131 audit(1581457699.724:14): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'