· 6 years ago · Dec 02, 2019, 05:40 PM
1- Command used:
2virt-install -n centos8 -r 4096 --vcpus=4 --disk size=4 --accelerate -v --location 'http://mirror.centos.org/centos/8/BaseOS/x86_64/os/' --initrd-inject=./kickstart.ks --extra-args 'ks=file:/kickstart.ks text console=ttyS0,115200n8' --graphics none --os-type linux
3
4- Partial output:
5[ OK ] Started udev Wait for Complete Device Initialization.
6 Starting Device-Mapper Multipath Device Controller...
7[ OK ] Started Device-Mapper Multipath Device Controller.
8[ OK ] Reached target Local File Systems (Pre).
9[ OK ] Reached target Local File Systems.
10 Starting Create Volatile Files and Directories...
11 Starting Open-iSCSI...
12[ OK ] Started Open-iSCSI.
13 Starting dracut initqueue hook...
14[ OK ] Started Create Volatile Files and Directories.
15[ OK ] Reached target System Initialization.
16[ OK ] Reached target Basic System.
17[ 141.910326] dracut-initqueue[882]: Warning: dracut-initqueue timeout - starting timeout scripts
18
19- Output with --debug and kernel option verbosity to 7:
20[ma, 02 dec 2019 18:34:37 virt-install 27046] DEBUG (cli:265) Launched with command line: /usr/share/virt-manager/virt-install -n centos8 -r 4096 --vcpus=4 --disk size=4 --accelerate -v --location http://mirror.centos.org/centos/8/BaseOS/x86_64/os/ --initrd-inject=./kickstart.ks --extra-args ks=file:/kickstart.ks text console=ttyS0,115200n8 systemd.log_level=debug loglevel=7 --graphics none --os-type linux --debug
21[ma, 02 dec 2019 18:34:37 virt-install 27046] DEBUG (cli:279) Requesting libvirt URI default
22[ma, 02 dec 2019 18:34:37 virt-install 27046] DEBUG (cli:282) Received libvirt URI qemu:///system
23[ma, 02 dec 2019 18:34:37 virt-install 27046] DEBUG (virt-install:358) Requesting virt method 'hvm', hv type 'default'.
24[ma, 02 dec 2019 18:34:37 virt-install 27046] DEBUG (virt-install:583) Received virt method 'kvm'
25[ma, 02 dec 2019 18:34:37 virt-install 27046] DEBUG (virt-install:584) Hypervisor name is 'hvm'
26[ma, 02 dec 2019 18:34:37 virt-install 27046] DEBUG (virt-install:270) Distilled --network options: ['default']
27[ma, 02 dec 2019 18:34:37 virt-install 27046] DEBUG (virt-install:183) Distilled --disk options: ['size=4']
28[ma, 02 dec 2019 18:34:37 virt-install 27046] DEBUG (devicedisk:409) Creating volume 'centos8.qcow2' on pool 'default'
29[ma, 02 dec 2019 18:34:37 virt-install 27046] DEBUG (devicedisk:535) disk.set_vol_install: name=centos8.qcow2 poolxml=
30<pool type='dir'>
31 <name>default</name>
32 <uuid>9b69b755-27e2-4066-9700-3e86224756c1</uuid>
33 <capacity unit='bytes'>249193435136</capacity>
34 <allocation unit='bytes'>37912330240</allocation>
35 <available unit='bytes'>211281104896</available>
36 <source>
37 </source>
38 <target>
39 <path>/var/lib/libvirt/images</path>
40 <permissions>
41 <mode>0711</mode>
42 <owner>0</owner>
43 <group>0</group>
44 </permissions>
45 </target>
46</pool>
47
48[ma, 02 dec 2019 18:34:37 virt-install 27046] DEBUG (distroinstaller:180) DistroInstaller location is a network source.
49[ma, 02 dec 2019 18:34:37 virt-install 27046] DEBUG (guest:251) Setting Guest.os_variant to 'linux'
50[ma, 02 dec 2019 18:34:37 virt-install 27046] DEBUG (urlfetcher:56) Using scratchdir=/home/sam/.cache/virt-manager/boot
51[ma, 02 dec 2019 18:34:37 virt-install 27046] DEBUG (urlfetcher:503) Finding distro store for location=http://mirror.centos.org/centos/8/BaseOS/x86_64/os/
52[ma, 02 dec 2019 18:34:37 virt-install 27046] DEBUG (connectionpool:208) Starting new HTTP connection (1): mirror.centos.org
53[ma, 02 dec 2019 18:34:38 virt-install 27046] DEBUG (connectionpool:396) http://mirror.centos.org:80 "GET /centos/8/BaseOS/x86_64/os/.treeinfo HTTP/1.1" 200 1555
54[ma, 02 dec 2019 18:34:38 virt-install 27046] DEBUG (urlfetcher:89) Fetching URI: http://mirror.centos.org/centos/8/BaseOS/x86_64/os/.treeinfo
55[ma, 02 dec 2019 18:34:38 virt-install 27046] DEBUG (urlfetcher:164) Saved file to /home/sam/.cache/virt-manager/boot/virtinst-.treeinfo.6Sv41n
56[ma, 02 dec 2019 18:34:38 virt-install 27046] DEBUG (urlfetcher:407) treeinfo family=CentOS Linux
57[ma, 02 dec 2019 18:34:38 virt-install 27046] DEBUG (urlfetcher:543) Detected distro name=CentOS osvariant=None
58[ma, 02 dec 2019 18:34:38 virt-install 27046] WARNING (virt-install:545) No operating system detected, VM performance may suffer. Specify an OS with --os-variant for optimal results.
59[ma, 02 dec 2019 18:34:38 virt-install 27046] DEBUG (virt-install:697) Guest.has_install_phase: True
60
61Starting install...
62[ma, 02 dec 2019 18:34:38 virt-install 27046] DEBUG (connectionpool:208) Starting new HTTP connection (1): mirror.centos.org
63[ma, 02 dec 2019 18:34:38 virt-install 27046] DEBUG (connectionpool:396) http://mirror.centos.org:80 "GET /centos/8/BaseOS/x86_64/os/images/pxeboot/vmlinuz HTTP/1.1" 200 7872760
64[ma, 02 dec 2019 18:34:38 virt-install 27046] DEBUG (urlfetcher:89) Fetching URI: http://mirror.centos.org/centos/8/BaseOS/x86_64/os/images/pxeboot/vmlinuz
65Retrieving file vmlinuz... | 7.5 MB 00:02
66[ma, 02 dec 2019 18:34:40 virt-install 27046] DEBUG (urlfetcher:164) Saved file to /home/sam/.cache/virt-manager/boot/virtinst-vmlinuz.7neCUJ
67[ma, 02 dec 2019 18:34:40 virt-install 27046] DEBUG (connectionpool:208) Starting new HTTP connection (1): mirror.centos.org
68[ma, 02 dec 2019 18:34:40 virt-install 27046] DEBUG (connectionpool:396) http://mirror.centos.org:80 "GET /centos/8/BaseOS/x86_64/os/images/pxeboot/initrd.img HTTP/1.1" 200 60484580
69[ma, 02 dec 2019 18:34:40 virt-install 27046] DEBUG (urlfetcher:89) Fetching URI: http://mirror.centos.org/centos/8/BaseOS/x86_64/os/images/pxeboot/initrd.img
70Retrieving file initrd.img... | 58 MB 00:19
71[ma, 02 dec 2019 18:35:00 virt-install 27046] DEBUG (urlfetcher:164) Saved file to /home/sam/.cache/virt-manager/boot/virtinst-initrd.img.OQmJr1
72[ma, 02 dec 2019 18:35:00 virt-install 27046] DEBUG (initrdinject:96) Copying ./kickstart.ks to the initrd.
73[ma, 02 dec 2019 18:35:00 virt-install 27046] DEBUG (initrdinject:99) Appending to the initrd.
74[ma, 02 dec 2019 18:35:00 virt-install 27046] DEBUG (kernelupload:143) Uploading kernel/initrd media
75[ma, 02 dec 2019 18:35:00 virt-install 27046] DEBUG (kernelupload:35) Existing pool 'boot-scratch' found for /var/lib/libvirt/boot
76[ma, 02 dec 2019 18:35:00 virt-install 27046] DEBUG (devicedisk:409) Creating volume 'virtinst-vmlinuz.7neCUJ' on pool 'boot-scratch'
77[ma, 02 dec 2019 18:35:00 virt-install 27046] DEBUG (devicedisk:535) disk.set_vol_install: name=virtinst-vmlinuz.7neCUJ poolxml=
78<pool type='dir'>
79 <name>boot-scratch</name>
80 <uuid>57dfea0d-dd25-4527-bd2a-275af5f39964</uuid>
81 <capacity unit='bytes'>249193435136</capacity>
82 <allocation unit='bytes'>37980692480</allocation>
83 <available unit='bytes'>211212742656</available>
84 <source>
85 </source>
86 <target>
87 <path>/var/lib/libvirt/boot</path>
88 <permissions>
89 <mode>0711</mode>
90 <owner>0</owner>
91 <group>0</group>
92 </permissions>
93 </target>
94</pool>
95
96[ma, 02 dec 2019 18:35:00 virt-install 27046] DEBUG (storage:809) Creating storage volume 'virtinst-vmlinuz.7neCUJ' with xml:
97<volume>
98 <name>virtinst-vmlinuz.7neCUJ</name>
99 <capacity>7872760</capacity>
100 <allocation>0</allocation>
101 <target>
102 <format type="raw"/>
103 </target>
104</volume>
105
106[ma, 02 dec 2019 18:35:00 virt-install 27046] DEBUG (storage:840) Using vol create flags=0
107[ma, 02 dec 2019 18:35:00 virt-install 27046] DEBUG (storage:873) Couldn't lookup storage volume in prog thread.
108Allocating 'virtinst-vmlinuz.7neCUJ' | 7.5 MB 00:00
109[ma, 02 dec 2019 18:35:00 virt-install 27046] DEBUG (storage:847) Storage volume 'virtinst-vmlinuz.7neCUJ' install complete.
110Transferring virtinst-vmlinuz.7neCUJ | 7.5 MB 00:00
111[ma, 02 dec 2019 18:35:00 virt-install 27046] DEBUG (devicedisk:409) Creating volume 'virtinst-initrd.img.OQmJr1' on pool 'boot-scratch'
112[ma, 02 dec 2019 18:35:00 virt-install 27046] DEBUG (devicedisk:535) disk.set_vol_install: name=virtinst-initrd.img.OQmJr1 poolxml=
113<pool type='dir'>
114 <name>boot-scratch</name>
115 <uuid>57dfea0d-dd25-4527-bd2a-275af5f39964</uuid>
116 <capacity unit='bytes'>249193435136</capacity>
117 <allocation unit='bytes'>37988569088</allocation>
118 <available unit='bytes'>211204866048</available>
119 <source>
120 </source>
121 <target>
122 <path>/var/lib/libvirt/boot</path>
123 <permissions>
124 <mode>0711</mode>
125 <owner>0</owner>
126 <group>0</group>
127 </permissions>
128 </target>
129</pool>
130
131[ma, 02 dec 2019 18:35:00 virt-install 27046] DEBUG (storage:809) Creating storage volume 'virtinst-initrd.img.OQmJr1' with xml:
132<volume>
133 <name>virtinst-initrd.img.OQmJr1</name>
134 <capacity>60485612</capacity>
135 <allocation>0</allocation>
136 <target>
137 <format type="raw"/>
138 </target>
139</volume>
140
141[ma, 02 dec 2019 18:35:00 virt-install 27046] DEBUG (storage:840) Using vol create flags=0
142[ma, 02 dec 2019 18:35:00 virt-install 27046] DEBUG (storage:873) Couldn't lookup storage volume in prog thread.
143Allocating 'virtinst-initrd.img.OQmJr1' | 58 MB 00:00
144[ma, 02 dec 2019 18:35:00 virt-install 27046] DEBUG (storage:847) Storage volume 'virtinst-initrd.img.OQmJr1' install complete.
145Transferring virtinst-initrd.img.OQmJr1 | 58 MB 00:01
146[ma, 02 dec 2019 18:35:02 virt-install 27046] DEBUG (storage:809) Creating storage volume 'centos8.qcow2' with xml:
147<volume>
148 <name>centos8.qcow2</name>
149 <capacity>4294967296</capacity>
150 <allocation>0</allocation>
151 <target>
152 <format type="qcow2"/>
153 <features>
154 <lazy_refcounts/>
155 </features>
156 </target>
157</volume>
158
159[ma, 02 dec 2019 18:35:02 virt-install 27046] DEBUG (storage:840) Using vol create flags=1
160[ma, 02 dec 2019 18:35:02 virt-install 27046] DEBUG (storage:873) Couldn't lookup storage volume in prog thread.
161Allocating 'centos8.qcow2' | 4.0 GB 00:00
162[ma, 02 dec 2019 18:35:02 virt-install 27046] DEBUG (storage:847) Storage volume 'centos8.qcow2' install complete.
163[ma, 02 dec 2019 18:35:02 virt-install 27046] DEBUG (guest:384) Generated install XML:
164<domain type="kvm">
165 <name>centos8</name>
166 <uuid>702a403c-d339-4c1c-8810-3b808f1a3bc2</uuid>
167 <memory>4194304</memory>
168 <currentMemory>4194304</currentMemory>
169 <vcpu>4</vcpu>
170 <os>
171 <type arch="x86_64">hvm</type>
172 <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.7neCUJ</kernel>
173 <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.OQmJr1</initrd>
174 <cmdline>ks=file:/kickstart.ks text console=ttyS0,115200n8 systemd.log_level=debug loglevel=7 method=http://mirror.centos.org/centos/8/BaseOS/x86_64/os/</cmdline>
175 </os>
176 <features>
177 <acpi/>
178 <apic/>
179 </features>
180 <cpu mode="custom" match="exact">
181 <model>Skylake-Client-IBRS</model>
182 </cpu>
183 <clock offset="utc">
184 <timer name="rtc" tickpolicy="catchup"/>
185 <timer name="pit" tickpolicy="delay"/>
186 <timer name="hpet" present="no"/>
187 </clock>
188 <on_reboot>destroy</on_reboot>
189 <pm>
190 <suspend-to-mem enabled="no"/>
191 <suspend-to-disk enabled="no"/>
192 </pm>
193 <devices>
194 <emulator>/usr/bin/kvm-spice</emulator>
195 <disk type="file" device="disk">
196 <driver name="qemu" type="qcow2"/>
197 <source file="/var/lib/libvirt/images/centos8.qcow2"/>
198 <target dev="hda" bus="ide"/>
199 </disk>
200 <controller type="usb" index="0" model="ich9-ehci1"/>
201 <controller type="usb" index="0" model="ich9-uhci1">
202 <master startport="0"/>
203 </controller>
204 <controller type="usb" index="0" model="ich9-uhci2">
205 <master startport="2"/>
206 </controller>
207 <controller type="usb" index="0" model="ich9-uhci3">
208 <master startport="4"/>
209 </controller>
210 <interface type="network">
211 <source network="default"/>
212 <mac address="52:54:00:08:d1:71"/>
213 </interface>
214 <console type="pty"/>
215 </devices>
216</domain>
217
218[ma, 02 dec 2019 18:35:02 virt-install 27046] DEBUG (guest:385) Generated boot XML:
219<domain type="kvm">
220 <name>centos8</name>
221 <uuid>702a403c-d339-4c1c-8810-3b808f1a3bc2</uuid>
222 <memory>4194304</memory>
223 <currentMemory>4194304</currentMemory>
224 <vcpu>4</vcpu>
225 <os>
226 <type arch="x86_64">hvm</type>
227 <boot dev="hd"/>
228 </os>
229 <features>
230 <acpi/>
231 <apic/>
232 </features>
233 <cpu mode="custom" match="exact">
234 <model>Skylake-Client-IBRS</model>
235 </cpu>
236 <clock offset="utc">
237 <timer name="rtc" tickpolicy="catchup"/>
238 <timer name="pit" tickpolicy="delay"/>
239 <timer name="hpet" present="no"/>
240 </clock>
241 <pm>
242 <suspend-to-mem enabled="no"/>
243 <suspend-to-disk enabled="no"/>
244 </pm>
245 <devices>
246 <emulator>/usr/bin/kvm-spice</emulator>
247 <disk type="file" device="disk">
248 <driver name="qemu" type="qcow2"/>
249 <source file="/var/lib/libvirt/images/centos8.qcow2"/>
250 <target dev="hda" bus="ide"/>
251 </disk>
252 <controller type="usb" index="0" model="ich9-ehci1"/>
253 <controller type="usb" index="0" model="ich9-uhci1">
254 <master startport="0"/>
255 </controller>
256 <controller type="usb" index="0" model="ich9-uhci2">
257 <master startport="2"/>
258 </controller>
259 <controller type="usb" index="0" model="ich9-uhci3">
260 <master startport="4"/>
261 </controller>
262 <interface type="network">
263 <source network="default"/>
264 <mac address="52:54:00:08:d1:71"/>
265 </interface>
266 <console type="pty"/>
267 </devices>
268</domain>
269
270[ma, 02 dec 2019 18:35:02 virt-install 27046] DEBUG (guest:441) XML fetched from libvirt object:
271<domain type='kvm' id='44'>
272 <name>centos8</name>
273 <uuid>702a403c-d339-4c1c-8810-3b808f1a3bc2</uuid>
274 <memory unit='KiB'>4194304</memory>
275 <currentMemory unit='KiB'>4194304</currentMemory>
276 <vcpu placement='static'>4</vcpu>
277 <resource>
278 <partition>/machine</partition>
279 </resource>
280 <os>
281 <type arch='x86_64' machine='pc-i440fx-bionic'>hvm</type>
282 <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.7neCUJ</kernel>
283 <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.OQmJr1</initrd>
284 <cmdline>ks=file:/kickstart.ks text console=ttyS0,115200n8 systemd.log_level=debug loglevel=7 method=http://mirror.centos.org/centos/8/BaseOS/x86_64/os/</cmdline>
285 <boot dev='hd'/>
286 </os>
287 <features>
288 <acpi/>
289 <apic/>
290 </features>
291 <cpu mode='custom' match='exact' check='full'>
292 <model fallback='forbid'>Skylake-Client-IBRS</model>
293 <feature policy='require' name='hypervisor'/>
294 </cpu>
295 <clock offset='utc'>
296 <timer name='rtc' tickpolicy='catchup'/>
297 <timer name='pit' tickpolicy='delay'/>
298 <timer name='hpet' present='no'/>
299 </clock>
300 <on_poweroff>destroy</on_poweroff>
301 <on_reboot>destroy</on_reboot>
302 <on_crash>destroy</on_crash>
303 <pm>
304 <suspend-to-mem enabled='no'/>
305 <suspend-to-disk enabled='no'/>
306 </pm>
307 <devices>
308 <emulator>/usr/bin/kvm-spice</emulator>
309 <disk type='file' device='disk'>
310 <driver name='qemu' type='qcow2'/>
311 <source file='/var/lib/libvirt/images/centos8.qcow2'/>
312 <backingStore/>
313 <target dev='hda' bus='ide'/>
314 <alias name='ide0-0-0'/>
315 <address type='drive' controller='0' bus='0' target='0' unit='0'/>
316 </disk>
317 <controller type='usb' index='0' model='ich9-ehci1'>
318 <alias name='usb'/>
319 <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x7'/>
320 </controller>
321 <controller type='usb' index='0' model='ich9-uhci1'>
322 <alias name='usb'/>
323 <master startport='0'/>
324 <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0' multifunction='on'/>
325 </controller>
326 <controller type='usb' index='0' model='ich9-uhci2'>
327 <alias name='usb'/>
328 <master startport='2'/>
329 <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x1'/>
330 </controller>
331 <controller type='usb' index='0' model='ich9-uhci3'>
332 <alias name='usb'/>
333 <master startport='4'/>
334 <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x2'/>
335 </controller>
336 <controller type='pci' index='0' model='pci-root'>
337 <alias name='pci.0'/>
338 </controller>
339 <controller type='ide' index='0'>
340 <alias name='ide'/>
341 <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
342 </controller>
343 <interface type='network'>
344 <mac address='52:54:00:08:d1:71'/>
345 <source network='default' bridge='virbr0'/>
346 <target dev='vnet0'/>
347 <model type='rtl8139'/>
348 <alias name='net0'/>
349 <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
350 </interface>
351 <serial type='pty'>
352 <source path='/dev/pts/10'/>
353 <target type='isa-serial' port='0'>
354 <model name='isa-serial'/>
355 </target>
356 <alias name='serial0'/>
357 </serial>
358 <console type='pty' tty='/dev/pts/10'>
359 <source path='/dev/pts/10'/>
360 <target type='serial' port='0'/>
361 <alias name='serial0'/>
362 </console>
363 <input type='mouse' bus='ps2'>
364 <alias name='input0'/>
365 </input>
366 <input type='keyboard' bus='ps2'>
367 <alias name='input1'/>
368 </input>
369 <memballoon model='virtio'>
370 <alias name='balloon0'/>
371 <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
372 </memballoon>
373 </devices>
374 <seclabel type='dynamic' model='dac' relabel='yes'>
375 <label>+64055:+127</label>
376 <imagelabel>+64055:+127</imagelabel>
377 </seclabel>
378</domain>
379
380[ma, 02 dec 2019 18:35:02 virt-install 27046] DEBUG (installer:187) Removing /home/sam/.cache/virt-manager/boot/virtinst-vmlinuz.7neCUJ
381[ma, 02 dec 2019 18:35:02 virt-install 27046] DEBUG (installer:187) Removing /home/sam/.cache/virt-manager/boot/virtinst-initrd.img.OQmJr1
382[ma, 02 dec 2019 18:35:02 virt-install 27046] DEBUG (installer:191) Removing volume 'virtinst-vmlinuz.7neCUJ'
383[ma, 02 dec 2019 18:35:02 virt-install 27046] DEBUG (installer:191) Removing volume 'virtinst-initrd.img.OQmJr1'
384[ma, 02 dec 2019 18:35:02 virt-install 27046] DEBUG (cli:460) Connecting to text console
385[ma, 02 dec 2019 18:35:02 virt-install 27046] DEBUG (cli:425) Running: virsh --connect qemu:///system console centos8
386Connected to domain centos8
387Escape character is ^]
388[ 0.000000] Linux version 4.18.0-80.el8.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 8.2.1 20180905 (Red Hat 8.2.1-3) (GCC)) #1 SMP Tue Jun 4 09:19:46 UTC 2019
389[ 0.000000] Command line: ks=file:/kickstart.ks text console=ttyS0,115200n8 systemd.log_level=debug loglevel=7 method=http://mirror.centos.org/centos/8/BaseOS/x86_64/os/
390[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
391[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
392[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
393[ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
394[ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
395[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
396[ 0.000000] x86/fpu: xstate_offset[3]: 960, xstate_sizes[3]: 64
397[ 0.000000] x86/fpu: xstate_offset[4]: 1024, xstate_sizes[4]: 64
398[ 0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 1088 bytes, using 'standard' format.
399[ 0.000000] BIOS-provided physical RAM map:
400[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
401[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
402[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
403[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdefff] usable
404[ 0.000000] BIOS-e820: [mem 0x00000000bffdf000-0x00000000bfffffff] reserved
405[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
406[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
407[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
408[ 0.000000] NX (Execute Disable) protection: active
409[ 0.000000] SMBIOS 2.8 present.
410[ 0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1ubuntu1 04/01/2014
411[ 0.000000] Hypervisor detected: KVM
412[ 0.000000] last_pfn = 0x140000 max_arch_pfn = 0x400000000
413[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
414[ 0.000000] last_pfn = 0xbffdf max_arch_pfn = 0x400000000
415[ 0.000000] found SMP MP-table at [mem 0x000f6a30-0x000f6a3f] mapped at [(____ptrval____)]
416[ 0.000000] RAMDISK: [mem 0x7c651000-0x7fffffff]
417[ 0.000000] ACPI: Early table checksum verification disabled
418[ 0.000000] ACPI: RSDP 0x00000000000F69E0 000014 (v00 BOCHS )
419[ 0.000000] ACPI: RSDT 0x00000000BFFE13F2 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
420[ 0.000000] ACPI: FACP 0x00000000BFFE126E 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
421[ 0.000000] ACPI: DSDT 0x00000000BFFDFDC0 0014AE (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)
422[ 0.000000] ACPI: FACS 0x00000000BFFDFD80 000040
423[ 0.000000] ACPI: APIC 0x00000000BFFE1362 000090 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
424[ 0.000000] No NUMA configuration found
425[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
426[ 0.000000] NODE_DATA(0) allocated [mem 0x13ffd3000-0x13fffcfff]
427[ 0.000000] kvm-clock: cpu 0, msr 1:3ff52001, primary cpu clock
428[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
429[ 0.000000] kvm-clock: using sched offset of 318840281 cycles
430[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
431[ 0.000000] Zone ranges:
432[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
433[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
434[ 0.000000] Normal [mem 0x0000000100000000-0x000000013fffffff]
435[ 0.000000] Device empty
436[ 0.000000] Movable zone start for each node
437[ 0.000000] Early memory node ranges
438[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]
439[ 0.000000] node 0: [mem 0x0000000000100000-0x00000000bffdefff]
440[ 0.000000] node 0: [mem 0x0000000100000000-0x000000013fffffff]
441[ 0.000000] Zeroed struct page in unavailable ranges: 131 pages
442[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000013fffffff]
443[ 0.000000] ACPI: PM-Timer IO Port: 0x608
444[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
445[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
446[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
447[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
448[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
449[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
450[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
451[ 0.000000] Using ACPI (MADT) for SMP configuration information
452[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
453[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
454[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
455[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
456[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
457[ 0.000000] PM: Registered nosave memory: [mem 0xbffdf000-0xbfffffff]
458[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]
459[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]
460[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]
461[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]
462[ 0.000000] [mem 0xc0000000-0xfeffbfff] available for PCI devices
463[ 0.000000] Booting paravirtualized kernel on KVM
464[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
465[ 0.000000] random: get_random_bytes called from start_kernel+0x93/0x550 with crng_init=0
466[ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
467[ 0.000000] percpu: Embedded 47 pages/cpu @(____ptrval____) s155648 r8192 d28672 u524288
468[ 0.000000] KVM setup async PF for cpu 0
469[ 0.000000] kvm-stealtime: cpu 0, msr 13ba25040
470[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1032040
471[ 0.000000] Policy zone: Normal
472[ 0.000000] Kernel command line: ks=file:/kickstart.ks text console=ttyS0,115200n8 systemd.log_level=debug loglevel=7 method=http://mirror.centos.org/centos/8/BaseOS/x86_64/os/
473[ 0.000000] Specific versions of hardware are certified with Red Hat Enterprise Linux 8. Please see the list of hardware certified with Red Hat Enterprise Linux 8 at https://access.redhat.com/ecosystem.
474[ 0.000000] Memory: 3121920K/4193780K available (12292K kernel code, 2100K rwdata, 3816K rodata, 2344K init, 3320K bss, 222492K reserved, 0K cma-reserved)
475[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
476[ 0.000000] Kernel/User page tables isolation: enabled
477[ 0.000000] ftrace: allocating 34905 entries in 137 pages
478[ 0.001000] rcu: Hierarchical RCU implementation.
479[ 0.001000] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
480[ 0.001000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
481[ 0.001000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
482[ 0.001000] NR_IRQS: 524544, nr_irqs: 456, preallocated irqs: 16
483[ 0.001000] Console: colour *CGA 80x25
484[ 0.001000] console [ttyS0] enabled
485[ 0.001000] ACPI: Core revision 20180531
486[ 0.001014] APIC: Switch to symmetric I/O mode setup
487[ 0.002033] x2apic enabled
488[ 0.002775] Switched APIC routing to physical x2apic.
489[ 0.004982] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
490[ 0.005000] tsc: Detected 2712.000 MHz processor
491[ 0.005009] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2717868ea45, max_idle_ns: 440795316085 ns
492[ 0.006004] Calibrating delay loop (skipped) preset value.. 5424.00 BogoMIPS (lpj=2712000)
493[ 0.008003] pid_max: default: 32768 minimum: 301
494[ 0.009031] Security Framework initialized
495[ 0.009722] Yama: becoming mindful.
496[ 0.010006] SELinux: Initializing.
497[ 0.011580] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
498[ 0.013249] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
499[ 0.014018] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
500[ 0.015009] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
501[ 0.017289] mce: CPU supports 10 MCE banks
502[ 0.018077] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
503[ 0.019005] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
504[ 0.020007] FEATURE SPEC_CTRL Present
505[ 0.021003] FEATURE IBPB_SUPPORT Present
506[ 0.022005] Spectre V2 : Using retpoline on Skylake-generation processors may not fully mitigate the vulnerability.
507[ 0.024004] Spectre V2 : Add the "spectre_v2=ibrs" kernel boot flag to enable IBRS on Skylake systems that need full mitigation.
508[ 0.026004] Spectre V2 : Mitigation: Full generic retpoline
509[ 0.027002] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
510[ 0.029002] Spectre V2 : Enabling Restricted Speculation for firmware calls
511[ 0.030012] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
512[ 0.031004] Speculative Store Bypass: Vulnerable
513[ 0.032111] Freeing SMP alternatives memory: 32K
514[ 0.034132] smpboot: CPU0: Intel Core Processor (Skylake, IBRS) (family: 0x6, model: 0x5e, stepping: 0x3)
515[ 0.035074] Performance Events: unsupported p6 CPU model 94 no PMU driver, software events only.
516[ 0.036029] rcu: Hierarchical SRCU implementation.
517[ 0.037189] NMI watchdog: Perf event create on CPU 0 failed with -2
518[ 0.038003] NMI watchdog: Perf NMI watchdog permanently disabled
519[ 0.039020] smp: Bringing up secondary CPUs ...
520[ 0.039783] x86: Booting SMP configuration:
521[ 0.040004] .... node #0, CPUs: #1
522[ 0.001000] kvm-clock: cpu 1, msr 1:3ff52041, secondary cpu clock
523[ 0.042034] KVM setup async PF for cpu 1
524[ 0.042627] kvm-stealtime: cpu 1, msr 13baa5040
525[ 0.043123] #2
526[ 0.001000] kvm-clock: cpu 2, msr 1:3ff52081, secondary cpu clock
527[ 0.046040] KVM setup async PF for cpu 2
528[ 0.046684] kvm-stealtime: cpu 2, msr 13bb25040
529[ 0.047109] #3
530[ 0.001000] kvm-clock: cpu 3, msr 1:3ff520c1, secondary cpu clock
531[ 0.050032] KVM setup async PF for cpu 3
532[ 0.050742] kvm-stealtime: cpu 3, msr 13bba5040
533[ 0.051013] smp: Brought up 1 node, 4 CPUs
534[ 0.052005] smpboot: Max logical packages: 4
535[ 0.052832] smpboot: Total of 4 processors activated (21696.00 BogoMIPS)
536[ 0.059008] node 0 initialised, 212342 pages in 6ms
537[ 0.060280] devtmpfs: initialized
538[ 0.061052] x86/mm: Memory block size: 128MB
539[ 0.062245] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
540[ 0.063015] futex hash table entries: 1024 (order: 4, 65536 bytes)
541[ 0.063910] pinctrl core: initialized pinctrl subsystem
542[ 0.064176] NET: Registered protocol family 16
543[ 0.064839] audit: initializing netlink subsys (disabled)
544[ 0.065029] audit: type=2000 audit(1575308103.074:1): state=initialized audit_enabled=0 res=1
545[ 0.066013] cpuidle: using governor menu
546[ 0.067188] ACPI: bus type PCI registered
547[ 0.067740] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
548[ 0.068109] PCI: Using configuration type 1 for base access
549[ 0.070034] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
550[ 0.071046] cryptd: max_cpu_qlen set to 1000
551[ 0.071635] ACPI: Added _OSI(Module Device)
552[ 0.072007] ACPI: Added _OSI(Processor Device)
553[ 0.072626] ACPI: Added _OSI(3.0 _SCP Extensions)
554[ 0.073003] ACPI: Added _OSI(Processor Aggregator Device)
555[ 0.073741] ACPI: Added _OSI(Linux-Dell-Video)
556[ 0.074621] ACPI: 1 ACPI AML tables successfully acquired and loaded
557[ 0.076024] ACPI: Interpreter enabled
558[ 0.076568] ACPI: (supports S0 S5)
559[ 0.077007] ACPI: Using IOAPIC for interrupt routing
560[ 0.077722] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
561[ 0.078143] ACPI: Enabled 2 GPEs in block 00 to 0F
562[ 0.081021] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
563[ 0.081911] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
564[ 0.082013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
565[ 0.083267] acpiphp: Slot [2] registered
566[ 0.084012] acpiphp: Slot [4] registered
567[ 0.084782] acpiphp: Slot [5] registered
568[ 0.085037] acpiphp: Slot [6] registered
569[ 0.085649] acpiphp: Slot [7] registered
570[ 0.086022] acpiphp: Slot [8] registered
571[ 0.086568] acpiphp: Slot [9] registered
572[ 0.087019] acpiphp: Slot [10] registered
573[ 0.087578] acpiphp: Slot [11] registered
574[ 0.088018] acpiphp: Slot [12] registered
575[ 0.088576] acpiphp: Slot [13] registered
576[ 0.089018] acpiphp: Slot [14] registered
577[ 0.089591] acpiphp: Slot [15] registered
578[ 0.090019] acpiphp: Slot [16] registered
579[ 0.090576] acpiphp: Slot [17] registered
580[ 0.091018] acpiphp: Slot [18] registered
581[ 0.091571] acpiphp: Slot [19] registered
582[ 0.092018] acpiphp: Slot [20] registered
583[ 0.092571] acpiphp: Slot [21] registered
584[ 0.093018] acpiphp: Slot [22] registered
585[ 0.093677] acpiphp: Slot [23] registered
586[ 0.094032] acpiphp: Slot [24] registered
587[ 0.094815] acpiphp: Slot [25] registered
588[ 0.095031] acpiphp: Slot [26] registered
589[ 0.095812] acpiphp: Slot [27] registered
590[ 0.096033] acpiphp: Slot [28] registered
591[ 0.096688] acpiphp: Slot [29] registered
592[ 0.097046] acpiphp: Slot [30] registered
593[ 0.098128] acpiphp: Slot [31] registered
594[ 0.099040] PCI host bridge to bus 0000:00
595[ 0.099688] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
596[ 0.100010] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
597[ 0.101012] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
598[ 0.102015] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
599[ 0.103016] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]
600[ 0.104011] pci_bus 0000:00: root bus resource [bus 00-ff]
601[ 0.109045] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
602[ 0.110011] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
603[ 0.111007] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
604[ 0.112004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
605[ 0.113654] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI
606[ 0.114013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB
607[ 0.137132] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
608[ 0.138130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
609[ 0.139123] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
610[ 0.140117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
611[ 0.141069] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
612[ 0.142282] vgaarb: loaded
613[ 0.142586] SCSI subsystem initialized
614[ 0.143046] ACPI: bus type USB registered
615[ 0.143895] usbcore: registered new interface driver usbfs
616[ 0.144021] usbcore: registered new interface driver hub
617[ 0.144938] usbcore: registered new device driver usb
618[ 0.145027] pps_core: LinuxPPS API ver. 1 registered
619[ 0.145892] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
620[ 0.146007] PTP clock support registered
621[ 0.146859] EDAC MC: Ver: 3.0.0
622[ 0.147241] PCI: Using ACPI for IRQ routing
623[ 0.148193] NetLabel: Initializing
624[ 0.148794] NetLabel: domain hash size = 128
625[ 0.149003] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
626[ 0.149947] NetLabel: unlabeled traffic allowed by default
627[ 0.150065] clocksource: Switched to clocksource kvm-clock
628[ 0.161383] VFS: Disk quotas dquot_6.6.0
629[ 0.162309] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
630[ 0.163854] pnp: PnP ACPI init
631[ 0.164908] pnp: PnP ACPI: found 5 devices
632[ 0.172978] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
633[ 0.174628] NET: Registered protocol family 2
634[ 0.175701] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes)
635[ 0.177337] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
636[ 0.178823] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
637[ 0.180196] TCP: Hash tables configured (established 32768 bind 32768)
638[ 0.181515] UDP hash table entries: 2048 (order: 4, 65536 bytes)
639[ 0.182677] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
640[ 0.183976] NET: Registered protocol family 1
641[ 0.184809] NET: Registered protocol family 44
642[ 0.185658] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
643[ 0.186803] pci 0000:00:01.0: PIIX3: Enabling Passive Release
644[ 0.187915] pci 0000:00:01.0: Activating ISA DMA hang workarounds
645[ 0.210541] PCI Interrupt Link [LNKC] enabled at IRQ 11
646[ 0.230048] pci 0000:00:03.0: quirk_usb_early_handoff+0x0/0x6c7 took 39969 usecs
647[ 0.250650] PCI Interrupt Link [LNKD] enabled at IRQ 10
648[ 0.272546] pci 0000:00:03.1: quirk_usb_early_handoff+0x0/0x6c7 took 40163 usecs
649[ 0.294481] PCI Interrupt Link [LNKA] enabled at IRQ 10
650[ 0.314943] pci 0000:00:03.2: quirk_usb_early_handoff+0x0/0x6c7 took 39921 usecs
651[ 0.342126] PCI Interrupt Link [LNKB] enabled at IRQ 11
652[ 0.364944] pci 0000:00:03.7: quirk_usb_early_handoff+0x0/0x6c7 took 47363 usecs
653[ 0.367217] Unpacking initramfs...
654[ 4.225615] Freeing initrd memory: 59068K
655[ 4.226754] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
656[ 4.228248] software IO TLB: mapped [mem 0xbbfdf000-0xbffdf000] (64MB)
657[ 4.229827] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2717868ea45, max_idle_ns: 440795316085 ns
658[ 4.233421] Initialise system trusted keyrings
659[ 4.234263] Key type blacklist registered
660[ 4.235123] workingset: timestamp_bits=36 max_order=20 bucket_order=0
661[ 4.237644] zbud: loaded
662[ 4.238427] pstore: using deflate compression
663[ 4.239743] Platform Keyring initialized
664[ 4.280638] NET: Registered protocol family 38
665[ 4.281501] Key type asymmetric registered
666[ 4.282197] Asymmetric key parser 'x509' registered
667[ 4.283166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
668[ 4.284723] io scheduler mq-deadline registered
669[ 4.285640] io scheduler kyber registered
670[ 4.286431] io scheduler bfq registered
671[ 4.287164] atomic64_test: passed for x86-64 platform with CX8 and with SSE
672[ 4.288294] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
673[ 4.289418] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
674[ 4.290612] ACPI: Power Button [PWRF]
675[ 4.313704] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
676[ 4.338880] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
677[ 4.340643] Non-volatile memory driver v1.3
678[ 4.341396] Linux agpgart interface v0.103
679[ 4.342428] rdac: device handler registered
680[ 4.343112] hp_sw: device handler registered
681[ 4.343743] emc: device handler registered
682[ 4.344406] alua: device handler registered
683[ 4.345058] libphy: Fixed MDIO Bus: probed
684[ 4.345722] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
685[ 4.347393] ehci-pci: EHCI PCI platform driver
686[ 4.368773] ehci-pci 0000:00:03.7: EHCI Host Controller
687[ 4.369785] ehci-pci 0000:00:03.7: new USB bus registered, assigned bus number 1
688[ 4.371469] ehci-pci 0000:00:03.7: irq 11, io mem 0xfeb81000
689[ 4.379079] ehci-pci 0000:00:03.7: USB 2.0 started, EHCI 1.00
690[ 4.380240] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
691[ 4.381907] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
692[ 4.383550] usb usb1: Product: EHCI Host Controller
693[ 4.384636] usb usb1: Manufacturer: Linux 4.18.0-80.el8.x86_64 ehci_hcd
694[ 4.386031] usb usb1: SerialNumber: 0000:00:03.7
695[ 4.387191] hub 1-0:1.0: USB hub found
696[ 4.387888] hub 1-0:1.0: 6 ports detected
697[ 4.388725] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
698[ 4.389858] ohci-pci: OHCI PCI platform driver
699[ 4.390606] uhci_hcd: USB Universal Host Controller Interface driver
700[ 4.410538] uhci_hcd 0000:00:03.0: UHCI Host Controller
701[ 4.411492] uhci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 2
702[ 4.412813] uhci_hcd 0000:00:03.0: detected 2 ports
703[ 4.413599] uhci_hcd 0000:00:03.0: irq 11, io base 0x0000c100
704[ 4.414968] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.18
705[ 4.416819] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
706[ 4.418250] usb usb2: Product: UHCI Host Controller
707[ 4.419238] usb usb2: Manufacturer: Linux 4.18.0-80.el8.x86_64 uhci_hcd
708[ 4.420575] usb usb2: SerialNumber: 0000:00:03.0
709[ 4.421530] hub 2-0:1.0: USB hub found
710[ 4.422176] hub 2-0:1.0: 2 ports detected
711[ 4.441685] uhci_hcd 0000:00:03.1: UHCI Host Controller
712[ 4.442640] uhci_hcd 0000:00:03.1: new USB bus registered, assigned bus number 3
713[ 4.443882] uhci_hcd 0000:00:03.1: detected 2 ports
714[ 4.444918] uhci_hcd 0000:00:03.1: irq 10, io base 0x0000c120
715[ 4.446574] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.18
716[ 4.448226] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
717[ 4.449822] usb usb3: Product: UHCI Host Controller
718[ 4.450799] usb usb3: Manufacturer: Linux 4.18.0-80.el8.x86_64 uhci_hcd
719[ 4.452123] usb usb3: SerialNumber: 0000:00:03.1
720[ 4.453053] hub 3-0:1.0: USB hub found
721[ 4.453647] hub 3-0:1.0: 2 ports detected
722[ 4.472774] uhci_hcd 0000:00:03.2: UHCI Host Controller
723[ 4.473747] uhci_hcd 0000:00:03.2: new USB bus registered, assigned bus number 4
724[ 4.474976] uhci_hcd 0000:00:03.2: detected 2 ports
725[ 4.476104] uhci_hcd 0000:00:03.2: irq 10, io base 0x0000c140
726[ 4.477486] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.18
727[ 4.479018] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
728[ 4.480497] usb usb4: Product: UHCI Host Controller
729[ 4.481281] usb usb4: Manufacturer: Linux 4.18.0-80.el8.x86_64 uhci_hcd
730[ 4.482276] usb usb4: SerialNumber: 0000:00:03.2
731[ 4.483236] hub 4-0:1.0: USB hub found
732[ 4.483955] hub 4-0:1.0: 2 ports detected
733[ 4.484958] usbcore: registered new interface driver usbserial_generic
734[ 4.486291] usbserial: USB Serial support registered for generic
735[ 4.487519] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
736[ 4.489869] serio: i8042 KBD port at 0x60,0x64 irq 1
737[ 4.490792] serio: i8042 AUX port at 0x60,0x64 irq 12
738[ 4.491839] mousedev: PS/2 mouse device common for all mice
739[ 4.492930] rtc_cmos 00:00: RTC can wake from S4
740[ 4.493873] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
741[ 4.495323] rtc_cmos 00:00: registered as rtc0
742[ 4.495934] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4
743[ 4.496432] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram
744[ 4.498386] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3
745[ 4.499480] hidraw: raw HID events driver (C) Jiri Kosina
746[ 4.501663] usbcore: registered new interface driver usbhid
747[ 4.502736] usbhid: USB HID core driver
748[ 4.503648] drop_monitor: Initializing network drop monitor service
749[ 4.505020] Initializing XFRM netlink socket
750[ 4.505903] NET: Registered protocol family 10
751[ 4.506963] Segment Routing with IPv6
752[ 4.507675] NET: Registered protocol family 17
753[ 4.508545] mpls_gso: MPLS GSO support
754[ 4.509534] RAS: Correctable Errors collector initialized.
755[ 4.510574] AVX2 version of gcm_enc/dec engaged.
756[ 4.511440] AES CTR mode by8 optimization enabled
757[ 4.532023] sched_clock: Marking stable (4532008178, 0)->(4893037054, -361028876)
758[ 4.533995] registered taskstats version 1
759[ 4.534846] Loading compiled-in X.509 certificates
760[ 4.568288] Loaded X.509 cert 'CentOS Linux kernel signing key: 105deb30304b033ee0e85d996b31322a79a82578'
761[ 4.570468] Loaded X.509 cert 'CentOS Linux Driver update signing key: 29bd4c0d06d2e9911044b5dc973309139b51d6d5'
762[ 4.572286] Loaded X.509 cert 'CentOS Linux kpatch signing key: b49f086205909dc4da2cfa99376fb191d2f09e78'
763[ 4.578463] zswap: loaded using pool lzo/zbud
764[ 4.584659] Key type big_key registered
765[ 4.587898] Key type trusted registered
766[ 4.590996] Key type encrypted registered
767[ 4.591680] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
768[ 4.592812] ima: Allocated hash algorithm: sha1
769[ 4.593670] evm: Initialising EVM extended attributes:
770[ 4.594618] evm: security.selinux
771[ 4.595245] evm: security.ima
772[ 4.595807] evm: security.capability
773[ 4.596524] evm: HMAC attrs: 0x1
774[ 4.597392] rtc_cmos 00:00: setting system clock to 2019-12-02 17:35:07 UTC (1575308107)
775[ 4.600585] Freeing unused kernel memory: 2344K
776[ 4.609080] Write protecting the kernel read-only data: 18432k
777[ 4.611930] Freeing unused kernel memory: 2020K
778[ 4.613508] Freeing unused kernel memory: 280K
779[ 4.624248] systemd[1]: systemd 239 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=legacy)
780[ 4.628879] systemd[1]: Detected virtualization kvm.
781[ 4.629965] systemd[1]: Detected architecture x86-64.
782[ 4.631045] systemd[1]: Running in initial RAM disk.
783
784Welcome to CentOS Linux 8 (Core) dracut-049-10.git20190115.el8 (Initramfs)!
785
786[ 4.649540] random: ln: uninitialized urandom read (6 bytes read)
787[ 4.649818] random: ln: uninitialized urandom read (6 bytes read)
788[ 4.682055] random: systemd: uninitialized urandom read (16 bytes read)
789[ OK ] Reached target Timers.
790[ OK ] Listening on udev Kernel Socket.
791[ OK ] Listening on Open-iSCSI iscsid Socket.
792[ OK ] Reached target Initrd Root Device.
793[ OK ] Listening on Open-iSCSI iscsiuio Socket.
794[ OK ] Reached target Swap.
795[ OK ] Listening on Journal Socket (/dev/log).
796[ OK ] Reached target Slices.
797[ OK ] Listening on udev Control Socket.
798[ OK ] Listening on Journal Socket.
799 Starting Journal Service...
800 Starting iSCSI UserSpace I/O driver...
801 Starting Apply Kernel Variables...
802 Starting Create list of required st…ce nodes for the current kernel...
803[ OK ] Reached target Sockets.
804 Starting Setup Virtual Console...
805[ OK ] Started iSCSI UserSpace I/O driver.
806[ OK ] Started Create list of required sta…vice nodes for the current kernel.
807 Starting Create Static Device Nodes in /dev...
808[ OK ] Started Setup Virtual Console.
809 Starting dracut cmdline hook...
810[ OK ] Started Apply Kernel Variables.
811[ OK ] Started Create Static Device Nodes in /dev.
812[ 4.720636] Loading iSCSI transport class v2.0-870.
813[ OK ] Started Journal Service.
814[ 4.798842] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
815[ 4.847218] dracut-cmdline[240]: Warning: 'method=' is deprecated. Using 'repo=http://mirror.centos.org/centos/8/BaseOS/x86_64/os/' instead.
816[ 5.620193] iscsi: registered transport (tcp)
817[ 5.639796] iscsi: registered transport (qla4xxx)
818[ 5.640788] QLogic iSCSI HBA Driver
819[ 5.647101] libcxgbi:libcxgbi_init_module: Chelsio iSCSI driver library libcxgbi v0.9.1-ko (Apr. 2015)
820[ 5.677476] Chelsio T4-T6 iSCSI Driver cxgb4i v0.9.5-ko (Apr. 2015)
821[ 5.678431] iscsi: registered transport (cxgb4i)
822[ 5.686946] cnic: QLogic cnicDriver v2.5.22 (July 20, 2015)
823[ 5.692594] QLogic NetXtreme II iSCSI Driver bnx2i v2.7.10.1 (Jul 16, 2014)
824[ 5.693832] iscsi: registered transport (bnx2i)
825[ 5.703473] iscsi: registered transport (be2iscsi)
826[ 5.704225] In beiscsi_module_init, tt=(____ptrval____)
827[ OK ] Started dracut cmdline hook.
828 Starting dracut pre-udev hook...
829[ 5.804493] squashfs: version 4.0 (2009/01/31) Phillip Lougher
830[ 5.823603] dracut-pre-udev[503]: modprobe: FATAL: Module floppy not found in directory /lib/modules/4.18.0-80.el8.x86_64
831[ 5.842344] No iBFT detected.
832[ 5.908013] raid6: sse2x1 gen() 9781 MB/s
833[ 5.925027] raid6: sse2x1 xor() 7501 MB/s
834[ 5.943042] raid6: sse2x2 gen() 10722 MB/s
835[ 5.960024] raid6: sse2x2 xor() 7744 MB/s
836[ 5.977027] raid6: sse2x4 gen() 14035 MB/s
837[ 5.994008] raid6: sse2x4 xor() 8775 MB/s
838[ 6.011012] raid6: avx2x1 gen() 17562 MB/s
839[ 6.028005] raid6: avx2x1 xor() 14697 MB/s
840[ 6.045013] raid6: avx2x2 gen() 23402 MB/s
841[ 6.062083] raid6: avx2x2 xor() 16056 MB/s
842[ 6.080029] raid6: avx2x4 gen() 26542 MB/s
843[ 6.097028] raid6: avx2x4 xor() 15521 MB/s
844[ 6.097689] raid6: using algorithm avx2x4 gen() 26542 MB/s
845[ 6.098750] raid6: .... xor() 15521 MB/s, rmw enabled
846[ 6.099820] raid6: using avx2x2 recovery algorithm
847[ 6.101871] async_tx: api initialized (async)
848[ 6.103911] xor: automatically using best checksumming function avx
849[ 6.181587] device-mapper: uevent: version 1.0.3
850[ 6.182495] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
851[ 6.246746] device-mapper: multipath round-robin: version 1.2.0 loaded
852[ 6.424081] RPC: Registered named UNIX socket transport module.
853[ 6.424978] RPC: Registered udp transport module.
854[ 6.425666] RPC: Registered tcp transport module.
855[ 6.426321] RPC: Registered tcp NFSv4.1 backchannel transport module.
856[ OK ] Started dracut pre-udev hook.
857 Starting udev Kernel Device Manager...
858[ OK ] Started udev Kernel Device Manager.
859 Starting dracut pre-trigger hook...
860[ OK ] Started dracut pre-trigger hook.
861 Starting udev Coldplug all Devices...
862 Mounting Kernel Configuration File System...
863[ OK ] Mounted Kernel Configuration File System.
864[ OK ] Started udev Coldplug all Devices.
865 Starting udev Wait for Complete Device Initialization...
866 Starting Show Plymouth Boot Screen...
867[ 6.700404] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
868[ 6.733756] scsi host0: ata_piix
869[ 6.734658] scsi host1: ata_piix
870[ 6.735350] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc180 irq 14
871[ 6.736711] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc188 irq 15
872[ 6.746596] 8139cp 0000:00:02.0 eth0: RTL-8139C+ at 0x(____ptrval____), 52:54:00:08:d1:71, IRQ 11
873[ OK ] Started Show Plymouth Boot Screen.
874[ OK ] Reached target Paths.
875[ OK ] Reached target Local Encrypted Volumes.
876[ OK ] Started Forward Password Requests to Plymouth Directory Watch.
877[ 6.763083] 8139too: 8139too Fast Ethernet driver 0.9.28
878[ 6.767330] 8139cp 0000:00:02.0 ens2: renamed from eth0
879[ 6.776355] 8021q: 802.1Q VLAN Support v1.8
880[ 6.898437] ata1.00: ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100
881[ 6.900951] ata1.00: 8388608 sectors, multi 16: LBA48
882[ 6.905055] scsi 0:0:0:0: Direct-Access ATA QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5
883[ 6.958890] sd 0:0:0:0: [sda] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB)
884[ 6.964475] sd 0:0:0:0: [sda] Write Protect is off
885[ 6.967437] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
886[ 6.975588] sd 0:0:0:0: [sda] Attached SCSI disk
887[ OK ] Started udev Wait for Complete Device Initialization.
888 Starting Device-Mapper Multipath Device Controller...
889[ OK ] Started Device-Mapper Multipath Device Controller.
890 Starting Open-iSCSI...
891[ OK ] Reached target Local File Systems (Pre).
892[ OK ] Reached target Local File Systems.
893 Starting Create Volatile Files and Directories...
894[ OK ] Started Open-iSCSI.
895 Starting dracut initqueue hook...
896[ OK ] Started Create Volatile Files and Directories.
897[ OK ] Reached target System Initialization.
898[ OK ] Reached target Basic System.
899[ 7.206097] dracut-initqueue[892]: Bus n/a: changing state UNSET → OPENING
900[ 7.206291] dracut-initqueue[892]: Bus n/a: changing state OPENING → AUTHENTICATING
901[ 7.212539] dracut-initqueue[892]: Bus n/a: changing state AUTHENTICATING → RUNNING
902[ 7.212914] dracut-initqueue[892]: Sent message type=method_call sender=n/a destination=org.freedesktop.systemd1 path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=Reload cookie=1 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
903[ 7.305392] dracut-initqueue[892]: Got message type=method_return sender=org.freedesktop.systemd1 destination=n/a path=n/a interface=n/a member=n/a cookie=224 reply_cookie=1 signature=n/a error-name=n/a error-message=n/a
904[ 7.305485] dracut-initqueue[892]: Bus n/a: changing state RUNNING → CLOSED