[SOLVED] LVM GRUB2 no volume groups found?

Hi.
I have installed Arch with LVM on a macbook pro. Since I installed /boot inside the LVM, I had to install GRUB2-efi also (the mac uses EFI).
When I boot, I am able to get to the GRUB2 menu but when I try to start Arch, I get this error:
No volume groups found
ERROR: Unable to determine major/minor number of root device '(Arch_Linux-boot)'
And right before the GRUB2 menu appears, an error message flashes so quickly I can only make out the word "failed".
Arch is in an extended partition (/dev/sda3) with root, boot, var, home and swap on their own separate partitions.
In /etc/default/grub (NOT on the CD), I added "lvm2" to GRUB_PRELOAD_MODULES and added "root=(Arch_Linux-boot)" to GRUB_CMDLINE_LINUX. Arch_Linux is the volume group and boot is the boot partition. During installation, I set USELVM="yes" (in the first configuration file in the configure system phase) and added an lvm2 hook in the mkinitcpio configuration file (during installation also).
Also, when I try to boot OS X (using GRUB2), it seems to boot (spits out some console stuff) then gets stuck. By holding Option at startup and selecting the OS X partition, I can boot into OS X. The same doesn't work with Arch.
My guess is that it's not finding the volume group (Arch_Linux) because I got the configuration file wrong or something.
So is
#Settings I added in /etc/default/grub
GRUB_CMDLINE_LINUX="root=(Arch_Linux-boot)"
GRUB_PRELOAD_MODULES="lvm2"
valid? Or is something wrong here?
Last edited by Splooshie123 (2012-04-03 02:35:54)

Lennie wrote:In your other thread you used the words 'extended partition' and 'LVM' as if they mean the same thing, but they are actually two different thing. So which of them did you use? If you just installed Arch on logical partitions, then you don't need to do any special configuration because of that. Linux doesn't care if it's installed on primary or logical partition(s).
Sorry if I wasn't clear. I installed Arch in several logical partitions within an extended partition.
I believe I'm close to figuring out what's wrong. Apparently I am able to access the logical partitions by using the fallback image.
Because the fallback image works but the other one doesn't, it might be the hooks.
I read that the fallback image doesn't load the autodetect hook. I also know that putting a hook before autodetect has the effect of sort of "exempting" the hook from autodetect.
I recall getting a 'no controller found' error when booting the image with autodetect so I'm guessing it might be the sata hook.
I'll try regenerating the images with sata before the autodetect hook.
PS: If my post looks a bit "unformatted" with no spaces between paragraphs, its because I'm typing this from lynx, a text-based web browser, and I'm not that familiar with it yet.

Similar Messages

  • Lvm2 on LUKS @ boot time: volume group found but not importing

    I have so far succeeded in making ArchLinux boot as far as properly asking for my encrypted partition's passphrase and unlocking the encrypted partition (/dev/sda2) whererein lies the root filesystem; the encrypted partition contains a lvm2 group that has logical volumes on it for swap and root.  However, instead of importing the group, it simply acknowledges that one exists;
    :: Running Hook [lvm2]
    Scanning logical volumes...
    Reading all physical volumes. This may take a while...
    Found exported volume group "crypt" using metadata type lvm2
    Activating logical volumes...
    Volume group "crypt" is exported
    Waiting 10 seconds for device /dev/mapper/crypt-root ...
    Root device '/dev/mapper/crypt-root' doesn't exist. Attempting to create it
    Should I just increase timeout (and how do I?), or is there something else I must enable? The last 4 of my hooks are (and I know them by heart at this point): usbinput encrypt lvm2 filesystems. I do not have
    I am at my wits' end. I've tried everything from different mount points in fstab (i.e. /dev/crypt/root instead of /dev/mapper/crypt-root) to putting the encrypted partition in /etc/crypttab to changing the order of "root=" and "cryptdevice=" in the kernel parameters in menu.lst, and this is as far as I have gotten.
    Last edited by deconstrained (2010-11-18 11:33:47)

    In https://bbs.archlinux.org/viewtopic.php?id=164267
    there is a similar issue of today, but with a UUID naming instead of a label. Maybe you want to try the workaround described there with an udev-rule. If you re-typed the kernel line, please double-check it (asking that because you have lvm and LVM in there).
    What's the problem with the "block" hook for you regarding the partition size?
    The initramfs does not fit with the block hook? I'm asking that too, because the "block" hook includes the old "usb" one.
    Is the usb-stick there at "/dev/disk/by-label/MARTINC" after boot?

  • Issue with LVM and 2 volume groups.

    I have 2 physical disks with one volume group on each of them. First contains root and /home. Second one contains /var and swap. After update I got "Timeout error" for /var and swap. I can boot in emergency systemd mode and can clearly see /var and swap partitions. I have lvm2 hook after udev and before fiesystems. I done latest changes to LVM long before and everything worked fine.
    Any advice? Thank you.
    Last edited by Gonzih (2013-05-03 13:33:15)

    Yep, I can see them and mount them (logical volumes). I booted with debug log level for systemd and log target to kmsg. But I can't find anything interesting in logs.
    here is dmesg output:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.8.10-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.0 20130411 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Apr 27 12:36:59 CEST 2013
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/SSDVolGroup-root ro resume=/dev/mapper/MainVolGroup-swap systemd.log_level=debug systemd.log_target=kmsg log_buf_len=1M
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000aac0bfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000aac0c000-0x00000000aad8dfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000aad8e000-0x00000000aad93fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000aad94000-0x00000000aad94fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000aad95000-0x00000000aad95fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000aad96000-0x00000000aadb7fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000aadb8000-0x00000000aadc5fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000aadc6000-0x00000000aade7fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000aade8000-0x00000000aae21fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000aae22000-0x00000000aafe7fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000aafe8000-0x00000000aaffcfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000aaffd000-0x00000000aaffffff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000ab000000-0x00000000afffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff980000-0x00000000ffbfffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000024f7fffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.6 present.
    [ 0.000000] DMI: ASUSTeK Computer Inc. N55SL/N55SL, BIOS N55SL.201 11/10/2011
    [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x24f800 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-E7FFF uncachable
    [ 0.000000] E8000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 080000000 mask FE0000000 write-back
    [ 0.000000] 2 base 0A0000000 mask FF8000000 write-back
    [ 0.000000] 3 base 0A8000000 mask FFC000000 write-back
    [ 0.000000] 4 base 0AB000000 mask FFF000000 uncachable
    [ 0.000000] 5 base 100000000 mask F00000000 write-back
    [ 0.000000] 6 base 200000000 mask FC0000000 write-back
    [ 0.000000] 7 base 240000000 mask FF0000000 write-back
    [ 0.000000] 8 base 24F800000 mask FFF800000 uncachable
    [ 0.000000] 9 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0xab000000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xaaffd max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000fcc80-0x000fcc8f] mapped at [ffff8800000fcc80]
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
    [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
    [ 0.000000] reserving inaccessible SNB gfx pages
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0xaaffcfff]
    [ 0.000000] [mem 0x00000000-0xaadfffff] page 2M
    [ 0.000000] [mem 0xaae00000-0xaaffcfff] page 4k
    [ 0.000000] kernel direct mapping tables up to 0xaaffcfff @ [mem 0x1fffb000-0x1fffffff]
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x24f7fffff]
    [ 0.000000] [mem 0x100000000-0x24f7fffff] page 2M
    [ 0.000000] kernel direct mapping tables up to 0x24f7fffff @ [mem 0xaaff6000-0xaaffcfff]
    [ 0.000000] log_buf_len: 1048576
    [ 0.000000] early log buf free: 519132(99%)
    [ 0.000000] RAMDISK: [mem 0x378d0000-0x37c5ffff]
    [ 0.000000] ACPI: RSDP 00000000000f0430 00024 (v02 _ASUS_)
    [ 0.000000] ACPI: XSDT 00000000aaffee18 00074 (v01 _ASUS_ Notebook 06222004 MSFT 00010013)
    [ 0.000000] ACPI: FACP 00000000aaf9ad98 000F4 (v04 _ASUS_ Notebook 06222004 MSFT 00010013)
    [ 0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20121018/tbfadt-394)
    [ 0.000000] ACPI BIOS Bug: Warning: 32/64X FACS address mismatch in FADT - 0xAAFE4E40/0x00000000AAFE4D40, using 32 (20121018/tbfadt-521)
    [ 0.000000] ACPI: DSDT 00000000aaf85018 14057 (v01 _ASUS_ Notebook 00000000 INTL 20091112)
    [ 0.000000] ACPI: FACS 00000000aafe4e40 00040
    [ 0.000000] ACPI: APIC 00000000aaffdf18 000CC (v02 _ASUS_ Notebook 06222004 MSFT 00010013)
    [ 0.000000] ACPI: DBGP 00000000aaffff18 00034 (v01 _ASUS_ Notebook 06222004 MSFT 00010013)
    [ 0.000000] ACPI: ECDT 00000000aafe4b18 000C1 (v01 _ASUS_ Notebook 06222004 AMI. 00000003)
    [ 0.000000] ACPI: SLIC 00000000aaf9be18 00176 (v01 _ASUS_ Notebook 06222004 ASUS 00000001)
    [ 0.000000] ACPI: HPET 00000000aafe5d18 00038 (v01 _ASUS_ Notebook 06222004 AMI. 00000003)
    [ 0.000000] ACPI: MCFG 00000000aafe5c98 0003C (v01 _ASUS_ Notebook 06222004 MSFT 00000097)
    [ 0.000000] ACPI: SSDT 00000000aaf84018 00955 (v01 PmRef Cpu0Ist 00003000 INTL 20091112)
    [ 0.000000] ACPI: SSDT 00000000aaf83018 00996 (v01 PmRef CpuPm 00003000 INTL 20091112)
    [ 0.000000] ACPI: ASF! 00000000aafe4a18 000A0 (v32 INTEL HCG 00000001 TFSM 000F4240)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000024f7fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x24f7fffff]
    [ 0.000000] NODE_DATA [mem 0x24f6fb000-0x24f6fffff]
    [ 0.000000] [ffffea0000000000-ffffea00093fffff] PMD -> [ffff880246e00000-ffff88024edfffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x24f7fffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00010000-0x0009dfff]
    [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
    [ 0.000000] node 0: [mem 0x20200000-0x3fffffff]
    [ 0.000000] node 0: [mem 0x40200000-0xaac0bfff]
    [ 0.000000] node 0: [mem 0xaad8e000-0xaad93fff]
    [ 0.000000] node 0: [mem 0xaad95000-0xaad95fff]
    [ 0.000000] node 0: [mem 0xaadb8000-0xaadc5fff]
    [ 0.000000] node 0: [mem 0xaade8000-0xaae21fff]
    [ 0.000000] node 0: [mem 0xaafe8000-0xaaffcfff]
    [ 0.000000] node 0: [mem 0x100000000-0x24f7fffff]
    [ 0.000000] On node 0 totalpages: 2072574
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 142 pages reserved
    [ 0.000000] DMA zone: 3776 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 10850 pages used for memmap
    [ 0.000000] DMA32 zone: 683534 pages, LIFO batch:31
    [ 0.000000] Normal zone: 21472 pages used for memmap
    [ 0.000000] Normal zone: 1352736 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled)
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, 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: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 16 CPUs, 8 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
    [ 0.000000] PM: Registered nosave memory: 0000000040000000 - 0000000040200000
    [ 0.000000] PM: Registered nosave memory: 00000000aac0c000 - 00000000aad8e000
    [ 0.000000] PM: Registered nosave memory: 00000000aad94000 - 00000000aad95000
    [ 0.000000] PM: Registered nosave memory: 00000000aad96000 - 00000000aadb8000
    [ 0.000000] PM: Registered nosave memory: 00000000aadc6000 - 00000000aade8000
    [ 0.000000] PM: Registered nosave memory: 00000000aae22000 - 00000000aafe8000
    [ 0.000000] PM: Registered nosave memory: 00000000aaffd000 - 00000000ab000000
    [ 0.000000] PM: Registered nosave memory: 00000000ab000000 - 00000000b0000000
    [ 0.000000] PM: Registered nosave memory: 00000000b0000000 - 00000000e0000000
    [ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000e4000000
    [ 0.000000] PM: Registered nosave memory: 00000000e4000000 - 00000000fec00000
    [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
    [ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed10000
    [ 0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed14000
    [ 0.000000] PM: Registered nosave memory: 00000000fed14000 - 00000000fed18000
    [ 0.000000] PM: Registered nosave memory: 00000000fed18000 - 00000000fed1a000
    [ 0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
    [ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
    [ 0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
    [ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    [ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff980000
    [ 0.000000] PM: Registered nosave memory: 00000000ff980000 - 00000000ffc00000
    [ 0.000000] PM: Registered nosave memory: 00000000ffc00000 - 00000000ffd80000
    [ 0.000000] PM: Registered nosave memory: 00000000ffd80000 - 0000000100000000
    [ 0.000000] e820: [mem 0xb0000000-0xdfffffff] 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:16 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88024f400000 s85184 r8192 d21312 u131072
    [ 0.000000] pcpu-alloc: s85184 r8192 d21312 u131072 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2040046
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/SSDVolGroup-root ro resume=/dev/mapper/MainVolGroup-swap systemd.log_level=debug systemd.log_target=kmsg log_buf_len=1M
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] Checking aperture...
    [ 0.000000] 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: 8074672k/9691136k available (4908k kernel code, 1400840k absent, 215624k reserved, 4024k data, 820k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=16.
    [ 0.000000] NR_IRQS:4352 nr_irqs:808 16
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 33554432 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 2194.984 MHz processor
    [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4391.88 BogoMIPS (lpj=7316613)
    [ 0.000006] pid_max: default: 32768 minimum: 301
    [ 0.000039] Security Framework initialized
    [ 0.000045] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000573] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.002327] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.003081] Mount-cache hash table entries: 256
    [ 0.003260] Initializing cgroup subsys cpuacct
    [ 0.003262] Initializing cgroup subsys memory
    [ 0.003269] Initializing cgroup subsys devices
    [ 0.003271] Initializing cgroup subsys freezer
    [ 0.003272] Initializing cgroup subsys net_cls
    [ 0.003274] Initializing cgroup subsys blkio
    [ 0.003298] CPU: Physical Processor ID: 0
    [ 0.003299] CPU: Processor Core ID: 0
    [ 0.003304] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.003307] mce: CPU supports 9 MCE banks
    [ 0.003321] CPU0: Thermal monitoring enabled (TM1)
    [ 0.003330] process: using mwait in idle threads
    [ 0.003333] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    tlb_flushall_shift: 5
    [ 0.003497] Freeing SMP alternatives: 20k freed
    [ 0.004779] ACPI: Core revision 20121018
    [ 0.048855] ftrace: allocating 19313 entries in 76 pages
    [ 0.059156] Switched APIC routing to physical flat.
    [ 0.059575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.092543] smpboot: CPU0: Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz (fam: 06, model: 2a, stepping: 07)
    [ 0.092551] TSC deadline timer enabled
    [ 0.092554] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, Intel PMU driver.
    [ 0.092560] perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode
    [ 0.092562] ... version: 3
    [ 0.092563] ... bit width: 48
    [ 0.092564] ... generic registers: 4
    [ 0.092565] ... value mask: 0000ffffffffffff
    [ 0.092567] ... max period: 000000007fffffff
    [ 0.092568] ... fixed-purpose events: 3
    [ 0.092569] ... event mask: 000000070000000f
    [ 0.145921] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.132666] smpboot: Booting Node 0, Processors #1 #2 #3 #4 #5 #6 #7
    [ 0.252559] Brought up 8 CPUs
    [ 0.252563] smpboot: Total of 8 processors activated (35133.06 BogoMIPS)
    [ 0.260397] devtmpfs: initialized
    [ 0.261702] PM: Registering ACPI NVS region [mem 0xaae22000-0xaafe7fff] (1859584 bytes)
    [ 0.262489] RTC time: 13:35:47, date: 05/03/13
    [ 0.262533] NET: Registered protocol family 16
    [ 0.262683] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.262685] ACPI: bus type pci registered
    [ 0.262752] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
    [ 0.262754] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
    [ 0.271626] PCI: Using configuration type 1 for base access
    [ 0.271915] mtrr: your CPUs had inconsistent variable MTRR settings
    [ 0.271916] mtrr: probably your BIOS does not setup all CPUs.
    [ 0.271917] mtrr: corrected configuration.
    [ 0.272339] bio: create slab <bio-0> at 0
    [ 0.272400] ACPI: Added _OSI(Module Device)
    [ 0.272402] ACPI: Added _OSI(Processor Device)
    [ 0.272403] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.272405] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.274772] ACPI: EC: EC description table is found, configuring boot EC
    [ 0.274777] ACPI: EC: Look up EC in DSDT
    [ 0.277260] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.280704] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.334137] ACPI: SSDT 00000000aadca798 0073F (v01 PmRef Cpu0Cst 00003001 INTL 20091112)
    [ 0.334721] ACPI: Dynamic OEM Table Load:
    [ 0.334724] ACPI: SSDT (null) 0073F (v01 PmRef Cpu0Cst 00003001 INTL 20091112)
    [ 0.335028] ACPI: SSDT 00000000aadcba98 00303 (v01 PmRef ApIst 00003000 INTL 20091112)
    [ 0.335636] ACPI: Dynamic OEM Table Load:
    [ 0.335639] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20091112)
    [ 0.335809] ACPI: SSDT 00000000aadc9d98 00119 (v01 PmRef ApCst 00003000 INTL 20091112)
    [ 0.336390] ACPI: Dynamic OEM Table Load:
    [ 0.336393] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20091112)
    [ 0.337542] ACPI: Interpreter enabled
    [ 0.337547] ACPI: (supports S0 S3 S4 S5)
    [ 0.337567] ACPI: Using IOAPIC for interrupt routing
    [ 0.343600] ACPI: EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
    [ 0.343756] ACPI: No dock devices found.
    [ 0.343760] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.343970] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.343973] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.344693] PCI host bridge to bus 0000:00
    [ 0.344696] pci_bus 0000:00: root bus resource [bus 00-3e]
    [ 0.344698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.344700] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.344702] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.344704] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    [ 0.344706] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.344708] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.344709] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.344711] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    [ 0.344713] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    [ 0.344715] pci_bus 0000:00: root bus resource [mem 0xb0000000-0xfeafffff]
    [ 0.344717] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
    [ 0.344725] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
    [ 0.344763] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
    [ 0.344796] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.344816] pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
    [ 0.344827] pci 0000:00:02.0: reg 10: [mem 0xdc400000-0xdc7fffff 64bit]
    [ 0.344834] pci 0000:00:02.0: reg 18: [mem 0xb0000000-0xbfffffff 64bit pref]
    [ 0.344839] pci 0000:00:02.0: reg 20: [io 0xe000-0xe03f]
    [ 0.344895] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
    [ 0.344920] pci 0000:00:16.0: reg 10: [mem 0xdf00b000-0xdf00b00f 64bit]
    [ 0.344999] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.345035] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
    [ 0.345058] pci 0000:00:1a.0: reg 10: [mem 0xdf008000-0xdf0083ff]
    [ 0.345152] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.345180] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
    [ 0.345197] pci 0000:00:1b.0: reg 10: [mem 0xdf000000-0xdf003fff 64bit]
    [ 0.345268] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.345294] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
    [ 0.345376] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.345403] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
    [ 0.345486] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.345517] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
    [ 0.345598] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.345627] pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400
    [ 0.345709] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.345744] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
    [ 0.345766] pci 0000:00:1d.0: reg 10: [mem 0xdf007000-0xdf0073ff]
    [ 0.345860] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.345889] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100
    [ 0.346019] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
    [ 0.346039] pci 0000:00:1f.2: reg 10: [io 0xe0b0-0xe0b7]
    [ 0.346048] pci 0000:00:1f.2: reg 14: [io 0xe0a0-0xe0a3]
    [ 0.346056] pci 0000:00:1f.2: reg 18: [io 0xe090-0xe097]
    [ 0.346065] pci 0000:00:1f.2: reg 1c: [io 0xe080-0xe083]
    [ 0.346074] pci 0000:00:1f.2: reg 20: [io 0xe060-0xe07f]
    [ 0.346082] pci 0000:00:1f.2: reg 24: [mem 0xdf006000-0xdf0067ff]
    [ 0.346131] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.346151] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
    [ 0.346167] pci 0000:00:1f.3: reg 10: [mem 0xdf005000-0xdf0050ff 64bit]
    [ 0.346189] pci 0000:00:1f.3: reg 20: [io 0xe040-0xe05f]
    [ 0.346253] pci 0000:01:00.0: [10de:1247] type 00 class 0x030000
    [ 0.346266] pci 0000:01:00.0: reg 10: [mem 0xda000000-0xdbffffff]
    [ 0.346279] pci 0000:01:00.0: reg 14: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.346292] pci 0000:01:00.0: reg 1c: [mem 0xd0000000-0xd3ffffff 64bit pref]
    [ 0.346301] pci 0000:01:00.0: reg 24: [io 0xd000-0xd07f]
    [ 0.346310] pci 0000:01:00.0: reg 30: [mem 0xdc000000-0xdc07ffff pref]
    [ 0.353417] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.353425] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 0.353432] pci 0000:00:01.0: bridge window [mem 0xda000000-0xdc0fffff]
    [ 0.353442] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd3ffffff 64bit pref]
    [ 0.353540] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.353544] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
    [ 0.353549] pci 0000:00:1c.0: bridge window [mem 0xde600000-0xdeffffff]
    [ 0.353556] pci 0000:00:1c.0: bridge window [mem 0xd6200000-0xd6bfffff 64bit pref]
    [ 0.353763] pci 0000:03:00.0: [8086:008a] type 00 class 0x028000
    [ 0.353907] pci 0000:03:00.0: reg 10: [mem 0xddc00000-0xddc01fff 64bit]
    [ 0.354584] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    [ 0.363542] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.363546] pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff]
    [ 0.363551] pci 0000:00:1c.1: bridge window [mem 0xddc00000-0xde5fffff]
    [ 0.363557] pci 0000:00:1c.1: bridge window [mem 0xd5700000-0xd60fffff 64bit pref]
    [ 0.363641] pci 0000:04:00.0: [1b21:1042] type 00 class 0x0c0330
    [ 0.363678] pci 0000:04:00.0: reg 10: [mem 0xdd200000-0xdd207fff 64bit]
    [ 0.363870] pci 0000:04:00.0: PME# supported from D3hot D3cold
    [ 0.373416] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [ 0.373426] pci 0000:00:1c.3: bridge window [io 0xa000-0xafff]
    [ 0.373435] pci 0000:00:1c.3: bridge window [mem 0xdd200000-0xddbfffff]
    [ 0.373449] pci 0000:00:1c.3: bridge window [mem 0xd4c00000-0xd55fffff 64bit pref]
    [ 0.373564] pci 0000:05:00.0: [1969:1083] type 00 class 0x020000
    [ 0.373593] pci 0000:05:00.0: reg 10: [mem 0xdc800000-0xdc83ffff 64bit]
    [ 0.373608] pci 0000:05:00.0: reg 18: [io 0x9000-0x907f]
    [ 0.373738] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.383416] pci 0000:00:1c.5: PCI bridge to [bus 05]
    [ 0.383425] pci 0000:00:1c.5: bridge window [io 0x9000-0x9fff]
    [ 0.383434] pci 0000:00:1c.5: bridge window [mem 0xdc800000-0xdd1fffff]
    [ 0.383448] pci 0000:00:1c.5: bridge window [mem 0xd4100000-0xd4afffff 64bit pref]
    [ 0.383531] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG0._PRT]
    [ 0.383599] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    [ 0.383633] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    [ 0.383666] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
    [ 0.383698] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
    [ 0.383884] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.384170] pci0000:00: ACPI _OSC control (0x1d) granted
    [ 0.385076] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
    [ 0.385119] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 12)
    [ 0.385160] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 10 12)
    [ 0.385199] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 12)
    [ 0.385240] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.385282] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.385326] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 12)
    [ 0.385366] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 12)
    [ 0.385442] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.385446] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
    [ 0.385448] vgaarb: loaded
    [ 0.385449] vgaarb: bridge control possible 0000:01:00.0
    [ 0.385450] vgaarb: no bridge control possible 0000:00:02.0
    [ 0.385484] PCI: Using ACPI for IRQ routing
    [ 0.387021] PCI: pci_cache_line_size set to 64 bytes
    [ 0.387097] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
    [ 0.387099] e820: reserve RAM buffer [mem 0xaac0c000-0xabffffff]
    [ 0.387102] e820: reserve RAM buffer [mem 0xaad94000-0xabffffff]
    [ 0.387104] e820: reserve RAM buffer [mem 0xaad96000-0xabffffff]
    [ 0.387105] e820: reserve RAM buffer [mem 0xaadc6000-0xabffffff]
    [ 0.387107] e820: reserve RAM buffer [mem 0xaae22000-0xabffffff]
    [ 0.387109] e820: reserve RAM buffer [mem 0xaaffd000-0xabffffff]
    [ 0.387110] e820: reserve RAM buffer [mem 0x24f800000-0x24fffffff]
    [ 0.387195] NetLabel: Initializing
    [ 0.387197] NetLabel: domain hash size = 128
    [ 0.387198] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.387208] NetLabel: unlabeled traffic allowed by default
    [ 0.387231] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.387236] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.389244] Switching to clocksource hpet
    [ 0.393649] pnp: PnP ACPI init
    [ 0.393662] ACPI: bus type pnp registered
    [ 0.393721] pnp 00:00: [dma 4]
    [ 0.393744] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.393766] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.393863] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.393893] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.393936] system 00:04: [io 0x0680-0x069f] has been reserved
    [ 0.393939] system 00:04: [io 0x1000-0x100f] has been reserved
    [ 0.393941] system 00:04: [io 0xffff] has been reserved
    [ 0.393943] system 00:04: [io 0xffff] has been reserved
    [ 0.393945] system 00:04: [io 0x0400-0x0453] has been reserved
    [ 0.393947] system 00:04: [io 0x0458-0x047f] has been reserved
    [ 0.393949] system 00:04: [io 0x0500-0x057f] has been reserved
    [ 0.393951] system 00:04: [io 0x164e-0x164f] has been reserved
    [ 0.393954] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.393978] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.394018] system 00:06: [io 0x0454-0x0457] has been reserved
    [ 0.394021] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.394050] system 00:07: [io 0x0240-0x0259] has been reserved
    [ 0.394053] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.394103] pnp 00:08: Plug and Play ACPI device, IDs SYN0a17 SYN0a00 SYN0002 PNP0f13 (active)
    [ 0.394137] pnp 00:09: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [ 0.394358] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.394360] system 00:0a: [mem 0xfed10000-0xfed17fff] could not be reserved
    [ 0.394362] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.394364] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.394367] system 00:0a: [mem 0xe0000000-0xe3ffffff] has been reserved
    [ 0.394369] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.394371] system 00:0a: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 0.394372] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.394375] system 00:0a: [mem 0xff000000-0xffffffff] could not be reserved
    [ 0.394377] system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.394380] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.394450] system 00:0b: [mem 0xd6c00000-0xd6c00fff] has been reserved
    [ 0.394453] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.394580] system 00:0c: [mem 0x20000000-0x201fffff] has been reserved
    [ 0.394582] system 00:0c: [mem 0x40000000-0x401fffff] has been reserved
    [ 0.394585] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.394610] pnp: PnP ACPI: found 13 devices
    [ 0.394612] ACPI: ACPI bus type pnp unregistered
    [ 0.400997] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.401001] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 0.401004] pci 0000:00:01.0: bridge window [mem 0xda000000-0xdc0fffff]
    [ 0.401007] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd3ffffff 64bit pref]
    [ 0.401011] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.401014] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
    [ 0.401020] pci 0000:00:1c.0: bridge window [mem 0xde600000-0xdeffffff]
    [ 0.401024] pci 0000:00:1c.0: bridge window [mem 0xd6200000-0xd6bfffff 64bit pref]
    [ 0.401031] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.401034] pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff]
    [ 0.401040] pci 0000:00:1c.1: bridge window [mem 0xddc00000-0xde5fffff]
    [ 0.401044] pci 0000:00:1c.1: bridge window [mem 0xd5700000-0xd60fffff 64bit pref]
    [ 0.401051] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [ 0.401054] pci 0000:00:1c.3: bridge window [io 0xa000-0xafff]
    [ 0.401059] pci 0000:00:1c.3: bridge window [mem 0xdd200000-0xddbfffff]
    [ 0.401064] pci 0000:00:1c.3: bridge window [mem 0xd4c00000-0xd55fffff 64bit pref]
    [ 0.401070] pci 0000:00:1c.5: PCI bridge to [bus 05]
    [ 0.401074] pci 0000:00:1c.5: bridge window [io 0x9000-0x9fff]
    [ 0.401079] pci 0000:00:1c.5: bridge window [mem 0xdc800000-0xdd1fffff]
    [ 0.401084] pci 0000:00:1c.5: bridge window [mem 0xd4100000-0xd4afffff 64bit pref]
    [ 0.401125] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.401127] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.401129] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.401131] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    [ 0.401133] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    [ 0.401134] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    [ 0.401136] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    [ 0.401138] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
    [ 0.401140] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
    [ 0.401142] pci_bus 0000:00: resource 13 [mem 0xb0000000-0xfeafffff]
    [ 0.401143] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed44fff]
    [ 0.401145] pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
    [ 0.401147] pci_bus 0000:01: resource 1 [mem 0xda000000-0xdc0fffff]
    [ 0.401149] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd3ffffff 64bit pref]
    [ 0.401151] pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
    [ 0.401152] pci_bus 0000:02: resource 1 [mem 0xde600000-0xdeffffff]
    [ 0.401154] pci_bus 0000:02: resource 2 [mem 0xd6200000-0xd6bfffff 64bit pref]
    [ 0.401156] pci_bus 0000:03: resource 0 [io 0xb000-0xbfff]
    [ 0.401158] pci_bus 0000:03: resource 1 [mem 0xddc00000-0xde5fffff]
    [ 0.401160] pci_bus 0000:03: resource 2 [mem 0xd5700000-0xd60fffff 64bit pref]
    [ 0.401162] pci_bus 0000:04: resource 0 [io 0xa000-0xafff]
    [ 0.401163] pci_bus 0000:04: resource 1 [mem 0xdd200000-0xddbfffff]
    [ 0.401165] pci_bus 0000:04: resource 2 [mem 0xd4c00000-0xd55fffff 64bit pref]
    [ 0.401167] pci_bus 0000:05: resource 0 [io 0x9000-0x9fff]
    [ 0.401169] pci_bus 0000:05: resource 1 [mem 0xdc800000-0xdd1fffff]
    [ 0.401170] pci_bus 0000:05: resource 2 [mem 0xd4100000-0xd4afffff 64bit pref]
    [ 0.401203] NET: Registered protocol family 2
    [ 0.401386] TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.401597] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.401732] TCP: Hash tables configured (established 65536 bind 65536)
    [ 0.401751] TCP: reno registered
    [ 0.401763] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.401796] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.401871] NET: Registered protocol family 1
    [ 0.401882] pci 0000:00:02.0: Boot video device
    [ 0.649137] PCI: CLS 64 bytes, default 64
    [ 0.649172] Unpacking initramfs...
    [ 0.717214] Freeing initrd memory: 3648k freed
    [ 0.717643] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.717647] software IO TLB [mem 0xa6c0c000-0xaac0c000] (64MB) mapped at [ffff8800a6c0c000-ffff8800aac0bfff]
    [ 0.718142] audit: initializing netlink socket (disabled)
    [ 0.718152] type=2000 audit(1367588147.679:1): initialized
    [ 0.730817] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.732352] VFS: Disk quotas dquot_6.5.2
    [ 0.732401] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.732571] msgmni has been set to 15778
    [ 0.732780] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.732809] io scheduler noop registered
    [ 0.732810] io scheduler deadline registered
    [ 0.732815] io scheduler cfq registered (default)
    [ 0.732906] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.733001] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    [ 0.733106] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
    [ 0.733210] pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
    [ 0.733313] pcieport 0000:00:1c.5: irq 44 for MSI/MSI-X
    [ 0.733390] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
    [ 0.733392] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
    [ 0.733395] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
    [ 0.733413] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    [ 0.733417] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    [ 0.733434] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
    [ 0.733436] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    [ 0.733440] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
    [ 0.733461] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
    [ 0.733463] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
    [ 0.733467] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
    [ 0.733484] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
    [ 0.733486] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
    [ 0.733491] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
    [ 0.733537] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
    [ 0.733538] vesafb: scrolling: redraw
    [ 0.733540] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.734311] vesafb: framebuffer at 0xb0000000, mapped to 0xffffc90004f00000, using 5120k, total 5120k
    [ 0.834874] Console: switching to colour frame buffer device 160x64
    [ 0.935388] fb0: VESA VGA frame buffer device
    [ 0.935400] intel_idle: MWAIT substates: 0x21120
    [ 0.935401] intel_idle: v0.4 model 0x2A
    [ 0.935403] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.935440] GHES: HEST is not enabled!
    [ 0.935483] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.935911] Linux agpgart interface v0.103
    [ 0.935990] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.937667] i8042: Detected active multiplexing controller, rev 1.1
    [ 0.938451] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.938474] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    [ 0.938494] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    [ 0.938515] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    [ 0.938532] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    [ 0.938616] mousedev: PS/2 mouse device common for all mice
    [ 0.938686] rtc_cmos 00:05: RTC can wake from S4
    [ 0.938811] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    [ 0.938838] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
    [ 0.938991] cpuidle: using governor ladder
    [ 0.939190] cpuidle: using governor menu
    [ 0.939192] EFI Variables Facility v0.08 2004-May-17
    [ 0.939237] drop_monitor: Initializing network drop monitor service
    [ 0.939306] TCP: cubic registered
    [ 0.939395] NET: Registered protocol family 10
    [ 0.939535] NET: Registered protocol family 17
    [ 0.939543] Key type dns_resolver registered
    [ 0.939844] PM: Checking hibernation image partition /dev/mapper/MainVolGroup-swap
    [ 0.972538] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.084950] PM: Hibernation image not present or could not be loaded.
    [ 1.084974] registered taskstats version 1
    [ 1.085749] Magic number: 13:624:583
    [ 1.085763] pci_bus 0000:04: hash matches
    [ 1.085842] rtc_cmos 00:05: setting system clock to 2013-05-03 13:35:48 UTC (1367588148)
    [ 1.087384] Freeing unused kernel memory: 820k freed
    [ 1.087474] Write protecting the kernel read-only data: 8192k
    [ 1.091223] Freeing unused kernel memory: 1224k freed
    [ 1.092704] Freeing unused kernel memory: 440k freed
    [ 1.100348] systemd-udevd[79]: starting version 202
    [ 1.104141] device-mapper: uevent: version 1.0.3
    [ 1.104302] device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: [email protected]
    [ 1.125733] ACPI: bus type usb registered
    [ 1.125784] usbcore: registered new interface driver usbfs
    [ 1.125818] usbcore: registered new interface driver hub
    [ 1.125883] usbcore: registered new device driver usb
    [ 1.126941] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.127436] ehci-pci: EHCI PCI platform driver
    [ 1.127537] xhci_hcd 0000:04:00.0: xHCI Host Controller
    [ 1.127539] ehci-pci 0000:00:1a.0: setting latency timer to 64
    [ 1.127543] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 1.127557] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 1.127567] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 2
    [ 1.127587] ehci-pci 0000:00:1a.0: debug port 2
    [ 1.127598] SCSI subsystem initialized
    [ 1.128985] ACPI: bus type scsi registered
    [ 1.129170] libata version 3.00 loaded.
    [ 1.131512] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 1.131535] ehci-pci 0000:00:1a.0: irq 16, io mem 0xdf008000
    [ 1.132114] xhci_hcd 0000:04:00.0: irq 45 for MSI/MSI-X
    [ 1.132121] xhci_hcd 0000:04:00.0: irq 46 for MSI/MSI-X
    [ 1.132127] xhci_hcd 0000:04:00.0: irq 47 for MSI/MSI-X
    [ 1.132133] xhci_hcd 0000:04:00.0: irq 48 for MSI/MSI-X
    [ 1.132138] xhci_hcd 0000:04:00.0: irq 49 for MSI/MSI-X
    [ 1.132143] xhci_hcd 0000:04:00.0: irq 50 for MSI/MSI-X
    [ 1.132149] xhci_hcd 0000:04:00.0: irq 51 for MSI/MSI-X
    [ 1.132154] xhci_hcd 0000:04:00.0: irq 52 for MSI/MSI-X
    [ 1.132484] xHCI xhci_add_endpoint called for root hub
    [ 1.132487] xHCI xhci_check_bandwidth called for root hub
    [ 1.132548] hub 2-0:1.0: USB hub found
    [ 1.132561] hub 2-0:1.0: 2 ports detected
    [ 1.132717] xhci_hcd 0000:04:00.0: xHCI Host Controller
    [ 1.132725] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
    [ 1.132884] xHCI xhci_add_endpoint called for root hub
    [ 1.132886] xHCI xhci_check_bandwidth called for root hub
    [ 1.132937] hub 3-0:1.0: USB hub found
    [ 1.132946] hub 3-0:1.0: 2 ports detected
    [ 1.138468] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 1.138852] hub 1-0:1.0: USB hub found
    [ 1.138856] hub 1-0:1.0: 2 ports detected
    [ 1.139004] ehci-pci 0000:00:1d.0: setting latency timer to 64
    [ 1.139008] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 1.139013] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
    [ 1.139027] ehci-pci 0000:00:1d.0: debug port 2
    [ 1.142933] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 1.142950] ehci-pci 0000:00:1d.0: irq 23, io mem 0xdf007000
    [ 1.151785] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 1.152053] hub 4-0:1.0: USB hub found
    [ 1.152057] hub 4-0:1.0: 2 ports detected
    [ 1.152155] ahci 0000:00:1f.2: version 3.0
    [ 1.152226] ahci 0000:00:1f.2: irq 53 for MSI/MSI-X
    [ 1.165142] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
    [ 1.165152] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst
    [ 1.165162] ahci 0000:00:1f.2: setting latency timer to 64
    [ 1.172449] scsi0 : ahci
    [ 1.172628] scsi1 : ahci
    [ 1.172789] scsi2 : ahci
    [ 1.172947] scsi3 : ahci
    [ 1.173104] scsi4 : ahci
    [ 1.173232] scsi5 : ahci
    [ 1.173279] ata1: SATA max UDMA/133 abar m2048@0xdf006000 port 0xdf006100 irq 53
    [ 1.173281] ata2: DUMMY
    [ 1.173284] ata3: SATA max UDMA/133 abar m2048@0xdf006000 port 0xdf006200 irq 53
    [ 1.173285] ata4: DUMMY
    [ 1.173287] ata5: DUMMY
    [ 1.173288] ata6: DUMMY
    [ 1.491471] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.491534] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.492344] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1.492383] ata3.00: ATA-9: OCZ-VERTEX4, 1.5, max UDMA/133
    [ 1.492386] ata3.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.493193] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1.493231] ata3.00: configured for UDMA/133
    [ 1.493884] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1.493970] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.494053] ata1.00: ACPI cmd ef/90:03:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.494756] usb 2-2: new high-speed USB device number 2 using xhci_hcd
    [ 1.496558] ata1.00: ATA-8: WDC WD7500BPKT-80PK4T0, 01.01A01, max UDMA/133
    [ 1.496567] ata1.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.499166] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1.499312] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.499465] ata1.00: ACPI cmd ef/90:03:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.501976] ata1.00: configured for UDMA/133
    [ 1.502207] scsi 0:0:0:0: Direct-Access ATA WDC WD7500BPKT-8 01.0 PQ: 0 ANSI: 5
    [ 1.502554] scsi 2:0:0:0: Direct-Access ATA OCZ-VERTEX4 1.5 PQ: 0 ANSI: 5
    [ 1.506105] sd 0:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/698 GiB)
    [ 1.506109] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [ 1.506148] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.506151] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.506154] sd 2:0:0:0: [sdb] 250069680 512-byte logical blocks: (128 GB/119 GiB)
    [ 1.506169] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.506212] sd 2:0:0:0: [sdb] Write Protect is off
    [ 1.506216] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [ 1.506243] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.506699] sdb: sdb1 sdb2
    [ 1.506982] sd 2:0:0:0: [sdb] Attached SCSI disk
    [ 1.515208] Initializing USB Mass Storage driver...
    [ 1.515403] scsi6 : usb-storage 2-2:1.0
    [ 1.515477] usbcore: registered new interface driver usb-storage
    [ 1.515479] USB Mass Storage support registered.
    [ 1.559813] sda: sda1 sda2 sda3 sda4
    [ 1.560554] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.568887] bio: create slab <bio-1> at 1
    [ 1.617994] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 1.717847] tsc: Refined TSC clocksource calibration: 2195.013 MHz
    [ 1.717860] Switching to clocksource tsc
    [ 1.741822] hub 1-1:1.0: USB hub found
    [ 1.741901] hub 1-1:1.0: 6 ports detected
    [ 1.847695] usb 4-1: new high-speed USB device number 2 using ehci-pci
    [ 1.971554] hub 4-1:1.0: USB hub found
    [ 1.971646] hub 4-1:1.0: 6 ports detected
    [ 2.050951] usb 1-1.1: new full-speed USB device number 3 using ehci-pci
    [ 2.204028] usb 1-1.2: new high-speed USB device number 4 using ehci-pci
    [ 2.334884] PM: Starting manual resume from disk
    [ 2.334889] PM: Hibernation image partition 254:3 present
    [ 2.334890] PM: Looking for hibernation image.
    [ 2.335066] PM: Image not found (code -22)
    [ 2.335071] PM: Hibernation image not present or could not be loaded.
    [ 2.354107] EXT4-fs (dm-0): INFO: recovery required on readonly filesystem
    [ 2.354110] EXT4-fs (dm-0): write access will be enabled during recovery
    [ 2.359269] EXT4-fs (dm-0): recovery complete
    [ 2.360870] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.433463] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpuset of type cgroup with options cpuset.
    [ 2.443949] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpu,cpuacct of type cgroup with options cpu,cpuacct.
    [ 2.447276] systemd[1]: Mounting cgroup to /sys/fs/cgroup/memory of type cgroup with options memory.
    [ 2.450612] systemd[1]: Mounting cgroup to /sys/fs/cgroup/devices of type cgroup with options devices.
    [ 2.453928] systemd[1]: Mounting cgroup to /sys/fs/cgroup/freezer of type cgroup with options freezer.
    [ 2.457242] systemd[1]: Mounting cgroup to /sys/fs/cgroup/net_cls of type cgroup with options net_cls.
    [ 2.460576] systemd[1]: Mounting cgroup to /sys/fs/cgroup/blkio of type cgroup with options blkio.
    [ 2.463921] systemd[1]: systemd 202 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 2.466588] systemd[1]: Set hostname to <laptop>.
    [ 2.468578] systemd[1]: Using cgroup controller name=systemd. File system hierarchy is at /sys/fs/cgroup/systemd/system.
    [ 2.468640] systemd[1]: Installed release agent.
    [ 2.470573] systemd[1]: Using notification socket @/org/freedesktop/systemd1/notify
    [ 2.470586] systemd[1]: Set up TFD_TIMER_CANCEL_ON_SET timerfd.
    [ 2.470700] systemd[1]: Successfully created private D-Bus server.
    [ 2.471882] systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-fstab-generator as 176
    [ 2.471962] systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-efi-boot-generator as 177
    [ 2.472047] systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-system-update-generator as 178
    [ 2.472156] systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-getty-generator as 179
    [ 2.472263] systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-cryptsetup-generator as 180
    [ 2.476365] systemd[1]: /usr/lib/systemd/system-generators/systemd-fstab-generator exited successfully.
    [ 2.476378] systemd[1]: /usr/lib/systemd/system-generators/systemd-efi-boot-generator exited successfully.
    [ 2.476385] systemd[1]: /usr/lib/systemd/system-generators/systemd-system-update-generator exited successfully.
    [ 2.476391] systemd[1]: /usr/lib/systemd/system-generators/systemd-getty-generator exited successfully.
    [ 2.476397] systemd[1]: /usr/lib/systemd/system-generators/systemd-cryptsetup-generator exited successfully.
    [ 2.476871] systemd[1]: Looking for unit files in (higher priority first):
    [ 2.476876] systemd[1]: /etc/systemd/system
    [ 2.476878] systemd[1]: /run/systemd/system
    [ 2.476880] systemd[1]: /run/systemd/generator
    [ 2.476882] systemd[1]: /usr/local/lib/systemd/system
    [ 2.476884] systemd[1]: /usr/lib/systemd/system
    [ 2.476887] systemd[1]: SysV init scripts and rcN.d links support disabled
    [ 2.493752] systemd[1]: Failed to load configuration for syslog.target: No such file or directory
    [ 2.495520] systemd[1]: Failed to load configuration for plymouth-quit.service: No such file or directory
    [ 2.496386] systemd[1]: Failed to load configuration for plymouth-quit-wait.service: No such file or directory
    [ 2.496999] systemd[1]: Failed to load configuration for plymouth-start.service: No such file or directory
    [ 2.504860] systemd[1]: Failed to load configuration for ypbind.service: No such file or directory
    [ 2.517488] systemd[1]: Failed to load configuration for syslog.service: No such file or directory
    [ 2.520082] scsi 6:0:0:0: Direct-Access 1.00 PQ: 0 ANSI: 4
    [ 2.520543] systemd[1]: Failed to load configuration for runlevel5.target: No such file or directory
    [ 2.520551] systemd[1]: Failed to load configuration for runlevel4.target: No such file or directory
    [ 2.520556] systemd[1]: Failed to load configuration for runlevel3.target: No such file or directory
    [ 2.520561] systemd[1]: Failed to load configuration for runlevel2.target: No such file or directory
    [ 2.520566] systemd[1]: Failed to load configuration for runlevel1.target: No such file or directory
    [ 2.520571] systemd[1]: Failed to load configuration for auditd.service: No such file or directory
    [ 2.521264] sd 6:0:0:0: [sdc] 30343168 512-byte logical blocks: (15.5 GB/14.4 GiB)
    [ 2.522318] sd 6:0:0:0: [sdc] Write Protect is off
    [ 2.522320] sd 6:0:0:0: [sdc] Mode Sense: 2f 00 00 00
    [ 2.523352] sd 6:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.523974] systemd[1]: -.mount changed dead -> mounted
    [ 2.524009] systemd[1]: Activating default unit: default.target
    [ 2.524016] systemd[1]: Trying to enqueue job graphical.target/start/isolate
    [ 2.524119] systemd[1]: Looking at job [email protected]/stop conflicted_by=yes
    [ 2.524122] systemd[1]: Looking at job [email protected]/start conflicted_by=no
    [ 2.524125] systemd[1]: Fixing conflicting jobs by deleting job [email protected]/start
    [ 2.524129] systemd[1]: Looking at job gdm.service/start conflicted_by=no
    [ 2.524132] systemd[1]: Looking at job gdm.service/stop conflicted_by=no
    [ 2.524134] systemd[1]: Fixing conflicting jobs by deleting job gdm.service/stop
    [ 2.524147] systemd[1]: Installed new job graphical.target/start as 1
    [ 2.524151] systemd[1]: Installed new job multi-user.target/start as 2
    [ 2.524155] systemd[1]: Installed new job basic.target/start as 3
    [ 2.524158] systemd[1]: Installed new job sysinit.target/start as 4
    [ 2.524162] systemd[1]: Installed new job local-fs.target/start as 5
    [ 2.524165] systemd[1]: Installed new job var-cache-fontconfig.automount/start as 6
    [ 2.524168] systemd[1]: Installed new job var.mount/start as 7
    [ 2.524171] systemd[1]: Installed new job systemd-fsck@dev-mapper-MainVolGroup\x2dvar.service/start as 8
    [ 2.524174] systemd[1]: Installed new job dev-mapper-MainVolGroup\x2dvar.device/start as 9
    [ 2.524183] systemd[1]: Installed new job mnt-hdd\x2dhome.automount/start as 12
    [ 2.524186] systemd[1]: Installed new job mnt-hdd\x2droot.automount/start as 13
    [ 2.524189] systemd[1]: Installed new job var.automount/start as 14
    [ 2.524192] systemd[1]: Installed new job boot.automount/start as 15
    [ 2.524195] systemd[1]: Installed new job home.automount/start as 16
    [ 2.524198] systemd[1]: Installed new job systemd-fsck-root.service/start as 17
    [ 2.524201] systemd[1]: Installed new job systemd-remount-fs.service/start as 18
    [ 2.524204] systemd[1]: Installed new job local-fs-pre.target/start as 19
    [ 2.524207] systemd[1]: Installed new job tmp.mount/start as 21
    [ 2.524210] systemd[1]: Installed new job swap.target/start as 22
    [ 2.524213] systemd[1]: Installed new job dev-mapper-MainVolGroup\x2dswap.swap/start as 23
    [ 2.524216] systemd[1]: Installed new job dev-mapper-MainVolGroup\x2dswap.device/start as 24
    [ 2.524222] systemd[1]: Installed new job debug-shell.service/start as 25
    [ 2.524225] systemd[1]: Installed new job systemd-tmpfiles-setup.service/start as 26
    [ 2.524228] systemd[1]: Installed new job systemd-journal-flush.service/start as 27
    [ 2.524231] systemd[1]: Installed new job systemd-journald.service/start as 28
    [ 2.524234] systemd[1]: Installed new job systemd-journald.socket/start as 29
    [ 2.524237] systemd[1]: Installed new job cryptsetup.target/start as 30
    [ 2.524240] systemd[1]: Installed new job systemd-vconsole-setup.service/start as 31
    [ 2.524243] systemd[1]: Installed new job systemd-static-nodes.service/start as 32
    [ 2.524245] systemd[1]: Installed new job systemd-modules-load.service/start as 33
    [ 2.524248] systemd[1]: Installed new job dev-mqueue.mount/start as 34
    [ 2.524251] systemd[1]: Installed new job systemd-ask-password-console.path/start as 35
    [ 2.524254] systemd[1]: Installed new job systemd-binfmt.service/start as 36
    [ 2.524257] systemd[1]: Installed new job sys-kernel-debug.mount/start as 37
    [ 2.524260] systemd[1]: Installed new job systemd-random-seed-load.service/start as 38
    [ 2.524263] systemd[1]: Installed new job systemd-udevd.service/start as 39
    [ 2.524266] systemd[1]: Installed new job systemd-udevd-control.socket/start as 40
    [ 2.524269] systemd[1]: Installed new job systemd-udevd-kernel.socket/start as 41
    [ 2.524272] systemd[1]: Installed new job dev-hugepages.mount/start as 42
    [ 2.524275] systemd[1]: Installed new job proc-sys-fs-binfmt_misc.automount/start as 43
    [ 2.524278] systemd[1]: Installed new job sys-kernel-config.mount/start as 44
    [ 2.524281] systemd[1]: Installed new job systemd-udev-trigger.service/start as 45
    [ 2.524283] systemd[1]: Installed new job systemd-sysctl.service/start as 46
    [ 2.524286] systemd[1]: Installed new job sys-fs-fuse-connections.mount/start as 47
    [ 2.524289] systemd[1]: Installed new job sockets.target/start as 50
    [ 2.524292] systemd[1]: Installed new job systemd-initctl.socket/start as 51
    [ 2.524295] systemd[1]: Installed new job systemd-shutdownd.socket/start as 52
    [ 2.524298] systemd[1]: Installed new job lvmetad.socket/start as 53
    [ 2.524301] systemd[1]: Installed new job dmeventd.socket/start as 54
    [ 2.524304] systemd[1]: Installed new job dbus.socket/start as 55
    [ 2.524307] systemd[1]: Installed new job timers.target/start as 56
    [ 2.524310] systemd[1]: Installed new job systemd-tmpfiles-clean.timer/start as 57
    [ 2.524313] systemd[1]: Installed new job paths.target/start as 58
    [ 2.524316] systemd[1]: Installed new job alsa-restore.service/start as 59
    [ 2.524319] systemd[1]: Installed new job alsa-state.service/start as 60
    [ 2.524322] systemd[1]: Installed new job NetworkManager.service/start as 61
    [ 2.524325] systemd[1]: Installed new job network.target/start as 62
    [ 2.524327] systemd[1]: Installed new job [email protected]/start as 63
    [ 2.524330] systemd[1]: Installed new job laptop-mode.service/start as 64
    [ 2.524333] systemd[1]: Installed new job ntpd.service/start as 65
    [ 2.524336] systemd[1]: Installed new job postfix.service/start as 66
    [ 2.524339] systemd[1]: Installed new job autofs.service/start as 67
    [ 2.524342] systemd[1]: Installed new job psd.service/start as 68
    [ 2.524345] systemd[1]: Installed new job cronie.service/start as 69
    [ 2.524347] systemd[1]: Installed new job hddtemp.service/start as 70
    [ 2.524350] systemd[1]: Installed new job remote-fs.target/start as 71
    [ 2.524353] systemd[1]: Installed new job sshd.service/start as 72
    [ 2.524356] systemd[1]: Installed new job sshdgenkeys.service/start as 73
    [ 2.524359] systemd[1]: Installed new job systemd-user-sessions.service/start as 74
    [ 2.524362] systemd[1]: Installed new job getty.target/start as 75
    [ 2.524364] systemd[1]: Installed new job gdm.service/start as 83
    [ 2.524367] systemd[1]: Installed new job systemd-logind.service/start as 78
    [ 2.524370] systemd[1]: Installed new job dbus.service/start as 79
    [ 2.524373] systemd[1]: Installed new job systemd-ask-password-wall.path/start as 80
    [ 2.524376] systemd[1]: Installed new job bumblebeed.service/start as 86
    [ 2.524381] systemd[1]: Enqueued job graphical.target/start as 1
    [ 2.524388] systemd[1]: Loaded units and determined initial transaction in 53.717ms.
    [ 2.524451] systemd[1]: Got SIGCHLD for process 175 (switch_root)
    [ 2.524487] systemd[1]: Child 175 died (code=exited, status=0/SUCCESS)
    [ 2.524506] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 2.524557] systemd[1]: systemd-ask-password-wall.path changed dead -> waiting
    [ 2.524562] systemd[1]: Job systemd-ask-password-wall.path/start finished, result=done
    [ 2.524570] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 2.524581] systemd[1]: Starting Login Prompts.
    [ 2.524584] systemd[1]: getty.target changed dead -> active
    [ 2.524587] systemd[1]: Job getty.target/start finished, result=done
    [ 2.525191] systemd[1]: Reached target Login Prompts.
    [ 2.525200] systemd[1]: Starting Remote File Systems.
    [ 2.525203] systemd[1]: remote-fs.target changed dead -> active
    [ 2.525207] systemd[1]: Job remote-fs.target/start finished, result=done
    [ 2.525847] systemd[1]: Reached target Remote File Systems.
    [ 2.525857] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 2.525880] systemd[1]: dmeventd.socket changed dead -> listening
    [ 2.525884] systemd[1]: Job dmeventd.socket/start finished, result=done
    [ 2.526631] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 2.526640] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 2.526658] systemd[1]: lvmetad.socket changed dead -> listening
    [ 2.526662] systemd[1]: Job lvmetad.socket/start finished, result=done
    [ 2.527368] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 2.527377] systemd[1]: Starting Delayed Shutdown Socket.
    [ 2.527392] systemd[1]: systemd-shutdownd.socket changed dead -> listening
    [ 2.527396] systemd[1]: Job systemd-shutdownd.socket/start finished, result=done
    [ 2.527773] sdc: sdc1
    [ 2.528062] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 2.528071] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 2.528085] systemd[1]: systemd-initctl.socket changed dead -> listening
    [ 2.528089] systemd[1]: Job systemd-initctl.socket/start finished, result=done
    [ 2.528886] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 2.528913] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 2.528928] systemd[1]: Autofs kernel version 1.0
    [ 2.528999] systemd[1]: Autofs protocol version 5.2
    [ 2.529006] systemd[1]: proc-sys-fs-binfmt_misc.automount changed dead -> waiting
    [ 2.529010] systemd[1]: Job proc-sys-fs-binfmt_misc.automount/start finished, result=done
    [ 2.530088] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 2.530148] systemd[1]: Starting udev Kernel Socket.
    [ 2.530162] systemd[1]: systemd-udevd-kernel.socket changed dead -> listening
    [ 2.530166] systemd[1]: Job systemd-udevd-kernel.socket/start finished, result=done
    [ 2.530792] systemd[1]: Listening on udev Kernel Socket.
    [ 2.530842] systemd[1]: Starting udev Control Socket.
    [ 2.530861] systemd[1]: systemd-udevd-control.socket changed dead -> listening
    [ 2.530865] systemd[1]: Job systemd-udevd-control.socket/start finished, result=done
    [ 2.531232] sd 6:0:0:0: [sdc] Attached SCSI removable disk
    [ 2.531491] systemd[1]: Listening on udev Control Socket.
    [ 2.531505] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 2.531537] systemd[1]: systemd-ask-password-console.path changed dead -> waiting
    [ 2.531542] systemd[1]: Job systemd-ask-password-console.path/start finished, result=done
    [ 2.531548] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 2.531556] systemd[1]: Starting Paths.
    [ 2.531559] systemd[1]: paths.target changed dead -> active
    [ 2.531562] systemd[1]: Job paths.target/start finished, result=done
    [ 2.532064] systemd[1]: Reached target Paths.
    [ 2.532073] systemd[1]: Starting Encrypted Volumes.
    [ 2.532076] systemd[1]: cryptsetup.target changed dead -> active
    [ 2.532079] systemd[1]: Job cryptsetup.target/start finished, result=done
    [ 2.532698] systemd[1]: Reached target Encrypted Volumes.
    [ 2.532708] systemd[1]: Starting Journal Socket.
    [ 2.532744] systemd[1]: systemd-journald.socket changed dead -> listening
    [ 2.532748] systemd[1]: Job systemd-journald.socket/start finished, result=done
    [ 2.533319] systemd[1]: Listening on Journal Socket.
    [ 2.533332] systemd[1]: Starting Setup Virtual Console...
    [ 2.533931] systemd[1]: About to execute: /usr/lib/systemd/systemd-vconsole-setup
    [ 2.534187] systemd[1]: Forked /usr/lib/systemd/systemd-vconsole-setup as 184
    [ 2.547297] systemd[1]: systemd-vconsole-setup.service changed dead -> start
    [ 2.547302] systemd[184]: Executing: /usr/lib/systemd/systemd-vconsole-setup
    [ 2.547373] systemd[1]: Starting Create static device nodes in /dev...
    [ 2.548118] systemd[1]: About to execute: /usr/bin/systemd-tmpfiles --prefix=/dev --create
    [ 2.548361] systemd[1]: Forked /usr/bin/systemd-tmpfiles as 185
    [ 2.560348] systemd[185]: Executing: /usr/bin/systemd-tmpfiles --prefix=/dev --create
    [ 2.560365] systemd[1]: systemd-static-nodes.service changed dead -> start
    [ 2.562192] systemd[1]: Starting Load Kernel Modules...
    [ 2.562760] systemd[1]: About to execute: /usr/lib/systemd/systemd-modules-load
    [ 2.562937] systemd[1]: Forked /usr/lib/systemd/systemd-modules-load as 190
    [ 2.563964] systemd[190]: Executing: /usr/lib/systemd/systemd-modules-load
    [ 2.563973] systemd[1]: systemd-modules-load.service changed dead -> start
    [ 2.564002] systemd[1]: Mounting POSIX Message Queue File System...
    [ 2.564818] systemd[1]: About to execute: /bin/mount mqueue /dev/mqueue -t mqueue
    [ 2.565013] systemd[1]: Forked /bin/mount as 191
    [ 2.570344] systemd[1]: dev-mqueue.mount changed dead -> mounting
    [ 2.570404] systemd[191]: Executing: /bin/mount mqueue /dev/mqueue -t mqueue
    [ 2.571513] systemd[1]: Starting of systemd-binfmt.service requested but condition failed. Ignoring.
    [ 2.571519] systemd[1]: Job systemd-binfmt.service/start finished, result=done
    [ 2.571532] systemd[1]: Started Set Up Additional Binary Formats.
    [ 2.571556] systemd[1]: Mounting Debug File System...
    [ 2.572101] systemd[1]: About to execute: /bin/mount debugfs /sys/kernel/debug -t debugfs
    [ 2.572284] systemd[1]: Forked /bin/mount as 192
    [ 2.573859] systemd[1]: sys-kernel-debug.mount changed dead -> mounting
    [ 2.573900] systemd[1]: Mounting Huge Pages File System...
    [ 2.573939] systemd[192]: Ex

  • [SOLVED] LVM/GRUB2 - core.img too big for the post-MBR gap

    Hi guys,
    I'm trying to make a fresh install of Archlinux on my laptop but I'm stuck with the bootloader installation.
    I chose to give LVM a try and thus need to use GRUB2 because I got used to it over the time and don't want to manage a separate /boot partition.
    Everything went ok until I tried to copy the core.img file to the post-MBR gap by issuing grub-install
    grub-install --target=i386-pc --recheck /dev/sda
    /usr/sbin/grub-bios-setup: warning: your core.img is unusually large. It won't fit in the embedding area.
    /usr/sbin/grub-bios-setup: error: embedding is not possible, but this is required for RAID and LVM install.
    So it seems that because of my LVM partitions, GRUB2 needs a bigger core.img ! I didn't know it before starting and I let cfdisk use XP-compliant parition alignment (or whatever it is). Then I created a VG with /dev/sda1 as the only PV in it :
    fdisk -l /dev/sda
    Disk /dev/sda: 160.0 GB, 160041885696 bytes, 312581808 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x0c1a07c1
    Device Boot Start End Blocks Id System
    /dev/sda1 * 63 234372284 117186111 8e Linux LVM
    /dev/sda2 234372285 312581807 39104761+ 8e Linux LVM
    I took a quick look at the parted documentation but LVM partition resizing is not mentionned :
    Supported file systems:
    ext2, ext3 - restriction: the new start must be the same as the old start.
    fat16, fat32
    linux-swap
    reiserfs (if libreiserfs is installed)
    But it seems possible to resize virtual partitions using parted (https://www.gnu.org/software/parted/man … html#SEC66) and, by chance, the first virtual partition on my physical partition is my swap partition (which can be resized by parted):
    lvdisplay -m
    --- Logical volume ---
    LV Path /dev/vg1/archSwap
    LV Name archSwap
    VG Name vg1
    LV UUID FCvmH1-7spl-A6N1-AVw9-GPmI-opqX-AP5yVC
    LV Write Access read/write
    LV Creation host, time ,
    LV Status available
    # open 2
    LV Size 3.00 GiB
    Current LE 768
    Segments 1
    Allocation inherit
    Read ahead sectors auto
    - currently set to 256
    Block device 254:3
    --- Segments ---
    Logical extent 0 to 767:
    Type linear
    Physical volume /dev/sda1
    Physical extents 0 to 767
    So is there any hope I can resize my virtual swap partition using parted then the LVM partition itself (or any other tool capable of it?) or am I screwed up here?
    Thanks for your help!
    Last edited by sclarckone (2012-10-23 11:30:59)

    cfr wrote:https://wiki.archlinux.org/index.php/Gr … structions
    Missed that one! I guess I used cfdisk to partition my disk and it seems that it automatically starts first partition at sector 63 for MBR partitioning scheme... it might worth adding a warning about that in the beginners guide ?
    It does seem possible to shrink a  PV (http://fedorasolved.org/Members/zcat/sh … -partition) but even in the man pages I don't see any way of specifying where the partitions must start. Besides, I guess that shrinking volumes is done by moving the end so it probably won't work for me.
    Since I don't have much to lose and a lot of free space on my PV I'll just try to remove and recreate the physical partition /dev/sda1 and then try to rebuild the lvm using pvchange, vgchange and lvchange.

  • [SOLVED] LVM Volume Groups Not Found

    Hi,
    I'm installing Arch on my desktop following the installation in the software raid and LVM section (https://wiki.archlinux.org/index.php/So … ID_and_LVM). I'm using RAID1. I've followed the important instructions on the LVM page (https://wiki.archlinux.org/index.php/LVM#Important). I have a UEFI motherboard so I created a separate boot partition and installed grub2 as my bootloader based on the instructions on the UEFI page (https://wiki.archlinux.org/index.php/Un … _Interface).
    After a few hiccups, I think I have the system installed properly on my hard drive. Since the root partition is on the LVM, it needs to be loaded up pretty early in the boot process and this is where I'm getting a really strange issue. I have my motherboard configured to boot straight into the built-in UEFI shell. From here, I select the filesystem for my hard drive and launch grubx64.efi. So far so good. Now here's the weird part - if the LiveCD I used to install Arch is in the optical drive then everything boots up just fine, I get a prompt and I can log in and generally do as I see fit. But if the LiveCD isn't in the drive, then after I select the Arch Linux option in GRUB I get a message that says No Volume Groups found and dumps me into the rootfs shell.
    As far as I can tell the LiveCD isn't actually being used during boot, but I don't understand why taking it out stops my logical volumes from loading =_=. Does anyone have some idea what's wrong / what I can do to fix it? Is there some config file that has been messed up? This is my second time trying this installation, if it doesn't work I'm just going to drop LVM and stick to just the software RAID. I'm not particularly attached to LVM, I decided to use it mainly because I could (or at least I thought I could).
    Any help would be much appreciated. If there is any extra information I need to post, I can do that as well.
    Update: It doesn't seem like the Arch LiveCD itself has anything to do with this. I inserted a blank CD and was able to boot up just fine but as soon as I took it out, I got the No volume groups found error again. This makes me think that it is a timing issue. Maybe one of the modules is not fully loaded before it is needed? Where can I go to find out what modules those are? Is there any way to force the boot process to wait until all the necessary modules are loaded?
    SOLUTION: https://bbs.archlinux.org/viewtopic.php?id=145714
    Last edited by jynnantonix (2012-09-07 19:30:01)

    What you did has zero effect on the runtime order of the hooks (lsinitcpio would have shown you this).
    https://bbs.archlinux.org/viewtopic.php?id=145714

  • [SOLVED] Volume groups not showing up after update

    nunikasi wrote:
    Hello!
    I run a arch linux setup with LVM volumes on a LUKS encrypted drive /dev/sda. The header resides in the initramfs-linux-ck.img (So kernel and header are on a USB stick and my hard drive is completely encrypted).
    Everything worked nicely with this setup until today. I ran a
    pacman -Syu
    and the kernel was updated as normal and made a new initramfs-linux-ck.img on the usb stick (mounted in /boot). This is the way I always updated the kernel, and it always worked, but for some reason, after the reboot, and after typing my passphrase I got an error
    ERROR: device '/dev/mapper/nunikasi-root' not found. Skipping fsck.
    This was strange, so I booted the latest arch live-cd and did a
    cryptsetup luksOpen /dev/sda nunikasi --header (pathToHeaderFile)
    and entered the passphrase and still there are no volume groups in /dev/mapper. Am I wrong in thinking that this command should load my volume groups as
    /dev/mapper/nunikasi-root
    and
    /dev/mapper/nunikasi-home
    Running
    vgscan
    also reports no volume groups.
    Additional information:
    Last time I updated the kernel was around 24th of June.
    I did run pacman -r linux before the update, assuming there is no need for it since I run linux-ck. I hope this is not relevant.
    Do you know what went wrong?
    What was the problem?
    As I saw that dm-crypt had a problem with finding my logical volumes, I fired up
    cryptsetup luksOpen /dev/sda nunikasi --header (pathToHeaderFile)
    dhex /dev/mapper/nunikasi
    and found that the lvm metadata was cut in half. So I ran
    dhex /dev/mapper/nunikasi /dev/sda
    and quickly saw that there was an attempt to make a MBR on /dev/sda (I saw the boot signature 55 aa on offset 1FE-1FF). I remembered that I tried to use GParted some days earlier to format a memory stick, and I probably forgot to change from /dev/sda before creating a MBR. This is most probably what happened, and now I had to restore the metadata in some way.
    What was the solution?
    As I had never made a backup of the metadata, I knew that LVM makes one for you and puts it in /etc/lvm/backup/. So I fired up dhex on /dev/mapper/nunikasi and searched for it. Found the offset and did:
    dd if=/dev/mapper/nunikasi count=2148 skip=8928722944 of=lvm-metadata.txt iflag=skip_bytes,count_bytes
    Now I had the metadata backup and the right UUID for my physical volume. Only steps left were:
    pvcreate -ff -u [UUID] —restorefile lvm-metadata.txt /dev/mapper/nunikasi
    vgcfgrestore -f lvm-metadata.txt nunikasi
    vgchange -ay
    And my setup is working again!
    Have a nice day,
    nunikasi
    Last edited by nunikasi (2014-07-07 20:30:16)

    nunikasi wrote:
    clfarron4 wrote:Hmm... Have you tried breaking out an Arch installation disk and having a look with that?
    Yes, I wrote that in the original post.
    Sorry about that. I've just read it again.
    OK, based on the information you've given us (LVM on LUKS, VG=nunikasi and LVs=root,home, backed up header), I would have thought that the commands you issued in your original post would have unlocked it. I'm not going to make any assumptions about the header of the actual LUKS partition though.
    nunikasi wrote:I remember core/filesystems and some other core packages were updated.
    I've had a look through my pacman.log and I can't think of anything that might upset it (that said, I am quite tired). I run 5 (maybe 6) different kernels (3.10, 3.12, 3.14 and 3.15 branches) and I haven't had any problems with finding PVs, VGs and LVs on either of my systems.
    I'm at a loss as to what could be up right now and I'll this thread for tomorrow (because sleep beckons).
    EDIT: Wow. That's quite something.
    Last edited by clfarron4 (2014-07-08 11:21:46)

  • [solved] lvm trouble - trying to move data

    Hi,
    I have 3 harddrives in my box. 1x 500GB, 2x 1TB.  They are all in the same volume group. What I'd like to do, is migrate all the data in the "home" logical volume to sdb1 and sdc1, so the small harddrive doesn't hold any data other than swap and root. Then I'd like to split the volume group into two parts - lvmvolume should only reside on the small harddrive and a new volume group would be created, spanning the two large drives, with one logical volume covering the entire volume group.
    I want to do this while keeping all my data, is it possible? I tried:
    root@ion:~# pvmove --interval 10 --verbose --name home /dev/sda2 /dev/sdb1 /dev/sdc1
       Finding volume group "lvmvolume"
    No free extents on physical volume "/dev/sdb1"
       Archiving volume group "lvmvolume" metadata (seqno 14).
       Creating logical volume pvmove0
       Moving 113834 extents of logical volume lvmvolume/home
       Found volume group "lvmvolume"
       Updating volume group metadata
       Creating volume group backup "/etc/lvm/backup/lvmvolume" (seqno 15).
       Found volume group "lvmvolume"
       Found volume group "lvmvolume"
       Suspending lvmvolume-home (252:2) with device flush
       Found volume group "lvmvolume"
       Creating lvmvolume-pvmove0
       Loading lvmvolume-pvmove0 table
       Resuming lvmvolume-pvmove0 (252:3)
       Found volume group "lvmvolume"
       Loading lvmvolume-pvmove0 table
       Suppressed lvmvolume-pvmove0 identical table reload.
       Loading lvmvolume-home table
       Resuming lvmvolume-home (252:2)
       Checking progress every 10 seconds
      /dev/sda2: Moved: 100.0%
      ABORTING: Can't find mirror LV in lvmvolume for /dev/sda2
    This is the setup:
    mount
    /dev/sda1 on /boot type ext3 (rw)
    /dev/mapper/lvmvolume-home on /home type ext4 (rw,noatime)
    pvdisplay
    --- Physical volume ---
    PV Name /dev/sda2
    VG Name lvmvolume
    PV Size 465.67 GB / not usable 3.40 MB
    Allocatable yes
    PE Size (KByte) 4096
    Total PE 119210
    Free PE 113834
    Allocated PE 5376
    PV UUID WnXSJA-hXKN-B6Um-tH3H-gap2-q794-9y3mXW
    --- Physical volume ---
    PV Name /dev/sdb1
    VG Name lvmvolume
    PV Size 931.51 GB / not usable 1.71 MB
    Allocatable yes (but full)
    PE Size (KByte) 4096
    Total PE 238467
    Free PE 0
    Allocated PE 238467
    PV UUID vmujLm-JyvQ-nyjF-7BnQ-pwA2-gOSN-F0uEnK
    --- Physical volume ---
    PV Name /dev/sdc1
    VG Name lvmvolume
    PV Size 931.51 GB / not usable 3.19 MB
    Allocatable yes
    PE Size (KByte) 4096
    Total PE 238466
    Free PE 124632
    Allocated PE 113834
    PV UUID uwEwJd-0SWz-1ALu-APyW-hp0C-Okxm-yVK1Ig
    vgdisplay
    --- Volume group ---
    VG Name lvmvolume
    System ID
    Format lvm2
    Metadata Areas 3
    Metadata Sequence No 17
    VG Access read/write
    VG Status resizable
    MAX LV 0
    Cur LV 3
    Open LV 3
    Max PV 0
    Cur PV 3
    Act PV 3
    VG Size 2.27 TB
    PE Size 4.00 MB
    Total PE 596143
    Alloc PE / Size 357677 / 1.36 TB
    Free PE / Size 238466 / 931.51 GB
    VG UUID E15rQM-mRJc-OLJH-C3Jo-NL6Y-g2ZQ-MP7PSz
    lvdisplay
    --- Logical volume ---
    LV Name /dev/lvmvolume/swap
    VG Name lvmvolume
    LV UUID nxHb1T-Oxip-PYXC-2lkU-7dgP-lwKO-ItLnWA
    LV Write Access read/write
    LV Status available
    # open 2
    LV Size 1.00 GB
    Current LE 256
    Segments 1
    Allocation inherit
    Read ahead sectors auto
    - currently set to 256
    Block device 252:0
    --- Logical volume ---
    LV Name /dev/lvmvolume/root
    VG Name lvmvolume
    LV UUID HNx4CY-lpkL-11Io-1Mws-w5Rq-hKT7-KSNQQw
    LV Write Access read/write
    LV Status available
    # open 1
    LV Size 20.00 GB
    Current LE 5120
    Segments 1
    Allocation inherit
    Read ahead sectors auto
    - currently set to 256
    Block device 252:1
    --- Logical volume ---
    LV Name /dev/lvmvolume/home
    VG Name lvmvolume
    LV UUID 6RyTY2-3qkw-hffb-sxtK-06dX-FGa2-iazeJj
    LV Write Access read/write
    LV Status available
    # open 1
    LV Size 1.34 TB
    Current LE 352301
    Segments 2
    Allocation contiguous
    Read ahead sectors auto
    - currently set to 256
    Block device 252:2
    Last edited by Fackamato (2010-02-03 09:26:01)

    Sorry for a new post but the first one is so long. It appears that I've successfully migrated all data belonging to /dev/lvmvolume/home that were on /dev/sda2 to the other two harddrives, correct?
    root@ion:~# pvmove --interval 10 --verbose --name home /dev/sda2
    Finding volume group "lvmvolume"
    Archiving volume group "lvmvolume" metadata (seqno 17).
    Creating logical volume pvmove0
    No data to move for lvmvolume
    edit: I put the new HDD in the same lvm, then transferred all stuff away from the 500GB, removed it from the lvg, created a new lvg on it, rsync'ed back the root fs, created a swap, changed fstab and kernel lines, rebooted and it looks like it's all good!
    Last edited by Fackamato (2010-02-03 09:27:10)

  • Logical Volume Group and Logical Partition not matching up in free space

    I was dual booting Windows 7 and Mountain Lion. Through Disk Utility, I removed the Windows 7 Partition and expanded the HFS+ partition to encompass the entire hard drive. However, the Logical Volume Group does not think that I have that extra free space. The main problem is that I cannot resize my partition. I am wanting to dual boot Ubuntu with this. Any ideas? Any help is appreciated. I will post some screenshots with the details. Furthermore, here are some terminal commands I ran: /dev/disk0
    #: TYPE NAME SIZE IDENTIFIER
    0: GUID_partition_scheme *250.1 GB disk0
    1: EFI 209.7 MB disk0s1
    2: Apple_CoreStorage 249.2 GB disk0s2
    3: Apple_Boot Recovery HD 650.0 MB disk0s3
    /dev/disk1
    #: TYPE NAME SIZE IDENTIFIER
    0: Apple_HFS MAC OS X *248.9 GB disk1 Filesystem 1024-blocks Used Available Capacity iused ifree %iused Mounted on
    /dev/disk1 243031288 153028624 89746664 64% 38321154 22436666 63% /
    devfs 189 189 0 100% 655 0 100% /dev
    map -hosts 0 0 0 100% 0 0 100% /net
    map auto_home 0 0 0 100% 0 0 100% /home CoreStorage logical volume groups (1 found)
    |
    +-- Logical Volume Group 52A4D825-B134-4C33-AC8B-39A02BA30522
    =========================================================
    Name: MAC OS X
    Size: 249199587328 B (249.2 GB)
    Free Space: 16777216 B (16.8 MB)
    |
    +-< Physical Volume 6D7A0A36-1D86-4A30-8EB5-755D375369D9
    | ----------------------------------------------------
    | Index: 0
    | Disk: disk0s2
    | Status: Online
    | Size: 249199587328 B (249.2 GB)
    |
    +-> Logical Volume Family FDC4568F-4E25-46AB-885A-CBA6287309B6
    Encryption Status: Unlocked
    Encryption Type: None
    Conversion Status: Converting
    Conversion Direction: backward
    Has Encrypted Extents: Yes
    Fully Secure: No
    Passphrase Required: No
    |
    +-> Logical Volume BB2662B7-58F3-401C-B889-F264D79E68B4
    Disk: disk1
    Status: Online
    Size (Total): 248864038912 B (248.9 GB)
    Size (Converted): 130367356928 B (130.4 GB)
    Revertible: Yes (unlock and decryption required)
    LV Name: MAC OS X
    Volume Name: MAC OS X
    Content Hint: Apple_HFS

    Here is another try via the command line:
    dhcp-10-201-238-248:~ KyleWLawrence$ diskutil coreStorage resizeVolume BB2662B7-58F3-401C-B889-F264D79E68B4 210g
    Started CoreStorage operation
    Checking file system
    Performing live verification
    Checking Journaled HFS Plus volume
    Checking extents overflow file
    Checking catalog file
    Incorrect block count for file 2012.12.11.asl
    (It should be 390 instead of 195)
    Checking multi-linked files
    Checking catalog hierarchy
    Checking extended attributes file
    Checking volume bitmap
    Checking volume information
    Invalid volume free block count
    (It should be 21713521 instead of 21713716)
    The volume MAC OS X was found corrupt and needs to be repaired
    Error: -69845: File system verify or repair failed

  • Failed to revert logical volume group while merging partition

    Hi All,
    Previously, on my macbook pro, I partitioned my disk for win7 for my dual operation system and only left 120 GB for OS, now I want to delete win7 and return disk space to OS. Currently my OS is yosemite.
    I have already deleted disk space for win7 and merged it back to disk0s3. And, I had a problem to merge disk0s2 with disk0s3.
    I was told it is because I need to revet my Logical Volume Group. I am blocked at reverting it.
    This is my disk info:
    rescomp-14-251133:~ rico$ diskutil list; diskutil  cs list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *500.1 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:          Apple_CoreStorage                         119.3 GB   disk0s2
       3:                  Apple_HFS Recovery HD             380.6 GB   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                  Apple_HFS Macintosh HD           *119.0 GB   disk1
                                     Logical Volume on disk0s2
                                     CC457129-6FE9-41A0-B0D2-F547F21A7555
                                     Unencrypted
    CoreStorage logical volume groups (1 found)
    |
    +-- Logical Volume Group F454017F-C531-43BA-B270-E2058E05BFF4
        =========================================================
        Name:         Macintosh HD
        Status:       Online
        Size:         119290187776 B (119.3 GB)
        Free Space:   4096 B (4.1 KB)
        |
        +-< Physical Volume AC7A2748-0DA1-49D6-B50C-30348838760E
        |   ----------------------------------------------------
        |   Index:    0
        |   Disk:     disk0s2
        |   Status:   Online
        |   Size:     119290187776 B (119.3 GB)
        |
        +-> Logical Volume Family 4B7E6277-69BC-475A-BBB7-7A94D6434D9E
            Encryption Status:       Unlocked
            Encryption Type:         AES-XTS
            Conversion Status:       Converting
            Conversion Direction:    -none-
            Has Encrypted Extents:   Yes
            Fully Secure:            No
            Passphrase Required:     No
            |
            +-> Logical Volume CC457129-6FE9-41A0-B0D2-F547F21A7555
                Disk:                  disk1
                Status:                Online
                Size (Total):          118954639360 B (119.0 GB)
                Conversion Progress:   -none-
                Revertible:            Yes (unlock and decryption required)
                LV Name:               Macintosh HD
                Volume Name:           Macintosh HD
                Content Hint:          Apple_HFS
    when I type unlock:
    rescomp-14-251133:~ rico$ diskutil corestorage unlockVolume CC457129-6FE9-41A0-B0D2-F547F21A7555 -stdinpassphrase
    CC457129-6FE9-41A0-B0D2-F547F21A7555 is already unlocked and is attached as disk1
    It is already unlocked
    then, I tried revert it
    rescomp-14-251133:~ rico$ diskutil coreStorage revert CC457129-6FE9-41A0-B0D2-F547F21A7555
    Passphrase:
    Started CoreStorage operation on disk1 Macintosh HD
    Error: -69750: Unable to modify a FileVault context
    Does anyone how I can revert it, then merge disk0s2 and disk0s3

    Here is another try via the command line:
    dhcp-10-201-238-248:~ KyleWLawrence$ diskutil coreStorage resizeVolume BB2662B7-58F3-401C-B889-F264D79E68B4 210g
    Started CoreStorage operation
    Checking file system
    Performing live verification
    Checking Journaled HFS Plus volume
    Checking extents overflow file
    Checking catalog file
    Incorrect block count for file 2012.12.11.asl
    (It should be 390 instead of 195)
    Checking multi-linked files
    Checking catalog hierarchy
    Checking extended attributes file
    Checking volume bitmap
    Checking volume information
    Invalid volume free block count
    (It should be 21713521 instead of 21713716)
    The volume MAC OS X was found corrupt and needs to be repaired
    Error: -69845: File system verify or repair failed

  • OSX Yosemite Logical Volume Group - FIX!

    Hey guys,
    For anyone wondering or concerned about why, when entering Disk Utility, the SSD name has been changed and you now see Macintosh HD and Macintosh HD below. The one above is listed as a Logical Volume Group with an "online" status while the one below that is your physical HDD (so normal as with previous OS's.
    I must note that I do not have any recovery partition when holding option when booting (after installing straight onto Mavericks, nor when making my own bootable copy).
    However, I did find a way to fix the Hard Drive name issue and revert it back to original format (I did find this fix online, and it has worked for me).
    I included pictures below as well.
    First one shows original Yosemite SSD name change (from Apple SSD to Macintosh HD with 18.9MB available)
    Second shows your normal HHD name unchanged.
    Go to Terminal and enter the following:
    diskutil cs list
    then you will see a bunch of volumes jump up
    enter: diskutil cs revert "UUID"
    under "UUID", enter the the Logical Volume code number without brackets.
    Do not copy and paste it from terminal into your new terminal line. Write it out.
    Hit enter and it will ask to reboot your Mac.
    Once, rebooted, your old SSD/HDD name with reappear as in Mavericks.
    My entire terminal line is shown in the picture attached.
    Either way (SSD name changed or reverted) did not changed how the system performed. Everything is running as it should.
    Final result shown in last picture!
    Hopefully this is just a bug that Apple will fix.
    Please ignore the DiskMaker drive (I was making a bootable copy on my external!!)

    Thanks for the tip. I see its a common trouble. But i stuck a problem that cannot be solved with this method cause i dont have revertable logic volume.
    SO i cannot install system now. There's  no visible disk any more.

  • How Will Yosemite Logical Volume Group Affect Two-Partition Drive?

    After installing Yosemite, my Macintosh HD became a Logical Volume Group. Now, in Disk Utility, both the Drive and the Volume have the same name — Macintosh HD. I want to use one of two partitions on an extra internal drive in my Mac Pro (Mid 2010) as a bootable clone of my Yosemite startup drive, using SuperDuper!. When cloning is complete, will my spare drive become a Logical Volume Group with a renamed drive? Will that effect the other partition, which is a bootable Mavericks clone?

    Thanks for the tip. I see its a common trouble. But i stuck a problem that cannot be solved with this method cause i dont have revertable logic volume.
    SO i cannot install system now. There's  no visible disk any more.

  • Can't delete a logical volume group created from a blank disk image

    Hi all,
    I'm a recent convert from Windows, so do bear with me while I grapple with all the new terminology.
    Basically, here's the problem: I've been trying to create an encrypted drive and have been at it for a few hours now. I ended up with two 'logical volume groups' created from blank disk images, neither of which are password-protected, and one of which I quite stupidly named "hidden folder" and can't rename now. Anyways, I decided to throw it all away and start right from scratch, but now disk utility won't let me delete these two logical volume groups despite me dismounting both devices, trying to trash the containing folder, etc. Some searching about online has gotten me into the belief that there should be an 'erase' tab in the disk utility window which is not showing up when I click on those drives (however, the erase tab does appear when I click on the indented partitions on each drive). Here's a screenshot to give you guys an idea:
    -Here's the disk utility window. The two drives I'm trying to get rid of are "Hidden Folder" and "HD2"
    -Here's what I suppose would be called the 'containing folder' in which both drives reside
    -And finally my setup, just in case it's relevant
    Oh and btw this would be my first post here! How exciting
    Thanks in advance,
    Arthur

    nidra wrote:
    When I right click on it these are the choices: Open; Move to Trash; Get Info; Compress...; Burn ... to disc; Duplicate; Make Alias; Copy ...; Clean Up Selection; Show view options; Label; Folder Actions Setup.
    That is as it should be. If you select "Move to Trash" does it move the folders to the trash? If so, do the following from my previous post:
    tjk wrote:
    1. Open Terminal (in Applications, Utilities).
    2. Copy and paste the following command into the Terminal window (or type it exactly as follows):
    sudo rm -rf ~/.Trash/*
    3. Press Return.
    4. Type in your password when asked (note: you will not see anything being entered as you type your password).
    5. Hit Return.
    6. Wait until the process finishes/the Terminal prompt returns.
    7. Quit Terminal.
    I wonder if I need to do some changes to the rights about doing this action "move to trash"?
    Run Repair Permissions in Disk Utility.
    this is making me very uncomfortable, I know myself to solve any problems I tackle/___sbsstatic___/migration-images/migration-img-not-avail.png Something so simple as this is making me crazy
    I don't know if it would make me any crazier than I am, but I sure wouldn't want a stray folder just hanging around on my desktop either.

  • Not able to create a Volume Group in the oracle VM server installation

    Hi,
    I am installing Oracle VM server. In the installtion ( Partition time ), i click on create custom layout and i want to create a / partition as a logical volumn under volume group. But there is no option to create a Volume group actually. So can anybody help how to create a volume group actually and how to create a logical volume under volume group.

    user10274248 wrote:
    So can anybody help how to create a volume group actually and how to create a logical volume under volume group.LVM is not recommended in Dom0, which is why support for LVM has been removed from the installer. LVM is not cluster aware and does not support write barriers, both of which are important for a filesystem that is used for storing file-backed disk images.

  • "Volume not found" I have 3 iphoto_libraries stored in a external disk, while the actual files are in other external disk. Ive moved together iphotolibraries and files but: HOW CAN I TELL THE LIBRARIES WHERE TO FIND THEM NOW?

    I have three iphoto_libraries stored in a external disk PASSPORT (one for each trip imovie Im making -Ive managed this way the libraries so to not confuse the trips) while the actual files are in OTHER external disk LACIE. And everything was fine: imovie find each library, could work with it, or iphoto could edit the files.
    But one day everything crashed at the same time: i opened iphoto to find 3 different scenarios:
    1) iphoto_library GREECE was there, but not the albums i prepared. no events. when double click in any of them: "Volume not found"
    2) iphoto_library ITALY was there, and the albums i prepared too, but empty.
    in both cases I can only see the photos in 'photos'  because 'events'  shows some events with photo preview and some with no preview, just some kind of preset clipart palm tree, but if i enter the event, photos are there but again: when double click in any item: "Volume not found"
    3)  iphoto_library ISRAEL was there, the albums too, when double click in any of them: all OK
    The 3 libraries was managed the same way. Meaning: Ive imported photos to iphoto from external disk LACIE in a iphotolibrary stored in another external disk PASSPORT. Also: I don't have unchecked the option "copy to file" or something like that. photos where moved, not copied. Also i have all the movie_libraries in the PASSPORT as well. What happened??
    Solution? Nothing yet. Ive moved now all the photo folders from LACIE together in PASSPORT with the iphotolibraries but problem persist:
    HOW CAN I TELL THE LIBRARIES WHERE TO LOOK FOR THE VOLUMES NOW?
    "Volumes" are the original files aren't them?
    Please help. this is so annoying to try and find in the forum, to tricky to explain
    I have a Macbook pro retina Yosemite 10.10.1 / iphoto 9.6 (910-29)/ iMovie 10.0.6
    THANK YOU
    Vicky

    The 3 libraries was managed the same way. Meaning: Ive imported photos to iphoto from external disk LACIE in a iphotolibrary stored in another external disk PASSPORT.
    This is not clear, especially when you say
    I don't have unchecked the option "copy to file" or something like that. photos where moved, not copied.
    Especially as the message you're getting is typical of a library where the ' option "copy to file" or something like that' is unchecked.
    So it's a simple question:
    Are you these Managed or Referenced Libraries?
    A Managed Library, is the default setting, and iPhoto copies files into the iPhoto Library when Importing. The files are then stored in the Library package
    A Referenced Library is when iPhoto is NOT copying the files into the iPhoto Library when importing because you made a change at iPhoto -> Preferences -> Advanced. (You unchecked the option to copy files into the Library on import) The files are then stored where ever you put them and not in the Library package. In this scenario you are responsible for the File Management.

  • Error message when installing Yosemite OS: this core storage operation is not allowed on a sparse logical volume group

    I was updating my Macbook Air (i7, 4mb RAM, 256 gb) to Yosemite OS when the process was interrupted. After retry, my computer is showing the following message: "this core storage operation is not allowed on a sparse logical volume group". I tried to restart several times, but the problem goes on with error. It would be my computer damaged?

    If you don't already have a current backup of all data, back up before proceeding. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    Start up in Recovery mode. When the OS X Utilities screen appears, select Disk Utility.
    In the Disk Utility window, select the icon of the startup volume from the list on the left. It will be nested below another disk icon, usually with the same name. Click the Unlock button in the toolbar. When prompted, enter the login password of a user authorized to unlock the volume, or the alternate decryption key that was generated when you activated FileVault.
    Then, from the menu bar, select
              File ▹ Turn Off Encryption
    Enter the password again.
    You can then restart as usual, if the system is working. Decryption will be completed in the background. It may take several hours, and during that time performance will be reduced.
    If you can't turn off encryption in Disk Utility because the menu item is grayed out, you'll have to erase the volume and then restore the data from a backup. Select the Erase tab, and then select
              Mac OS Extended (Journaled)
    from the Format menu.
    You can then quit to be returned to the main Recovery screen. Follow these instructions if you back up with Time Machine. If you use other backup software, follow its developer's instructions.
    Don't erase the volume unless you have at least two complete, independent backups. One is not enough to be safe.

Maybe you are looking for

  • How to delete a 6.2gb file from my ipad.

    I downloaded 6.2gb of holiday video from my PC through iTunes to iMovie and synced onto my ipad. It used up the 6.2gb on my ipad (in settings) but does not appear anywhere at all.  How can I find and delete the 6.2gb from my ipad?

  • How to use input box LOV in query panel (search region)

    Hi, We are having JDeveloper version 11.1.2.4.0 In one of the JSF page, we are showing some data (absences). Requirement is to add search region at the top so that user can filter the data, based on search parameters like Business Group, Job etc. The

  • Best Practice? ADF Team Development 11g

    Question: How do most teams use source control with ADF applications? I'm spreading a project to other developers. Is there a specific way to configure version/source control that works well for merging/updating? The resources we have in house are su

  • Does recompiling procedure improve the database performance???????

    One of my friends working on mssql told me that recreating of procedures could improve the database performance. If you have created the procedure and recreated it after insertion of huge volume of data. Is it true. If so how?

  • Error when select integers from Derby DB

        ResultSet rs = stmt.executeQuery(               "SELECT * FROM APP.SANGORGE WHERE " +               "khfn = '" + khTextField.getText()+"'"+               "OR khafn = '"+ khaTextField.getText()+"'"+               "OR docnum = "+docNumSearchTextFie