Mageia Bugzilla – Attachment 6862 Details for
Bug 16449
Installer not properly deletes LVM and can produce corrupted root partition
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Log from dracut
rdsosreport.txt (text/plain), 37.08 KB, created by
Nikita Krupenko
on 2015-07-23 01:29:51 CEST
(
hide
)
Description:
Log from dracut
Filename:
MIME Type:
Creator:
Nikita Krupenko
Created:
2015-07-23 01:29:51 CEST
Size:
37.08 KB
patch
obsolete
>+ cat /lib/dracut/dracut-038 >dracut-038 >+ cat /proc/cmdline >BOOT_IMAGE=/boot/vmlinuz-desktop root=/dev/mapper/vg--mga-1 ro splash quiet noiswmd >+ '[' -f /etc/cmdline ']' >+ for _i in '/etc/cmdline.d/*.conf' >+ '[' -f /etc/cmdline.d/90crypt.conf ']' >+ echo /etc/cmdline.d/90crypt.conf >/etc/cmdline.d/90crypt.conf >+ cat /etc/cmdline.d/90crypt.conf > rd.luks.uuid=luks-ccd96930-a3ac-4ebe-93f2-ca943bbdfb68 >+ for _i in '/etc/cmdline.d/*.conf' >+ '[' -f /etc/cmdline.d/90kernel-modules.conf ']' >+ echo /etc/cmdline.d/90kernel-modules.conf >/etc/cmdline.d/90kernel-modules.conf >+ cat /etc/cmdline.d/90kernel-modules.conf > rd.driver.pre=ata_piix > rd.driver.pre=ahci >+ for _i in '/etc/cmdline.d/*.conf' >+ '[' -f /etc/cmdline.d/90lvm.conf ']' >+ echo /etc/cmdline.d/90lvm.conf >/etc/cmdline.d/90lvm.conf >+ cat /etc/cmdline.d/90lvm.conf > rd.lvm.lv=vg-mga/1 > >+ cat /proc/self/mountinfo >0 0 0:1 / / rw - rootfs rootfs rw >16 0 0:4 / /proc rw,nosuid,nodev,noexec,relatime - proc proc rw >17 0 0:16 / /sys rw,nosuid,nodev,noexec,relatime - sysfs sysfs rw >18 0 0:6 / /dev rw,nosuid - devtmpfs devtmpfs rw,size=502656k,nr_inodes=125664,mode=755 >19 18 0:13 / /dev/pts rw,nosuid,noexec,relatime - devpts devpts rw,gid=5,mode=620,ptmxmode=000 >20 18 0:17 / /dev/shm rw,nosuid,nodev - tmpfs tmpfs rw >21 0 0:18 / /run rw,nosuid,nodev - tmpfs tmpfs rw,mode=755 >+ cat /proc/mounts >rootfs / rootfs rw 0 0 >proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0 >sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0 >devtmpfs /dev devtmpfs rw,nosuid,size=502656k,nr_inodes=125664,mode=755 0 0 >devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0 >tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0 >tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0 >+ blkid >/dev/sda1: UUID="C0C2-4692" TYPE="vfat" PARTUUID="976a4866-1f64-4f75-82e0-ad772f5465d8" >/dev/sda2: UUID="ccd96930-a3ac-4ebe-93f2-ca943bbdfb68" TYPE="crypto_LUKS" PARTUUID="87297fcb-e65d-4288-a700-50c58b4313e8" >/dev/sdb1: UUID="692a2e77-a213-4f28-87f3-22d282256d21" TYPE="ext4" PARTUUID="79fe5356-9ea8-43ed-adaf-f3785078dfff" >/dev/mapper/crypt_sda2: UUID="OVCE4E-mUd6-JOYE-KZnD-P5ce-XzyJ-f9Dary" TYPE="LVM2_member" >+ blkid -o udev >ID_FS_UUID=C0C2-4692 >ID_FS_UUID_ENC=C0C2-4692 >ID_FS_TYPE=vfat >ID_FS_PARTUUID=976a4866-1f64-4f75-82e0-ad772f5465d8 > >ID_FS_UUID=ccd96930-a3ac-4ebe-93f2-ca943bbdfb68 >ID_FS_UUID_ENC=ccd96930-a3ac-4ebe-93f2-ca943bbdfb68 >ID_FS_TYPE=crypto_LUKS >ID_FS_PARTUUID=87297fcb-e65d-4288-a700-50c58b4313e8 > >ID_FS_UUID=692a2e77-a213-4f28-87f3-22d282256d21 >ID_FS_UUID_ENC=692a2e77-a213-4f28-87f3-22d282256d21 >ID_FS_TYPE=ext4 >ID_FS_PARTUUID=79fe5356-9ea8-43ed-adaf-f3785078dfff > >ID_FS_UUID=OVCE4E-mUd6-JOYE-KZnD-P5ce-XzyJ-f9Dary >ID_FS_UUID_ENC=OVCE4E-mUd6-JOYE-KZnD-P5ce-XzyJ-f9Dary >ID_FS_TYPE=LVM2_member >+ ls -l /dev/disk/by-id /dev/disk/by-partuuid /dev/disk/by-uuid >/dev/disk/by-id: >total 0 >lrwxrwxrwx 1 root 0 9 Jul 22 23:18 ata-VBOX_CD-ROM_VB2-01700376 -> ../../sr0 >lrwxrwxrwx 1 root 0 9 Jul 22 23:18 ata-VBOX_HARDDISK_VB0f48a0d6-79160ff1 -> ../../sdb >lrwxrwxrwx 1 root 0 10 Jul 22 23:18 ata-VBOX_HARDDISK_VB0f48a0d6-79160ff1-part1 -> ../../sdb1 >lrwxrwxrwx 1 root 0 9 Jul 22 23:18 ata-VBOX_HARDDISK_VBd2e4df11-255e052a -> ../../sda >lrwxrwxrwx 1 root 0 10 Jul 22 23:18 ata-VBOX_HARDDISK_VBd2e4df11-255e052a-part1 -> ../../sda1 >lrwxrwxrwx 1 root 0 10 Jul 22 23:18 ata-VBOX_HARDDISK_VBd2e4df11-255e052a-part2 -> ../../sda2 >lrwxrwxrwx 1 root 0 10 Jul 22 23:18 dm-name-crypt_sda2 -> ../../dm-0 >lrwxrwxrwx 1 root 0 10 Jul 22 23:18 dm-uuid-CRYPT-LUKS1-ccd96930a3ac4ebe93f2ca943bbdfb68-crypt_sda2 -> ../../dm-0 > >/dev/disk/by-partuuid: >total 0 >lrwxrwxrwx 1 root 0 10 Jul 22 23:18 79fe5356-9ea8-43ed-adaf-f3785078dfff -> ../../sdb1 >lrwxrwxrwx 1 root 0 10 Jul 22 23:18 87297fcb-e65d-4288-a700-50c58b4313e8 -> ../../sda2 >lrwxrwxrwx 1 root 0 10 Jul 22 23:18 976a4866-1f64-4f75-82e0-ad772f5465d8 -> ../../sda1 > >/dev/disk/by-uuid: >total 0 >lrwxrwxrwx 1 root 0 10 Jul 22 23:18 692a2e77-a213-4f28-87f3-22d282256d21 -> ../../sdb1 >lrwxrwxrwx 1 root 0 10 Jul 22 23:18 C0C2-4692 -> ../../sda1 >lrwxrwxrwx 1 root 0 10 Jul 22 23:18 ccd96930-a3ac-4ebe-93f2-ca943bbdfb68 -> ../../sda2 >+ for _i in '/etc/conf.d/*.conf' >+ '[' -f /etc/conf.d/systemd.conf ']' >+ echo /etc/conf.d/systemd.conf >/etc/conf.d/systemd.conf >+ cat /etc/conf.d/systemd.conf >systemdutildir="/usr/lib/systemd" >systemdsystemunitdir="/usr/lib/systemd/system" >systemdsystemconfdir="/etc/systemd/system" >+ command -v lvm >+ lvm pvdisplay >File descriptor 9 (/.console_lock) leaked on lvm invocation. Parent PID 1128: /bin/sh > --- Physical volume --- > PV Name /dev/mapper/crypt_sda2 > VG Name vg-mga > PV Size 19.70 GiB / not usable 0 > Allocatable yes (but full) > PE Size 4.00 MiB > Total PE 5044 > Free PE 0 > Allocated PE 5044 > PV UUID OVCE4E-mUd6-JOYE-KZnD-P5ce-XzyJ-f9Dary > >+ lvm vgdisplay >File descriptor 9 (/.console_lock) leaked on lvm invocation. Parent PID 1128: /bin/sh > --- Volume group --- > VG Name vg-mga > System ID > Format lvm2 > Metadata Areas 1 > Metadata Sequence No 2 > VG Access read/write > VG Status resizable > MAX LV 0 > Cur LV 1 > Open LV 0 > Max PV 0 > Cur PV 1 > Act PV 1 > VG Size 19.70 GiB > PE Size 4.00 MiB > Total PE 5044 > Alloc PE / Size 5044 / 19.70 GiB > Free PE / Size 0 / 0 > VG UUID 8oHzky-2Blx-nMhd-o7z7-xeEs-RzEL-hkdfXf > >+ lvm lvdisplay >File descriptor 9 (/.console_lock) leaked on lvm invocation. Parent PID 1128: /bin/sh > --- Logical volume --- > LV Path /dev/vg-mga/1 > LV Name 1 > VG Name vg-mga > LV UUID NiQhch-sW3f-wC6u-sByc-98UN-rcUl-ZesSeZ > LV Write Access read/write > LV Creation host, time localhost, 2015-07-22 22:40:29 +0000 > LV Status suspended > # open 0 > LV Size 19.70 GiB > Current LE 5044 > Segments 1 > Allocation inherit > Read ahead sectors auto > - currently set to 256 > Block device 252:1 > >+ command -v dmsetup >+ dmsetup ls --tree >crypt_sda2 (252:0) > `- (8:2) >vg--mga-1 (252:1) >+ cat /proc/mdstat >Personalities : >unused devices: <none> >+ command -v ip >+ command -v journalctl >+ dmesg >[ 0.000000] Initializing cgroup subsys cpuset >[ 0.000000] Initializing cgroup subsys cpu >[ 0.000000] Initializing cgroup subsys cpuacct >[ 0.000000] Linux version 3.19.8-desktop-3.mga5 (iurt@ecosse.mageia.org) (gcc version 4.9.2 (GCC) ) #1 SMP Sat Jun 13 17:05:48 UTC 2015 >[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-desktop root=/dev/mapper/vg--mga-1 ro splash quiet noiswmd >[ 0.000000] tseg: 0000000000 >[ 0.000000] e820: BIOS-provided physical RAM map: >[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable >[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003e9defff] usable >[ 0.000000] BIOS-e820: [mem 0x000000003e9df000-0x000000003e9ebfff] type 20 >[ 0.000000] BIOS-e820: [mem 0x000000003e9ec000-0x000000003fb6bfff] usable >[ 0.000000] BIOS-e820: [mem 0x000000003fb6c000-0x000000003fb9bfff] type 20 >[ 0.000000] BIOS-e820: [mem 0x000000003fb9c000-0x000000003fbc3fff] reserved >[ 0.000000] BIOS-e820: [mem 0x000000003fbc4000-0x000000003fbcbfff] ACPI data >[ 0.000000] BIOS-e820: [mem 0x000000003fbcc000-0x000000003fbcffff] ACPI NVS >[ 0.000000] BIOS-e820: [mem 0x000000003fbd0000-0x000000003ffcffff] usable >[ 0.000000] BIOS-e820: [mem 0x000000003ffd0000-0x000000003ffeffff] reserved >[ 0.000000] NX (Execute Disable) protection: active >[ 0.000000] efi: EFI v2.31 by EDK II >[ 0.000000] efi: ACPI=0x3fbcb000 ACPI 2.0=0x3fbcb014 SMBIOS=0x3fbce000 MPS=0x3fbcd000 >[ 0.000000] efi: mem00: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000000000-0x00000000000a0000) (0MB) >[ 0.000000] efi: mem01: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x0000000000100000-0x000000000147c000) (19MB) >[ 0.000000] efi: mem02: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000000147c000-0x0000000002000000) (11MB) >[ 0.000000] efi: mem03: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x0000000002000000-0x0000000002600000) (6MB) >[ 0.000000] efi: mem04: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000002600000-0x0000000003000000) (10MB) >[ 0.000000] efi: mem05: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x0000000003000000-0x000000000437c000) (19MB) >[ 0.000000] efi: mem06: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000000437c000-0x000000002ca2a000) (646MB) >[ 0.000000] efi: mem07: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000002ca2a000-0x000000003c000000) (245MB) >[ 0.000000] efi: mem08: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000003c000000-0x000000003c020000) (0MB) >[ 0.000000] efi: mem09: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000003c020000-0x000000003ddc3000) (29MB) >[ 0.000000] efi: mem10: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000003ddc3000-0x000000003e1a6000) (3MB) >[ 0.000000] efi: mem11: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000003e1a6000-0x000000003e204000) (0MB) >[ 0.000000] efi: mem12: [Loader Code | | | | | |WB|WT|WC|UC] range=[0x000000003e204000-0x000000003e23a000) (0MB) >[ 0.000000] efi: mem13: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000003e23a000-0x000000003e270000) (0MB) >[ 0.000000] efi: mem14: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000003e270000-0x000000003e292000) (0MB) >[ 0.000000] efi: mem15: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000003e292000-0x000000003e2ab000) (0MB) >[ 0.000000] efi: mem16: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000003e2ab000-0x000000003e2b5000) (0MB) >[ 0.000000] efi: mem17: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000003e2b5000-0x000000003e2ca000) (0MB) >[ 0.000000] efi: mem18: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000003e2ca000-0x000000003e2cc000) (0MB) >[ 0.000000] efi: mem19: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000003e2cc000-0x000000003e396000) (0MB) >[ 0.000000] efi: mem20: [Loader Code | | | | | |WB|WT|WC|UC] range=[0x000000003e396000-0x000000003e45d000) (0MB) >[ 0.000000] efi: mem21: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000003e45d000-0x000000003e9df000) (5MB) >[ 0.000000] efi: mem22: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x000000003e9df000-0x000000003e9ec000) (0MB) >[ 0.000000] efi: mem23: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000003e9ec000-0x000000003f9ec000) (16MB) >[ 0.000000] efi: mem24: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000003f9ec000-0x000000003f9ef000) (0MB) >[ 0.000000] efi: mem25: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x000000003f9ef000-0x000000003fb6c000) (1MB) >[ 0.000000] efi: mem26: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x000000003fb6c000-0x000000003fb9c000) (0MB) >[ 0.000000] efi: mem27: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x000000003fb9c000-0x000000003fbc0000) (0MB) >[ 0.000000] efi: mem28: [Reserved | | | | | |WB|WT|WC|UC] range=[0x000000003fbc0000-0x000000003fbc4000) (0MB) >[ 0.000000] efi: mem29: [ACPI Reclaim Memory| | | | | |WB|WT|WC|UC] range=[0x000000003fbc4000-0x000000003fbcc000) (0MB) >[ 0.000000] efi: mem30: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x000000003fbcc000-0x000000003fbd0000) (0MB) >[ 0.000000] efi: mem31: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000003fbd0000-0x000000003ffd0000) (4MB) >[ 0.000000] efi: mem32: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x000000003ffd0000-0x000000003fff0000) (0MB) >[ 0.000000] SMBIOS 2.5 present. >[ 0.000000] DMI: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006 >[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved >[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable >[ 0.000000] AGP: No AGP bridge found >[ 0.000000] e820: last_pfn = 0x3ffd0 max_arch_pfn = 0x400000000 >[ 0.000000] MTRR default type: uncachable >[ 0.000000] MTRR variable ranges disabled: >[ 0.000000] PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC >[ 0.000000] CPU MTRRs all blank - virtualized system. >[ 0.000000] found SMP MP-table at [mem 0x0009fff0-0x0009ffff] mapped at [ffff88000009fff0] >[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576 >[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] >[ 0.000000] [mem 0x00000000-0x000fffff] page 4k >[ 0.000000] BRK [0x03f2e000, 0x03f2efff] PGTABLE >[ 0.000000] BRK [0x03f2f000, 0x03f2ffff] PGTABLE >[ 0.000000] BRK [0x03f30000, 0x03f30fff] PGTABLE >[ 0.000000] init_memory_mapping: [mem 0x3da00000-0x3dbfffff] >[ 0.000000] [mem 0x3da00000-0x3dbfffff] page 2M >[ 0.000000] init_memory_mapping: [mem 0x20000000-0x3d9fffff] >[ 0.000000] [mem 0x20000000-0x3d9fffff] page 2M >[ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff] >[ 0.000000] [mem 0x00100000-0x001fffff] page 4k >[ 0.000000] [mem 0x00200000-0x1fffffff] page 2M >[ 0.000000] init_memory_mapping: [mem 0x3dc00000-0x3e9defff] >[ 0.000000] [mem 0x3dc00000-0x3e7fffff] page 2M >[ 0.000000] [mem 0x3e800000-0x3e9defff] page 4k >[ 0.000000] BRK [0x03f31000, 0x03f31fff] PGTABLE >[ 0.000000] init_memory_mapping: [mem 0x3e9ec000-0x3fb6bfff] >[ 0.000000] [mem 0x3e9ec000-0x3e9fffff] page 4k >[ 0.000000] [mem 0x3ea00000-0x3f9fffff] page 2M >[ 0.000000] [mem 0x3fa00000-0x3fb6bfff] page 4k >[ 0.000000] BRK [0x03f32000, 0x03f32fff] PGTABLE >[ 0.000000] init_memory_mapping: [mem 0x3fbd0000-0x3ffcffff] >[ 0.000000] [mem 0x3fbd0000-0x3fbfffff] page 4k >[ 0.000000] [mem 0x3fc00000-0x3fdfffff] page 2M >[ 0.000000] [mem 0x3fe00000-0x3ffcffff] page 4k >[ 0.000000] BRK [0x03f33000, 0x03f33fff] PGTABLE >[ 0.000000] RAMDISK: [mem 0x36cbe000-0x37656fff] >[ 0.000000] ACPI: Early table checksum verification disabled >[ 0.000000] ACPI: RSDP 0x000000003FBCB014 000024 (v02 VBOX ) >[ 0.000000] ACPI: XSDT 0x000000003FBCA0E8 00003C (v01 VBOX VBOXFACP 00000001 01000013) >[ 0.000000] ACPI: FACP 0x000000003FBC8000 0000F4 (v04 VBOX VBOXFACP 00000001 ASL 00000061) >[ 0.000000] ACPI: DSDT 0x000000003FBC6000 001BF1 (v01 VBOX VBOXBIOS 00000002 INTL 20140926) >[ 0.000000] ACPI: FACS 0x000000003FBCF000 000040 >[ 0.000000] ACPI: APIC 0x000000003FBC9000 000054 (v02 VBOX VBOXAPIC 00000001 ASL 00000061) >[ 0.000000] ACPI: SSDT 0x000000003FBC5000 0001CC (v01 VBOX VBOXCPUT 00000002 INTL 20140926) >[ 0.000000] ACPI: Local APIC address 0xfee00000 >[ 0.000000] No NUMA configuration found >[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffcffff] >[ 0.000000] NODE_DATA(0) allocated [mem 0x3e458000-0x3e45cfff] >[ 0.000000] [ffffea0000000000-ffffea0000ffffff] PMD -> [ffff88003c400000-ffff88003d3fffff] on node 0 >[ 0.000000] Zone ranges: >[ 0.000000] DMA [mem 0x00001000-0x00ffffff] >[ 0.000000] DMA32 [mem 0x01000000-0x3ffcffff] >[ 0.000000] Normal empty >[ 0.000000] Movable zone start for each node >[ 0.000000] Early memory node ranges >[ 0.000000] node 0: [mem 0x00001000-0x0009ffff] >[ 0.000000] node 0: [mem 0x00100000-0x3e9defff] >[ 0.000000] node 0: [mem 0x3e9ec000-0x3fb6bfff] >[ 0.000000] node 0: [mem 0x3fbd0000-0x3ffcffff] >[ 0.000000] Initmem setup node 0 [mem 0x00001000-0x3ffcffff] >[ 0.000000] On node 0 totalpages: 261886 >[ 0.000000] DMA zone: 64 pages used for memmap >[ 0.000000] DMA zone: 23 pages reserved >[ 0.000000] DMA zone: 3999 pages, LIFO batch:0 >[ 0.000000] DMA32 zone: 4032 pages used for memmap >[ 0.000000] DMA32 zone: 257887 pages, LIFO batch:31 >[ 0.000000] ACPI: PM-Timer IO Port: 0x4008 >[ 0.000000] ACPI: Local APIC address 0xfee00000 >[ 0.000000] IOAPIC[0]: apic_id 1, 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 9 global_irq 9 high level) >[ 0.000000] ACPI: IRQ0 used by override. >[ 0.000000] ACPI: IRQ9 used by override. >[ 0.000000] Using ACPI (MADT) for SMP configuration information >[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs >[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] >[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff] >[ 0.000000] PM: Registered nosave memory: [mem 0x3e9df000-0x3e9ebfff] >[ 0.000000] PM: Registered nosave memory: [mem 0x3fb6c000-0x3fb9bfff] >[ 0.000000] PM: Registered nosave memory: [mem 0x3fb9c000-0x3fbc3fff] >[ 0.000000] PM: Registered nosave memory: [mem 0x3fbc4000-0x3fbcbfff] >[ 0.000000] PM: Registered nosave memory: [mem 0x3fbcc000-0x3fbcffff] >[ 0.000000] e820: [mem 0x3fff0000-0xffffffff] available for PCI devices >[ 0.000000] Booting paravirtualized kernel on bare hardware >[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1 >[ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff88003da00000 s84864 r8192 d29824 u2097152 >[ 0.000000] pcpu-alloc: s84864 r8192 d29824 u2097152 alloc=1*2097152 >[ 0.000000] pcpu-alloc: [0] 0 >[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257767 >[ 0.000000] Policy zone: DMA32 >[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-desktop root=/dev/mapper/vg--mga-1 ro splash quiet noiswmd >[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >[ 0.000000] AGP: Checking aperture... >[ 0.000000] AGP: No AGP bridge found >[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area >[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing! >[ 0.000000] Memory: 966364K/1047544K available (6962K kernel code, 1089K rwdata, 3444K rodata, 1312K init, 816K bss, 81180K reserved, 0K cma-reserved) >[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 >[ 0.000000] Hierarchical RCU implementation. >[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=1. >[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 >[ 0.000000] NR_IRQS:4352 nr_irqs:256 16 >[ 0.000000] Console: colour dummy device 80x25 >[ 0.000000] console [tty0] enabled >[ 0.000000] tsc: Fast TSC calibration using PIT >[ 0.000000] tsc: Detected 2705.229 MHz processor >[ 0.001023] Calibrating delay loop (skipped), value calculated using timer frequency.. 5410.45 BogoMIPS (lpj=2705229) >[ 0.002009] pid_max: default: 32768 minimum: 301 >[ 0.002017] ACPI: Core revision 20141107 >[ 0.002976] ACPI: All ACPI Tables successfully acquired >[ 0.004033] Security Framework initialized >[ 0.004045] TOMOYO Linux initialized >[ 0.004124] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) >[ 0.004507] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) >[ 0.004689] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) >[ 0.004694] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) >[ 0.004931] Initializing cgroup subsys devices >[ 0.004937] Initializing cgroup subsys freezer >[ 0.004940] Initializing cgroup subsys net_cls >[ 0.004943] Initializing cgroup subsys blkio >[ 0.005000] mce: CPU supports 0 MCE banks >[ 0.005000] process: using AMD E400 aware idle routine >[ 0.005000] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8 >Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64, 1GB 0 >[ 0.046979] Freeing SMP alternatives memory: 24K (ffffffff81e5a000 - ffffffff81e60000) >[ 0.052982] ftrace: allocating 25868 entries in 102 pages >[ 0.069472] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >[ 0.079833] smpboot: CPU0: AMD Athlon(tm) 7750 Dual-Core Processor (fam: 10, model: 02, stepping: 03) >[ 0.080000] Performance Events: Broken PMU hardware detected, using software events only. >[ 0.080000] Failed to access perfctr msr (MSR c0010004 is 0) >[ 0.080000] MCE: In-kernel MCE decoding enabled. >[ 0.080000] x86: Booted up 1 node, 1 CPUs >[ 0.080000] smpboot: Total of 1 processors activated (5410.45 BogoMIPS) >[ 0.080000] devtmpfs: initialized >[ 0.083649] PM: Registering ACPI NVS region [mem 0x3fbcc000-0x3fbcffff] (16384 bytes) >[ 0.083975] xor: measuring software checksum speed >[ 0.093149] prefetch64-sse: 1040.000 MB/sec >[ 0.103388] generic_sse: 1384.000 MB/sec >[ 0.103554] xor: using function: generic_sse (1384.000 MB/sec) >[ 0.103971] pinctrl core: initialized pinctrl subsystem >[ 0.104559] RTC time: 23:18:05, date: 07/22/15 >[ 0.105018] NET: Registered protocol family 16 >[ 0.105239] cpuidle: using governor ladder >[ 0.105242] cpuidle: using governor menu >[ 0.105517] ACPI: bus type PCI registered >[ 0.105519] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >[ 0.105630] PCI: Using configuration type 1 for base access >[ 0.105632] PCI: Using configuration type 1 for extended access >[ 0.124128] raid6: sse2x1 2339 MB/s >[ 0.141226] raid6: sse2x2 2882 MB/s >[ 0.158241] raid6: sse2x4 2925 MB/s >[ 0.158302] raid6: using algorithm sse2x4 (2925 MB/s) >[ 0.158356] raid6: using intx1 recovery algorithm >[ 0.158844] ACPI: Added _OSI(Module Device) >[ 0.158858] ACPI: Added _OSI(Processor Device) >[ 0.158871] ACPI: Added _OSI(3.0 _SCP Extensions) >[ 0.158883] ACPI: Added _OSI(Processor Aggregator Device) >[ 0.159418] ACPI: Executed 1 blocks of module-level executable AML code >[ 0.161347] ACPI: Interpreter enabled >[ 0.161356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20141107/hwxface-580) >[ 0.161360] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20141107/hwxface-580) >[ 0.161363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20141107/hwxface-580) >[ 0.161367] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20141107/hwxface-580) >[ 0.161372] ACPI: (supports S0 S5) >[ 0.161374] ACPI: Using IOAPIC for interrupt routing >[ 0.161547] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug >[ 0.163692] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >[ 0.163701] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] >[ 0.163705] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM >[ 0.163783] acpi PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored) >[ 0.163786] acpi PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored) >[ 0.163788] acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored) >[ 0.163790] acpi PNP0A03:00: host bridge window [mem 0x40000000-0xffdfffff] (ignored) >[ 0.163792] PCI: root bus 00: using default resources >[ 0.164027] PCI host bridge to bus 0000:00 >[ 0.164031] pci_bus 0000:00: root bus resource [bus 00-ff] >[ 0.164033] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] >[ 0.164035] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffffffff] >[ 0.164071] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 >[ 0.164615] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 >[ 0.165143] pci 0000:00:01.1: [8086:7111] type 00 class 0x01018a >[ 0.165457] pci 0000:00:01.1: reg 0x20: [io 0xc170-0xc17f] >[ 0.165593] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] >[ 0.165595] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] >[ 0.165597] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] >[ 0.165599] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] >[ 0.165787] pci 0000:00:02.0: [80ee:beef] type 00 class 0x030000 >[ 0.167710] pci 0000:00:02.0: reg 0x10: [mem 0x80000000-0x80ffffff pref] >[ 0.180767] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000 >[ 0.181731] pci 0000:00:03.0: reg 0x10: [mem 0x81400000-0x8141ffff] >[ 0.184836] pci 0000:00:03.0: reg 0x18: [io 0xc190-0xc197] >[ 0.193650] pci 0000:00:04.0: [80ee:cafe] type 00 class 0x088000 >[ 0.194702] pci 0000:00:04.0: reg 0x10: [io 0xc140-0xc15f] >[ 0.196656] pci 0000:00:04.0: reg 0x14: [mem 0x81000000-0x813fffff] >[ 0.197848] pci 0000:00:04.0: reg 0x18: [mem 0x81420000-0x81423fff pref] >[ 0.206412] pci 0000:00:05.0: [8086:2415] type 00 class 0x040100 >[ 0.206597] pci 0000:00:05.0: reg 0x10: [io 0xc000-0xc0ff] >[ 0.206739] pci 0000:00:05.0: reg 0x14: [io 0xc100-0xc13f] >[ 0.207522] pci 0000:00:06.0: [106b:003f] type 00 class 0x0c0310 >[ 0.208526] pci 0000:00:06.0: reg 0x10: [mem 0x81427000-0x81427fff] >[ 0.219452] pci 0000:00:07.0: [8086:7113] type 00 class 0x068000 >[ 0.219973] pci 0000:00:07.0: can't claim BAR 13 [io 0x4000-0x403f]: address conflict with ACPI PM1a_EVT_BLK [io 0x4000-0x4003] >[ 0.220645] pci 0000:00:0b.0: [8086:265c] type 00 class 0x0c0320 >[ 0.221603] pci 0000:00:0b.0: reg 0x10: [mem 0x81426000-0x81426fff] >[ 0.232572] pci 0000:00:0d.0: [8086:2829] type 00 class 0x010601 >[ 0.233868] pci 0000:00:0d.0: reg 0x10: [io 0xc188-0xc18f] >[ 0.237739] pci 0000:00:0d.0: reg 0x18: [io 0xc180-0xc187] >[ 0.240877] pci 0000:00:0d.0: reg 0x20: [io 0xc160-0xc16f] >[ 0.242840] pci 0000:00:0d.0: reg 0x24: [mem 0x81424000-0x81425fff] >[ 0.247296] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 9 10 *11) >[ 0.247612] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *9 10 11) >[ 0.247772] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 9 10 *11) >[ 0.247980] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 *9 10 11) >[ 0.248130] ACPI: Enabled 2 GPEs in block 00 to 07 >[ 0.248396] vgaarb: setting as boot device: PCI:0000:00:02.0 >[ 0.248400] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >[ 0.248403] vgaarb: loaded >[ 0.248405] vgaarb: bridge control possible 0000:00:02.0 >[ 0.248700] SCSI subsystem initialized >[ 0.248789] libata version 3.00 loaded. >[ 0.248968] PCI: Using ACPI for IRQ routing >[ 0.248971] PCI: pci_cache_line_size set to 64 bytes >[ 0.249143] e820: reserve RAM buffer [mem 0x3e9df000-0x3fffffff] >[ 0.249150] e820: reserve RAM buffer [mem 0x3fb6c000-0x3fffffff] >[ 0.249152] e820: reserve RAM buffer [mem 0x3ffd0000-0x3fffffff] >[ 0.249321] NetLabel: Initializing >[ 0.249322] NetLabel: domain hash size = 128 >[ 0.249323] NetLabel: protocols = UNLABELED CIPSOv4 >[ 0.249336] NetLabel: unlabeled traffic allowed by default >[ 0.249426] Switched to clocksource refined-jiffies >[ 0.257251] pnp: PnP ACPI init >[ 0.257375] pnp 00:00: Plug and Play ACPI device, IDs PNP0303 (active) >[ 0.257469] pnp 00:01: Plug and Play ACPI device, IDs PNP0f03 (active) >[ 0.257522] pnp 00:02: Plug and Play ACPI device, IDs PNP0400 (active) >[ 0.258070] pnp: PnP ACPI: found 3 devices >[ 0.263997] Switched to clocksource acpi_pm >[ 0.263997] pci 0000:00:07.0: BAR 13: [io 0x4000-0x403f] has bogus alignment >[ 0.263997] pci_bus 0000:00: resource 4 [io 0x0000-0xffff] >[ 0.263997] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffffffff] >[ 0.263997] NET: Registered protocol family 2 >[ 0.264166] TCP established hash table entries: 8192 (order: 4, 65536 bytes) >[ 0.264199] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) >[ 0.264251] TCP: Hash tables configured (established 8192 bind 8192) >[ 0.264309] TCP: reno registered >[ 0.264312] UDP hash table entries: 512 (order: 2, 16384 bytes) >[ 0.264322] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) >[ 0.264371] NET: Registered protocol family 1 >[ 0.264388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers >[ 0.264423] pci 0000:00:01.0: Activating ISA DMA hang workarounds >[ 0.264452] pci 0000:00:02.0: Video device with shadowed ROM >[ 0.266478] PCI: CLS 64 bytes, default 64 >[ 0.266584] Trying to unpack rootfs image as initramfs... >[ 0.402922] Freeing initrd memory: 9828K (ffff880036cbe000 - ffff880037657000) >[ 0.403204] platform rtc_cmos: registered platform RTC device (no PNP device found) >[ 0.403584] futex hash table entries: 256 (order: 2, 16384 bytes) >[ 0.403612] audit: initializing netlink subsys (disabled) >[ 0.403634] audit: type=2000 audit(1437607085.403:1): initialized >[ 0.403996] HugeTLB registered 2 MB page size, pre-allocated 0 pages >[ 0.405667] zpool: loaded >[ 0.405686] zbud: loaded >[ 0.405997] VFS: Disk quotas dquot_6.5.2 >[ 0.406111] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >[ 0.406819] bounce: pool size: 64 pages >[ 0.406861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >[ 0.406908] io scheduler noop registered >[ 0.406911] io scheduler deadline registered >[ 0.406942] io scheduler cfq registered (default) >[ 0.407081] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >[ 0.407098] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >[ 0.407157] efifb: probing for efifb >[ 0.407177] efifb: framebuffer at 0x80000000, mapped to 0xffffc90000200000, using 3072k, total 3072k >[ 0.407179] efifb: mode is 1024x768x32, linelength=4096, pages=1 >[ 0.407180] efifb: scrolling: redraw >[ 0.407182] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 >[ 0.413502] Console: switching to colour frame buffer device 128x48 >[ 0.417575] fb0: EFI VGA frame buffer device >[ 0.417753] GHES: HEST is not enabled! >[ 0.417965] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >[ 0.418173] Linux agpgart interface v0.103 >[ 0.420332] brd: module loaded >[ 0.420584] ahci 0000:00:0d.0: version 3.0 >[ 0.421326] ahci 0000:00:0d.0: SSS flag set, parallel bus scan disabled >[ 0.421539] ahci 0000:00:0d.0: AHCI 0001.0100 32 slots 2 ports 3 Gbps 0x3 impl SATA mode >[ 0.421543] ahci 0000:00:0d.0: flags: 64bit ncq stag only ccc >[ 0.422153] scsi host0: ahci >[ 0.422315] scsi host1: ahci >[ 0.422365] ata1: SATA max UDMA/133 abar m8192@0x81424000 port 0x81424100 irq 21 >[ 0.422377] ata2: SATA max UDMA/133 abar m8192@0x81424000 port 0x81424180 irq 21 >[ 0.422500] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 >[ 0.423526] serio: i8042 KBD port at 0x60,0x64 irq 1 >[ 0.423540] serio: i8042 AUX port at 0x60,0x64 irq 12 >[ 0.423838] mousedev: PS/2 mouse device common for all mice >[ 0.424327] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 >[ 0.426085] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0 >[ 0.426146] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram >[ 0.426170] ledtrig-cpu: registered to indicate activity on CPUs >[ 0.426176] EFI Variables Facility v0.08 2004-May-17 >[ 0.438829] TCP: cubic registered >[ 0.438848] Key type dns_resolver registered >[ 0.438851] mpls_gso: MPLS GSO support >[ 0.439149] registered taskstats version 1 >[ 0.439218] Btrfs loaded >[ 0.439674] Magic number: 7:372:353 >[ 0.440103] rtc_cmos rtc_cmos: setting system clock to 2015-07-22 23:18:06 UTC (1437607086) >[ 0.440197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found >[ 0.440198] EDD information not available. >[ 0.440261] PM: Hibernation image not present or could not be loaded. >[ 0.631408] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2 >[ 0.738107] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) >[ 0.738217] ata1.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133 >[ 0.738220] ata1.00: 41943040 sectors, multi 128: LBA48 NCQ (depth 31/32) >[ 0.738314] ata1.00: configured for UDMA/133 >[ 0.738466] scsi 0:0:0:0: Direct-Access ATA VBOX HARDDISK 1.0 PQ: 0 ANSI: 5 >[ 0.738766] sd 0:0:0:0: [sda] 41943040 512-byte logical blocks: (21.4 GB/20.0 GiB) >[ 0.738846] sd 0:0:0:0: [sda] Write Protect is off >[ 0.738849] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 >[ 0.738872] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >[ 0.759075] sda: sda1 sda2 >[ 0.759448] sd 0:0:0:0: [sda] Attached SCSI disk >[ 1.046210] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) >[ 1.046371] ata2.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133 >[ 1.046374] ata2.00: 4194304 sectors, multi 128: LBA48 NCQ (depth 31/32) >[ 1.046508] ata2.00: configured for UDMA/133 >[ 1.046669] scsi 1:0:0:0: Direct-Access ATA VBOX HARDDISK 1.0 PQ: 0 ANSI: 5 >[ 1.046918] sd 1:0:0:0: [sdb] 4194304 512-byte logical blocks: (2.14 GB/2.00 GiB) >[ 1.046972] sd 1:0:0:0: [sdb] Write Protect is off >[ 1.046974] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00 >[ 1.046997] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >[ 1.077236] sdb: sdb1 >[ 1.077537] sd 1:0:0:0: [sdb] Attached SCSI disk >[ 1.078075] Freeing unused kernel memory: 1312K (ffffffff81d12000 - ffffffff81e5a000) >[ 1.078079] Write protecting the kernel read-only data: 12288k >[ 1.079609] Freeing unused kernel memory: 1220K (ffff8800036cf000 - ffff880003800000) >[ 1.080015] Freeing unused kernel memory: 652K (ffff880003b5d000 - ffff880003c00000) >[ 1.155583] dracut: dracut-038 >[ 1.179141] ata_piix 0000:00:01.1: version 2.13 >[ 1.179637] scsi host2: ata_piix >[ 1.179718] scsi host3: ata_piix >[ 1.179750] ata3: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xc170 irq 14 >[ 1.179752] ata4: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xc178 irq 15 >[ 1.331508] ata4.00: ATAPI: VBOX CD-ROM, 1.0, max UDMA/133 >[ 1.331879] ata4.00: configured for UDMA/33 >[ 1.332389] scsi 3:0:0:0: CD-ROM VBOX CD-ROM 1.0 PQ: 0 ANSI: 5 >[ 1.404088] tsc: Refined TSC clocksource calibration: 2704.791 MHz >[ 1.532630] device-mapper: uevent: version 1.0.3 >[ 1.532760] device-mapper: ioctl: 4.29.0-ioctl (2014-10-28) initialised: dm-devel@redhat.com >[ 1.557419] random: systemd-udevd urandom read with 30 bits of entropy available >[ 1.650676] dracut: Starting plymouth daemon >[ 2.408822] Switched to clocksource tsc >[ 3.783407] Uniform Multi-Platform E-IDE driver >[ 3.826675] sr 3:0:0:0: [sr0] scsi3-mmc drive: 32x/32x xa/form2 tray >[ 3.826681] cdrom: Uniform CD-ROM driver Revision: 3.20 >[ 3.827372] sr 3:0:0:0: Attached scsi CD-ROM sr0 >[ 3.885166] ACPI: bus type USB registered >[ 3.885221] usbcore: registered new interface driver usbfs >[ 3.885232] usbcore: registered new interface driver hub >[ 3.886488] usbcore: registered new device driver usb >[ 3.893914] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >[ 3.936206] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >[ 3.936210] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after >[ 3.952542] ehci-pci: EHCI PCI platform driver >[ 3.966766] ehci-pci 0000:00:0b.0: EHCI Host Controller >[ 3.966796] ehci-pci 0000:00:0b.0: new USB bus registered, assigned bus number 1 >[ 3.967021] ehci-pci 0000:00:0b.0: irq 19, io mem 0x81426000 >[ 3.974309] ehci-pci 0000:00:0b.0: USB 2.0 started, EHCI 1.00 >[ 3.974439] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 >[ 3.974441] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >[ 3.974443] usb usb1: Product: EHCI Host Controller >[ 3.974445] usb usb1: Manufacturer: Linux 3.19.8-desktop-3.mga5 ehci_hcd >[ 3.974446] usb usb1: SerialNumber: 0000:00:0b.0 >[ 3.974656] hub 1-0:1.0: USB hub found >[ 3.974686] hub 1-0:1.0: 8 ports detected >[ 3.976255] ohci-pci: OHCI PCI platform driver >[ 3.976906] ohci-pci 0000:00:06.0: OHCI PCI host controller >[ 3.976934] ohci-pci 0000:00:06.0: new USB bus registered, assigned bus number 2 >[ 3.977021] ohci-pci 0000:00:06.0: irq 22, io mem 0x81427000 >[ 4.026603] random: nonblocking pool is initialized >[ 4.038011] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 >[ 4.038057] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >[ 4.038066] usb usb2: Product: OHCI PCI host controller >[ 4.038069] usb usb2: Manufacturer: Linux 3.19.8-desktop-3.mga5 ohci_hcd >[ 4.038071] usb usb2: SerialNumber: 0000:00:06.0 >[ 4.038450] hub 2-0:1.0: USB hub found >[ 4.038534] hub 2-0:1.0: 8 ports detected >[ 4.331479] dracut: luksOpen /dev/sda2 crypt_sda2 >[ 8.606083] NET: Registered protocol family 38 >[ 9.698009] dracut: Scanning devices dm-0 for LVM logical volumes vg-mga/1 >[ 9.739165] dracut: inactive '/dev/vg-mga/1' [19.70 GiB] inherit >[ 9.799283] device-mapper: table: 252:1: dm-0 too small for target: start=2048, len=41320448, dev_size=41322463 >[ 9.799855] dracut: device-mapper: resume ioctl on failed: Invalid argument >[ 9.800498] dracut: Unable to resume vg--mga-1 (252:1) >[ 30.843010] dracut: Scanning devices dm-0 for LVM logical volumes vg-mga/1 >[ 30.949429] dracut: ACTIVE '/dev/vg-mga/1' [19.70 GiB] inherit >[ 30.966326] dracut: PARTIAL MODE. Incomplete logical volumes will be processed. >[ 31.005514] device-mapper: table: 252:1: dm-0 too small for target: start=2048, len=41320448, dev_size=41322463 >[ 31.005911] dracut: device-mapper: resume ioctl on failed: Invalid argument >[ 31.006165] dracut: Unable to resume vg--mga-1 (252:1) >[ 41.112904] dracut Warning: Could not boot. >[ 41.134180] dracut Warning: /dev/mapper/vg--mga-1 does not exist >[ 41.134403] dracut Warning: /dev/vg-mga/1 does not exist >+ '[' -f /run/initramfs/init.log ']'
+ cat /lib/dracut/dracut-038 dracut-038 + cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-desktop root=/dev/mapper/vg--mga-1 ro splash quiet noiswmd + '[' -f /etc/cmdline ']' + for _i in '/etc/cmdline.d/*.conf' + '[' -f /etc/cmdline.d/90crypt.conf ']' + echo /etc/cmdline.d/90crypt.conf /etc/cmdline.d/90crypt.conf + cat /etc/cmdline.d/90crypt.conf rd.luks.uuid=luks-ccd96930-a3ac-4ebe-93f2-ca943bbdfb68 + for _i in '/etc/cmdline.d/*.conf' + '[' -f /etc/cmdline.d/90kernel-modules.conf ']' + echo /etc/cmdline.d/90kernel-modules.conf /etc/cmdline.d/90kernel-modules.conf + cat /etc/cmdline.d/90kernel-modules.conf rd.driver.pre=ata_piix rd.driver.pre=ahci + for _i in '/etc/cmdline.d/*.conf' + '[' -f /etc/cmdline.d/90lvm.conf ']' + echo /etc/cmdline.d/90lvm.conf /etc/cmdline.d/90lvm.conf + cat /etc/cmdline.d/90lvm.conf rd.lvm.lv=vg-mga/1 + cat /proc/self/mountinfo 0 0 0:1 / / rw - rootfs rootfs rw 16 0 0:4 / /proc rw,nosuid,nodev,noexec,relatime - proc proc rw 17 0 0:16 / /sys rw,nosuid,nodev,noexec,relatime - sysfs sysfs rw 18 0 0:6 / /dev rw,nosuid - devtmpfs devtmpfs rw,size=502656k,nr_inodes=125664,mode=755 19 18 0:13 / /dev/pts rw,nosuid,noexec,relatime - devpts devpts rw,gid=5,mode=620,ptmxmode=000 20 18 0:17 / /dev/shm rw,nosuid,nodev - tmpfs tmpfs rw 21 0 0:18 / /run rw,nosuid,nodev - tmpfs tmpfs rw,mode=755 + cat /proc/mounts rootfs / rootfs rw 0 0 proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0 sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0 devtmpfs /dev devtmpfs rw,nosuid,size=502656k,nr_inodes=125664,mode=755 0 0 devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0 tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0 tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0 + blkid /dev/sda1: UUID="C0C2-4692" TYPE="vfat" PARTUUID="976a4866-1f64-4f75-82e0-ad772f5465d8" /dev/sda2: UUID="ccd96930-a3ac-4ebe-93f2-ca943bbdfb68" TYPE="crypto_LUKS" PARTUUID="87297fcb-e65d-4288-a700-50c58b4313e8" /dev/sdb1: UUID="692a2e77-a213-4f28-87f3-22d282256d21" TYPE="ext4" PARTUUID="79fe5356-9ea8-43ed-adaf-f3785078dfff" /dev/mapper/crypt_sda2: UUID="OVCE4E-mUd6-JOYE-KZnD-P5ce-XzyJ-f9Dary" TYPE="LVM2_member" + blkid -o udev ID_FS_UUID=C0C2-4692 ID_FS_UUID_ENC=C0C2-4692 ID_FS_TYPE=vfat ID_FS_PARTUUID=976a4866-1f64-4f75-82e0-ad772f5465d8 ID_FS_UUID=ccd96930-a3ac-4ebe-93f2-ca943bbdfb68 ID_FS_UUID_ENC=ccd96930-a3ac-4ebe-93f2-ca943bbdfb68 ID_FS_TYPE=crypto_LUKS ID_FS_PARTUUID=87297fcb-e65d-4288-a700-50c58b4313e8 ID_FS_UUID=692a2e77-a213-4f28-87f3-22d282256d21 ID_FS_UUID_ENC=692a2e77-a213-4f28-87f3-22d282256d21 ID_FS_TYPE=ext4 ID_FS_PARTUUID=79fe5356-9ea8-43ed-adaf-f3785078dfff ID_FS_UUID=OVCE4E-mUd6-JOYE-KZnD-P5ce-XzyJ-f9Dary ID_FS_UUID_ENC=OVCE4E-mUd6-JOYE-KZnD-P5ce-XzyJ-f9Dary ID_FS_TYPE=LVM2_member + ls -l /dev/disk/by-id /dev/disk/by-partuuid /dev/disk/by-uuid /dev/disk/by-id: total 0 lrwxrwxrwx 1 root 0 9 Jul 22 23:18 ata-VBOX_CD-ROM_VB2-01700376 -> ../../sr0 lrwxrwxrwx 1 root 0 9 Jul 22 23:18 ata-VBOX_HARDDISK_VB0f48a0d6-79160ff1 -> ../../sdb lrwxrwxrwx 1 root 0 10 Jul 22 23:18 ata-VBOX_HARDDISK_VB0f48a0d6-79160ff1-part1 -> ../../sdb1 lrwxrwxrwx 1 root 0 9 Jul 22 23:18 ata-VBOX_HARDDISK_VBd2e4df11-255e052a -> ../../sda lrwxrwxrwx 1 root 0 10 Jul 22 23:18 ata-VBOX_HARDDISK_VBd2e4df11-255e052a-part1 -> ../../sda1 lrwxrwxrwx 1 root 0 10 Jul 22 23:18 ata-VBOX_HARDDISK_VBd2e4df11-255e052a-part2 -> ../../sda2 lrwxrwxrwx 1 root 0 10 Jul 22 23:18 dm-name-crypt_sda2 -> ../../dm-0 lrwxrwxrwx 1 root 0 10 Jul 22 23:18 dm-uuid-CRYPT-LUKS1-ccd96930a3ac4ebe93f2ca943bbdfb68-crypt_sda2 -> ../../dm-0 /dev/disk/by-partuuid: total 0 lrwxrwxrwx 1 root 0 10 Jul 22 23:18 79fe5356-9ea8-43ed-adaf-f3785078dfff -> ../../sdb1 lrwxrwxrwx 1 root 0 10 Jul 22 23:18 87297fcb-e65d-4288-a700-50c58b4313e8 -> ../../sda2 lrwxrwxrwx 1 root 0 10 Jul 22 23:18 976a4866-1f64-4f75-82e0-ad772f5465d8 -> ../../sda1 /dev/disk/by-uuid: total 0 lrwxrwxrwx 1 root 0 10 Jul 22 23:18 692a2e77-a213-4f28-87f3-22d282256d21 -> ../../sdb1 lrwxrwxrwx 1 root 0 10 Jul 22 23:18 C0C2-4692 -> ../../sda1 lrwxrwxrwx 1 root 0 10 Jul 22 23:18 ccd96930-a3ac-4ebe-93f2-ca943bbdfb68 -> ../../sda2 + for _i in '/etc/conf.d/*.conf' + '[' -f /etc/conf.d/systemd.conf ']' + echo /etc/conf.d/systemd.conf /etc/conf.d/systemd.conf + cat /etc/conf.d/systemd.conf systemdutildir="/usr/lib/systemd" systemdsystemunitdir="/usr/lib/systemd/system" systemdsystemconfdir="/etc/systemd/system" + command -v lvm + lvm pvdisplay File descriptor 9 (/.console_lock) leaked on lvm invocation. Parent PID 1128: /bin/sh --- Physical volume --- PV Name /dev/mapper/crypt_sda2 VG Name vg-mga PV Size 19.70 GiB / not usable 0 Allocatable yes (but full) PE Size 4.00 MiB Total PE 5044 Free PE 0 Allocated PE 5044 PV UUID OVCE4E-mUd6-JOYE-KZnD-P5ce-XzyJ-f9Dary + lvm vgdisplay File descriptor 9 (/.console_lock) leaked on lvm invocation. Parent PID 1128: /bin/sh --- Volume group --- VG Name vg-mga System ID Format lvm2 Metadata Areas 1 Metadata Sequence No 2 VG Access read/write VG Status resizable MAX LV 0 Cur LV 1 Open LV 0 Max PV 0 Cur PV 1 Act PV 1 VG Size 19.70 GiB PE Size 4.00 MiB Total PE 5044 Alloc PE / Size 5044 / 19.70 GiB Free PE / Size 0 / 0 VG UUID 8oHzky-2Blx-nMhd-o7z7-xeEs-RzEL-hkdfXf + lvm lvdisplay File descriptor 9 (/.console_lock) leaked on lvm invocation. Parent PID 1128: /bin/sh --- Logical volume --- LV Path /dev/vg-mga/1 LV Name 1 VG Name vg-mga LV UUID NiQhch-sW3f-wC6u-sByc-98UN-rcUl-ZesSeZ LV Write Access read/write LV Creation host, time localhost, 2015-07-22 22:40:29 +0000 LV Status suspended # open 0 LV Size 19.70 GiB Current LE 5044 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 252:1 + command -v dmsetup + dmsetup ls --tree crypt_sda2 (252:0) `- (8:2) vg--mga-1 (252:1) + cat /proc/mdstat Personalities : unused devices: <none> + command -v ip + command -v journalctl + dmesg [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.19.8-desktop-3.mga5 (iurt@ecosse.mageia.org) (gcc version 4.9.2 (GCC) ) #1 SMP Sat Jun 13 17:05:48 UTC 2015 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-desktop root=/dev/mapper/vg--mga-1 ro splash quiet noiswmd [ 0.000000] tseg: 0000000000 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003e9defff] usable [ 0.000000] BIOS-e820: [mem 0x000000003e9df000-0x000000003e9ebfff] type 20 [ 0.000000] BIOS-e820: [mem 0x000000003e9ec000-0x000000003fb6bfff] usable [ 0.000000] BIOS-e820: [mem 0x000000003fb6c000-0x000000003fb9bfff] type 20 [ 0.000000] BIOS-e820: [mem 0x000000003fb9c000-0x000000003fbc3fff] reserved [ 0.000000] BIOS-e820: [mem 0x000000003fbc4000-0x000000003fbcbfff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000003fbcc000-0x000000003fbcffff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000003fbd0000-0x000000003ffcffff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffd0000-0x000000003ffeffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] efi: EFI v2.31 by EDK II [ 0.000000] efi: ACPI=0x3fbcb000 ACPI 2.0=0x3fbcb014 SMBIOS=0x3fbce000 MPS=0x3fbcd000 [ 0.000000] efi: mem00: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000000000-0x00000000000a0000) (0MB) [ 0.000000] efi: mem01: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x0000000000100000-0x000000000147c000) (19MB) [ 0.000000] efi: mem02: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000000147c000-0x0000000002000000) (11MB) [ 0.000000] efi: mem03: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x0000000002000000-0x0000000002600000) (6MB) [ 0.000000] efi: mem04: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000002600000-0x0000000003000000) (10MB) [ 0.000000] efi: mem05: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x0000000003000000-0x000000000437c000) (19MB) [ 0.000000] efi: mem06: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000000437c000-0x000000002ca2a000) (646MB) [ 0.000000] efi: mem07: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000002ca2a000-0x000000003c000000) (245MB) [ 0.000000] efi: mem08: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000003c000000-0x000000003c020000) (0MB) [ 0.000000] efi: mem09: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000003c020000-0x000000003ddc3000) (29MB) [ 0.000000] efi: mem10: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000003ddc3000-0x000000003e1a6000) (3MB) [ 0.000000] efi: mem11: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000003e1a6000-0x000000003e204000) (0MB) [ 0.000000] efi: mem12: [Loader Code | | | | | |WB|WT|WC|UC] range=[0x000000003e204000-0x000000003e23a000) (0MB) [ 0.000000] efi: mem13: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000003e23a000-0x000000003e270000) (0MB) [ 0.000000] efi: mem14: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000003e270000-0x000000003e292000) (0MB) [ 0.000000] efi: mem15: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000003e292000-0x000000003e2ab000) (0MB) [ 0.000000] efi: mem16: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000003e2ab000-0x000000003e2b5000) (0MB) [ 0.000000] efi: mem17: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000003e2b5000-0x000000003e2ca000) (0MB) [ 0.000000] efi: mem18: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000003e2ca000-0x000000003e2cc000) (0MB) [ 0.000000] efi: mem19: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000003e2cc000-0x000000003e396000) (0MB) [ 0.000000] efi: mem20: [Loader Code | | | | | |WB|WT|WC|UC] range=[0x000000003e396000-0x000000003e45d000) (0MB) [ 0.000000] efi: mem21: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000003e45d000-0x000000003e9df000) (5MB) [ 0.000000] efi: mem22: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x000000003e9df000-0x000000003e9ec000) (0MB) [ 0.000000] efi: mem23: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000003e9ec000-0x000000003f9ec000) (16MB) [ 0.000000] efi: mem24: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000003f9ec000-0x000000003f9ef000) (0MB) [ 0.000000] efi: mem25: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x000000003f9ef000-0x000000003fb6c000) (1MB) [ 0.000000] efi: mem26: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x000000003fb6c000-0x000000003fb9c000) (0MB) [ 0.000000] efi: mem27: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x000000003fb9c000-0x000000003fbc0000) (0MB) [ 0.000000] efi: mem28: [Reserved | | | | | |WB|WT|WC|UC] range=[0x000000003fbc0000-0x000000003fbc4000) (0MB) [ 0.000000] efi: mem29: [ACPI Reclaim Memory| | | | | |WB|WT|WC|UC] range=[0x000000003fbc4000-0x000000003fbcc000) (0MB) [ 0.000000] efi: mem30: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x000000003fbcc000-0x000000003fbd0000) (0MB) [ 0.000000] efi: mem31: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000003fbd0000-0x000000003ffd0000) (4MB) [ 0.000000] efi: mem32: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x000000003ffd0000-0x000000003fff0000) (0MB) [ 0.000000] SMBIOS 2.5 present. [ 0.000000] DMI: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006 [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] AGP: No AGP bridge found [ 0.000000] e820: last_pfn = 0x3ffd0 max_arch_pfn = 0x400000000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR variable ranges disabled: [ 0.000000] PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC [ 0.000000] CPU MTRRs all blank - virtualized system. [ 0.000000] found SMP MP-table at [mem 0x0009fff0-0x0009ffff] mapped at [ffff88000009fff0] [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576 [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] [mem 0x00000000-0x000fffff] page 4k [ 0.000000] BRK [0x03f2e000, 0x03f2efff] PGTABLE [ 0.000000] BRK [0x03f2f000, 0x03f2ffff] PGTABLE [ 0.000000] BRK [0x03f30000, 0x03f30fff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x3da00000-0x3dbfffff] [ 0.000000] [mem 0x3da00000-0x3dbfffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x20000000-0x3d9fffff] [ 0.000000] [mem 0x20000000-0x3d9fffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff] [ 0.000000] [mem 0x00100000-0x001fffff] page 4k [ 0.000000] [mem 0x00200000-0x1fffffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x3dc00000-0x3e9defff] [ 0.000000] [mem 0x3dc00000-0x3e7fffff] page 2M [ 0.000000] [mem 0x3e800000-0x3e9defff] page 4k [ 0.000000] BRK [0x03f31000, 0x03f31fff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x3e9ec000-0x3fb6bfff] [ 0.000000] [mem 0x3e9ec000-0x3e9fffff] page 4k [ 0.000000] [mem 0x3ea00000-0x3f9fffff] page 2M [ 0.000000] [mem 0x3fa00000-0x3fb6bfff] page 4k [ 0.000000] BRK [0x03f32000, 0x03f32fff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x3fbd0000-0x3ffcffff] [ 0.000000] [mem 0x3fbd0000-0x3fbfffff] page 4k [ 0.000000] [mem 0x3fc00000-0x3fdfffff] page 2M [ 0.000000] [mem 0x3fe00000-0x3ffcffff] page 4k [ 0.000000] BRK [0x03f33000, 0x03f33fff] PGTABLE [ 0.000000] RAMDISK: [mem 0x36cbe000-0x37656fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x000000003FBCB014 000024 (v02 VBOX ) [ 0.000000] ACPI: XSDT 0x000000003FBCA0E8 00003C (v01 VBOX VBOXFACP 00000001 01000013) [ 0.000000] ACPI: FACP 0x000000003FBC8000 0000F4 (v04 VBOX VBOXFACP 00000001 ASL 00000061) [ 0.000000] ACPI: DSDT 0x000000003FBC6000 001BF1 (v01 VBOX VBOXBIOS 00000002 INTL 20140926) [ 0.000000] ACPI: FACS 0x000000003FBCF000 000040 [ 0.000000] ACPI: APIC 0x000000003FBC9000 000054 (v02 VBOX VBOXAPIC 00000001 ASL 00000061) [ 0.000000] ACPI: SSDT 0x000000003FBC5000 0001CC (v01 VBOX VBOXCPUT 00000002 INTL 20140926) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffcffff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3e458000-0x3e45cfff] [ 0.000000] [ffffea0000000000-ffffea0000ffffff] PMD -> [ffff88003c400000-ffff88003d3fffff] on node 0 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0x3ffcffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009ffff] [ 0.000000] node 0: [mem 0x00100000-0x3e9defff] [ 0.000000] node 0: [mem 0x3e9ec000-0x3fb6bfff] [ 0.000000] node 0: [mem 0x3fbd0000-0x3ffcffff] [ 0.000000] Initmem setup node 0 [mem 0x00001000-0x3ffcffff] [ 0.000000] On node 0 totalpages: 261886 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 23 pages reserved [ 0.000000] DMA zone: 3999 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 4032 pages used for memmap [ 0.000000] DMA32 zone: 257887 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x4008 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] IOAPIC[0]: apic_id 1, 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 9 global_irq 9 high level) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0x3e9df000-0x3e9ebfff] [ 0.000000] PM: Registered nosave memory: [mem 0x3fb6c000-0x3fb9bfff] [ 0.000000] PM: Registered nosave memory: [mem 0x3fb9c000-0x3fbc3fff] [ 0.000000] PM: Registered nosave memory: [mem 0x3fbc4000-0x3fbcbfff] [ 0.000000] PM: Registered nosave memory: [mem 0x3fbcc000-0x3fbcffff] [ 0.000000] e820: [mem 0x3fff0000-0xffffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff88003da00000 s84864 r8192 d29824 u2097152 [ 0.000000] pcpu-alloc: s84864 r8192 d29824 u2097152 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257767 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-desktop root=/dev/mapper/vg--mga-1 ro splash quiet noiswmd [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] AGP: Checking aperture... [ 0.000000] AGP: No AGP bridge found [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing! [ 0.000000] Memory: 966364K/1047544K available (6962K kernel code, 1089K rwdata, 3444K rodata, 1312K init, 816K bss, 81180K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS:4352 nr_irqs:256 16 [ 0.000000] Console: colour dummy device 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.000000] tsc: Detected 2705.229 MHz processor [ 0.001023] Calibrating delay loop (skipped), value calculated using timer frequency.. 5410.45 BogoMIPS (lpj=2705229) [ 0.002009] pid_max: default: 32768 minimum: 301 [ 0.002017] ACPI: Core revision 20141107 [ 0.002976] ACPI: All ACPI Tables successfully acquired [ 0.004033] Security Framework initialized [ 0.004045] TOMOYO Linux initialized [ 0.004124] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.004507] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.004689] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.004694] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.004931] Initializing cgroup subsys devices [ 0.004937] Initializing cgroup subsys freezer [ 0.004940] Initializing cgroup subsys net_cls [ 0.004943] Initializing cgroup subsys blkio [ 0.005000] mce: CPU supports 0 MCE banks [ 0.005000] process: using AMD E400 aware idle routine [ 0.005000] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8 Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64, 1GB 0 [ 0.046979] Freeing SMP alternatives memory: 24K (ffffffff81e5a000 - ffffffff81e60000) [ 0.052982] ftrace: allocating 25868 entries in 102 pages [ 0.069472] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.079833] smpboot: CPU0: AMD Athlon(tm) 7750 Dual-Core Processor (fam: 10, model: 02, stepping: 03) [ 0.080000] Performance Events: Broken PMU hardware detected, using software events only. [ 0.080000] Failed to access perfctr msr (MSR c0010004 is 0) [ 0.080000] MCE: In-kernel MCE decoding enabled. [ 0.080000] x86: Booted up 1 node, 1 CPUs [ 0.080000] smpboot: Total of 1 processors activated (5410.45 BogoMIPS) [ 0.080000] devtmpfs: initialized [ 0.083649] PM: Registering ACPI NVS region [mem 0x3fbcc000-0x3fbcffff] (16384 bytes) [ 0.083975] xor: measuring software checksum speed [ 0.093149] prefetch64-sse: 1040.000 MB/sec [ 0.103388] generic_sse: 1384.000 MB/sec [ 0.103554] xor: using function: generic_sse (1384.000 MB/sec) [ 0.103971] pinctrl core: initialized pinctrl subsystem [ 0.104559] RTC time: 23:18:05, date: 07/22/15 [ 0.105018] NET: Registered protocol family 16 [ 0.105239] cpuidle: using governor ladder [ 0.105242] cpuidle: using governor menu [ 0.105517] ACPI: bus type PCI registered [ 0.105519] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.105630] PCI: Using configuration type 1 for base access [ 0.105632] PCI: Using configuration type 1 for extended access [ 0.124128] raid6: sse2x1 2339 MB/s [ 0.141226] raid6: sse2x2 2882 MB/s [ 0.158241] raid6: sse2x4 2925 MB/s [ 0.158302] raid6: using algorithm sse2x4 (2925 MB/s) [ 0.158356] raid6: using intx1 recovery algorithm [ 0.158844] ACPI: Added _OSI(Module Device) [ 0.158858] ACPI: Added _OSI(Processor Device) [ 0.158871] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.158883] ACPI: Added _OSI(Processor Aggregator Device) [ 0.159418] ACPI: Executed 1 blocks of module-level executable AML code [ 0.161347] ACPI: Interpreter enabled [ 0.161356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20141107/hwxface-580) [ 0.161360] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20141107/hwxface-580) [ 0.161363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20141107/hwxface-580) [ 0.161367] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20141107/hwxface-580) [ 0.161372] ACPI: (supports S0 S5) [ 0.161374] ACPI: Using IOAPIC for interrupt routing [ 0.161547] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug [ 0.163692] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.163701] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.163705] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.163783] acpi PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored) [ 0.163786] acpi PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored) [ 0.163788] acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored) [ 0.163790] acpi PNP0A03:00: host bridge window [mem 0x40000000-0xffdfffff] (ignored) [ 0.163792] PCI: root bus 00: using default resources [ 0.164027] PCI host bridge to bus 0000:00 [ 0.164031] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.164033] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] [ 0.164035] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffffffff] [ 0.164071] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 [ 0.164615] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 [ 0.165143] pci 0000:00:01.1: [8086:7111] type 00 class 0x01018a [ 0.165457] pci 0000:00:01.1: reg 0x20: [io 0xc170-0xc17f] [ 0.165593] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.165595] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.165597] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.165599] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.165787] pci 0000:00:02.0: [80ee:beef] type 00 class 0x030000 [ 0.167710] pci 0000:00:02.0: reg 0x10: [mem 0x80000000-0x80ffffff pref] [ 0.180767] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000 [ 0.181731] pci 0000:00:03.0: reg 0x10: [mem 0x81400000-0x8141ffff] [ 0.184836] pci 0000:00:03.0: reg 0x18: [io 0xc190-0xc197] [ 0.193650] pci 0000:00:04.0: [80ee:cafe] type 00 class 0x088000 [ 0.194702] pci 0000:00:04.0: reg 0x10: [io 0xc140-0xc15f] [ 0.196656] pci 0000:00:04.0: reg 0x14: [mem 0x81000000-0x813fffff] [ 0.197848] pci 0000:00:04.0: reg 0x18: [mem 0x81420000-0x81423fff pref] [ 0.206412] pci 0000:00:05.0: [8086:2415] type 00 class 0x040100 [ 0.206597] pci 0000:00:05.0: reg 0x10: [io 0xc000-0xc0ff] [ 0.206739] pci 0000:00:05.0: reg 0x14: [io 0xc100-0xc13f] [ 0.207522] pci 0000:00:06.0: [106b:003f] type 00 class 0x0c0310 [ 0.208526] pci 0000:00:06.0: reg 0x10: [mem 0x81427000-0x81427fff] [ 0.219452] pci 0000:00:07.0: [8086:7113] type 00 class 0x068000 [ 0.219973] pci 0000:00:07.0: can't claim BAR 13 [io 0x4000-0x403f]: address conflict with ACPI PM1a_EVT_BLK [io 0x4000-0x4003] [ 0.220645] pci 0000:00:0b.0: [8086:265c] type 00 class 0x0c0320 [ 0.221603] pci 0000:00:0b.0: reg 0x10: [mem 0x81426000-0x81426fff] [ 0.232572] pci 0000:00:0d.0: [8086:2829] type 00 class 0x010601 [ 0.233868] pci 0000:00:0d.0: reg 0x10: [io 0xc188-0xc18f] [ 0.237739] pci 0000:00:0d.0: reg 0x18: [io 0xc180-0xc187] [ 0.240877] pci 0000:00:0d.0: reg 0x20: [io 0xc160-0xc16f] [ 0.242840] pci 0000:00:0d.0: reg 0x24: [mem 0x81424000-0x81425fff] [ 0.247296] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 9 10 *11) [ 0.247612] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *9 10 11) [ 0.247772] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 9 10 *11) [ 0.247980] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 *9 10 11) [ 0.248130] ACPI: Enabled 2 GPEs in block 00 to 07 [ 0.248396] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.248400] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.248403] vgaarb: loaded [ 0.248405] vgaarb: bridge control possible 0000:00:02.0 [ 0.248700] SCSI subsystem initialized [ 0.248789] libata version 3.00 loaded. [ 0.248968] PCI: Using ACPI for IRQ routing [ 0.248971] PCI: pci_cache_line_size set to 64 bytes [ 0.249143] e820: reserve RAM buffer [mem 0x3e9df000-0x3fffffff] [ 0.249150] e820: reserve RAM buffer [mem 0x3fb6c000-0x3fffffff] [ 0.249152] e820: reserve RAM buffer [mem 0x3ffd0000-0x3fffffff] [ 0.249321] NetLabel: Initializing [ 0.249322] NetLabel: domain hash size = 128 [ 0.249323] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.249336] NetLabel: unlabeled traffic allowed by default [ 0.249426] Switched to clocksource refined-jiffies [ 0.257251] pnp: PnP ACPI init [ 0.257375] pnp 00:00: Plug and Play ACPI device, IDs PNP0303 (active) [ 0.257469] pnp 00:01: Plug and Play ACPI device, IDs PNP0f03 (active) [ 0.257522] pnp 00:02: Plug and Play ACPI device, IDs PNP0400 (active) [ 0.258070] pnp: PnP ACPI: found 3 devices [ 0.263997] Switched to clocksource acpi_pm [ 0.263997] pci 0000:00:07.0: BAR 13: [io 0x4000-0x403f] has bogus alignment [ 0.263997] pci_bus 0000:00: resource 4 [io 0x0000-0xffff] [ 0.263997] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffffffff] [ 0.263997] NET: Registered protocol family 2 [ 0.264166] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 0.264199] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 0.264251] TCP: Hash tables configured (established 8192 bind 8192) [ 0.264309] TCP: reno registered [ 0.264312] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.264322] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.264371] NET: Registered protocol family 1 [ 0.264388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264423] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.264452] pci 0000:00:02.0: Video device with shadowed ROM [ 0.266478] PCI: CLS 64 bytes, default 64 [ 0.266584] Trying to unpack rootfs image as initramfs... [ 0.402922] Freeing initrd memory: 9828K (ffff880036cbe000 - ffff880037657000) [ 0.403204] platform rtc_cmos: registered platform RTC device (no PNP device found) [ 0.403584] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.403612] audit: initializing netlink subsys (disabled) [ 0.403634] audit: type=2000 audit(1437607085.403:1): initialized [ 0.403996] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.405667] zpool: loaded [ 0.405686] zbud: loaded [ 0.405997] VFS: Disk quotas dquot_6.5.2 [ 0.406111] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.406819] bounce: pool size: 64 pages [ 0.406861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.406908] io scheduler noop registered [ 0.406911] io scheduler deadline registered [ 0.406942] io scheduler cfq registered (default) [ 0.407081] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.407098] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.407157] efifb: probing for efifb [ 0.407177] efifb: framebuffer at 0x80000000, mapped to 0xffffc90000200000, using 3072k, total 3072k [ 0.407179] efifb: mode is 1024x768x32, linelength=4096, pages=1 [ 0.407180] efifb: scrolling: redraw [ 0.407182] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 0.413502] Console: switching to colour frame buffer device 128x48 [ 0.417575] fb0: EFI VGA frame buffer device [ 0.417753] GHES: HEST is not enabled! [ 0.417965] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.418173] Linux agpgart interface v0.103 [ 0.420332] brd: module loaded [ 0.420584] ahci 0000:00:0d.0: version 3.0 [ 0.421326] ahci 0000:00:0d.0: SSS flag set, parallel bus scan disabled [ 0.421539] ahci 0000:00:0d.0: AHCI 0001.0100 32 slots 2 ports 3 Gbps 0x3 impl SATA mode [ 0.421543] ahci 0000:00:0d.0: flags: 64bit ncq stag only ccc [ 0.422153] scsi host0: ahci [ 0.422315] scsi host1: ahci [ 0.422365] ata1: SATA max UDMA/133 abar m8192@0x81424000 port 0x81424100 irq 21 [ 0.422377] ata2: SATA max UDMA/133 abar m8192@0x81424000 port 0x81424180 irq 21 [ 0.422500] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 0.423526] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.423540] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.423838] mousedev: PS/2 mouse device common for all mice [ 0.424327] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 [ 0.426085] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0 [ 0.426146] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram [ 0.426170] ledtrig-cpu: registered to indicate activity on CPUs [ 0.426176] EFI Variables Facility v0.08 2004-May-17 [ 0.438829] TCP: cubic registered [ 0.438848] Key type dns_resolver registered [ 0.438851] mpls_gso: MPLS GSO support [ 0.439149] registered taskstats version 1 [ 0.439218] Btrfs loaded [ 0.439674] Magic number: 7:372:353 [ 0.440103] rtc_cmos rtc_cmos: setting system clock to 2015-07-22 23:18:06 UTC (1437607086) [ 0.440197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.440198] EDD information not available. [ 0.440261] PM: Hibernation image not present or could not be loaded. [ 0.631408] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2 [ 0.738107] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 0.738217] ata1.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133 [ 0.738220] ata1.00: 41943040 sectors, multi 128: LBA48 NCQ (depth 31/32) [ 0.738314] ata1.00: configured for UDMA/133 [ 0.738466] scsi 0:0:0:0: Direct-Access ATA VBOX HARDDISK 1.0 PQ: 0 ANSI: 5 [ 0.738766] sd 0:0:0:0: [sda] 41943040 512-byte logical blocks: (21.4 GB/20.0 GiB) [ 0.738846] sd 0:0:0:0: [sda] Write Protect is off [ 0.738849] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 0.738872] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 0.759075] sda: sda1 sda2 [ 0.759448] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.046210] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 1.046371] ata2.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133 [ 1.046374] ata2.00: 4194304 sectors, multi 128: LBA48 NCQ (depth 31/32) [ 1.046508] ata2.00: configured for UDMA/133 [ 1.046669] scsi 1:0:0:0: Direct-Access ATA VBOX HARDDISK 1.0 PQ: 0 ANSI: 5 [ 1.046918] sd 1:0:0:0: [sdb] 4194304 512-byte logical blocks: (2.14 GB/2.00 GiB) [ 1.046972] sd 1:0:0:0: [sdb] Write Protect is off [ 1.046974] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00 [ 1.046997] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.077236] sdb: sdb1 [ 1.077537] sd 1:0:0:0: [sdb] Attached SCSI disk [ 1.078075] Freeing unused kernel memory: 1312K (ffffffff81d12000 - ffffffff81e5a000) [ 1.078079] Write protecting the kernel read-only data: 12288k [ 1.079609] Freeing unused kernel memory: 1220K (ffff8800036cf000 - ffff880003800000) [ 1.080015] Freeing unused kernel memory: 652K (ffff880003b5d000 - ffff880003c00000) [ 1.155583] dracut: dracut-038 [ 1.179141] ata_piix 0000:00:01.1: version 2.13 [ 1.179637] scsi host2: ata_piix [ 1.179718] scsi host3: ata_piix [ 1.179750] ata3: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xc170 irq 14 [ 1.179752] ata4: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xc178 irq 15 [ 1.331508] ata4.00: ATAPI: VBOX CD-ROM, 1.0, max UDMA/133 [ 1.331879] ata4.00: configured for UDMA/33 [ 1.332389] scsi 3:0:0:0: CD-ROM VBOX CD-ROM 1.0 PQ: 0 ANSI: 5 [ 1.404088] tsc: Refined TSC clocksource calibration: 2704.791 MHz [ 1.532630] device-mapper: uevent: version 1.0.3 [ 1.532760] device-mapper: ioctl: 4.29.0-ioctl (2014-10-28) initialised: dm-devel@redhat.com [ 1.557419] random: systemd-udevd urandom read with 30 bits of entropy available [ 1.650676] dracut: Starting plymouth daemon [ 2.408822] Switched to clocksource tsc [ 3.783407] Uniform Multi-Platform E-IDE driver [ 3.826675] sr 3:0:0:0: [sr0] scsi3-mmc drive: 32x/32x xa/form2 tray [ 3.826681] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 3.827372] sr 3:0:0:0: Attached scsi CD-ROM sr0 [ 3.885166] ACPI: bus type USB registered [ 3.885221] usbcore: registered new interface driver usbfs [ 3.885232] usbcore: registered new interface driver hub [ 3.886488] usbcore: registered new device driver usb [ 3.893914] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.936206] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.936210] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after [ 3.952542] ehci-pci: EHCI PCI platform driver [ 3.966766] ehci-pci 0000:00:0b.0: EHCI Host Controller [ 3.966796] ehci-pci 0000:00:0b.0: new USB bus registered, assigned bus number 1 [ 3.967021] ehci-pci 0000:00:0b.0: irq 19, io mem 0x81426000 [ 3.974309] ehci-pci 0000:00:0b.0: USB 2.0 started, EHCI 1.00 [ 3.974439] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 3.974441] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.974443] usb usb1: Product: EHCI Host Controller [ 3.974445] usb usb1: Manufacturer: Linux 3.19.8-desktop-3.mga5 ehci_hcd [ 3.974446] usb usb1: SerialNumber: 0000:00:0b.0 [ 3.974656] hub 1-0:1.0: USB hub found [ 3.974686] hub 1-0:1.0: 8 ports detected [ 3.976255] ohci-pci: OHCI PCI platform driver [ 3.976906] ohci-pci 0000:00:06.0: OHCI PCI host controller [ 3.976934] ohci-pci 0000:00:06.0: new USB bus registered, assigned bus number 2 [ 3.977021] ohci-pci 0000:00:06.0: irq 22, io mem 0x81427000 [ 4.026603] random: nonblocking pool is initialized [ 4.038011] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 [ 4.038057] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.038066] usb usb2: Product: OHCI PCI host controller [ 4.038069] usb usb2: Manufacturer: Linux 3.19.8-desktop-3.mga5 ohci_hcd [ 4.038071] usb usb2: SerialNumber: 0000:00:06.0 [ 4.038450] hub 2-0:1.0: USB hub found [ 4.038534] hub 2-0:1.0: 8 ports detected [ 4.331479] dracut: luksOpen /dev/sda2 crypt_sda2 [ 8.606083] NET: Registered protocol family 38 [ 9.698009] dracut: Scanning devices dm-0 for LVM logical volumes vg-mga/1 [ 9.739165] dracut: inactive '/dev/vg-mga/1' [19.70 GiB] inherit [ 9.799283] device-mapper: table: 252:1: dm-0 too small for target: start=2048, len=41320448, dev_size=41322463 [ 9.799855] dracut: device-mapper: resume ioctl on failed: Invalid argument [ 9.800498] dracut: Unable to resume vg--mga-1 (252:1) [ 30.843010] dracut: Scanning devices dm-0 for LVM logical volumes vg-mga/1 [ 30.949429] dracut: ACTIVE '/dev/vg-mga/1' [19.70 GiB] inherit [ 30.966326] dracut: PARTIAL MODE. Incomplete logical volumes will be processed. [ 31.005514] device-mapper: table: 252:1: dm-0 too small for target: start=2048, len=41320448, dev_size=41322463 [ 31.005911] dracut: device-mapper: resume ioctl on failed: Invalid argument [ 31.006165] dracut: Unable to resume vg--mga-1 (252:1) [ 41.112904] dracut Warning: Could not boot. [ 41.134180] dracut Warning: /dev/mapper/vg--mga-1 does not exist [ 41.134403] dracut Warning: /dev/vg-mga/1 does not exist + '[' -f /run/initramfs/init.log ']'
View Attachment As Raw
Actions:
View
Attachments on
bug 16449
: 6862