How to install kvm to Ubuntu 18.04 LTS

create kvm virtual machine

lwk@qwfys:~$ virt-install \
> --virt-type=kvm \
> --name=centos78 \
> --vcpus=2 \
> --memory=4096 \
> --location=/home/lwk/Downloads/BACK/CentOS-7-x86_64-Minimal-1908.iso \
> --disk path=/home/lwk/.kvm/centos78.qcow2,size=50,format=qcow2 \
> --network type=direct,source=eno1,source_mode=bridge,model=virtio \
> --graphics none \
> --extra-args='console=ttyS0' \
> --force

Starting install...
Retrieving file .treeinfo...                                                                                                                                                                                           |  354 B  00:00:00     
Retrieving file vmlinuz...                                                                                                                                                                                             | 6.4 MB  00:00:00     
Retrieving file initrd.img...                                                                                                                                                                                          |  53 MB  00:00:00     
Allocating 'virtinst-vmlinuz.qrkfv6'                                                                                                                                                                                   | 6.4 MB  00:00:00     
Transferring virtinst-vmlinuz.qrkfv6                                                                                                                                                                                   | 6.4 MB  00:00:00     
Allocating 'virtinst-initrd.img.ZwFPkZ'                                                                                                                                                                                |  53 MB  00:00:00     
Transferring virtinst-initrd.img.ZwFPkZ                                                                                                                                                                                |  53 MB  00:00:00     
Allocating 'centos78.qcow2'                                                                                                                                                                                            |  50 GB  00:00:00     
Connected to domain centos78
Escape character is ^]
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.10.0-1062.el7.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) ) #1 SMP Wed Aug 7 18:08:02 UTC 2019
[    0.000000] Command line: console=ttyS0
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffd8fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bffd9000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1ubuntu1 04/01/2014
[    0.000000] Hypervisor detected: KVM
[    0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000
[    0.000000] PAT configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- UC  
[    0.000000] e820: last_pfn = 0xbffd9 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000f6a50-0x000f6a5f] mapped at [ffffffffff200a50]
[    0.000000] RAMDISK: [mem 0x7cb7a000-0x7fffffff]
[    0.000000] Early table checksum verification disabled
[    0.000000] ACPI: RSDP 00000000000f6810 00014 (v00 BOCHS )
[    0.000000] ACPI: RSDT 00000000bffe15b6 0002C (v01 BOCHS  BXPCRSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: FACP 00000000bffe1442 00074 (v01 BOCHS  BXPCFACP 00000001 BXPC 00000001)
[    0.000000] ACPI: DSDT 00000000bffe0040 01402 (v01 BOCHS  BXPCDSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: FACS 00000000bffe0000 00040
[    0.000000] ACPI: APIC 00000000bffe1536 00080 (v01 BOCHS  BXPCAPIC 00000001 BXPC 00000001)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x13ffd9000-0x13fffffff]
[    0.000000] kvm-clock: cpu 0, msr 1:3ff88001, primary cpu clock
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: using sched offset of 278105276 cycles
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x13fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0xbffd8fff]
[    0.000000]   node   0: [mem 0x100000000-0x13fffffff]
[    0.000000] Initmem setup node 0 [mem 0x00001000-0x13fffffff]
[    0.000000] ACPI: PM-Timer IO Port: 0x608
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbffd9000-0xbfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]
[    0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on KVM
[    0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 38 pages/cpu @ffff90123fc00000 s118784 r8192 d28672 u1048576
[    0.000000] KVM setup async PF for cpu 0
[    0.000000] kvm-stealtime: cpu 0, msr 13fc1c040
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1032034
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: console=ttyS0
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100
[    0.000000] x86/fpu: xstate_offset[3]: 03c0, xstate_sizes[3]: 0040
[    0.000000] x86/fpu: xstate_offset[4]: 0400, xstate_sizes[4]: 0040
[    0.000000] xsave: enabled xstate_bv 0x1f, cntxt size 0x440 using standard form
[    0.000000] Memory: 3988332k/5242880k available (7756k kernel code, 1049124k absent, 205424k reserved, 5971k data, 1984k init)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] x86/pti: Unmapping kernel while in userspace
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.
[    0.000000] NR_IRQS:327936 nr_irqs:440 0
[    0.000000] Console: colour *CGA 80x25
[    0.000000] console [ttyS0] enabled
[    0.000000] allocated 16777216 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] tsc: Detected 3192.000 MHz processor
[    0.107347] Calibrating delay loop (skipped) preset value.. 6384.00 BogoMIPS (lpj=3192000)
[    0.108340] pid_max: default: 32768 minimum: 301
[    0.108927] Security Framework initialized
[    0.109421] SELinux:  Initializing.
[    0.109854] Yama: becoming mindful.
[    0.110612] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.112177] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.113227] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.114031] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.115025] Initializing cgroup subsys memory
[    0.115555] Initializing cgroup subsys devices
[    0.116087] Initializing cgroup subsys freezer
[    0.116618] Initializing cgroup subsys net_cls
[    0.117149] Initializing cgroup subsys blkio
[    0.117659] Initializing cgroup subsys perf_event
[    0.118216] Initializing cgroup subsys hugetlb
[    0.118752] Initializing cgroup subsys pids
[    0.119251] Initializing cgroup subsys net_prio
[    0.120768] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.121398] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.122027] tlb_flushall_shift: 6
[    0.122426] Speculative Store Bypass: Vulnerable
[    0.123021] FEATURE SPEC_CTRL Present
[    0.123460] FEATURE IBPB_SUPPORT Present
[    0.123933] Spectre V2 : Enabling Indirect Branch Prediction Barrier
[    0.124688] Using IBRS as the default Spectre v2 mitigation for a Skylake-
[    0.125489] generation CPU.  This may have a negative performance impact.
[    0.126287] Spectre V2 : Mitigation: IBRS (kernel)
[    0.126929] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.129037] Freeing SMP alternatives: 28k freed
[    0.134591] ACPI: Core revision 20130517
[    0.135432] ACPI: All ACPI Tables successfully acquired
[    0.136109] ftrace: allocating 29538 entries in 116 pages
[    0.159000] Enabling x2apic
[    0.159395] Enabled x2apic
[    0.160017] Switched APIC routing to physical x2apic.
[    0.161852] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.162669] smpboot: CPU0: Intel Core Processor (Skylake, IBRS) (fam: 06, model: 5e, stepping: 03)
[    0.163989] Performance Events: unsupported p6 CPU model 94 no PMU driver, software events only.
[    0.166095] smpboot: Booting Node   0, Processors  #1 OK
[    0.167033] kvm-clock: cpu 1, msr 1:3ff88041, secondary cpu clock
[    0.188868] Brought up 2 CPUs
[    0.188873] KVM setup async PF for cpu 1
[    0.188878] kvm-stealtime: cpu 1, msr 13fd1c040
[    0.190435] smpboot: Max logical packages: 2
[    0.191021] smpboot: Total of 2 processors activated (12768.00 BogoMIPS)
[    0.192405] devtmpfs: initialized
[    0.192974] x86/mm: Memory block size: 128MB
[    0.195540] EVM: security.selinux
[    0.196022] EVM: security.ima
[    0.196441] EVM: security.capability
[    0.197875] atomic64 test passed for x86-64 platform with CX8 and with SSE
[    0.198852] pinctrl core: initialized pinctrl subsystem
[    0.199681] RTC time:  8:44:24, date: 11/26/19
[    0.200396] NET: Registered protocol family 16
[    0.201242] ACPI: bus type PCI registered
[    0.201809] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.202831] PCI: Using configuration type 1 for base access
[    0.207251] ACPI: Added _OSI(Module Device)
[    0.207852] ACPI: Added _OSI(Processor Device)
[    0.208505] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.209169] ACPI: Added _OSI(Processor Aggregator Device)
[    0.209931] ACPI: Added _OSI(Linux-Dell-Video)
[    0.211555] ACPI: Interpreter enabled
[    0.212081] ACPI: (supports S0 S5)
[    0.212586] ACPI: Using IOAPIC for interrupt routing
[    0.213330] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.214689] ACPI: Enabled 2 GPEs in block 00 to 0F
[    0.217220] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.218072] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.219074] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.219908] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.221531] acpiphp: Slot [2] registered
[    0.222059] acpiphp: Slot [4] registered
[    0.222585] acpiphp: Slot [5] registered
[    0.223102] acpiphp: Slot [6] registered
[    0.223627] acpiphp: Slot [7] registered
[    0.224145] acpiphp: Slot [8] registered
[    0.224671] acpiphp: Slot [9] registered
[    0.225186] acpiphp: Slot [10] registered
[    0.225716] acpiphp: Slot [11] registered
[    0.226243] acpiphp: Slot [12] registered
[    0.226774] acpiphp: Slot [13] registered
[    0.227299] acpiphp: Slot [14] registered
[    0.227833] acpiphp: Slot [15] registered
[    0.228357] acpiphp: Slot [16] registered
[    0.228895] acpiphp: Slot [17] registered
[    0.229422] acpiphp: Slot [18] registered
[    0.229952] acpiphp: Slot [19] registered
[    0.230477] acpiphp: Slot [20] registered
[    0.231008] acpiphp: Slot [21] registered
[    0.231533] acpiphp: Slot [22] registered
[    0.232063] acpiphp: Slot [23] registered
[    0.232592] acpiphp: Slot [24] registered
[    0.233122] acpiphp: Slot [25] registered
[    0.233648] acpiphp: Slot [26] registered
[    0.234177] acpiphp: Slot [27] registered
[    0.234701] acpiphp: Slot [28] registered
[    0.235231] acpiphp: Slot [29] registered
[    0.235756] acpiphp: Slot [30] registered
[    0.236286] acpiphp: Slot [31] registered
[    0.236795] PCI host bridge to bus 0000:00
[    0.237306] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.238136] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.238967] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.239878] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[    0.240801] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]
[    0.241734] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.245734] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.246605] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.247401] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.248269] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.249626] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI
[    0.250541] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
[    0.285729] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[    0.286587] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    0.287417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    0.288255] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[    0.289160] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[    0.290064] vgaarb: loaded
[    0.290466] SCSI subsystem initialized
[    0.290959] ACPI: bus type USB registered
[    0.291474] usbcore: registered new interface driver usbfs
[    0.292155] usbcore: registered new interface driver hub
[    0.292829] usbcore: registered new device driver usb
[    0.293520] EDAC MC: Ver: 3.0.0
[    0.294180] PCI: Using ACPI for IRQ routing
[    0.294999] NetLabel: Initializing
[    0.295427] NetLabel:  domain hash size = 128
[    0.295967] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.296592] NetLabel:  unlabeled traffic allowed by default
[    0.297313] amd_nb: Cannot enumerate AMD northbridges
[    0.297953] Switched to clocksource kvm-clock
[    0.302255] pnp: PnP ACPI init
[    0.302663] ACPI: bus type PNP registered
[    0.303521] pnp: PnP ACPI: found 5 devices
[    0.304037] ACPI: bus type PNP unregistered
[    0.310682] NET: Registered protocol family 2
[    0.311369] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.312312] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.313259] TCP: Hash tables configured (established 32768 bind 32768)
[    0.314075] TCP: reno registered
[    0.314482] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.315310] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.316361] NET: Registered protocol family 1
[    0.316928] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.317676] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.318408] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.337626] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
[    0.375635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10
[    0.413851] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
[    0.451789] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
[    0.471462] Unpacking initramfs...
[    3.259327] Freeing initrd memory: 53784k freed
[    3.264405] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    3.265565] software IO TLB [mem 0xbbfd9000-0xbffd9000] (64MB) mapped at [ffff9011bbfd9000-ffff9011bffd8fff]
[    3.267617] sha1_ssse3: Using AVX2 optimized SHA-1 implementation
[    3.268776] sha256_ssse3: Using AVX2 optimized SHA-256 implementation
[    3.270099] futex hash table entries: 512 (order: 3, 32768 bytes)
[    3.271198] Initialise system trusted keyring
[    3.271994] audit: initializing netlink socket (disabled)
[    3.272975] type=2000 audit(1574757868.138:1): initialized
[    3.292790] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    3.294969] zpool: loaded
[    3.295442] zbud: loaded
[    3.296106] VFS: Disk quotas dquot_6.5.2
[    3.296844] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    3.298106] msgmni has been set to 7894
[    3.298771] Key type big_key registered
[    3.300078] NET: Registered protocol family 38
[    3.300875] Key type asymmetric registered
[    3.301617] Asymmetric key parser 'x509' registered
[    3.302521] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    3.303862] io scheduler noop registered
[    3.304569] io scheduler deadline registered (default)
[    3.305519] io scheduler cfq registered
[    3.306206] io scheduler mq-deadline registered
[    3.307015] io scheduler kyber registered
[    3.307823] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    3.308819] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    3.310002] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    3.311304] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    3.312608] ACPI: Power Button [PWRF]
[    3.313384] GHES: HEST is not enabled!
[    3.314105] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    3.338043] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    3.339246] Non-volatile memory driver v1.3
[    3.340018] Linux agpgart interface v0.103
[    3.340871] crash memory driver: version 1.1
[    3.341683] rdac: device handler registered
[    3.342499] hp_sw: device handler registered
[    3.343273] emc: device handler registered
[    3.344077] alua: device handler registered
[    3.344860] libphy: Fixed MDIO Bus: probed
[    3.345630] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.346790] ehci-pci: EHCI PCI platform driver
[    3.366261] ehci-pci 0000:00:03.7: EHCI Host Controller
[    3.367200] ehci-pci 0000:00:03.7: new USB bus registered, assigned bus number 1
[    3.368643] ehci-pci 0000:00:03.7: irq 11, io mem 0xfeb81000
[    3.374975] ehci-pci 0000:00:03.7: USB 2.0 started, EHCI 1.00
[    3.376008] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 3.10
[    3.377434] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.378660] usb usb1: Product: EHCI Host Controller
[    3.379503] usb usb1: Manufacturer: Linux 3.10.0-1062.el7.x86_64 ehci_hcd
[    3.380673] usb usb1: SerialNumber: 0000:00:03.7
[    3.381562] hub 1-0:1.0: USB hub found
[    3.382231] hub 1-0:1.0: 6 ports detected
[    3.383084] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.384146] ohci-pci: OHCI PCI platform driver
[    3.384922] uhci_hcd: USB Universal Host Controller Interface driver
[    3.405486] uhci_hcd 0000:00:03.0: UHCI Host Controller
[    3.406465] uhci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 2
[    3.407750] uhci_hcd 0000:00:03.0: detected 2 ports
[    3.408655] uhci_hcd 0000:00:03.0: irq 11, io base 0x0000c0a0
[    3.409712] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 3.10
[    3.411147] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.412449] usb usb2: Product: UHCI Host Controller
[    3.413348] usb usb2: Manufacturer: Linux 3.10.0-1062.el7.x86_64 uhci_hcd
[    3.414570] usb usb2: SerialNumber: 0000:00:03.0
[    3.415506] hub 2-0:1.0: USB hub found
[    3.416214] hub 2-0:1.0: 2 ports detected
[    3.435843] uhci_hcd 0000:00:03.1: UHCI Host Controller
[    3.436849] uhci_hcd 0000:00:03.1: new USB bus registered, assigned bus number 3
[    3.438099] uhci_hcd 0000:00:03.1: detected 2 ports
[    3.438894] uhci_hcd 0000:00:03.1: irq 10, io base 0x0000c0c0
[    3.439822] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 3.10
[    3.441023] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.442103] usb usb3: Product: UHCI Host Controller
[    3.442828] usb usb3: Manufacturer: Linux 3.10.0-1062.el7.x86_64 uhci_hcd
[    3.443829] usb usb3: SerialNumber: 0000:00:03.1
[    3.444611] hub 3-0:1.0: USB hub found
[    3.445217] hub 3-0:1.0: 2 ports detected
[    3.464436] uhci_hcd 0000:00:03.2: UHCI Host Controller
[    3.465218] uhci_hcd 0000:00:03.2: new USB bus registered, assigned bus number 4
[    3.466309] uhci_hcd 0000:00:03.2: detected 2 ports
[    3.467091] uhci_hcd 0000:00:03.2: irq 10, io base 0x0000c0e0
[    3.467954] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 3.10
[    3.469189] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.470198] usb usb4: Product: UHCI Host Controller
[    3.470867] usb usb4: Manufacturer: Linux 3.10.0-1062.el7.x86_64 uhci_hcd
[    3.471828] usb usb4: SerialNumber: 0000:00:03.2
[    3.472592] hub 4-0:1.0: USB hub found
[    3.473101] hub 4-0:1.0: 2 ports detected
[    3.473750] usbcore: registered new interface driver usbserial_generic
[    3.474587] usbserial: USB Serial support registered for generic
[    3.475429] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    3.477164] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.478065] serio: i8042 AUX port at 0x60,0x64 irq 12
[    3.479019] mousedev: PS/2 mouse device common for all mice
[    3.479971] rtc_cmos 00:00: RTC can wake from S4
[    3.480849] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    3.481717] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram
[    3.482789] cpuidle: using governor menu
[    3.483669] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    3.485645] hidraw: raw HID events driver (C) Jiri Kosina
[    3.486664] usbcore: registered new interface driver usbhid
[    3.486877] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2
[    3.489409] usbhid: USB HID core driver
[    3.490262] drop_monitor: Initializing network drop monitor service
[    3.490312] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3
[    3.492196] TCP: cubic registered
[    3.492632] Initializing XFRM netlink socket
[    3.493300] NET: Registered protocol family 10
[    3.494006] NET: Registered protocol family 17
[    3.494581] mpls_gso: MPLS GSO support
[    3.495275] mce: Using 10 MCE banks
[    3.495877] Loading compiled-in X.509 certificates
[    3.496551] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'
[    3.497899] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'
[    3.499434] Loaded X.509 cert 'CentOS Linux kernel signing key: 51084e41880302be5cb074ac0da3fe10233b7f1c'
[    3.500733] registered taskstats version 1
[    3.503946] Key type trusted registered
[    3.506436] Key type encrypted registered
[    3.507234] IMA: No TPM chip found, activating TPM-bypass! (rc=-19)
[    3.508453]   Magic number: 11:516:726
[    3.509523] rtc_cmos 00:00: setting system clock to 2019-11-26 08:44:27 UTC (1574757867)
[    3.512173] Freeing unused kernel memory: 1984k freed
[    3.513165] Write protecting the kernel read-only data: 12288k
[    3.515337] Freeing unused kernel memory: 424k freed
[    3.517313] Freeing unused kernel memory: 556k freed
[    3.520835] random: systemd: uninitialized urandom read (16 bytes read)
[    3.522212] random: systemd: uninitialized urandom read (16 bytes read)
[    3.523079] random: systemd: uninitialized urandom read (16 bytes read)
[    3.524874] 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)
[    3.527145] systemd[1]: Detected virtualization kvm.
[    3.527777] systemd[1]: Detected architecture x86-64.
[    3.528436] systemd[1]: Running in initial RAM disk.

Welcome to CentOS Linux 7 (Core) dracut-033-564.el7 (Initramfs)!

[    3.530107] systemd[1]: No hostname configured.
[    3.530734] systemd[1]: Set hostname to <localhost>.
[    3.531482] systemd[1]: Initializing machine ID from KVM UUID.
[    3.535301] random: systemd-cryptse: uninitialized urandom read (16 bytes read)
[    3.549472] random: systemd: uninitialized urandom read (16 bytes read)
[    3.550463] random: systemd: uninitialized urandom read (16 bytes read)
[    3.551406] random: systemd: uninitialized urandom read (16 bytes read)
[    3.552334] random: systemd: uninitialized urandom read (16 bytes read)
[    3.553806] random: systemd: uninitialized urandom read (16 bytes read)
[    3.554809] random: systemd: uninitialized urandom read (16 bytes read)
[    3.559007] systemd[1]: Cannot add dependency job for unit blk-availability.service, ignoring: Unit not found.
[    3.560447] systemd[1]: Reached target Local Encrypted Volumes.
[  OK  ] Reached target Local Encrypted Volumes.
[    3.562300] systemd[1]: Reached target Swap.
[  OK  ] Reached target Swap.
[    3.563927] systemd[1]: Reached target Local File Systems.
[  OK  ] Reached target Local File Systems.
[    3.566128] systemd[1]: Created slice Root Slice.
[  OK  ] Created slice Root Slice.
[    3.567945] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[    3.569470] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[    3.571012] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[    3.572524] systemd[1]: Reached target Timers.
[  OK  ] Reached target Timers.
[    3.574438] systemd[1]: Created slice System Slice.
[  OK  ] Created slice System Slice.
[    3.576186] systemd[1]: Reached target Slices.
[  OK  ] Reached target Slices.
[    3.578083] systemd[1]: Starting Create list of required static device nodes for the current kernel...
         Starting Create list of required st... nodes for the current kernel...
[    3.581672] systemd[1]: Starting Apply Kernel Variables...
         Starting Apply Kernel Variables...
[    3.584429] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[    3.586963] systemd[1]: Starting Setup Virtual Console...
         Starting Setup Virtual Console...
[    3.589332] systemd[1]: Starting dracut cmdline hook...
         Starting dracut cmdline hook...
[    3.591501] systemd[1]: Started Create list of required static device nodes for the current kernel.
[  OK  ] Started Create list of required sta...ce nodes for the current kernel.
[    3.598212] systemd[1]: Started Apply Kernel Variables.
[  OK  ] Started Apply Kernel Variables.
[    3.600411] systemd[1]: Started Setup Virtual Console.
[  OK  ] Started Setup Virtual Console.
[    3.603067] systemd[1]: Starting Create Static Device Nodes in /dev...
         Starting Create Static Device Nodes in /dev...
[    3.608643] systemd[1]: Started Create Static Device Nodes in /dev.
[  OK  ] Started Create Static Device Nodes in /dev.
[    3.636922] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
[    3.664580] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
[  OK  ] Started dracut cmdline hook.
         Starting dracut pre-udev hook...
[    3.857497] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    3.869606] Loading iSCSI transport class v2.0-870.
[    3.876143] iscsi: registered transport (tcp)
[    3.897462] FDC 0 is a S82078B
[    3.912366] No iBFT detected.
[    3.935120] async_tx: api initialized (async)
[    3.936786] xor: automatically using best checksumming function:
[    3.946956]    avx       : 29788.000 MB/sec
[    3.970961] raid6: sse2x1   gen() 13328 MB/s
[    3.987960] raid6: sse2x2   gen() 16351 MB/s
[    4.004957] raid6: sse2x4   gen() 18738 MB/s
[    4.021959] raid6: avx2x1   gen() 26140 MB/s
[    4.038957] raid6: avx2x2   gen() 29796 MB/s
[    4.055964] raid6: avx2x4   gen() 32898 MB/s
[    4.056733] raid6: using algorithm avx2x4 gen() (32898 MB/s)
[    4.057709] raid6: using avx2x2 recovery algorithm
[    4.113571] device-mapper: uevent: version 1.0.3
[    4.114242] device-mapper: ioctl: 4.37.1-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[    4.158270] device-mapper: multipath round-robin: version 1.2.0 loaded
[    4.222806] RPC: Registered named UNIX socket transport module.
[    4.223658] RPC: Registered udp transport module.
[    4.224287] RPC: Registered tcp transport module.
[    4.224921] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    4.269026] tsc: Refined TSC clocksource calibration: 3192.151 MHz
[  OK  ] Started dracut pre-udev hook.
         Starting udev Kernel Device Manager...
[[    4.307690] random: fast init done
  OK  ] Started udev Kernel Device Manager.
         Starting dracut pre-trigger hook...
[  OK  ] Started dracut pre-trigger hook.
         Starting udev Coldplug all Devices...
         Mounting Configuration File System...
[  OK  ] Mounted Configuration File System.
[  OK  ] Started udev Coldplug all Devices.
         Starting Device-Mapper Multipath Device Controller...
         Starting Show Plymouth Boot Screen...
[  OK  ] Reached target System Initialization.
[  OK  ] Listening on Open-iSCSI iscsiuio Socket.
[  OK  ] Reached target Sockets.
[  OK  ] Started Show Plymouth Boot Screen.
[  OK  ] Reached target Paths.
[  OK  ] Started Forward Password Requests to Plymouth Directory Watch.
[  OK  ] Reached target Basic System.
[    4.452096] cryptd: max_cpu_qlen set to 1000
[    4.464541] AVX2 version of gcm_enc/dec engaged.
[    4.465391] AES CTR mode by8 optimization enabled
[  OK  ] Started Device-Mapper Multipath Device Controller.
         Starting Open-iSCSI...
[    4.496477] scsi host0: ata_piix
[    4.499400] scsi host1: ata_piix
[    4.499865] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc120 irq 14
[    4.500737] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc128 irq 15
[  OK  ] Started Open-iSCSI.
         Starting dracut initqueue hook...
[    4.523460] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[    4.527792] alg: No test for __generic-gcm-aes-aesni (__driver-generic-gcm-aes-aesni)
[    4.589658] virtio_blk virtio2: [vda] 104857600 512-byte logical blocks (53.6 GB/50.0 GiB)
[    4.600477] 8021q: 802.1Q VLAN Support v1.8
[    4.654616] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100
[    4.655764] ata1.00: configured for MWDMA2
[    4.656798] scsi 0:0:0:0: CD-ROM            QEMU     QEMU DVD-ROM     2.5+ PQ: 0 ANSI: 5
[    4.671492] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray
[    4.672644] cdrom: Uniform CD-ROM driver Revision: 3.20
[    4.624039] dracut-initqueue[740]: mount: /dev/sr0 is write-protected, mounting read-only
[    4.857892] loop: module loaded
[  OK  ] Started dracut initqueue hook.
[  OK  ] Reached target Remote File Systems (Pre).
[  OK  ] Reached target Remote File Systems.
         Starting dracut pre-mount hook...
[  OK  ] Started dracut pre-mount hook.
[  OK  ] Reached target Initrd Root File System.
         Starting Reload Configuration from the Real Root...
[  OK  ] Started Reload Configuration from the Real Root.
         Starting dracut mount hook...
[  OK  ] Reached target Initrd File Systems.
[    5.078680] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[  OK  ] Started dracut mount hook.
[  OK  ] Reached target Initrd Default Target.
         Starting dracut pre-pivot and cleanup hook...
[  OK  ] Started dracut pre-pivot and cleanup hook.
         Starting Cleaning Up and Shutting Down Daemons...
[  OK  ] Stopped target Timers.
         Starting Plymouth switch root service...
[  OK  ] Stopped Cleaning Up and Shutting Down Daemons.
[  OK  ] Stopped dracut pre-pivot and cleanup hook.
[  OK  ] Stopped target Remote File Systems.
[  OK  ] Stopped target Remote File Systems (Pre).
[  OK  ] Stopped target Initrd Default Target.
[  OK  ] Stopped dracut mount hook.
[  OK  ] Stopped target Basic System.
[  OK  ] Stopped target Slices.
[  OK  ] Stopped target Paths.
[  OK  ] Stopped target Sockets.
[  OK  ] Closed Open-iSCSI iscsiuio Socket.
[  OK  ] Stopped target System Initialization.
[  OK  ] Stopped Apply Kernel Variables.
[  OK  ] Stopped target Local File Systems.
[  OK  ] Stopped target Swap.
[  OK  ] Stopped dracut pre-mount hook.
[  OK  ] Stopped dracut initqueue hook.
         Stopping Open-iSCSI...
[  OK  ] Stopped target Local Encrypted Volumes.
[  OK  ] Started Plymouth switch root service.
[  OK  ] Stopped Open-iSCSI.
         Stopping Device-Mapper Multipath Device Controller...
[  OK  ] Stopped Device-Mapper Multipath Device Controller.
[  OK  ] Stopped udev Coldplug all Devices.
[  OK  ] Stopped dracut pre-trigger hook.
         Stopping udev Kernel Device Manager...
[  OK  ] Stopped udev Kernel Device Manager.
[  OK  ] Stopped Create Static Device Nodes in /dev.
[  OK  ] Stopped Create list of required sta...ce nodes for the current kernel.
[  OK  ] Stopped dracut pre-udev hook.
[  OK  ] Stopped dracut cmdline hook.
[  OK  ] Closed udev Control Socket.
[  OK  ] Closed udev Kernel Socket.
         Starting Cleanup udevd DB...
[  OK  ] Started Cleanup udevd DB.
[  OK  ] Reached target Switch Root.
         Starting Switch Root...
[    5.379974] systemd-journald[88]: Received SIGTERM from PID 1 (systemd).
[    5.723729] type=1403 audit(1574757869.713:2): policy loaded auid=4294967295 ses=4294967295
[    5.731309] systemd[1]: Successfully loaded SELinux policy in 148.560ms.
[    5.823710] systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 12.775ms.

Welcome to CentOS Linux 7 (Core)!

[    5.852240] random: crng init done
[  OK  ] Stopped Switch Root.
[  OK  ] Stopped Journal Service.
         Starting Journal Service...
[  OK  ] Reached target Timers.
         Mounting POSIX Message Queue File System...
[  OK  ] Listening on LVM2 poll daemon socket.
[  OK  ] Listening on udev Control Socket.
[  OK  ] Created slice User and Session Slice.
         Mounting Huge Pages File System...
[  OK  ] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice.
[  OK  ] Listening on Delayed Shutdown Socket.
         Starting Create list of required st... nodes for the current kernel...
[  OK  ] Reached target Paths.
[  OK  ] Reached target Slices.
[  OK  ] Stopped target Switch Root.
[  OK  ] Reached target Swap.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Listening on udev Kernel Socket.
[  OK  ] Listening on LVM2 metadata daemon socket.
         Mounting Debug File System...
         Starting Apply Kernel Variables...
[  OK  ] Created slice system-anaconda\x2dtmux.slice.
         Starting Remount Root and Kernel File Systems...
[  OK  ] Stopped target Initrd Root File System.
[  OK  ] Set up automount Arbitrary Executab...ats File System Automount Point.
[  OK  ] Stopped target Initrd File Systems.
         Mounting Temporary Directory...
         Starting Read and set NIS domainname from /etc/sysconfig/network...
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Mounted Huge Pages File System.
[  OK  ] Mounted Debug File System.
[  OK  ] Started Create list of required sta...ce nodes for the current kernel.
[  OK  ] Started Remount Root and Kernel File Systems.
         Starting Configure read-only root support...
         Starting Rebuild Hardware Database...
         Starting Create Static Device Nodes in /dev...
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Mounted Temporary Directory.
[  OK  ] Started Read and set NIS domainname from /etc/sysconfig/network.
[  OK  ] Started Create Static Device Nodes in /dev.
[  OK  ] Reached target Local File Systems (Pre).
         Starting udev Kernel Device Manager...
[  OK  ] Started Journal Service.
         Starting Flush Journal to Persistent Storage...
[  OK  ] Started Configure read-only root support.
         Starting Load/Save Random Seed...
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Started Flush Journal to Persistent Storage.
[  OK  ] Started Rebuild Hardware Database.
         Starting udev Coldplug all Devices...
[  OK  ] Started udev Coldplug all Devices.
         Starting Device-Mapper Multipath Device Controller...
         Starting udev Wait for Complete Device Initialization...
[  OK  ] Started Device-Mapper Multipath Device Controller.
[  OK  ] Started udev Wait for Complete Device Initialization.
         Starting Activation of DM RAID sets...
[  OK  ] Started Activation of DM RAID sets.
[  OK  ] Reached target Local Encrypted Volumes.
[  OK  ] Reached target Local File Systems.
         Starting Migrate local SELinux poli...tructure to the new structure...
         Starting Rebuild Journal Catalog...
         Starting Tell Plymouth To Write Out Runtime Data...
         Starting Import network configuration from initramfs...
[  OK  ] Started Migrate local SELinux polic... structure to the new structure.
[  OK  ] Started Tell Plymouth To Write Out Runtime Data.
[  OK  ] Started Rebuild Journal Catalog.
         Starting Update is Completed...
[  OK  ] Started Update is Completed.
[  OK  ] Started Import network configuration from initramfs.
         Starting Create Volatile Files and Directories...
[  OK  ] Started Create Volatile Files and Directories.
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Reached target System Initialization.
[  OK  ] Listening on Open-iSCSI iscsiuio Socket.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Listening on Open-iSCSI iscsid Socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
         Starting Wait for Plymouth Boot Screen to Quit...
         Starting Service enabling compressing RAM with zRam...
         Starting pre-anaconda logging service...
[  OK  ] Started Hardware RNG Entropy Gatherer Daemon.
         Starting Dump dmesg to /var/log/dmesg...
[  OK  ] Started Anaconda NetworkManager configuration.
         Starting Network Manager...
         Starting Login Service...
         Starting Terminate Plymouth Boot Screen...

Installation Settins

Starting installer, one moment...
anaconda 21.48.22.156-1 for CentOS 7 started.
 * installation log files are stored in /tmp during the installation
 * shell is available on TTY2
 * when reporting a bug add logs from /tmp as separate text/plain attachments
08:44:45 Not asking for VNC because we don't have a network
================================================================================
================================================================================
Installation

 1) [x] Language settings                 2) [!] Time settings
        (English (United States))                (Timezone is not set.)
 3) [!] Installation source               4) [!] Software selection
        (Processing...)                          (Processing...)
 5) [!] Installation Destination          6) [x] Kdump
        (No disks selected)                      (Kdump is enabled)
 7) [ ] Network configuration             8) [!] Root password
        (Not connected)                          (Password is not set.)
 9) [!] User creation
        (No user will be created)
  Please make your choice from above ['q' to quit | 'b' to begin installation |
  'r' to refresh]: 

[anaconda] 1:main* 2:shell  3:log  4:storage-lo> Switch tab: Alt+Tab | Help: F1 




F1



bind-key        C-b send-prefix                                          [52/52]
bind-key        C-o rotate-window
bind-key        C-z suspend-client
bind-key      Space next-layout
bind-key          ! break-pane
bind-key          " split-window
bind-key          # list-buffers
bind-key          $ command-prompt -I #S "rename-session '%%'"
bind-key          % split-window -h
bind-key          & confirm-before -p "kill-window #W? (y/n)" kill-window
bind-key          ' command-prompt -p index "select-window -t ':%%'"
bind-key          ( switch-client -p
bind-key          ) switch-client -n
bind-key          , command-prompt -I #W "rename-window '%%'"
bind-key          - delete-buffer
bind-key          . command-prompt "move-window -t '%%'"
bind-key          0 select-window -t :0
bind-key          1 select-window -t :1
bind-key          2 select-window -t :2
bind-key          3 select-window -t :3
bind-key          4 select-window -t :4
bind-key          5 select-window -t :5
bind-key          6 select-window -t :6
[anaconda] 1:main* 2:shell  3:log  4:storage-lo> Switch tab: Alt+Tab | Help: F1 




Installation

Starting installer, one moment...
anaconda 21.48.22.156-1 for CentOS 7 started.
 * installation log files are stored in /tmp during the installation
 * shell is available on TTY2
 * when reporting a bug add logs from /tmp as separate text/plain attachments
08:44:45 Not asking for VNC because we don't have a network
================================================================================
================================================================================
Installation

 1) [x] Language settings                 2) [!] Time settings
        (English (United States))                (Timezone is not set.)
 3) [!] Installation source               4) [!] Software selection
        (Processing...)                          (Processing...)
 5) [!] Installation Destination          6) [x] Kdump
        (No disks selected)                      (Kdump is enabled)
 7) [ ] Network configuration             8) [!] Root password
        (Not connected)                          (Password is not set.)
 9) [!] User creation
        (No user will be created)
  Please make your choice from above ['q' to quit | 'b' to begin installation |
  'r' to refresh]: 2  

[anaconda] 1:main* 2:shell  3:log  4:storage-lo> Switch tab: Alt+Tab | Help: F1 


Time settings

Starting installer, one moment...
anaconda 21.48.22.156-1 for CentOS 7 started.
 * installation log files are stored in /tmp during the installation
 * shell is available on TTY2
 * when reporting a bug add logs from /tmp as separate text/plain attachments
08:44:45 Not asking for VNC because we don't have a network
================================================================================
================================================================================
Installation

 1) [x] Language settings                 2) [!] Time settings
        (English (United States))                (Timezone is not set.)
 3) [!] Installation source               4) [!] Software selection
        (Processing...)                          (Processing...)
 5) [!] Installation Destination          6) [x] Kdump
        (No disks selected)                      (Kdump is enabled)
 7) [ ] Network configuration             8) [!] Root password
        (Not connected)                          (Password is not set.)
 9) [!] User creation
        (No user will be created)
  Please make your choice from above ['q' to quit | 'b' to begin installation |
  'r' to refresh]: 2  
================================================================================
================================================================================
Time settings

Timezone: not set

NTP servers:not configured

 1)  Set timezone
 2)  Configure NTP servers
  Please make your choice from above ['q' to quit | 'c' to continue |
  'r' to refresh]: 1
================================================================================
================================================================================
Timezone settings

Available regions
 1)  Europe                 6)  Pacific               10)  Arctic
 2)  Asia                   7)  Australia             11)  US
 3)  America                8)  Atlantic              12)  Etc
 4)  Africa                 9)  Indian
 5)  Antarctica
Please select the timezone.
Use numbers or type names directly [b to region list, q to quit]: 2
================================================================================
================================================================================
Timezone settings

Available timezones in region Asia
 1)  Aden                  29)  Hong_Kong             56)  Pontianak
 2)  Almaty                30)  Hovd                  57)  Pyongyang
 3)  Amman                 31)  Irkutsk               58)  Qatar
 4)  Anadyr                32)  Jakarta               59)  Qostanay
 5)  Aqtau                 33)  Jayapura              60)  Qyzylorda
 6)  Aqtobe                34)  Jerusalem             61)  Riyadh
 7)  Ashgabat              35)  Kabul                 62)  Sakhalin
 8)  Atyrau                36)  Kamchatka             63)  Samarkand
 9)  Baghdad               37)  Karachi               64)  Seoul
10)  Bahrain               38)  Kathmandu             65)  Shanghai
11)  Baku                  39)  Khandyga              66)  Singapore
12)  Bangkok               40)  Kolkata               67)  Srednekolymsk
13)  Barnaul               41)  Krasnoyarsk           68)  Taipei
14)  Beirut                42)  Kuala_Lumpur          69)  Tashkent
15)  Bishkek               43)  Kuching               70)  Tbilisi
16)  Brunei                44)  Kuwait                71)  Tehran
17)  Chita                 45)  Macau                 72)  Thimphu
18)  Choibalsan            46)  Magadan               73)  Tokyo
19)  Colombo               47)  Makassar              74)  Tomsk
20)  Damascus              48)  Manila                75)  Ulaanbaatar
21)  Dhaka                 49)  Muscat                76)  Urumqi
22)  Dili                  50)  Nicosia               77)  Ust-Nera
Press ENTER to continue
23)  Dubai                 51)  Novokuznetsk          78)  Vientiane
24)  Dushanbe              52)  Novosibirsk           79)  Vladivostok
25)  Famagusta             53)  Omsk                  80)  Yakutsk
26)  Gaza                  54)  Oral                  81)  Yangon
27)  Hebron                55)  Phnom_Penh            82)  Yekaterinburg
28)  Ho_Chi_Minh                                      83)  Yerevan
Please select the timezone.
Use numbers or type names directly [b to region list, q to quit]: 65
================================================================================
================================================================================

Language settings

Installation

 1) [x] Language settings                 2) [x] Time settings
        (English (United States))                (Asia/Shanghai timezone)
 3) [x] Installation source               4) [x] Software selection
        (Local media)                            (Minimal Install)
 5) [!] Installation Destination          6) [x] Kdump
        (No disks selected)                      (Kdump is enabled)
 7) [ ] Network configuration             8) [!] Root password
        (Not connected)                          (Password is not set.)
 9) [!] User creation
        (No user will be created)
  Please make your choice from above ['q' to quit | 'b' to begin installation |
 1)  Afrikaans             25)  Hindi                 48)  Oriya
 2)  Amharic               26)  Croatian              49)  Punjabi
 3)  Arabic                27)  Hungarian             50)  Polish
 4)  Assamese              28)  Interlingua           51)  Portuguese
 5)  Asturian              29)  Indonesian            52)  Romanian
 6)  Belarusian            30)  Icelandic             53)  Russian
 7)  Bulgarian             31)  Italian               54)  Sinhala
 8)  Bengali               32)  Japanese              55)  Slovak
 9)  Bosnian               33)  Georgian              56)  Slovenian
10)  Catalan               34)  Kazakh                57)  Albanian
11)  Czech                 35)  Kannada               58)  Serbian
12)  Welsh                 36)  Korean                59)  Swedish
13)  Danish                37)  Lithuanian            60)  Tamil
14)  German                38)  Latvian               61)  Telugu
15)  Greek                 39)  Maithili              62)  Tajik
16)  English               40)  Macedonian            63)  Thai
17)  Spanish               41)  Malayalam             64)  Turkish
18)  Estonian              42)  Marathi               65)  Ukrainian
19)  Basque                43)  Malay                 66)  Urdu
20)  Persian               44)  Norwegian Bokmål      67)  Vietnamese
21)  Finnish               45)  Nepali                68)  Chinese
22)  French                46)  Dutch                 69)  Zulu
Press ENTER to continue
23)  Galician              47)  Northern Sotho
24)  Gujarati
Please select language support to install.
[b to return to language list, c to continue, q to quit]: 16
================================================================================
================================================================================
Language settings

Available locales
 1)  English (United        7)  English (Ireland)     12)  English (Singapore)
     States)                8)  English (New          13)  English (South
 2)  English (United            Zealand)                   Africa)
     Kingdom)               9)  English (Nigeria)     14)  English (Zambia)
 3)  English (India)       10)  English (Hong Kong    15)  English (Zimbabwe)
 4)  English (Australia)        SAR China)            16)  English (Botswana)
 5)  English (Canada)      11)  English               17)  English (Antigua &
 6)  English (Denmark)          (Philippines)              Barbuda)
Please select language support to install.
[b to return to language list, c to continue, q to quit]: 1
================================================================================
================================================================================
Installation

 1) [x] Language settings                 2) [x] Time settings
        (English (United States))                (Asia/Shanghai timezone)
 3) [x] Installation source               4) [x] Software selection
        (Local media)                            (Minimal Install)
 5) [!] Installation Destination          6) [x] Kdump
        (No disks selected)                      (Kdump is enabled)
 7) [ ] Network configuration             8) [!] Root password
        (Not connected)                          (Password is not set.)
 9) [!] User creation
        (No user will be created)
  Please make your choice from above ['q' to quit | 'b' to begin installation |
  'r' to refresh]: 
[anaconda] 1:main* 2:shell  3:log  4:storage-lo> Switch tab: Alt+Tab | Help: F1 


Installation Destination

================================================================================
Installation

 1) [x] Language settings                 2) [x] Time settings
        (English (United States))                (Asia/Shanghai timezone)
 3) [x] Installation source               4) [x] Software selection
        (Local media)                            (Minimal Install)
 5) [!] Installation Destination          6) [x] Kdump
        (No disks selected)                      (Kdump is enabled)
 7) [ ] Network configuration             8) [!] Root password
        (Not connected)                          (Password is not set.)
 9) [!] User creation
        (No user will be created)
  Please make your choice from above ['q' to quit | 'b' to begin installation |
  'r' to refresh]: 5
================================================================================
================================================================================
Probing storage...
Installation Destination

[x] 1) : 50 GiB (vda)

1 disk selected; 50 GiB capacity; 50 GiB free ...

  Please make your choice from above ['q' to quit | 'c' to continue |
  'r' to refresh]: c
================================================================================
================================================================================
Autopartitioning Options

[ ] 1) Replace Existing Linux system(s)

[x] 2) Use All Space

[ ] 3) Use Free Space

Installation requires partitioning of your hard drive. Select what space to use
for the install target.

  Please make your choice from above ['q' to quit | 'c' to continue |
  'r' to refresh]: c
================================================================================
================================================================================
Partition Scheme Options

[ ] 1) Standard Partition

[ ] 2) Btrfs

[x] 3) LVM

[ ] 4) LVM Thin Provisioning

Select a partition scheme configuration.

  Please make your choice from above ['q' to quit | 'c' to continue |
  'r' to refresh]: c
Generating updated storage configuration
Checking storage configuration...

Network configuration

================================================================================
================================================================================
Installation

 1) [x] Language settings                 2) [x] Time settings
        (English (United States))                (Asia/Shanghai timezone)
 3) [x] Installation source               4) [x] Software selection
        (Local media)                            (Minimal Install)
 5) [x] Installation Destination          6) [x] Kdump
        (Automatic partitioning                  (Kdump is enabled)
        selected)                         8) [!] Root password
 7) [ ] Network configuration                    (Password is not set.)
        (Not connected)
 9) [!] User creation
        (No user will be created)
  Please make your choice from above ['q' to quit | 'b' to begin installation |
  'r' to refresh]: 7
================================================================================
================================================================================
Network configuration

Wired (eth0) disconnected

 1)  Set host name
 2)  Configure device eth0
  Please make your choice from above ['q' to quit | 'c' to continue |
  'r' to refresh]: 1
================================================================================
================================================================================
Enter new value for 'Host name' and press enter
urumqi
================================================================================
================================================================================
Network configuration

Wired (eth0) disconnected

Host name: urumqi

Current host name: localhost

 1)  Set host name
 2)  Configure device eth0
  Please make your choice from above ['q' to quit | 'c' to continue |
  'r' to refresh]: c
================================================================================
================================================================================

Root password

Installation

 1) [x] Language settings                 2) [x] Time settings
        (English (United States))                (Asia/Shanghai timezone)
 3) [x] Installation source               4) [x] Software selection
        (Local media)                            (Minimal Install)
 5) [x] Installation Destination          6) [x] Kdump
        (Automatic partitioning                  (Kdump is enabled)
        selected)                         8) [!] Root password
 7) [ ] Network configuration                    (Password is not set.)
        (Not connected)
 9) [!] User creation
        (No user will be created)
  Please make your choice from above ['q' to quit | 'b' to begin installation |
  'r' to refresh]: 8
================================================================================
================================================================================
Please select new root password. You will have to type it twice.

Password: 
Password (confirm): 
================================================================================
================================================================================
Question

     The password you have provided is weak: The password is a palindrome.
     Would you like to use it anyway?

Please respond 'yes' or 'no': yes
================================================================================
================================================================================

User creation

Installation

 1) [x] Language settings                 2) [x] Time settings
        (English (United States))                (Asia/Shanghai timezone)
 3) [x] Installation source               4) [x] Software selection
        (Local media)                            (Minimal Install)
 5) [x] Installation Destination          6) [x] Kdump
        (Automatic partitioning                  (Kdump is enabled)
        selected)                         8) [x] Root password
 7) [ ] Network configuration                    (Password is set.)
        (Not connected)
 9) [ ] User creation
        (No user will be created)
  Please make your choice from above ['q' to quit | 'b' to begin installation |
  'r' to refresh]: 9
================================================================================
================================================================================
User creation

 1) [ ] Create user
  Please make your choice from above ['q' to quit | 'c' to continue |
  'r' to refresh]: 1
================================================================================
================================================================================
User creation

 1) [x] Create user
 2) Fullname
 3) Username
 4) [ ] Use password
 5) [ ] Administrator
 6) Groups
  Please make your choice from above ['q' to quit | 'c' to continue |
  'r' to refresh]: 2
================================================================================
================================================================================
Enter new value for 'Fullname' and press enter
lwk
================================================================================
================================================================================
User creation

 1) [x] Create user
 2) Fullname
    lwk
 3) Username
    lwk
 4) [ ] Use password
 5) [ ] Administrator
 6) Groups
  Please make your choice from above ['q' to quit | 'c' to continue |
  'r' to refresh]: 4
================================================================================
================================================================================
User creation

 1) [x] Create user
 2) Fullname
    lwk
 3) Username
    lwk
 4) [x] Use password
 5) Password
 6) [ ] Administrator
 7) Groups
  Please make your choice from above ['q' to quit | 'c' to continue |
  'r' to refresh]: 5
================================================================================
================================================================================
Question

The password you have provided is weak: The password fails the dictionary check
- it is too simplistic/systematic.
Would you like to use it anyway?

Please respond 'yes' or 'no': yes
================================================================================
================================================================================
User creation

 1) [x] Create user
 2) Fullname
    lwk
 3) Username
    lwk
 4) [x] Use password
 5) Password
    Password set.
 6) [ ] Administrator
 7) Groups
  Please make your choice from above ['q' to quit | 'c' to continue |
  'r' to refresh]: 6
================================================================================
================================================================================
User creation

 1) [x] Create user
 2) Fullname
    lwk
 3) Username
    lwk
 4) [x] Use password
 5) Password
    Password set.
 6) [x] Administrator
 7) Groups
    wheel
  Please make your choice from above ['q' to quit | 'c' to continue |
  'r' to refresh]: c
================================================================================
================================================================================

Installation source

Installation

 1) [x] Language settings                 2) [x] Time settings
        (English (United States))                (Asia/Shanghai timezone)
 3) [x] Installation source               4) [x] Software selection
        (Local media)                            (Minimal Install)
 5) [x] Installation Destination          6) [x] Kdump
        (Automatic partitioning                  (Kdump is enabled)
        selected)                         8) [x] Root password
 7) [ ] Network configuration                    (Password is set.)
        (Not connected)
 9) [x] User creation
        (Administrator lwk will be
        created)
  Please make your choice from above ['q' to quit | 'b' to begin installation |
  'r' to refresh]: 3
================================================================================
================================================================================
Installation source

Choose an installation source type.
 1)  CD/DVD
 2)  local ISO file
 3)  Network
  Please make your choice from above ['q' to quit | 'c' to continue |
  'r' to refresh]: c
================================================================================
================================================================================

Software selection

Installation

 1) [x] Language settings                 2) [x] Time settings
        (English (United States))                (Asia/Shanghai timezone)
 3) [x] Installation source               4) [x] Software selection
        (Local media)                            (Minimal Install)
 5) [x] Installation Destination          6) [x] Kdump
        (Automatic partitioning                  (Kdump is enabled)
        selected)                         8) [x] Root password
 7) [ ] Network configuration                    (Password is set.)
        (Not connected)
 9) [x] User creation
        (Administrator lwk will be
        created)
  Please make your choice from above ['q' to quit | 'b' to begin installation |
  'r' to refresh]: 4
================================================================================
================================================================================
Base environment
Software selection

Base environment

 1)  [x] Minimal Install
  Please make your choice from above ['q' to quit | 'c' to continue |
  'r' to refresh]: c
================================================================================
================================================================================

begin installation

Installation

 1) [x] Language settings                 2) [x] Time settings
        (English (United States))                (Asia/Shanghai timezone)
 3) [!] Installation source               4) [!] Software selection
        (Processing...)                          (Processing...)
 5) [x] Installation Destination          6) [x] Kdump
        (Automatic partitioning                  (Kdump is enabled)
        selected)                         8) [x] Root password
 7) [ ] Network configuration                    (Password is set.)
        (Not connected)
 9) [x] User creation
        (Administrator lwk will be
        created)
  Please make your choice from above ['q' to quit | 'b' to begin installation |
  'r' to refresh]: c
  Please make your choice from above ['q' to quit | 'b' to begin installation |
  'r' to refresh]: b
================================================================================
================================================================================
Progress
Setting up the installation environment
.
Creating disklabel on /dev/vda
.
Creating xfs on /dev/vda1
.
Creating lvmpv on /dev/vda2
.
Creating swap on /dev/mapper/centos-swap
.
Creating xfs on /dev/mapper/centos-root
.
Running pre-installation scripts
.
Starting package installation process
Preparing transaction from installation source
Installing libgcc (1/301)
Installing centos-release (2/301)
Installing grub2-common (3/301)
Installing setup (4/301)
Installing filesystem (5/301)
Installing basesystem (6/301)
Installing grub2-pc-modules (7/301)
Installing kbd-misc (8/301)
Installing ncurses-base (9/301)
Installing kbd-legacy (10/301)
Installing tzdata (11/301)
Installing nss-softokn-freebl (12/301)
Installing glibc-common (13/301)
Installing glibc (14/301)
Installing nspr (15/301)
Installing nss-util (16/301)
Installing libstdc++ (17/301)
Installing ncurses-libs (18/301)
Installing bash (19/301)
Installing libsepol (20/301)
Installing pcre (21/301)
Installing libselinux (22/301)
Installing zlib (23/301)
Installing info (24/301)
Installing xz-libs (25/301)
Installing libcom_err (26/301)
Installing libuuid (27/301)
Installing sed (28/301)
Installing bzip2-libs (29/301)
Installing popt (30/301)
Installing chkconfig (31/301)
Installing libdb (32/301)
Installing readline (33/301)
Installing grep (34/301)
Installing gawk (35/301)
Installing elfutils-libelf (36/301)
Installing libffi (37/301)
Installing libcap-ng (38/301)
Installing audit-libs (39/301)
Installing libattr (40/301)
Installing libacl (41/301)
Installing libcap (42/301)
Installing libgpg-error (43/301)
Installing libgcrypt (44/301)
Installing libxml2 (45/301)
Installing cpio (46/301)
Installing expat (47/301)
Installing lua (48/301)
Installing which (49/301)
Installing findutils (50/301)
Installing diffutils (51/301)
Installing libnl3 (52/301)
Installing sqlite (53/301)
Installing file-libs (54/301)
Installing file (55/301)
Installing libmnl (56/301)
Installing libaio (57/301)
Installing nss-softokn (58/301)
Installing libnl3-cli (59/301)
Installing libassuan (60/301)
Installing p11-kit (61/301)
Installing groff-base (62/301)
Installing e2fsprogs-libs (63/301)
Installing xz (64/301)
Installing libunistring (65/301)
Installing libidn (66/301)
Installing libgomp (67/301)
Installing libedit (68/301)
Installing sysvinit-tools (69/301)
Installing lz4 (70/301)
Installing libnfnetlink (71/301)
Installing tcp_wrappers-libs (72/301)
Installing lzo (73/301)
Installing slang (74/301)
Installing newt (75/301)
Installing jansson (76/301)
Installing gdbm (77/301)
Installing hostname (78/301)
Installing ethtool (79/301)
Installing keyutils-libs (80/301)
Installing pciutils-libs (81/301)
Installing libnetfilter_conntrack (82/301)
Installing iptables (83/301)
Installing iproute (84/301)
Installing less (85/301)
Installing libteam (86/301)
Installing device-mapper-persistent-data (87/301)
Installing ipset-libs (88/301)
Installing ipset (89/301)
Installing acl (90/301)
Installing vim-minimal (91/301)
Installing tar (92/301)
Installing libdb-utils (93/301)
Installing pinentry (94/301)
Installing libss (95/301)
Installing kmod-libs (96/301)
Installing make (97/301)
Installing libpng (98/301)
Installing freetype (99/301)
Installing libselinux-utils (100/301)
Installing linux-firmware (101/301)
Installing ncurses (102/301)
Installing mozjs17 (103/301)
Installing snappy (104/301)
Installing gmp (105/301)
Installing ustr (106/301)
Installing libsemanage (107/301)
Installing kernel-tools-libs (108/301)
Installing libndp (109/301)
Installing libverto (110/301)
Installing libtasn1 (111/301)
Installing p11-kit-trust (112/301)
Installing ca-certificates (113/301)
Installing coreutils (114/301)
Installing krb5-libs (115/301)
Installing openssl-libs (116/301)
Installing libblkid (117/301)
Installing python-libs (118/301)
Installing python (119/301)
Installing shadow-utils (120/301)
Installing gzip (121/301)
Installing cracklib (122/301)
Installing python-decorator (123/301)
Installing libmount (124/301)
Installing glib2 (125/301)
Installing shared-mime-info (126/301)
Installing libcroco (127/301)
Installing cracklib-dicts (128/301)
Installing libpwquality (129/301)
Installing pam (130/301)
Installing cyrus-sasl-lib (131/301)
Installing gettext-libs (132/301)
Installing gettext (133/301)
Installing yum-metadata-parser (134/301)
Installing pkgconfig (135/301)
Installing gobject-introspection (136/301)
Installing python-gobject-base (137/301)
Installing libutempter (138/301)
Installing python-perf (139/301)
Installing libselinux-python (140/301)
Installing python-slip (141/301)
Installing python-iniparse (142/301)
Installing pyliblzma (143/301)
Installing pyxattr (144/301)
Installing newt-python (145/301)
Installing python-schedutils (146/301)
Installing python-configobj (147/301)
Installing python-linux-procfs (148/301)
Installing grubby (149/301)
Installing libssh2 (150/301)
Installing fipscheck (151/301)
Installing fipscheck-lib (152/301)
Installing bind-export-libs (153/301)
Installing openssl (154/301)
Installing mariadb-libs (155/301)
Installing logrotate (156/301)
Installing nss-pem (157/301)
Installing nss (158/301)
Installing nss-sysinit (159/301)
Installing nss-tools (160/301)
Installing libcurl (161/301)
Installing curl (162/301)
Installing rpm-libs (163/301)
Installing rpm (164/301)
Installing openldap (165/301)
Installing libuser (166/301)
Installing python-pycurl (167/301)
Installing python-urlgrabber (168/301)
Installing binutils (169/301)
Installing centos-logos (170/301)
Installing alsa-lib (171/301)
Installing numactl-libs (172/301)
Installing dmidecode (173/301)
Installing libseccomp (174/301)
Installing libdaemon (175/301)
Installing qrencode-libs (176/301)
Installing libsmartcols (177/301)
Installing lsscsi (178/301)
Installing libfastjson (179/301)
Installing hardlink (180/301)
Installing libpipeline (181/301)
Installing pth (182/301)
Installing gnupg2 (183/301)
Installing rpm-build-libs (184/301)
Installing rpm-python (185/301)
Installing gpgme (186/301)
Installing pygpgme (187/301)
Installing yum-plugin-fastestmirror (188/301)
Installing yum (189/301)
Installing json-c (190/301)
Installing device-mapper (191/301)
Installing kpartx (192/301)
Installing procps-ng (193/301)
Installing util-linux (194/301)
Installing device-mapper-libs (195/301)
Installing cryptsetup-libs (196/301)
Installing dracut (197/301)
Installing kmod (198/301)
Installing elfutils-libs (199/301)
Installing systemd-libs (200/301)
Installing dbus-libs (201/301)
Installing systemd (202/301)
Installing dbus (203/301)
Installing elfutils-default-yama-scope (204/301)
Installing polkit (205/301)
Installing polkit-pkla-compat (206/301)
Installing iputils (207/301)
Installing initscripts (208/301)
Installing systemd-sysv (209/301)
Installing device-mapper-event-libs (210/301)
Installing grub2-tools-minimal (211/301)
Installing policycoreutils (212/301)
Installing wpa_supplicant (213/301)
Installing os-prober (214/301)
Installing grub2-tools (215/301)
Installing cronie-anacron (216/301)
Installing cronie (217/301)
Installing crontabs (218/301)
Installing dhcp-libs (219/301)
Installing NetworkManager-libnm (220/301)
Installing NetworkManager (221/301)
Installing openssh (222/301)
Installing dhcp-common (223/301)
Installing dhclient (224/301)
Installing dracut-network (225/301)
Installing grub2-tools-extra (226/301)
Installing grub2-pc (227/301)
Installing selinux-policy (228/301)
Installing device-mapper-event (229/301)
Installing lvm2-libs (230/301)
Installing hwdata (231/301)
Installing libpciaccess (232/301)
Installing libdrm (233/301)
Installing ebtables (234/301)
Installing fxload (235/301)
Installing alsa-firmware (236/301)
Installing alsa-tools-firmware (237/301)
Installing teamd (238/301)
Installing dbus-glib (239/301)
Installing dbus-python (240/301)
Installing python-slip-dbus (241/301)
Installing python-firewall (242/301)
Installing python-pyudev (243/301)
Installing plymouth-core-libs (244/301)
Installing plymouth-scripts (245/301)
Installing plymouth (246/301)
Installing virt-what (247/301)
Installing libestr (248/301)
Installing firewalld-filesystem (249/301)
Installing firewalld (250/301)
Installing rsyslog (251/301)
Installing tuned (252/301)
Installing NetworkManager-team (253/301)
Installing lvm2 (254/301)
Installing selinux-policy-targeted (255/301)
Installing grub2 (256/301)
Installing kexec-tools (257/301)
Installing openssh-server (258/301)
Installing openssh-clients (259/301)
Installing NetworkManager-wifi (260/301)
Installing NetworkManager-tui (261/301)
Installing authconfig (262/301)
Installing postfix (263/301)
Installing audit (264/301)
Installing kernel (265/301)
Installing kbd (266/301)
Installing aic94xx-firmware (267/301)
Installing biosdevname (268/301)
Installing microcode_ctl (269/301)
Installing chrony (270/301)
Installing irqbalance (271/301)
Installing dracut-config-rescue (272/301)
Installing parted (273/301)
Installing man-db (274/301)
Installing iprutils (275/301)
Installing passwd (276/301)
Installing sudo (277/301)
Installing xfsprogs (278/301)
Installing e2fsprogs (279/301)
Installing btrfs-progs (280/301)
Installing kernel-tools (281/301)
Installing libsysfs (282/301)
Installing iwl100-firmware (283/301)
Installing rootfiles (284/301)
Installing iwl7265-firmware (285/301)
Installing iwl7260-firmware (286/301)
Installing iwl5150-firmware (287/301)
Installing iwl105-firmware (288/301)
Installing iwl135-firmware (289/301)
Installing iwl4965-firmware (290/301)
Installing iwl6000g2b-firmware (291/301)
Installing iwl6050-firmware (292/301)
Installing ivtv-firmware (293/301)
Installing iwl6000-firmware (294/301)
Installing iwl5000-firmware (295/301)
Installing iwl3945-firmware (296/301)
Installing iwl2030-firmware (297/301)
Installing iwl2000-firmware (298/301)
Installing iwl1000-firmware (299/301)
Installing iwl3160-firmware (300/301)
Installing iwl6000g2a-firmware (301/301)
Performing post-installation setup tasks
Installing boot loader
.
Performing post-installation setup tasks
.

Configuring installed system
.
Writing network configuration
.
Creating users
.
Configuring addons
.
Generating initramfs
.
Running post-installation scripts
.
        Use of this product is subject to the license agreement found at /usr/share/centos-release/EULA

        Installation complete.  Press return to quit
[anaconda] 1:main* 2:shell  3:log  4:storage-lo> Switch tab: Alt+Tab | Help: F1 




Restart vm


[  OK  ] Started Show Plymouth Reboot Screen.
[  OK  ] Stopped Service enabling compressing RAM with zRam.
[  OK  ] Stopped Availability of block devices.
         Stopping LVM2 metadata daemon...
         Stopping Logout off all iSCSI sessions on shutdown...
[  OK  ] Stopped LVM2 metadata daemon.
[  OK  ] Closed LVM2 metadata daemon socket.
[  OK  ] Stopped Logout off all iSCSI sessions on shutdown.
[  OK  ] Stopped target Network.
         Stopping Network Manager...
[  OK  ] Stopped Network Manager.
         Stopping D-Bus System Message Bus...
[  OK  ] Stopped D-Bus System Message Bus.
[  OK  ] Stopped target Basic System.
[  OK  ] Stopped Forward Password Requests to Plymouth Directory Watch.
[  OK  ] Stopped target Slices.
[  OK  ] Removed slice User and Session Slice.
[  OK  ] Stopped target Paths.
[  OK  ] Stopped target Sockets.
[  OK  ] Closed Open-iSCSI iscsid Socket.
[  OK  ] Closed Open-iSCSI iscsiuio Socket.
[  OK  ] Closed D-Bus System Message Bus Socket.
[  OK  ] Stopped target System Initialization.
[  OK  ] Stopped Migrate local SELinux polic... structure to the new structure.
[  OK  ] Removed slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice.
[  OK  ] Stopped target Local Encrypted Volumes.
[  OK  ] Stopped Read and set NIS domainname from /etc/sysconfig/network.
[  OK  ] Stopped Apply Kernel Variables.
[  OK  ] Stopped Update is Completed.
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.10.0-1062.el7.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) ) #1 SMP Wed Aug 7 18:08:02 UTC 2019
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.10.0-1062.el7.x86_64 root=/dev/mapper/centos-root ro crashkernel=auto spectre_v2=retpoline rd.lvm.lv=centos/root rd.lvm.lv=centos/swap console=ttyS0 LANG=en_US.UTF-8
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffd8fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bffd9000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1ubuntu1 04/01/2014
[    0.000000] Hypervisor detected: KVM
[    0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000
[    0.000000] PAT configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- UC  
[    0.000000] e820: last_pfn = 0xbffd9 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000f6a50-0x000f6a5f] mapped at [ffffffffff200a50]
[    0.000000] RAMDISK: [mem 0x35771000-0x36bb0fff]
[    0.000000] Early table checksum verification disabled
[    0.000000] ACPI: RSDP 00000000000f6810 00014 (v00 BOCHS )
[    0.000000] ACPI: RSDT 00000000bffe15b6 0002C (v01 BOCHS  BXPCRSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: FACP 00000000bffe1442 00074 (v01 BOCHS  BXPCFACP 00000001 BXPC 00000001)
[    0.000000] ACPI: DSDT 00000000bffe0040 01402 (v01 BOCHS  BXPCDSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: FACS 00000000bffe0000 00040
[    0.000000] ACPI: APIC 00000000bffe1536 00080 (v01 BOCHS  BXPCAPIC 00000001 BXPC 00000001)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x13ffd6000-0x13fffcfff]
[    0.000000] Reserving 161MB of memory at 688MB for crashkernel (System RAM: 4095MB)
[    0.000000] kvm-clock: cpu 0, msr 1:3ff85001, primary cpu clock
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: using sched offset of 5627395636 cycles
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x13fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0xbffd8fff]
[    0.000000]   node   0: [mem 0x100000000-0x13fffffff]
[    0.000000] Initmem setup node 0 [mem 0x00001000-0x13fffffff]
[    0.000000] ACPI: PM-Timer IO Port: 0x608
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbffd9000-0xbfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]
[    0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on KVM
[    0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 38 pages/cpu @ffff95847fc00000 s118784 r8192 d28672 u1048576
[    0.000000] KVM setup async PF for cpu 0
[    0.000000] kvm-stealtime: cpu 0, msr 13fc1c040
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1032034
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.10.0-1062.el7.x86_64 root=/dev/mapper/centos-root ro crashkernel=auto spectre_v2=retpoline rd.lvm.lv=centos/root rd.lvm.lv=centos/swap console=ttyS0 LANG=en_US.UTF-8
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100
[    0.000000] x86/fpu: xstate_offset[3]: 03c0, xstate_sizes[3]: 0040
[    0.000000] x86/fpu: xstate_offset[4]: 0400, xstate_sizes[4]: 0040
[    0.000000] xsave: enabled xstate_bv 0x1f, cntxt size 0x440 using standard form
[    0.000000] Memory: 3856504k/5242880k available (7756k kernel code, 1049124k absent, 337252k reserved, 5971k data, 1984k init)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] x86/pti: Unmapping kernel while in userspace
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.
[    0.000000] NR_IRQS:327936 nr_irqs:440 0
[    0.000000] Console: colour *CGA 80x25
[    0.000000] console [ttyS0] enabled
[    0.000000] allocated 16777216 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] tsc: Detected 3192.000 MHz processor
[    0.108474] Calibrating delay loop (skipped) preset value.. 6384.00 BogoMIPS (lpj=3192000)
[    0.109474] pid_max: default: 32768 minimum: 301
[    0.110049] Security Framework initialized
[    0.110565] SELinux:  Initializing.
[    0.110997] Yama: becoming mindful.
[    0.111728] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.113261] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.114295] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.115117] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.116112] Initializing cgroup subsys memory
[    0.116642] Initializing cgroup subsys devices
[    0.117183] Initializing cgroup subsys freezer
[    0.117717] Initializing cgroup subsys net_cls
[    0.118256] Initializing cgroup subsys blkio
[    0.118776] Initializing cgroup subsys perf_event
[    0.119341] Initializing cgroup subsys hugetlb
[    0.119881] Initializing cgroup subsys pids
[    0.120385] Initializing cgroup subsys net_prio
[    0.121887] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.122530] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.123170] tlb_flushall_shift: 6
[    0.123576] Speculative Store Bypass: Vulnerable
[    0.124219] FEATURE SPEC_CTRL Present
[    0.124667] FEATURE IBPB_SUPPORT Present
[    0.125148] Spectre V2 : retpoline selected on command line.
[    0.125864] Spectre V2 : Enabling Indirect Branch Prediction Barrier
[    0.126874] Spectre V2 : Mitigation: Full retpoline
[    0.127499] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.129595] Freeing SMP alternatives: 28k freed
[    0.135209] ACPI: Core revision 20130517
[    0.136194] ACPI: All ACPI Tables successfully acquired
[    0.136886] ftrace: allocating 29538 entries in 116 pages
[    0.170084] Enabling x2apic
[    0.170500] Enabled x2apic
[    0.171061] Switched APIC routing to physical x2apic.
[    0.172784] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.173501] smpboot: CPU0: Intel Core Processor (Skylake, IBRS) (fam: 06, model: 5e, stepping: 03)
[    0.174643] Performance Events: unsupported p6 CPU model 94 no PMU driver, software events only.
[    0.176601] smpboot: Booting Node   0, Processors  #1 OK
[    0.177439] kvm-clock: cpu 1, msr 1:3ff85041, secondary cpu clock
[    0.199267] Brought up 2 CPUs
[    0.199270] KVM setup async PF for cpu 1
[    0.199274] kvm-stealtime: cpu 1, msr 13fd1c040
[    0.200807] smpboot: Max logical packages: 2
[    0.201315] smpboot: Total of 2 processors activated (12768.00 BogoMIPS)
[    0.202562] devtmpfs: initialized
[    0.203008] x86/mm: Memory block size: 128MB
[    0.205451] EVM: security.selinux
[    0.205854] EVM: security.ima
[    0.206212] EVM: security.capability
[    0.207523] atomic64 test passed for x86-64 platform with CX8 and with SSE
[    0.208344] pinctrl core: initialized pinctrl subsystem
[    0.209035] RTC time:  9:19:04, date: 11/26/19
[    0.209618] NET: Registered protocol family 16
[    0.210321] ACPI: bus type PCI registered
[    0.210813] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.211661] PCI: Using configuration type 1 for base access
[    0.215663] ACPI: Added _OSI(Module Device)
[    0.216174] ACPI: Added _OSI(Processor Device)
[    0.216710] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.217296] ACPI: Added _OSI(Processor Aggregator Device)
[    0.217936] ACPI: Added _OSI(Linux-Dell-Video)
[    0.219435] ACPI: Interpreter enabled
[    0.219886] ACPI: (supports S0 S5)
[    0.220298] ACPI: Using IOAPIC for interrupt routing
[    0.220895] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.222021] ACPI: Enabled 2 GPEs in block 00 to 0F
[    0.224143] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.224875] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.225690] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.226469] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.228012] acpiphp: Slot [2] registered
[    0.228521] acpiphp: Slot [4] registered
[    0.229026] acpiphp: Slot [5] registered
[    0.229523] acpiphp: Slot [6] registered
[    0.230032] acpiphp: Slot [7] registered
[    0.230544] acpiphp: Slot [8] registered
[    0.231045] acpiphp: Slot [9] registered
[    0.231542] acpiphp: Slot [10] registered
[    0.232054] acpiphp: Slot [11] registered
[    0.232559] acpiphp: Slot [12] registered
[    0.233068] acpiphp: Slot [13] registered
[    0.233571] acpiphp: Slot [14] registered
[    0.234083] acpiphp: Slot [15] registered
[    0.234605] acpiphp: Slot [16] registered
[    0.235116] acpiphp: Slot [17] registered
[    0.235623] acpiphp: Slot [18] registered
[    0.236131] acpiphp: Slot [19] registered
[    0.236635] acpiphp: Slot [20] registered
[    0.237145] acpiphp: Slot [21] registered
[    0.237648] acpiphp: Slot [22] registered
[    0.238156] acpiphp: Slot [23] registered
[    0.238679] acpiphp: Slot [24] registered
[    0.239189] acpiphp: Slot [25] registered
[    0.239693] acpiphp: Slot [26] registered
[    0.240200] acpiphp: Slot [27] registered
[    0.240705] acpiphp: Slot [28] registered
[    0.241214] acpiphp: Slot [29] registered
[    0.241718] acpiphp: Slot [30] registered
[    0.242228] acpiphp: Slot [31] registered
[    0.242731] PCI host bridge to bus 0000:00
[    0.243224] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.244022] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.244825] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.245702] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[    0.246609] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]
[    0.247534] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.251327] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.252175] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.252948] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.253788] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.255115] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI
[    0.256042] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
[    0.290251] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[    0.291144] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    0.292055] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    0.292915] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[    0.294454] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[    0.295424] vgaarb: loaded
[    0.295852] SCSI subsystem initialized
[    0.296394] ACPI: bus type USB registered
[    0.296949] usbcore: registered new interface driver usbfs
[    0.297688] usbcore: registered new interface driver hub
[    0.298406] usbcore: registered new device driver usb
[    0.299185] EDAC MC: Ver: 3.0.0
[    0.299900] PCI: Using ACPI for IRQ routing
[    0.300749] NetLabel: Initializing
[    0.301219] NetLabel:  domain hash size = 128
[    0.301786] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.302458] NetLabel:  unlabeled traffic allowed by default
[    0.303287] amd_nb: Cannot enumerate AMD northbridges
[    0.303991] Switched to clocksource kvm-clock
[    0.307520] pnp: PnP ACPI init
[    0.307943] ACPI: bus type PNP registered
[    0.308792] pnp: PnP ACPI: found 5 devices
[    0.309291] ACPI: bus type PNP unregistered
[    0.315835] NET: Registered protocol family 2
[    0.316486] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.317415] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.318337] TCP: Hash tables configured (established 32768 bind 32768)
[    0.319137] TCP: reno registered
[    0.319530] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.320251] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.321046] NET: Registered protocol family 1
[    0.321581] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.322295] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.323015] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.339874] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
[    0.372737] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10
[    0.405559] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
[    0.438268] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
[    0.455130] Unpacking initramfs...
[    0.659602] Freeing initrd memory: 20736k freed
[    0.661843] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.662657] software IO TLB [mem 0xbbfd9000-0xbffd9000] (64MB) mapped at [ffff9583fbfd9000-ffff9583fffd8fff]
[    0.664211] sha1_ssse3: Using AVX2 optimized SHA-1 implementation
[    0.665013] sha256_ssse3: Using AVX2 optimized SHA-256 implementation
[    0.665972] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.666756] Initialise system trusted keyring
[    0.667313] audit: initializing netlink socket (disabled)
[    0.667974] type=2000 audit(1574759945.839:1): initialized
[    0.686372] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.688136] zpool: loaded
[    0.688471] zbud: loaded
[    0.688968] VFS: Disk quotas dquot_6.5.2
[    0.689493] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.690395] msgmni has been set to 7572
[    0.690916] Key type big_key registered
[    0.691991] NET: Registered protocol family 38
[    0.692563] Key type asymmetric registered
[    0.693078] Asymmetric key parser 'x509' registered
[    0.693690] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    0.694626] io scheduler noop registered
[    0.695132] io scheduler deadline registered (default)
[    0.695862] io scheduler cfq registered
[    0.696357] io scheduler mq-deadline registered
[    0.696908] io scheduler kyber registered
[    0.697482] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.698174] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.698998] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.699906] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.700811] ACPI: Power Button [PWRF]
[    0.701366] GHES: HEST is not enabled!
[    0.701876] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.725770] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.726828] Non-volatile memory driver v1.3
[    0.727373] Linux agpgart interface v0.103
[    0.728039] crash memory driver: version 1.1
[    0.728597] rdac: device handler registered
[    0.729192] hp_sw: device handler registered
[    0.729711] emc: device handler registered
[    0.730271] alua: device handler registered
[    0.730832] libphy: Fixed MDIO Bus: probed
[    0.731380] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.732201] ehci-pci: EHCI PCI platform driver
[    0.749780] ehci-pci 0000:00:03.7: EHCI Host Controller
[    0.750564] ehci-pci 0000:00:03.7: new USB bus registered, assigned bus number 1
[    0.751857] ehci-pci 0000:00:03.7: irq 11, io mem 0xfeb81000
[    0.758033] ehci-pci 0000:00:03.7: USB 2.0 started, EHCI 1.00
[    0.758809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 3.10
[    0.759809] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.760753] usb usb1: Product: EHCI Host Controller
[    0.761427] usb usb1: Manufacturer: Linux 3.10.0-1062.el7.x86_64 ehci_hcd
[    0.762362] usb usb1: SerialNumber: 0000:00:03.7
[    0.763087] hub 1-0:1.0: USB hub found
[    0.763598] hub 1-0:1.0: 6 ports detected
[    0.764239] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.764986] ohci-pci: OHCI PCI platform driver
[    0.765537] uhci_hcd: USB Universal Host Controller Interface driver
[    0.782405] uhci_hcd 0000:00:03.0: UHCI Host Controller
[    0.783134] uhci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 2
[    0.784044] uhci_hcd 0000:00:03.0: detected 2 ports
[    0.784683] uhci_hcd 0000:00:03.0: irq 11, io base 0x0000c0a0
[    0.785441] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 3.10
[    0.786452] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.787351] usb usb2: Product: UHCI Host Controller
[    0.787957] usb usb2: Manufacturer: Linux 3.10.0-1062.el7.x86_64 uhci_hcd
[    0.788791] usb usb2: SerialNumber: 0000:00:03.0
[    0.789419] hub 2-0:1.0: USB hub found
[    0.789900] hub 2-0:1.0: 2 ports detected
[    0.806498] uhci_hcd 0000:00:03.1: UHCI Host Controller
[    0.807234] uhci_hcd 0000:00:03.1: new USB bus registered, assigned bus number 3
[    0.808176] uhci_hcd 0000:00:03.1: detected 2 ports
[    0.808858] uhci_hcd 0000:00:03.1: irq 10, io base 0x0000c0c0
[    0.809645] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 3.10
[    0.810687] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.811576] usb usb3: Product: UHCI Host Controller
[    0.812193] usb usb3: Manufacturer: Linux 3.10.0-1062.el7.x86_64 uhci_hcd
[    0.813024] usb usb3: SerialNumber: 0000:00:03.1
[    0.813658] hub 3-0:1.0: USB hub found
[    0.814146] hub 3-0:1.0: 2 ports detected
[    0.832021] uhci_hcd 0000:00:03.2: UHCI Host Controller
[    0.832708] uhci_hcd 0000:00:03.2: new USB bus registered, assigned bus number 4
[    0.833644] uhci_hcd 0000:00:03.2: detected 2 ports
[    0.834309] uhci_hcd 0000:00:03.2: irq 10, io base 0x0000c0e0
[    0.835083] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 3.10
[    0.836102] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.836977] usb usb4: Product: UHCI Host Controller
[    0.837592] usb usb4: Manufacturer: Linux 3.10.0-1062.el7.x86_64 uhci_hcd
[    0.838433] usb usb4: SerialNumber: 0000:00:03.2
[    0.839073] hub 4-0:1.0: USB hub found
[    0.839558] hub 4-0:1.0: 2 ports detected
[    0.840247] usbcore: registered new interface driver usbserial_generic
[    0.841156] usbserial: USB Serial support registered for generic
[    0.841958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    0.843659] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.844272] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.845020] mousedev: PS/2 mouse device common for all mice
[    0.845951] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    0.847138] rtc_cmos 00:00: RTC can wake from S4
[    0.847649] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2
[    0.849138] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3
[    0.850408] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    0.851246] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram
[    0.852077] cpuidle: using governor menu
[    0.852769] hidraw: raw HID events driver (C) Jiri Kosina
[    0.853485] usbcore: registered new interface driver usbhid
[    0.854173] usbhid: USB HID core driver
[    0.854711] drop_monitor: Initializing network drop monitor service
[    0.855518] TCP: cubic registered
[    0.855944] Initializing XFRM netlink socket
[    0.856549] NET: Registered protocol family 10
[    0.857216] NET: Registered protocol family 17
[    0.857787] mpls_gso: MPLS GSO support
[    0.858325] mce: Using 10 MCE banks
[    0.858866] Loading compiled-in X.509 certificates
[    0.859482] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'
[    0.860714] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'
[    0.862249] Loaded X.509 cert 'CentOS Linux kernel signing key: 51084e41880302be5cb074ac0da3fe10233b7f1c'
[    0.863595] registered taskstats version 1
[    0.866334] Key type trusted registered
[    0.868362] Key type encrypted registered
[    0.868962] IMA: No TPM chip found, activating TPM-bypass! (rc=-19)
[    0.869936]   Magic number: 11:210:324
[    0.870494] tty tty49: hash matches
[    0.871006] acpi PNP0B00:00: hash matches
[    0.871577] rtc_cmos 00:00: setting system clock to 2019-11-26 09:19:05 UTC (1574759945)
[    0.873527] Freeing unused kernel memory: 1984k freed
[    0.874306] Write protecting the kernel read-only data: 12288k
[    0.875651] Freeing unused kernel memory: 424k freed
[    0.877091] Freeing unused kernel memory: 556k freed
[    0.880310] random: systemd: uninitialized urandom read (16 bytes read)
[    0.881629] random: systemd: uninitialized urandom read (16 bytes read)
[    0.882447] random: systemd: uninitialized urandom read (16 bytes read)
[    0.884151] 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)
[    0.886286] systemd[1]: Detected virtualization kvm.
[    0.886925] systemd[1]: Detected architecture x86-64.
[    0.887531] systemd[1]: Running in initial RAM disk.

Welcome to CentOS Linux 7 (Core) dracut-033-564.el7 (Initramfs)!

[    0.889203] systemd[1]: Set hostname to <urumqi>.
[    0.912861] random: systemd: uninitialized urandom read (16 bytes read)
[    0.913769] random: systemd: uninitialized urandom read (16 bytes read)
[    0.914640] random: systemd: uninitialized urandom read (16 bytes read)
[    0.915546] random: systemd: uninitialized urandom read (16 bytes read)
[    0.916908] random: systemd: uninitialized urandom read (16 bytes read)
[    0.917888] random: systemd: uninitialized urandom read (16 bytes read)
[    0.919012] random: systemd: uninitialized urandom read (16 bytes read)
[    0.922429] systemd[1]: [/run/systemd/generator/dev-mapper-centos\x2droot.device.d/timeout.conf:3] Unknown lvalue 'JobRunningTimeoutSec' in section 'Unit'
[    0.924635] systemd[1]: Reached target Timers.
[  OK  ] Reached target Timers.
[    0.926024] systemd[1]: Reached target Swap.
[  OK  ] Reached target Swap.
[    0.927333] systemd[1]: Reached target Local File Systems.
[  OK  ] Reached target Local File Systems.
[    0.929079] systemd[1]: Created slice Root Slice.
[  OK  ] Created slice Root Slice.
[    0.930535] systemd[1]: Created slice System Slice.
[  OK  ] Created slice System Slice.
[    0.931947] systemd[1]: Reached target Slices.
[  OK  ] Reached target Slices.
[    0.933372] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[    0.935361] systemd[1]: Starting Setup Virtual Console...
         Starting Setup Virtual Console...
[    0.937125] systemd[1]: Starting Apply Kernel Variables...
         Starting Apply Kernel Variables...
[    0.938968] systemd[1]: Starting Create list of required static device nodes for the current kernel...
         Starting Create list of required st... nodes for the current kernel...
[    0.941196] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[    0.942729] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[    0.944239] systemd[1]: Reached target Sockets.
[  OK  ] Reached target Sockets.
[    0.946012] systemd[1]: Starting dracut cmdline hook...
         Starting dracut cmdline hook...
[    0.947676] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[    0.949285] systemd[1]: Started Apply Kernel Variables.
[  OK  ] Started Apply Kernel Variables.
[    0.952913] systemd[1]: Started Create list of required static device nodes for the current kernel.
[  OK  ] Started Create list of required sta...ce nodes for the current kernel.
[    0.955650] systemd[1]: Starting Create Static Device Nodes in /dev...
         Starting Create Static Device Nodes in /dev...
[    0.958483] systemd[1]: Started Create Static Device Nodes in /dev.
[  OK  ] Started Create Static Device Nodes in /dev.
[    0.966911] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
[  OK  ] Started dracut cmdline hook.
         Starting dracut pre-udev hook...
[    1.048309] device-mapper: uevent: version 1.0.3
[    1.048965] device-mapper: ioctl: 4.37.1-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[  OK  ] Started dracut pre-udev hook.
         Starting udev Kernel Device Manager...
[  OK  ] Started udev Kernel Device Manager.[    1.077394] random: fast init done

         Starting udev Coldplug all Devices...
         Mounting Configuration File System...
[  OK  ] Mounted Configuration File System.
[  OK  ] Started udev Coldplug all Devices.
         Starting dracut initqueue hook...
[    1.113388] FDC 0 is a S82078B
[    1.164105] scsi host0: ata_piix
[    1.167441] scsi host1: ata_piix
[    1.167934] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc120 irq 14
[    1.168906] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc128 irq 15
[    1.227149] virtio_blk virtio2: [vda] 104857600 512-byte logical blocks (53.6 GB/50.0 GiB)
[    1.284685]  vda: vda1 vda2
[    1.321806] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100
[    1.323236] ata1.00: configured for MWDMA2
[    1.324415] scsi 0:0:0:0: CD-ROM            QEMU     QEMU DVD-ROM     2.5+ PQ: 0 ANSI: 5
[    1.348564] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray
[    1.349657] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.666098] tsc: Refined TSC clocksource calibration: 3192.140 MHz
[  OK  ] Started Setup Virtual Console.
[  OK  ] Reached target System Initialization.
         Starting Show Plymouth Boot Screen...
[  OK  ] Started Show Plymouth Boot Screen.
[  OK  ] Reached target Paths.
[  OK  ] Started Forward Password Requests to Plymouth Directory Watch.
[  OK  ] Reached target Basic System.
[  OK  ] Found device /dev/mapper/centos-root.
         Starting File System Check on /dev/mapper/centos-root...
[  OK  ] Started File System Check on /dev/mapper/centos-root.
[  OK  ] Started dracut initqueue hook.
         Mounting /sysroot...
[  OK  ] Reached target Remote File Systems (Pre).
[  OK  ] Reached target Remote File Systems.
[    6.351219] SGI XFS with ACLs, security attributes, no debug enabled
[    6.353641] XFS (dm-0): Mounting V5 Filesystem
[    6.358783] XFS (dm-0): Ending clean mount
[  OK  ] Mounted /sysroot.
[  OK  ] Reached target Initrd Root File System.
         Starting Reload Configuration from the Real Root...
[  OK  ] Started Reload Configuration from the Real Root.
[  OK  ] Reached target Initrd File Systems.
[  OK  ] Reached target Initrd Default Target.
         Starting dracut pre-pivot and cleanup hook...
[  OK  ] Started dracut pre-pivot and cleanup hook.
         Starting Cleaning Up and Shutting Down Daemons...
         Starting Plymouth switch root service...
[  OK  ] Stopped target Timers.
[  OK  ] Stopped Cleaning Up and Shutting Down Daemons.
[  OK  ] Stopped dracut pre-pivot and cleanup hook.
[  OK  ] Stopped target Initrd Default Target.
[  OK  ] Stopped target Basic System.
[  OK  ] Stopped target System Initialization.
[  OK  ] Stopped Apply Kernel Variables.
         Stopping udev Kernel Device Manager...
[  OK  ] Stopped target Swap.
[  OK  ] Stopped target Local File Systems.
[  OK  ] Stopped target Paths.
[  OK  ] Stopped target Sockets.
[  OK  ] Stopped target Slices.
[  OK  ] Stopped target Remote File Systems.
[  OK  ] Stopped target Remote File Systems (Pre).
[  OK  ] Stopped dracut initqueue hook.
[  OK  ] Stopped udev Coldplug all Devices.
[  OK  ] Stopped udev Kernel Device Manager.
[  OK  ] Stopped dracut pre-udev hook.
[  OK  ] Stopped dracut cmdline hook.
[  OK  ] Stopped Create Static Device Nodes in /dev.
[  OK  ] Stopped Create list of required sta...ce nodes for the current kernel.
[  OK  ] Closed udev Control Socket.
[  OK  ] Closed udev Kernel Socket.
         Starting Cleanup udevd DB...
[  OK  ] Started Cleanup udevd DB.
[  OK  ] Reached target Switch Root.
[  OK  ] Started Plymouth switch root service.
         Starting Switch Root...
[    6.606035] systemd-journald[103]: Received SIGTERM from PID 1 (systemd).
[    6.765615] type=1404 audit(1574759951.393:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
[    6.848438] type=1403 audit(1574759951.476:3): policy loaded auid=4294967295 ses=4294967295
[    6.853208] systemd[1]: Successfully loaded SELinux policy in 87.546ms.
[    6.865806] ip_tables: (C) 2000-2006 Netfilter Core Team
[    6.866541] systemd[1]: Inserted module 'ip_tables'
[    6.881003] systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 11.526ms.

Welcome to CentOS Linux 7 (Core)!

[  OK  ] Stopped Switch Root.
[  OK  ] Stopped Journal Service.
         Starting Journal Service...
[  OK  ] Created slice system-getty.slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[  OK  ] Reached target Remote File Systems.
[  OK  ] Listening on Device-mapper event daemon FIFOs.
[  OK  ] Listening on Delayed Shutdown Socket.
         Mounting Debug File System...
[  OK  ] Set up automount Arbitrary Executab...ats File System Automount Point.
         Starting Create list of required st... nodes for the current kernel...
[  OK  ] Stopped File System Check on Root Device.
[  OK  ] Listening on udev Control Socket.
[  OK  ] Stopped target Switch Root.
[  OK  ] Created slice User and Session Slice.
[  OK  ] Reached target Slices.
[  OK  ] Listening on LVM2 metadata daemon socket.
         Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
         Starting Apply Kernel Variables...
         Mounting Huge Pages File System...
[  OK  ] Stopped target Initrd Root File System.
         Mounting POSIX Message Queue File System...
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice.
[  OK  ] Listening on LVM2 poll daemon socket.
         Starting Read and set NIS domainname from /etc/sysconfig/network...
[  OK  ] Reached target Paths.
[  OK  ] Listening on udev Kernel Socket.
         Starting Remount Root and Kernel File Systems...
[  OK  ] Reached target Local Encrypted Volumes.
[  OK  ] Stopped target Initrd File Systems.
[  OK  ] Started Create list of required sta...ce nodes for the current kernel.
         Starting Create Static Device Nodes in /dev...
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Mounted Debug File System.
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Mounted Huge Pages File System.
[  OK  ] Started Remount Root and Kernel File Systems.
         Starting Rebuild Hardware Database...
         Starting Configure read-only root support...
[  OK  ] Started Read and set NIS domainname from /etc/sysconfig/network.
[  OK  ] Started LVM2 metadata daemon.
[  OK  ] Started Configure read-only root support.
         Starting Load/Save Random Seed...
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Started Journal Service.
         Starting Flush Journal to Persistent Storage...
[  OK  ] Started Create Static Device Nodes in /dev.
         Starting udev Kernel Device Manager...
[    7.183451] systemd-journald[540]: Received request to flush runtime journal from PID 1
[  OK  ] Started Flush Journal to Persistent Storage.
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Started Rebuild Hardware Database.
         Starting udev Coldplug all Devices...
[  OK  ] Started udev Coldplug all Devices.
[    7.396339] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0
[    7.407253] input: PC Speaker as /devices/platform/pcspkr/input/input4
[  OK  ] Found device /dev/ttyS0.
[    7.414101] cryptd: max_cpu_qlen set to 1000
[  OK  ] Created slice system-lvm2\x2dpvscan.slice.
         Starting LVM2 PV scan on device 252:2...
[  OK  ] Found device /dev/disk/by-uuid/0ca4748d-7b0e-49a5-a774-38e32cce47dd.
[    7.436191] sr 0:0:0:0: Attached scsi generic sg0 type 5
[  OK  ] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.
[  OK  ] Reached target Local File Systems (Pre).
         Mounting /boot...
[    7.449046] AVX2 version of gcm_enc/dec engaged.
[    7.449632] AES CTR mode by8 optimization enabled
[    7.481390] XFS (vda1): Mounting V5 Filesystem
[    7.511937] ppdev: user-space parallel port driver
[  OK  ] Started LVM2 PV scan on device 252:2.
[    7.519537] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[    7.521162] alg: No test for __generic-gcm-aes-aesni (__driver-generic-gcm-aes-aesni)
[  OK  ] Found device /dev/mapper/centos-swap.
         Activating swap /dev/mapper/centos-swap...
[    7.536538] Adding 4063228k swap on /dev/mapper/centos-swap.  Priority:-2 extents:1 across:4063228k FS
[  OK  ] Activated swap /dev/mapper/centos-swap.
[  OK  ] Reached target Swap.
[    7.652434] XFS (vda1): Ending clean mount
[  OK  ] Mounted /boot.
[  OK  ] Reached target Local File Systems.
         Starting Rebuild Journal Catalog...
         Starting Import network configuration from initramfs...
         Starting Tell Plymouth To Write Out Runtime Data...
         Starting Migrate local SELinux poli...tructure to the new structure...
[  OK  ] Started Rebuild Journal Catalog.
         Starting Update is Completed...
[  OK  ] Started Tell Plymouth To Write Out Runtime Data.
[  OK  ] Started Update is Completed.
[  OK  ] Started Migrate local SELinux polic... structure to the new structure.
[  OK  ] Started Import network configuration from initramfs.
         Starting Create Volatile Files and Directories...
[  OK  ] Started Create Volatile Files and Directories.
         Starting Security Auditing Service...
[    7.760772] type=1305 audit(1574759952.388:4): audit_pid=753 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1
[  OK  ] Started Security Auditing Service.
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Reached target System Initialization.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
         Starting Authorization Manager...
[  OK  ] Started D-Bus System Message Bus.
         Starting OpenSSH Server Key Generation...
         Starting NTP client/server...
         Starting Dump dmesg to /var/log/dmesg...
         Starting Permit User Sessions...
[  OK  ] Started irqbalance daemon.
         Starting Login Service...
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target Timers.
[  OK  ] Started Permit User Sessions.
[  OK  ] Started Command Scheduler.
         Starting Terminate Plymouth Boot Screen...
         Starting Wait for Plymouth Boot Screen to Quit...
[  OK  ] Started Dump dmesg to /var/log/dmesg.
[  OK  ] Started Login Service.
[    8.366785] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    8.397309] Ebtables v2.0 registered
[    8.418774] Netfilter messages via NETLINK v0.30.
[    8.423289] ip_set: protocol 7
[    8.430435] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    8.631993] random: crng init done
[    8.679489] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)

CentOS Linux 7 (Core)
Kernel 3.10.0-1062.el7.x86_64 on an x86_64

urumqi login: 

login

urumqi login: root
Password: 
[root@urumqi ~]# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 52:54:00:b3:ee:07 brd ff:ff:ff:ff:ff:ff
[root@urumqi ~]# 

stop

[root@urumqi ~]# shutdown -h
Shutdown scheduled for Tue 2019-11-26 17:28:55 CST, use 'shutdown -c' to cancel.
[root@urumqi ~]# 
Broadcast message from root@urumqi (Tue 2019-11-26 17:27:55 CST):

The system is going down for power-off at Tue 2019-11-26 17:28:55 CST!

[  OK  ] Started Show Plymouth Power Off Screen.
[  OK  ] Stopped Postfix Mail Transport Agent.
[  OK  ] Started Restore /run/initramfs.
[  OK  ] Stopped Dynamic System Tuning Daemon.
[  OK  ] Stopped target Network.
         Stopping LSB: Bring up/down networking...
[  OK  ] Stopped LSB: Bring up/down networking.
[  OK  ] Stopped Network Manager Wait Online.
         Stopping Network Manager...
[  OK  ] Stopped Network Manager.
[  OK  ] Stopped target Network (Pre).
         Stopping firewalld - dynamic firewall daemon...
[  592.788975] Ebtables v2.0 unregistered
[  OK  ] Stopped firewalld - dynamic firewall daemon.
         Stopping D-Bus System Message Bus...
         Stopping Authorization Manager...
[  OK  ] Stopped Authorization Manager.
[  OK  ] Stopped D-Bus System Message Bus.
[  OK  ] Stopped target Basic System.
[  OK  ] Stopped target Sockets.
[  OK  ] Closed D-Bus System Message Bus Socket.
[  OK  ] Stopped target Paths.
[  OK  ] Stopped Forward Password Requests to Wall Directory Watch.
[  OK  ] Stopped Forward Password Requests to Plymouth Directory Watch.
[  OK  ] Stopped target System Initialization.
[  OK  ] Stopped Migrate local SELinux polic... structure to the new structure.
[  OK  ] Removed slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice.
[  OK  ] Stopped Apply Kernel Variables.
[  OK  ] Stopped Setup Virtual Console.
         Stopping Security Auditing Service...
         Stopping Load/Save Random Seed...
[  OK  ] Stopped target Local Encrypted Volumes.
[  OK  ] Stopped Update is Completed.
[  OK  ] Stopped Rebuild Hardware Database.
[  OK  ] Stopped Rebuild Journal Catalog.
[  OK  ] Stopped Read and set NIS domainname from /etc/sysconfig/network.
[  OK  ] Stopped target Slices.
[  OK  ] Removed slice User and Session Slice.
[  OK  ] Stopped Load/Save Random Seed.
[  592.884279] type=1305 audit(1574760537.510:214): audit_pid=0 old=753 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1
[  592.886566] type=1131 audit(1574760537.513:215): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  OK  ] Stopped Security Auditing Service.
[  OK  [  592.890262] type=1131 audit(1574760537.517:216): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
] Stopped Create Volatile Files and Directories.
[  OK  [  592.893537] type=1131 audit(1574760537.520:217): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rhel-import-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
] Stopped Import network configuration from initramfs.
[  OK  ] Stopped target Local File Systems.
         Unmounting /boot...
         Unmounting /run/user/0...
[  592.898317] type=1131 audit(1574760537.525:218): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rhel-readonly comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  OK  ] Stopped Configure read-only root support.
         Unmounting Configuration File System...
[  OK  ] Unmounted Configuration File System.
[  OK  ] Unmounted /run/user/0.
[  OK  ] Stopped target Swap.
         Deactivating swap /dev/dm-1...
[  OK  ] Deactivated swap /dev/disk/by-uuid/...43f-c743-4fd8-a3c9-9ddf4498d446.
[  OK  ] Deactivated swap /dev/disk/by-id/dm...uJUZexMZg7Nk6qXNP8JPNJu2UvNAJ9u.
[  OK  ] Deactivated swap /dev/disk/by-id/dm-name-centos-swap.
[  OK  ] Deactivated swap /dev/centos/swap.
[  OK  ] Deactivated swap /dev/dm-1.
[  OK  ] Deactivated swap /dev/mapper/centos-swap.
[  592.935427] XFS (vda1): Unmounting Filesystem
[  592.971064] type=1131 audit(1574760537.598:219): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  OK  ] Unmounted /boot.
[  OK  ] Reached target Unmount All Filesystems.
[  OK  ] Stopped target Local File Systems (Pre).
[[  592.975860] type=1131 audit(1574760537.602:220): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[32m  OK  ] Stopped Remount Root and Kernel File Systems.
[  OK  ] Stopped Create Static Device Nodes in /dev.
         Stopping Monitoring of LVM2 mirrors... dmeventd or progress polling...
[  593.002409] type=1131 audit(1574760537.629:221): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  OK  ] Stopped Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.
         Stopping LVM2 metadata daemon...
[  OK  ] Stopped LVM2 metadata daemon.
[  593.007615] type=1131 audit(1574760537.634:222): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  OK  ] Reached target Shutdown.
[  593.025189] systemd-shutdown[1]: Syncing filesystems and block devices.
[  593.091594] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[  593.098218] systemd-journald[540]: Received SIGTERM from PID 1 (systemd-shutdow).
[  593.101011] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[  593.104749] systemd-shutdown[1]: Unmounting file systems.
[  593.105711] systemd-shutdown[9781]: Remounting '/' read-only in with options 'seclabel,attr2,inode64,noquota'.
[  593.207866] systemd-shutdown[1]: All filesystems unmounted.
[  593.208569] systemd-shutdown[1]: Deactivating swaps.
[  593.209239] systemd-shutdown[1]: All swaps deactivated.
[  593.209900] systemd-shutdown[1]: Detaching loop devices.
[  593.210905] systemd-shutdown[1]: All loop devices detached.
[  593.211620] systemd-shutdown[1]: Detaching DM devices.
[  593.212586] systemd-shutdown[1]: Detaching DM 253:1.
[  593.224033] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[  593.225036] systemd-shutdown[1]: Detaching DM devices.
[  593.225909] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[  593.226809] systemd-shutdown[1]: Cannot finalize remaining DM devices, continuing.
[  593.228965] systemd-shutdown[1]: Successfully changed into root pivot.
[  593.230109] systemd-shutdown[1]: Returning to initrd...
[  593.260762] dracut Warning: Killing all remaining processes
dracut Warning: Killing all remaining processes
[  593.295720] XFS (dm-0): Unmounting Filesystem
[  593.308175] dracut Warning: Unmounted /oldroot.
[  593.321652] dracut: Disassembling device-mapper devices
Powering off.
[  593.353732] ACPI: Preparing to enter system sleep state S5
[  593.354661] Power down.

lwk@qwfys:~$ 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

qwfys200

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值