You are not logged in.

#1 2015-01-06 14:13:08

whitesnow
Member
Registered: 2015-01-04
Posts: 52

[Solved] arch linux with zfs on luks booting with grub problems

Hi there,

I installed arch into a zpool on top of a luks encrypted partition.

Up to now I tried different things, but still the boot process does not run till the arch inside the zpool is running. The encryption once worked, but did not boot into the zpool, so for now I just try to get this part working.


with this grub entry:

/boot/grub/grub.cfg
# (0) Arch Linux
menuentry "Arch Linux" {
    set root=(hd0,gpt3)
    linux /vmlinuz-linux zfs=zpoolNgoUSB2 rw
    initrd /initramfs-linux.img
}

at the boot process it says:

early console in decompress_kernel2725-roseapple)
Decompressing Linux... Paring ELF... done
Booting the kernel.rg) 00:03.0 C900 PCI2.10 PnP PMM+07FC1110+07F21110 C900
[   0.000000] tsc: Fast TSC calibration failed
[   0.753616] Failed to access perfctr ms (MSR c0010004 is 0)
:: running early hook [udev]
starting version 218sk...
:: running hook [udev]
:: Triggering uevents...
:: running hook [encrypt]
:: running hook [zfs]
ash: 1: unknown operand
cannot open 'zpooNgoUSB2': no such pool
ZFS: Importing pool zpoolNgoUSB2.
[   12.451206] end_request: I/O error, dev fd0, sector 0
:: running late hook [zfs]
[   18.505067] end_request: I/O error, dev fd0, sector 0
:: running cleanup hook [shutdown]
:: running cleanup hook [udev]
Error: Root device mounted successfully, but /sbin/init does not exist.
Bailing out, you are on your own. Good luck.

sh: can't access tty; job control turned off
[rootfs /]# zpool list
NAME          SIZE     ALLOC   FREE  EXPANDSZ    FRAG  CAP   DEDUP   HEALTH  ALTROOT
zpoolNgoUSB2   4.47G    778M   3.70G        -     11%  17%   1.00X   ONLINE  -
[rootfs /]# mount
....
zpoolNgoUSB2 on /new_root type zfs (rw,relatime,xattr,noacl)
[rootfs /]# ls /new_root
[rootfs /]# 

OK, now it finally booted with

menuentry "Arch Linux" {
    set root=(hd0,gpt3)
    linux /vmlinuz-linux zfs=zpoolNgoUSB2/ROOT/rootfs boot=zfs root=ZFS=zpoolNgoUSB2/ROOT/rootfs rw
    initrd /initramfs-linux.img

https://wiki.archlinux.org/index.php/In … therboards
says:

# zfs set mountpoint=/home zroot/home
# zfs set mountpoint=/root zroot/root

for me, this did not work, they did not get mounted

Last edited by whitesnow (2015-01-17 22:18:49)

Offline

#2 2015-01-06 22:39:58

whitesnow
Member
Registered: 2015-01-04
Posts: 52

Re: [Solved] arch linux with zfs on luks booting with grub problems

Well, this was that part.

But now, with the cryptroot, I'm stuck at:

 grub-mkconfig -o /boot/grub/grub.cfg
/usr/bin/grub-probe: error: failed to get canonical path of `/dev/cryptroot´

And the zfs is not officially supported with arch, well but the wiki has an article?

What should I expect in the future, if I ever will succeed with installation? Will the next update, the next month, the next year break the system? Well, the data would still be there, I could import the pool with a usb Stick, maybe with FreeBSD or something.

Offline

#3 2015-01-07 10:45:57

whitesnow
Member
Registered: 2015-01-04
Posts: 52

Re: [Solved] arch linux with zfs on luks booting with grub problems

in
https://wiki.archlinux.org/index.php/GRUB it says

If you are trying to run grub-mkconfig in a chroot or systemd-nspawn container, 
you might notice that it does not work, complaining that grub-probe cannot get the 
"canonical path of /dev/sdaX". In this case, try using arch-chroot as described in the BBS post. 

that does not help, i was working inside arch-chroot. I can still repeat that.

Offline

#4 2015-01-07 11:13:11

whitesnow
Member
Registered: 2015-01-04
Posts: 52

Re: [Solved] arch linux with zfs on luks booting with grub problems

Well still before grub now tells me, that it cannot find the canonical path of /dev/cryptroot I had installed the grub on a USB-Stick. That booted then till the entering of the passphrase for LUKS. And there it stopped, not finding the zpool.

Besides this, the installation on hdd is still running, didn't want to put down and up endlessly.

There, on this usb-stick with the cryptdevice, I now changed the line in grub.cfg. Then that does boot till a command prompt. But does not finish again.
What was the actual output? I forgot. Something to do Control-D or systemctl shutdown or systemctl - something different.

Anyway here is the output of journalctl -xb, which it adviced as well, to do.

-- Logs begin at Wed 2015-01-07 11:59:40 CET, end at Wed 2015-01-07 12:11:38 CET. --
Jan 07 11:59:40 machine1 systemd-journal[1669]: Runtime journal is using 8.0M (max allowed 194.4M, trying to leave 291.6M free of 1.8G available → current limit 194.4M).
Jan 07 11:59:43 machine1 systemd-journal[1669]: Permanent journal is using 512B (max allowed 388.3M, trying to leave 582.5M free of 2.8G available → current limit 388.3M).
Jan 07 11:59:43 machine1 systemd-journal[1669]: Time spent on flushing to /var is 767us for 2 entries.
Jan 07 11:59:43 machine1 kernel: Initializing cgroup subsys cpuset
Jan 07 11:59:43 machine1 kernel: Initializing cgroup subsys cpu
Jan 07 11:59:43 machine1 kernel: Initializing cgroup subsys cpuacct
Jan 07 11:59:43 machine1 kernel: Linux version 3.17.4-1-ARCH (builduser@tobias) (gcc version 4.9.2 (GCC) ) #1 SMP PREEMPT Fri Nov 21 21:14:42 CET 2014
Jan 07 11:59:43 machine1 kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/cryptroot cryptdevice=/dev/disk/by-uuid/91674a68-0ad3-4f73-8a96-90bbde7b7306:cryptroot zfs=zpoolCruz1/ROOT/rootfs boot=zfs root=ZFS=zpoolCruz1/ROOT/rootfs rw verbose
Jan 07 11:59:43 machine1 kernel: e820: BIOS-provided physical RAM map:
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000000d2000-0x00000000000d3fff] reserved
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000c3a7bfff] usable
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000c3a7c000-0x00000000c3a81fff] reserved
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000c3a82000-0x00000000c3b47fff] usable
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000c3b48000-0x00000000c3b5afff] reserved
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000c3b5b000-0x00000000c3bdbfff] ACPI NVS
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000c3bdc000-0x00000000c3c0efff] reserved
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000c3c0f000-0x00000000c3c5cfff] usable
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000c3c5d000-0x00000000c3e67fff] reserved
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000c3e68000-0x00000000c3ee7fff] ACPI NVS
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000c3ee8000-0x00000000c3f0efff] reserved
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000c3f0f000-0x00000000c3f16fff] usable
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000c3f17000-0x00000000c3f1efff] reserved
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000c3f1f000-0x00000000c3f6bfff] usable
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000c3f6c000-0x00000000c3f79fff] ACPI NVS
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000c3f7a000-0x00000000c3f7cfff] ACPI data
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000c3f7d000-0x00000000c3f80fff] ACPI NVS
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000c3f81000-0x00000000c3f81fff] ACPI data
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000c3f82000-0x00000000c3f8afff] ACPI NVS
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000c3f8b000-0x00000000c3f8bfff] ACPI data
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000c3f8c000-0x00000000c3f9efff] ACPI NVS
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000c3f9f000-0x00000000c3ffefff] ACPI data
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000c3fff000-0x00000000c3ffffff] usable
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000c4000000-0x00000000c5ffffff] reserved
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000c7800000-0x00000000c7ffffff] reserved
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000feaff000-0x00000000feafffff] reserved
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jan 07 11:59:43 machine1 kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000137ffffff] usable
Jan 07 11:59:43 machine1 kernel: NX (Execute Disable) protection: active
Jan 07 11:59:43 machine1 kernel: SMBIOS 2.6 present.
Jan 07 11:59:43 machine1 kernel: DMI: LENOVO 4389AC1/4389AC1, BIOS 6NET84WW (1.45 ) 10/03/2012
Jan 07 11:59:43 machine1 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jan 07 11:59:43 machine1 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jan 07 11:59:43 machine1 kernel: AGP: No AGP bridge found
Jan 07 11:59:43 machine1 kernel: e820: last_pfn = 0x138000 max_arch_pfn = 0x400000000
Jan 07 11:59:43 machine1 kernel: MTRR default type: uncachable
Jan 07 11:59:43 machine1 kernel: MTRR fixed ranges enabled:
Jan 07 11:59:43 machine1 kernel:   00000-9FFFF write-back
Jan 07 11:59:43 machine1 kernel:   A0000-BFFFF uncachable
Jan 07 11:59:43 machine1 kernel:   C0000-D3FFF write-protect
Jan 07 11:59:43 machine1 kernel:   D4000-DBFFF uncachable
Jan 07 11:59:43 machine1 kernel:   DC000-FFFFF write-protect
Jan 07 11:59:43 machine1 kernel: MTRR variable ranges enabled:
Jan 07 11:59:43 machine1 kernel:   0 disabled
Jan 07 11:59:43 machine1 kernel:   1 base 000000000 mask F80000000 write-back
Jan 07 11:59:43 machine1 kernel:   2 base 080000000 mask FC0000000 write-back
Jan 07 11:59:43 machine1 kernel:   3 base 0C0000000 mask FF8000000 write-back
Jan 07 11:59:43 machine1 kernel:   4 base 100000000 mask FE0000000 write-back
Jan 07 11:59:43 machine1 kernel:   5 base 120000000 mask FF0000000 write-back
Jan 07 11:59:43 machine1 kernel:   6 base 130000000 mask FF8000000 write-back
Jan 07 11:59:43 machine1 kernel:   7 base 0C4000000 mask FFE000000 uncachable
Jan 07 11:59:43 machine1 kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Jan 07 11:59:43 machine1 kernel: e820: update [mem 0xc4000000-0xc5ffffff] usable ==> reserved
Jan 07 11:59:43 machine1 kernel: e820: update [mem 0xc8000000-0xffffffff] usable ==> reserved
Jan 07 11:59:43 machine1 kernel: e820: last_pfn = 0xc4000 max_arch_pfn = 0x400000000
Jan 07 11:59:43 machine1 kernel: found SMP MP-table at [mem 0x000f68a0-0x000f68af] mapped at [ffff8800000f68a0]
Jan 07 11:59:43 machine1 kernel: Scanning 1 areas for low memory corruption
Jan 07 11:59:43 machine1 kernel: Base memory trampoline at [ffff880000098000] 98000 size 24576
Jan 07 11:59:43 machine1 kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
Jan 07 11:59:43 machine1 kernel:  [mem 0x00000000-0x000fffff] page 4k
Jan 07 11:59:43 machine1 kernel: BRK [0x01b2c000, 0x01b2cfff] PGTABLE
Jan 07 11:59:43 machine1 kernel: BRK [0x01b2d000, 0x01b2dfff] PGTABLE
Jan 07 11:59:43 machine1 kernel: BRK [0x01b2e000, 0x01b2efff] PGTABLE
Jan 07 11:59:43 machine1 kernel: init_memory_mapping: [mem 0x137e00000-0x137ffffff]
Jan 07 11:59:43 machine1 kernel:  [mem 0x137e00000-0x137ffffff] page 2M
Jan 07 11:59:43 machine1 kernel: BRK [0x01b2f000, 0x01b2ffff] PGTABLE
Jan 07 11:59:43 machine1 kernel: init_memory_mapping: [mem 0x134000000-0x137dfffff]
Jan 07 11:59:43 machine1 kernel:  [mem 0x134000000-0x137dfffff] page 2M
Jan 07 11:59:43 machine1 kernel: init_memory_mapping: [mem 0x100000000-0x133ffffff]
Jan 07 11:59:43 machine1 kernel:  [mem 0x100000000-0x133ffffff] page 2M
Jan 07 11:59:43 machine1 kernel: init_memory_mapping: [mem 0x00100000-0xc3a7bfff]
Jan 07 11:59:43 machine1 kernel:  [mem 0x00100000-0x001fffff] page 4k
Jan 07 11:59:43 machine1 kernel:  [mem 0x00200000-0xc39fffff] page 2M
Jan 07 11:59:43 machine1 kernel:  [mem 0xc3a00000-0xc3a7bfff] page 4k
Jan 07 11:59:43 machine1 kernel: init_memory_mapping: [mem 0xc3a82000-0xc3b47fff]
Jan 07 11:59:43 machine1 kernel:  [mem 0xc3a82000-0xc3b47fff] page 4k
Jan 07 11:59:43 machine1 kernel: init_memory_mapping: [mem 0xc3c0f000-0xc3c5cfff]
Jan 07 11:59:43 machine1 kernel:  [mem 0xc3c0f000-0xc3c5cfff] page 4k
Jan 07 11:59:43 machine1 kernel: BRK [0x01b30000, 0x01b30fff] PGTABLE
Jan 07 11:59:43 machine1 kernel: init_memory_mapping: [mem 0xc3f0f000-0xc3f16fff]
Jan 07 11:59:43 machine1 kernel:  [mem 0xc3f0f000-0xc3f16fff] page 4k
Jan 07 11:59:43 machine1 kernel: BRK [0x01b31000, 0x01b31fff] PGTABLE
Jan 07 11:59:43 machine1 kernel: init_memory_mapping: [mem 0xc3f1f000-0xc3f6bfff]
Jan 07 11:59:43 machine1 kernel:  [mem 0xc3f1f000-0xc3f6bfff] page 4k
Jan 07 11:59:43 machine1 kernel: init_memory_mapping: [mem 0xc3fff000-0xc3ffffff]
Jan 07 11:59:43 machine1 kernel:  [mem 0xc3fff000-0xc3ffffff] page 4k
Jan 07 11:59:43 machine1 kernel: RAMDISK: [mem 0x372c2000-0x37958fff]
Jan 07 11:59:43 machine1 kernel: ACPI: Early table checksum verification disabled
Jan 07 11:59:43 machine1 kernel: ACPI: RSDP 0x00000000000F6870 000024 (v02 LENOVO)
Jan 07 11:59:43 machine1 kernel: ACPI: XSDT 0x00000000C3FF18B8 00009C (v01 LENOVO TP-6N    00001450  LTP 00000000)
Jan 07 11:59:43 machine1 kernel: ACPI: FACP 0x00000000C3FF1A00 0000F4 (v04 LENOVO TP-6N    00001450 LNVO 00000001)
Jan 07 11:59:43 machine1 kernel: ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Pm1aControlBlock: 16/32 (20140724/tbfadt-618)
Jan 07 11:59:43 machine1 kernel: ACPI BIOS Warning (bug): Invalid length for FADT/Pm1aControlBlock: 32, using default 16 (20140724/tbfadt-699)
Jan 07 11:59:43 machine1 kernel: ACPI: DSDT 0x00000000C3FF1C9B 00CEAE (v01 LENOVO TP-6N    00001450 MSFT 03000001)
Jan 07 11:59:43 machine1 kernel: ACPI: FACS 0x00000000C3EE7000 000040
Jan 07 11:59:43 machine1 kernel: ACPI: SSDT 0x00000000C3FF1BB4 0000E7 (v01 LENOVO TP-6N    00001450 MSFT 03000001)
Jan 07 11:59:43 machine1 kernel: ACPI: ECDT 0x00000000C3FFEB49 000052 (v01 LENOVO TP-6N    00001450 LNVO 00000001)
Jan 07 11:59:43 machine1 kernel: ACPI: APIC 0x00000000C3FFEB9B 0000BC (v01 LENOVO TP-6N    00001450 LNVO 00000001)
Jan 07 11:59:43 machine1 kernel: ACPI: MCFG 0x00000000C3FFEC57 00003C (v01 LENOVO TP-6N    00001450 LNVO 00000001)
Jan 07 11:59:43 machine1 kernel: ACPI: HPET 0x00000000C3FFEC93 000038 (v01 LENOVO TP-6N    00001450 LNVO 00000001)
Jan 07 11:59:43 machine1 kernel: ACPI: ASF! 0x00000000C3FFEDBE 0000A4 (v16 LENOVO TP-6N    00001450 PTL  00000001)
Jan 07 11:59:43 machine1 kernel: ACPI: SLIC 0x00000000C3FFEE62 000176 (v01 LENOVO TP-6N    00001450  LTP 00000000)
Jan 07 11:59:43 machine1 kernel: ACPI: BOOT 0x00000000C3FFEFD8 000028 (v01 LENOVO TP-6N    00001450  LTP 00000001)
Jan 07 11:59:43 machine1 kernel: ACPI: SSDT 0x00000000C3EE591A 00084B (v01 LENOVO TP-6N    00001450 INTL 20050513)
Jan 07 11:59:43 machine1 kernel: ACPI: TCPA 0x00000000C3F8B000 000032 (v02 PTL     CRESTLN 06040000      00005A52)
Jan 07 11:59:43 machine1 kernel: ACPI: DMAR 0x00000000C3F81000 000068 (v01 INTEL  CP_FIELD 00000001 INTL 00000001)
Jan 07 11:59:43 machine1 kernel: ACPI: SSDT 0x00000000C3F7C000 0009F1 (v01 PmRef  CpuPm    00003000 INTL 20060912)
Jan 07 11:59:43 machine1 kernel: ACPI: SSDT 0x00000000C3F7B000 000259 (v01 PmRef  Cpu0Tst  00003000 INTL 20060912)
Jan 07 11:59:43 machine1 kernel: ACPI: SSDT 0x00000000C3F7A000 00049F (v01 PmRef  ApTst    00003000 INTL 20060912)
Jan 07 11:59:43 machine1 kernel: ACPI: Local APIC address 0xfee00000
Jan 07 11:59:43 machine1 kernel: No NUMA configuration found
Jan 07 11:59:43 machine1 kernel: Faking a node at [mem 0x0000000000000000-0x0000000137ffffff]
Jan 07 11:59:43 machine1 kernel: Initmem setup node 0 [mem 0x00000000-0x137ffffff]
Jan 07 11:59:43 machine1 kernel:   NODE_DATA [mem 0x137ff8000-0x137ffbfff]
Jan 07 11:59:43 machine1 kernel:  [ffffea0000000000-ffffea0004dfffff] PMD -> [ffff880133600000-ffff8801375fffff] on node 0
Jan 07 11:59:43 machine1 kernel: Zone ranges:
Jan 07 11:59:43 machine1 kernel:   DMA      [mem 0x00001000-0x00ffffff]
Jan 07 11:59:43 machine1 kernel:   DMA32    [mem 0x01000000-0xffffffff]
Jan 07 11:59:43 machine1 kernel:   Normal   [mem 0x100000000-0x137ffffff]
Jan 07 11:59:43 machine1 kernel: Movable zone start for each node
Jan 07 11:59:43 machine1 kernel: Early memory node ranges
Jan 07 11:59:43 machine1 kernel:   node   0: [mem 0x00001000-0x0009dfff]
Jan 07 11:59:43 machine1 kernel:   node   0: [mem 0x00100000-0xc3a7bfff]
Jan 07 11:59:43 machine1 kernel:   node   0: [mem 0xc3a82000-0xc3b47fff]
Jan 07 11:59:43 machine1 kernel:   node   0: [mem 0xc3c0f000-0xc3c5cfff]
Jan 07 11:59:43 machine1 kernel:   node   0: [mem 0xc3f0f000-0xc3f16fff]
Jan 07 11:59:43 machine1 kernel:   node   0: [mem 0xc3f1f000-0xc3f6bfff]
Jan 07 11:59:43 machine1 kernel:   node   0: [mem 0xc3fff000-0xc3ffffff]
Jan 07 11:59:43 machine1 kernel:   node   0: [mem 0x100000000-0x137ffffff]
Jan 07 11:59:43 machine1 kernel: On node 0 totalpages: 1031043
Jan 07 11:59:43 machine1 kernel:   DMA zone: 64 pages used for memmap
Jan 07 11:59:43 machine1 kernel:   DMA zone: 21 pages reserved
Jan 07 11:59:43 machine1 kernel:   DMA zone: 3997 pages, LIFO batch:0
Jan 07 11:59:43 machine1 kernel:   DMA32 zone: 12464 pages used for memmap
Jan 07 11:59:43 machine1 kernel:   DMA32 zone: 797670 pages, LIFO batch:31
Jan 07 11:59:43 machine1 kernel:   Normal zone: 3584 pages used for memmap
Jan 07 11:59:43 machine1 kernel:   Normal zone: 229376 pages, LIFO batch:31
Jan 07 11:59:43 machine1 kernel: ACPI: PM-Timer IO Port: 0x1008
Jan 07 11:59:43 machine1 kernel: ACPI: Local APIC address 0xfee00000
Jan 07 11:59:43 machine1 kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Jan 07 11:59:43 machine1 kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
Jan 07 11:59:43 machine1 kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
Jan 07 11:59:43 machine1 kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
Jan 07 11:59:43 machine1 kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] enabled)
Jan 07 11:59:43 machine1 kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] enabled)
Jan 07 11:59:43 machine1 kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] enabled)
Jan 07 11:59:43 machine1 kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] enabled)
Jan 07 11:59:43 machine1 kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Jan 07 11:59:43 machine1 kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jan 07 11:59:43 machine1 kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jan 07 11:59:43 machine1 kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jan 07 11:59:43 machine1 kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jan 07 11:59:43 machine1 kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jan 07 11:59:43 machine1 kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jan 07 11:59:43 machine1 kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jan 07 11:59:43 machine1 kernel: ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
Jan 07 11:59:43 machine1 kernel: IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
Jan 07 11:59:43 machine1 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jan 07 11:59:43 machine1 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jan 07 11:59:43 machine1 kernel: ACPI: IRQ0 used by override.
Jan 07 11:59:43 machine1 kernel: ACPI: IRQ9 used by override.
Jan 07 11:59:43 machine1 kernel: Using ACPI (MADT) for SMP configuration information
Jan 07 11:59:43 machine1 kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Jan 07 11:59:43 machine1 kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000d1fff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0x000d2000-0x000d3fff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0x000d4000-0x000dbfff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0x000dc000-0x000fffff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xc3a7c000-0xc3a81fff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xc3b48000-0xc3b5afff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xc3b5b000-0xc3bdbfff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xc3bdc000-0xc3c0efff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xc3c5d000-0xc3e67fff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xc3e68000-0xc3ee7fff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xc3ee8000-0xc3f0efff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xc3f17000-0xc3f1efff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xc3f6c000-0xc3f79fff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xc3f7a000-0xc3f7cfff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xc3f7d000-0xc3f80fff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xc3f81000-0xc3f81fff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xc3f82000-0xc3f8afff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xc3f8b000-0xc3f8bfff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xc3f8c000-0xc3f9efff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xc3f9f000-0xc3ffefff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xc4000000-0xc5ffffff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xc6000000-0xc77fffff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xc7800000-0xc7ffffff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xc8000000-0xdfffffff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfeafefff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xfeaff000-0xfeafffff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xfeb00000-0xfebfffff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec0ffff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xfec10000-0xfecfffff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfed1bfff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed8ffff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xfed90000-0xfedfffff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Jan 07 11:59:43 machine1 kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
Jan 07 11:59:43 machine1 kernel: e820: [mem 0xc8000000-0xdfffffff] available for PCI devices
Jan 07 11:59:43 machine1 kernel: Booting paravirtualized kernel on bare hardware
Jan 07 11:59:43 machine1 kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
Jan 07 11:59:43 machine1 kernel: PERCPU: Embedded 29 pages/cpu @ffff880137c00000 s86848 r8192 d23744 u262144
Jan 07 11:59:43 machine1 kernel: pcpu-alloc: s86848 r8192 d23744 u262144 alloc=1*2097152
Jan 07 11:59:43 machine1 kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Jan 07 11:59:43 machine1 kernel: Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1014910
Jan 07 11:59:43 machine1 kernel: Policy zone: Normal
Jan 07 11:59:43 machine1 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/cryptroot cryptdevice=/dev/disk/by-uuid/91674a68-0ad3-4f73-8a96-90bbde7b7306:cryptroot zfs=zpoolCruz1/ROOT/rootfs boot=zfs root=ZFS=zpoolCruz1/ROOT/rootfs rw verbose
Jan 07 11:59:43 machine1 kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Jan 07 11:59:43 machine1 kernel: AGP: Checking aperture...
Jan 07 11:59:43 machine1 kernel: AGP: No AGP bridge found
Jan 07 11:59:43 machine1 kernel: Calgary: detecting Calgary via BIOS EBDA area
Jan 07 11:59:43 machine1 kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Jan 07 11:59:43 machine1 kernel: Memory: 3973076K/4124172K available (5386K kernel code, 896K rwdata, 1712K rodata, 1140K init, 1176K bss, 151096K reserved)
Jan 07 11:59:43 machine1 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Jan 07 11:59:43 machine1 kernel: Preemptible hierarchical RCU implementation.
Jan 07 11:59:43 machine1 kernel:         RCU dyntick-idle grace-period acceleration is enabled.
Jan 07 11:59:43 machine1 kernel:         Dump stacks of tasks blocking RCU-preempt GP.
Jan 07 11:59:43 machine1 kernel:         RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
Jan 07 11:59:43 machine1 kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Jan 07 11:59:43 machine1 kernel: NR_IRQS:8448 nr_irqs:488 0
Jan 07 11:59:43 machine1 kernel: Console: colour dummy device 80x25
Jan 07 11:59:43 machine1 kernel: console [tty0] enabled
Jan 07 11:59:43 machine1 kernel: allocated 16777216 bytes of page_cgroup
Jan 07 11:59:43 machine1 kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
Jan 07 11:59:43 machine1 kernel: hpet clockevent registered
Jan 07 11:59:43 machine1 kernel: tsc: Fast TSC calibration using PIT
Jan 07 11:59:43 machine1 kernel: tsc: Detected 1595.939 MHz processor
Jan 07 11:59:43 machine1 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3193.87 BogoMIPS (lpj=5319796)
Jan 07 11:59:43 machine1 kernel: pid_max: default: 32768 minimum: 301
Jan 07 11:59:43 machine1 kernel: ACPI: Core revision 20140724
Jan 07 11:59:43 machine1 kernel: ACPI: All ACPI Tables successfully acquired
Jan 07 11:59:43 machine1 kernel: Security Framework initialized
Jan 07 11:59:43 machine1 kernel: Yama: becoming mindful.
Jan 07 11:59:43 machine1 kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Jan 07 11:59:43 machine1 kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Jan 07 11:59:43 machine1 kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
Jan 07 11:59:43 machine1 kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
Jan 07 11:59:43 machine1 kernel: Initializing cgroup subsys memory
Jan 07 11:59:43 machine1 kernel: Initializing cgroup subsys devices
Jan 07 11:59:43 machine1 kernel: Initializing cgroup subsys freezer
Jan 07 11:59:43 machine1 kernel: Initializing cgroup subsys net_cls
Jan 07 11:59:43 machine1 kernel: Initializing cgroup subsys blkio
Jan 07 11:59:43 machine1 kernel: CPU: Physical Processor ID: 0
Jan 07 11:59:43 machine1 kernel: CPU: Processor Core ID: 0
Jan 07 11:59:43 machine1 kernel: mce: CPU supports 9 MCE banks
Jan 07 11:59:43 machine1 kernel: CPU0: Thermal monitoring enabled (TM1)
Jan 07 11:59:43 machine1 kernel: Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
                                     Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
Jan 07 11:59:43 machine1 kernel: Freeing SMP alternatives memory: 20K (ffffffff819ff000 - ffffffff81a04000)
Jan 07 11:59:43 machine1 kernel: ftrace: allocating 20686 entries in 81 pages
Jan 07 11:59:43 machine1 kernel: dmar: Host address width 36
Jan 07 11:59:43 machine1 kernel: dmar: DRHD base: 0x000000fed90000 flags: 0x1
Jan 07 11:59:43 machine1 kernel: dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c90780106f0462 ecap f020e2
Jan 07 11:59:43 machine1 kernel: dmar: RMRR base: 0x000000c3ee9000 end: 0x000000c3efffff
Jan 07 11:59:43 machine1 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jan 07 11:59:43 machine1 kernel: smpboot: CPU0: Intel(R) Core(TM) i7 CPU       Q 720  @ 1.60GHz (fam: 06, model: 1e, stepping: 05)
Jan 07 11:59:43 machine1 kernel: Performance Events: PEBS fmt1+, 16-deep LBR, Nehalem events, Intel PMU driver.
Jan 07 11:59:43 machine1 kernel: perf_event_intel: CPU erratum AAJ80 worked around
Jan 07 11:59:43 machine1 kernel: perf_event_intel: CPUID marked event: 'bus cycles' unavailable
Jan 07 11:59:43 machine1 kernel: ... version:                3
Jan 07 11:59:43 machine1 kernel: ... bit width:              48
Jan 07 11:59:43 machine1 kernel: ... generic registers:      4
Jan 07 11:59:43 machine1 kernel: ... value mask:             0000ffffffffffff
Jan 07 11:59:43 machine1 kernel: ... max period:             000000007fffffff
Jan 07 11:59:43 machine1 kernel: ... fixed-purpose events:   3
Jan 07 11:59:43 machine1 kernel: ... event mask:             000000070000000f
Jan 07 11:59:43 machine1 kernel: x86: Booting SMP configuration:
Jan 07 11:59:43 machine1 kernel: .... node  #0, CPUs:      #1
Jan 07 11:59:43 machine1 kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Jan 07 11:59:43 machine1 kernel:  #2 #3 #4 #5 #6 #7
Jan 07 11:59:43 machine1 kernel: x86: Booted up 1 node, 8 CPUs
Jan 07 11:59:43 machine1 kernel: smpboot: Total of 8 processors activated (25545.98 BogoMIPS)
Jan 07 11:59:43 machine1 kernel: devtmpfs: initialized
Jan 07 11:59:43 machine1 kernel: PM: Registering ACPI NVS region [mem 0xc3b5b000-0xc3bdbfff] (528384 bytes)
Jan 07 11:59:43 machine1 kernel: PM: Registering ACPI NVS region [mem 0xc3e68000-0xc3ee7fff] (524288 bytes)
Jan 07 11:59:43 machine1 kernel: PM: Registering ACPI NVS region [mem 0xc3f6c000-0xc3f79fff] (57344 bytes)
Jan 07 11:59:43 machine1 kernel: PM: Registering ACPI NVS region [mem 0xc3f7d000-0xc3f80fff] (16384 bytes)
Jan 07 11:59:43 machine1 kernel: PM: Registering ACPI NVS region [mem 0xc3f82000-0xc3f8afff] (36864 bytes)
Jan 07 11:59:43 machine1 kernel: PM: Registering ACPI NVS region [mem 0xc3f8c000-0xc3f9efff] (77824 bytes)
Jan 07 11:59:43 machine1 kernel: pinctrl core: initialized pinctrl subsystem
Jan 07 11:59:43 machine1 kernel: RTC time: 10:59:14, date: 01/07/15
Jan 07 11:59:43 machine1 kernel: NET: Registered protocol family 16
Jan 07 11:59:43 machine1 kernel: cpuidle: using governor ladder
Jan 07 11:59:43 machine1 kernel: cpuidle: using governor menu
Jan 07 11:59:43 machine1 kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Jan 07 11:59:43 machine1 kernel: ACPI: bus type PCI registered
Jan 07 11:59:43 machine1 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jan 07 11:59:43 machine1 kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Jan 07 11:59:43 machine1 kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
Jan 07 11:59:43 machine1 kernel: PCI: Using configuration type 1 for base access
Jan 07 11:59:43 machine1 kernel: mtrr: your CPUs had inconsistent variable MTRR settings
Jan 07 11:59:43 machine1 kernel: mtrr: probably your BIOS does not setup all CPUs.
Jan 07 11:59:43 machine1 kernel: mtrr: corrected configuration.
Jan 07 11:59:43 machine1 kernel: ACPI: Added _OSI(Module Device)
Jan 07 11:59:43 machine1 kernel: ACPI: Added _OSI(Processor Device)
Jan 07 11:59:43 machine1 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jan 07 11:59:43 machine1 kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jan 07 11:59:43 machine1 kernel: ACPI : EC: EC description table is found, configuring boot EC
Jan 07 11:59:43 machine1 kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Jan 07 11:59:43 machine1 kernel: ACPI: Dynamic OEM Table Load:
Jan 07 11:59:43 machine1 kernel: ACPI: SSDT 0xFFFF880131580C00 000385 (v01 PmRef  Cpu0Ist  00003000 INTL 20060912)
Jan 07 11:59:43 machine1 kernel: ACPI: Dynamic OEM Table Load:
Jan 07 11:59:43 machine1 kernel: ACPI: SSDT 0xFFFF8801310C8000 0006B2 (v01 PmRef  Cpu0Cst  00003001 INTL 20060912)
Jan 07 11:59:43 machine1 kernel: ACPI: Dynamic OEM Table Load:
Jan 07 11:59:43 machine1 kernel: ACPI: SSDT 0xFFFF880131691000 000303 (v01 PmRef  ApIst    00003000 INTL 20060912)
Jan 07 11:59:43 machine1 kernel: ACPI: Dynamic OEM Table Load:
Jan 07 11:59:43 machine1 kernel: ACPI: SSDT 0xFFFF880131069800 000119 (v01 PmRef  ApCst    00003000 INTL 20060912)
Jan 07 11:59:43 machine1 kernel: ACPI: Interpreter enabled
Jan 07 11:59:43 machine1 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140724/hwxface-580)
Jan 07 11:59:43 machine1 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140724/hwxface-580)
Jan 07 11:59:43 machine1 kernel: ACPI: (supports S0 S3 S4 S5)
Jan 07 11:59:43 machine1 kernel: ACPI: Using IOAPIC for interrupt routing
Jan 07 11:59:43 machine1 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jan 07 11:59:43 machine1 kernel: ACPI: Power Resource [PUBS] (on)
Jan 07 11:59:43 machine1 kernel: acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
Jan 07 11:59:43 machine1 kernel: acpi LNXIOBAY:00: ACPI dock station (docks/bays count: 2)
Jan 07 11:59:43 machine1 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
Jan 07 11:59:43 machine1 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
Jan 07 11:59:43 machine1 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
Jan 07 11:59:43 machine1 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
Jan 07 11:59:43 machine1 kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
Jan 07 11:59:43 machine1 kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
Jan 07 11:59:43 machine1 kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
Jan 07 11:59:43 machine1 kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
Jan 07 11:59:43 machine1 kernel: ACPI: PCI Root Bridge [UNCR] (domain 0000 [bus ff])
Jan 07 11:59:43 machine1 kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Jan 07 11:59:43 machine1 kernel: acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
Jan 07 11:59:43 machine1 kernel: PCI host bridge to bus 0000:ff
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:ff: root bus resource [bus ff]
Jan 07 11:59:43 machine1 kernel: pci 0000:ff:00.0: [8086:2c52] type 00 class 0x060000
Jan 07 11:59:43 machine1 kernel: pci 0000:ff:00.1: [8086:2c81] type 00 class 0x060000
Jan 07 11:59:43 machine1 kernel: pci 0000:ff:02.0: [8086:2c90] type 00 class 0x060000
Jan 07 11:59:43 machine1 kernel: pci 0000:ff:02.1: [8086:2c91] type 00 class 0x060000
Jan 07 11:59:43 machine1 kernel: pci 0000:ff:03.0: [8086:2c98] type 00 class 0x060000
Jan 07 11:59:43 machine1 kernel: pci 0000:ff:03.1: [8086:2c99] type 00 class 0x060000
Jan 07 11:59:43 machine1 kernel: pci 0000:ff:03.4: [8086:2c9c] type 00 class 0x060000
Jan 07 11:59:43 machine1 kernel: pci 0000:ff:04.0: [8086:2ca0] type 00 class 0x060000
Jan 07 11:59:43 machine1 kernel: pci 0000:ff:04.1: [8086:2ca1] type 00 class 0x060000
Jan 07 11:59:43 machine1 kernel: pci 0000:ff:04.2: [8086:2ca2] type 00 class 0x060000
Jan 07 11:59:43 machine1 kernel: pci 0000:ff:04.3: [8086:2ca3] type 00 class 0x060000
Jan 07 11:59:43 machine1 kernel: pci 0000:ff:05.0: [8086:2ca8] type 00 class 0x060000
Jan 07 11:59:43 machine1 kernel: pci 0000:ff:05.1: [8086:2ca9] type 00 class 0x060000
Jan 07 11:59:43 machine1 kernel: pci 0000:ff:05.2: [8086:2caa] type 00 class 0x060000
Jan 07 11:59:43 machine1 kernel: pci 0000:ff:05.3: [8086:2cab] type 00 class 0x060000
Jan 07 11:59:43 machine1 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Jan 07 11:59:43 machine1 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Jan 07 11:59:43 machine1 kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeCapability]
Jan 07 11:59:43 machine1 kernel: acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
Jan 07 11:59:43 machine1 kernel: acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability]
Jan 07 11:59:43 machine1 kernel: acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
Jan 07 11:59:43 machine1 kernel: acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
Jan 07 11:59:43 machine1 kernel: PCI host bridge to bus 0000:00
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:00: root bus resource [mem 0xc8000000-0xfebfffff]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:00.0: [8086:d132] type 00 class 0x060000
Jan 07 11:59:43 machine1 kernel: pci 0000:00:03.0: [8086:d138] type 01 class 0x060400
Jan 07 11:59:43 machine1 kernel: pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
Jan 07 11:59:43 machine1 kernel: pci 0000:00:08.0: [8086:d155] type 00 class 0x088000
Jan 07 11:59:43 machine1 kernel: pci 0000:00:08.1: [8086:d156] type 00 class 0x088000
Jan 07 11:59:43 machine1 kernel: pci 0000:00:08.2: [8086:d157] type 00 class 0x088000
Jan 07 11:59:43 machine1 kernel: pci 0000:00:08.3: [8086:d158] type 00 class 0x088000
Jan 07 11:59:43 machine1 kernel: pci 0000:00:10.0: [8086:d150] type 00 class 0x088000
Jan 07 11:59:43 machine1 kernel: pci 0000:00:10.1: [8086:d151] type 00 class 0x088000
Jan 07 11:59:43 machine1 kernel: pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000
Jan 07 11:59:43 machine1 kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf2627800-0xf262780f 64bit]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Jan 07 11:59:43 machine1 kernel: pci 0000:00:19.0: [8086:10ea] type 00 class 0x020000
Jan 07 11:59:43 machine1 kernel: pci 0000:00:19.0: reg 0x10: [mem 0xf2600000-0xf261ffff]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:19.0: reg 0x14: [mem 0xf2625000-0xf2625fff]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:19.0: reg 0x18: [io  0x1820-0x183f]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
Jan 07 11:59:43 machine1 kernel: pci 0000:00:19.0: System wakeup disabled by ACPI
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xf2628000-0xf26283ff]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xf2620000-0xf2623fff 64bit]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.1: System wakeup disabled by ACPI
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.3: [8086:3b48] type 01 class 0x060400
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.3: System wakeup disabled by ACPI
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.4: [8086:3b4a] type 01 class 0x060400
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.4: System wakeup disabled by ACPI
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.6: [8086:3b4e] type 01 class 0x060400
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.6: System wakeup disabled by ACPI
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.7: [8086:3b50] type 01 class 0x060400
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.7: System wakeup disabled by ACPI
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xf2628400-0xf26287ff]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1f.0: [8086:3b07] type 00 class 0x060100
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1f.2: [8086:3b2f] type 00 class 0x010601
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1f.2: reg 0x10: [io  0x1818-0x181f]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1f.2: reg 0x14: [io  0x180c-0x180f]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1f.2: reg 0x18: [io  0x1810-0x1817]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1f.2: reg 0x1c: [io  0x1808-0x180b]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1f.2: reg 0x20: [io  0x1840-0x185f]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xf2627000-0xf26277ff]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1f.2: PME# supported from D3hot
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xf2628800-0xf26288ff 64bit]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1f.3: reg 0x20: [io  0x1860-0x187f]
Jan 07 11:59:43 machine1 kernel: pci 0000:01:00.0: [10de:0a3c] type 00 class 0x030000
Jan 07 11:59:43 machine1 kernel: pci 0000:01:00.0: reg 0x10: [mem 0xcc000000-0xccffffff]
Jan 07 11:59:43 machine1 kernel: pci 0000:01:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
Jan 07 11:59:43 machine1 kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xce000000-0xcfffffff 64bit pref]
Jan 07 11:59:43 machine1 kernel: pci 0000:01:00.0: reg 0x24: [io  0x2000-0x207f]
Jan 07 11:59:43 machine1 kernel: pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Jan 07 11:59:43 machine1 kernel: pci 0000:01:00.1: [10de:0be2] type 00 class 0x040300
Jan 07 11:59:43 machine1 kernel: pci 0000:01:00.1: reg 0x10: [mem 0xcdefc000-0xcdefffff]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:03.0: PCI bridge to [bus 01]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:03.0:   bridge window [io  0x2000-0x2fff]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:03.0:   bridge window [mem 0xcc000000-0xcdefffff]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:03.0:   bridge window [mem 0xce000000-0xdfffffff 64bit pref]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Jan 07 11:59:43 machine1 kernel: pci 0000:03:00.0: [8086:4238] type 00 class 0x028000
Jan 07 11:59:43 machine1 kernel: pci 0000:03:00.0: reg 0x10: [mem 0xf2000000-0xf2001fff 64bit]
Jan 07 11:59:43 machine1 kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.1:   bridge window [mem 0xf2000000-0xf20fffff]
Jan 07 11:59:43 machine1 kernel: acpiphp: Slot [1] registered
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.3:   bridge window [mem 0xf0000000-0xf1ffffff]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.3:   bridge window [mem 0xf2700000-0xf27fffff 64bit pref]
Jan 07 11:59:43 machine1 kernel: pci 0000:0d:00.0: [1180:e822] type 00 class 0x080500
Jan 07 11:59:43 machine1 kernel: pci 0000:0d:00.0: MMC controller base frequency changed to 50Mhz.
Jan 07 11:59:43 machine1 kernel: pci 0000:0d:00.0: reg 0x10: [mem 0xf2100000-0xf21000ff]
Jan 07 11:59:43 machine1 kernel: pci 0000:0d:00.0: supports D1 D2
Jan 07 11:59:43 machine1 kernel: pci 0000:0d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jan 07 11:59:43 machine1 kernel: pci 0000:0d:00.1: [1180:e230] type 00 class 0x088000
Jan 07 11:59:43 machine1 kernel: pci 0000:0d:00.1: reg 0x10: [mem 0xf2100400-0xf21004ff]
Jan 07 11:59:43 machine1 kernel: pci 0000:0d:00.1: supports D1 D2
Jan 07 11:59:43 machine1 kernel: pci 0000:0d:00.1: PME# supported from D0 D1 D2 D3hot D3cold
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.4: PCI bridge to [bus 0d]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.4:   bridge window [mem 0xf2100000-0xf21fffff]
Jan 07 11:59:43 machine1 kernel: pci 0000:0f:00.0: [1033:0194] type 00 class 0x0c0330
Jan 07 11:59:43 machine1 kernel: pci 0000:0f:00.0: reg 0x10: [mem 0xf2200000-0xf2201fff 64bit]
Jan 07 11:59:43 machine1 kernel: pci 0000:0f:00.0: PME# supported from D0 D3hot D3cold
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.6: PCI bridge to [bus 0f-16]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.6:   bridge window [mem 0xf2200000-0xf22fffff]
Jan 07 11:59:43 machine1 kernel: pci 0000:17:00.0: [1180:e822] type 00 class 0x080500
Jan 07 11:59:43 machine1 kernel: pci 0000:17:00.0: MMC controller base frequency changed to 50Mhz.
Jan 07 11:59:43 machine1 kernel: pci 0000:17:00.0: reg 0x10: [mem 0xf2300000-0xf23000ff]
Jan 07 11:59:43 machine1 kernel: pci 0000:17:00.0: supports D1 D2
Jan 07 11:59:43 machine1 kernel: pci 0000:17:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jan 07 11:59:43 machine1 kernel: pci 0000:17:00.3: [1180:e832] type 00 class 0x0c0010
Jan 07 11:59:43 machine1 kernel: pci 0000:17:00.3: reg 0x10: [mem 0xf2300800-0xf2300fff]
Jan 07 11:59:43 machine1 kernel: pci 0000:17:00.3: supports D1 D2
Jan 07 11:59:43 machine1 kernel: pci 0000:17:00.3: PME# supported from D0 D1 D2 D3hot D3cold
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.7: PCI bridge to [bus 17-1e]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.7:   bridge window [mem 0xf2300000-0xf23fffff]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1e.0: PCI bridge to [bus 1f] (subtractive decode)
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1e.0:   bridge window [mem 0xc8000000-0xfebfffff] (subtractive decode)
Jan 07 11:59:43 machine1 kernel: ACPI: Enabled 2 GPEs in block 00 to 3F
Jan 07 11:59:43 machine1 kernel: ACPI : EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
Jan 07 11:59:43 machine1 kernel: vgaarb: setting as boot device: PCI:0000:01:00.0
Jan 07 11:59:43 machine1 kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
Jan 07 11:59:43 machine1 kernel: vgaarb: loaded
Jan 07 11:59:43 machine1 kernel: vgaarb: bridge control possible 0000:01:00.0
Jan 07 11:59:43 machine1 kernel: PCI: Using ACPI for IRQ routing
Jan 07 11:59:43 machine1 kernel: PCI: pci_cache_line_size set to 64 bytes
Jan 07 11:59:43 machine1 kernel: e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
Jan 07 11:59:43 machine1 kernel: e820: reserve RAM buffer [mem 0xc3a7c000-0xc3ffffff]
Jan 07 11:59:43 machine1 kernel: e820: reserve RAM buffer [mem 0xc3b48000-0xc3ffffff]
Jan 07 11:59:43 machine1 kernel: e820: reserve RAM buffer [mem 0xc3c5d000-0xc3ffffff]
Jan 07 11:59:43 machine1 kernel: e820: reserve RAM buffer [mem 0xc3f17000-0xc3ffffff]
Jan 07 11:59:43 machine1 kernel: e820: reserve RAM buffer [mem 0xc3f6c000-0xc3ffffff]
Jan 07 11:59:43 machine1 kernel: NetLabel: Initializing
Jan 07 11:59:43 machine1 kernel: NetLabel:  domain hash size = 128
Jan 07 11:59:43 machine1 kernel: NetLabel:  protocols = UNLABELED CIPSOv4
Jan 07 11:59:43 machine1 kernel: NetLabel:  unlabeled traffic allowed by default
Jan 07 11:59:43 machine1 kernel: HPET: 8 timers in total, 5 timers will be used for per-cpu timer
Jan 07 11:59:43 machine1 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 24, 25, 26, 27, 28, 0
Jan 07 11:59:43 machine1 kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Jan 07 11:59:43 machine1 kernel: hpet: hpet2 irq 24 for MSI
Jan 07 11:59:43 machine1 kernel: hpet: hpet3 irq 25 for MSI
Jan 07 11:59:43 machine1 kernel: hpet: hpet4 irq 26 for MSI
Jan 07 11:59:43 machine1 kernel: hpet: hpet5 irq 27 for MSI
Jan 07 11:59:43 machine1 kernel: hpet: hpet6 irq 28 for MSI
Jan 07 11:59:43 machine1 kernel: Switched to clocksource hpet
Jan 07 11:59:43 machine1 kernel: pnp: PnP ACPI init
Jan 07 11:59:43 machine1 kernel: system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
Jan 07 11:59:43 machine1 kernel: system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
Jan 07 11:59:43 machine1 kernel: system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
Jan 07 11:59:43 machine1 kernel: system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
Jan 07 11:59:43 machine1 kernel: system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
Jan 07 11:59:43 machine1 kernel: system 00:00: [mem 0x000d0000-0x000d3fff] could not be reserved
Jan 07 11:59:43 machine1 kernel: system 00:00: [mem 0x000dc000-0x000dffff] could not be reserved
Jan 07 11:59:43 machine1 kernel: system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
Jan 07 11:59:43 machine1 kernel: system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
Jan 07 11:59:43 machine1 kernel: system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
Jan 07 11:59:43 machine1 kernel: system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
Jan 07 11:59:43 machine1 kernel: system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
Jan 07 11:59:43 machine1 kernel: system 00:00: [mem 0x00100000-0xc7ffffff] could not be reserved
Jan 07 11:59:43 machine1 kernel: system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
Jan 07 11:59:43 machine1 kernel: system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
Jan 07 11:59:43 machine1 kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
Jan 07 11:59:43 machine1 kernel: system 00:01: [io  0x164e-0x164f] has been reserved
Jan 07 11:59:43 machine1 kernel: system 00:01: [io  0x1000-0x107f] could not be reserved
Jan 07 11:59:43 machine1 kernel: system 00:01: [io  0x1180-0x11ff] has been reserved
Jan 07 11:59:43 machine1 kernel: system 00:01: [io  0x0800-0x080f] has been reserved
Jan 07 11:59:43 machine1 kernel: system 00:01: [io  0x15e0-0x15ef] has been reserved
Jan 07 11:59:43 machine1 kernel: system 00:01: [io  0x1600-0x1641] has been reserved
Jan 07 11:59:43 machine1 kernel: system 00:01: [io  0x1644-0x167f] could not be reserved
Jan 07 11:59:43 machine1 kernel: system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
Jan 07 11:59:43 machine1 kernel: system 00:01: [mem 0xf2626000-0xf2626fff] has been reserved
Jan 07 11:59:43 machine1 kernel: system 00:01: [mem 0xfeaff000-0xfeafffff] has been reserved
Jan 07 11:59:43 machine1 kernel: system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
Jan 07 11:59:43 machine1 kernel: system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
Jan 07 11:59:43 machine1 kernel: system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
Jan 07 11:59:43 machine1 kernel: system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
Jan 07 11:59:43 machine1 kernel: system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
Jan 07 11:59:43 machine1 kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Jan 07 11:59:43 machine1 kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
Jan 07 11:59:43 machine1 kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
Jan 07 11:59:43 machine1 kernel: pnp 00:04: Plug and Play ACPI device, IDs LEN0015 PNP0f13 (active)
Jan 07 11:59:43 machine1 kernel: pnp 00:05: Plug and Play ACPI device, IDs SMO1200 PNP0c31 (active)
Jan 07 11:59:43 machine1 kernel: pnp: PnP ACPI: found 6 devices
Jan 07 11:59:43 machine1 kernel: pci 0000:01:00.0: BAR 6: assigned [mem 0xcd000000-0xcd07ffff pref]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:03.0: PCI bridge to [bus 01]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:03.0:   bridge window [io  0x2000-0x2fff]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:03.0:   bridge window [mem 0xcc000000-0xcdefffff]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:03.0:   bridge window [mem 0xce000000-0xdfffffff 64bit pref]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.1:   bridge window [mem 0xf2000000-0xf20fffff]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.3:   bridge window [mem 0xf0000000-0xf1ffffff]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.3:   bridge window [mem 0xf2700000-0xf27fffff 64bit pref]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.4: PCI bridge to [bus 0d]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.4:   bridge window [mem 0xf2100000-0xf21fffff]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.6: PCI bridge to [bus 0f-16]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.6:   bridge window [mem 0xf2200000-0xf22fffff]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.7: PCI bridge to [bus 17-1e]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1c.7:   bridge window [mem 0xf2300000-0xf23fffff]
Jan 07 11:59:43 machine1 kernel: pci 0000:00:1e.0: PCI bridge to [bus 1f]
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:00: resource 9 [mem 0xc8000000-0xfebfffff]
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:01: resource 1 [mem 0xcc000000-0xcdefffff]
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:01: resource 2 [mem 0xce000000-0xdfffffff 64bit pref]
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:03: resource 1 [mem 0xf2000000-0xf20fffff]
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:05: resource 0 [io  0x3000-0x3fff]
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:05: resource 1 [mem 0xf0000000-0xf1ffffff]
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:05: resource 2 [mem 0xf2700000-0xf27fffff 64bit pref]
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:0d: resource 1 [mem 0xf2100000-0xf21fffff]
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:0f: resource 1 [mem 0xf2200000-0xf22fffff]
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:17: resource 1 [mem 0xf2300000-0xf23fffff]
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:1f: resource 4 [io  0x0000-0x0cf7]
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:1f: resource 5 [io  0x0d00-0xffff]
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:1f: resource 6 [mem 0x000a0000-0x000bffff]
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:1f: resource 7 [mem 0x000d4000-0x000d7fff]
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:1f: resource 8 [mem 0x000d8000-0x000dbfff]
Jan 07 11:59:43 machine1 kernel: pci_bus 0000:1f: resource 9 [mem 0xc8000000-0xfebfffff]
Jan 07 11:59:43 machine1 kernel: NET: Registered protocol family 2
Jan 07 11:59:43 machine1 kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes)
Jan 07 11:59:43 machine1 kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
Jan 07 11:59:43 machine1 kernel: TCP: Hash tables configured (established 32768 bind 32768)
Jan 07 11:59:43 machine1 kernel: TCP: reno registered
Jan 07 11:59:43 machine1 kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
Jan 07 11:59:43 machine1 kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
Jan 07 11:59:43 machine1 kernel: NET: Registered protocol family 1
Jan 07 11:59:43 machine1 kernel: pci 0000:01:00.0: Video device with shadowed ROM
Jan 07 11:59:43 machine1 kernel: PCI: CLS 64 bytes, default 64
Jan 07 11:59:43 machine1 kernel: Unpacking initramfs...
Jan 07 11:59:43 machine1 kernel: Freeing initrd memory: 6748K (ffff8800372c2000 - ffff880037959000)
Jan 07 11:59:43 machine1 kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jan 07 11:59:43 machine1 kernel: software IO TLB [mem 0xbfa7c000-0xc3a7c000] (64MB) mapped at [ffff8800bfa7c000-ffff8800c3a7bfff]
Jan 07 11:59:43 machine1 kernel: Simple Boot Flag at 0x35 set to 0x1
Jan 07 11:59:43 machine1 kernel: microcode: CPU0 sig=0x106e5, pf=0x10, revision=0x5
Jan 07 11:59:43 machine1 kernel: microcode: CPU1 sig=0x106e5, pf=0x10, revision=0x5
Jan 07 11:59:43 machine1 kernel: microcode: CPU2 sig=0x106e5, pf=0x10, revision=0x5
Jan 07 11:59:43 machine1 kernel: microcode: CPU3 sig=0x106e5, pf=0x10, revision=0x5
Jan 07 11:59:43 machine1 kernel: microcode: CPU4 sig=0x106e5, pf=0x10, revision=0x5
Jan 07 11:59:43 machine1 kernel: microcode: CPU5 sig=0x106e5, pf=0x10, revision=0x5
Jan 07 11:59:43 machine1 kernel: microcode: CPU6 sig=0x106e5, pf=0x10, revision=0x5
Jan 07 11:59:43 machine1 kernel: microcode: CPU7 sig=0x106e5, pf=0x10, revision=0x5
Jan 07 11:59:43 machine1 kernel: microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Jan 07 11:59:43 machine1 kernel: Scanning for low memory corruption every 60 seconds
Jan 07 11:59:43 machine1 kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
Jan 07 11:59:43 machine1 kernel: Initialise system trusted keyring
Jan 07 11:59:43 machine1 kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
Jan 07 11:59:43 machine1 kernel: zpool: loaded
Jan 07 11:59:43 machine1 kernel: zbud: loaded
Jan 07 11:59:43 machine1 kernel: VFS: Disk quotas dquot_6.5.2
Jan 07 11:59:43 machine1 kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jan 07 11:59:43 machine1 kernel: msgmni has been set to 7773
Jan 07 11:59:43 machine1 kernel: Key type big_key registered
Jan 07 11:59:43 machine1 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Jan 07 11:59:43 machine1 kernel: io scheduler noop registered
Jan 07 11:59:43 machine1 kernel: io scheduler deadline registered
Jan 07 11:59:43 machine1 kernel: io scheduler cfq registered (default)
Jan 07 11:59:43 machine1 kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Jan 07 11:59:43 machine1 kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Jan 07 11:59:43 machine1 kernel: vesafb: mode is 640x480x32, linelength=2560, pages=0
Jan 07 11:59:43 machine1 kernel: vesafb: scrolling: redraw
Jan 07 11:59:43 machine1 kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jan 07 11:59:43 machine1 kernel: vesafb: framebuffer at 0xcf000000, mapped to 0xffffc90010780000, using 1216k, total 1216k
Jan 07 11:59:43 machine1 kernel: Console: switching to colour frame buffer device 80x30
Jan 07 11:59:43 machine1 kernel: fb0: VESA VGA frame buffer device
Jan 07 11:59:43 machine1 kernel: intel_idle: MWAIT substates: 0x1120
Jan 07 11:59:43 machine1 kernel: intel_idle: v0.4 model 0x1E
Jan 07 11:59:43 machine1 kernel: intel_idle: lapic_timer_reliable_states 0x2
Jan 07 11:59:43 machine1 kernel: GHES: HEST is not enabled!
Jan 07 11:59:43 machine1 kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
Jan 07 11:59:43 machine1 kernel: Linux agpgart interface v0.103
Jan 07 11:59:43 machine1 kernel: rtc_cmos 00:02: RTC can wake from S4
Jan 07 11:59:43 machine1 kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
Jan 07 11:59:43 machine1 kernel: rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Jan 07 11:59:43 machine1 kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jan 07 11:59:43 machine1 kernel: TCP: cubic registered
Jan 07 11:59:43 machine1 kernel: NET: Registered protocol family 10
Jan 07 11:59:43 machine1 kernel: NET: Registered protocol family 17
Jan 07 11:59:43 machine1 kernel: Loading compiled-in X.509 certificates
Jan 07 11:59:43 machine1 kernel: registered taskstats version 1
Jan 07 11:59:43 machine1 kernel:   Magic number: 15:993:981
Jan 07 11:59:43 machine1 kernel: rtc_cmos 00:02: setting system clock to 2015-01-07 10:59:14 UTC (1420628354)
Jan 07 11:59:43 machine1 kernel: PM: Hibernation image not present or could not be loaded.
Jan 07 11:59:43 machine1 kernel: Freeing unused kernel memory: 1140K (ffffffff818e2000 - ffffffff819ff000)
Jan 07 11:59:43 machine1 kernel: Write protecting the kernel read-only data: 8192k
Jan 07 11:59:43 machine1 kernel: Freeing unused kernel memory: 748K (ffff880001545000 - ffff880001600000)
Jan 07 11:59:43 machine1 kernel: Freeing unused kernel memory: 336K (ffff8800017ac000 - ffff880001800000)
Jan 07 11:59:43 machine1 kernel: random: systemd-tmpfile urandom read with 7 bits of entropy available
Jan 07 11:59:43 machine1 kernel: device-mapper: uevent: version 1.0.3
Jan 07 11:59:43 machine1 kernel: device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
Jan 07 11:59:43 machine1 kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Jan 07 11:59:43 machine1 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jan 07 11:59:43 machine1 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Jan 07 11:59:43 machine1 kernel: ACPI: bus type USB registered
Jan 07 11:59:43 machine1 kernel: usbcore: registered new interface driver usbfs
Jan 07 11:59:43 machine1 kernel: usbcore: registered new interface driver hub
Jan 07 11:59:43 machine1 kernel: usbcore: registered new device driver usb
Jan 07 11:59:43 machine1 kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jan 07 11:59:43 machine1 kernel: ehci-pci: EHCI PCI platform driver
Jan 07 11:59:43 machine1 kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
Jan 07 11:59:43 machine1 kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
Jan 07 11:59:43 machine1 kernel: ehci-pci 0000:00:1a.0: debug port 2
Jan 07 11:59:43 machine1 kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
Jan 07 11:59:43 machine1 kernel: ehci-pci 0000:00:1a.0: irq 23, io mem 0xf2628000
Jan 07 11:59:43 machine1 kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Jan 07 11:59:43 machine1 kernel: hub 1-0:1.0: USB hub found
Jan 07 11:59:43 machine1 kernel: hub 1-0:1.0: 3 ports detected
Jan 07 11:59:43 machine1 kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Jan 07 11:59:43 machine1 kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
Jan 07 11:59:43 machine1 kernel: ehci-pci 0000:00:1d.0: debug port 2
Jan 07 11:59:43 machine1 kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
Jan 07 11:59:43 machine1 kernel: ehci-pci 0000:00:1d.0: irq 19, io mem 0xf2628400
Jan 07 11:59:43 machine1 kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Jan 07 11:59:43 machine1 kernel: hub 2-0:1.0: USB hub found
Jan 07 11:59:43 machine1 kernel: hub 2-0:1.0: 3 ports detected
Jan 07 11:59:43 machine1 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
Jan 07 11:59:43 machine1 kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Jan 07 11:59:43 machine1 kernel: hub 1-1:1.0: USB hub found
Jan 07 11:59:43 machine1 kernel: hub 1-1:1.0: 6 ports detected
Jan 07 11:59:43 machine1 kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
Jan 07 11:59:43 machine1 kernel: hub 2-1:1.0: USB hub found
Jan 07 11:59:43 machine1 kernel: hub 2-1:1.0: 8 ports detected
Jan 07 11:59:43 machine1 kernel: usb 1-1.2: new high-speed USB device number 3 using ehci-pci
Jan 07 11:59:43 machine1 kernel: tsc: Refined TSC clocksource calibration: 1595.999 MHz
Jan 07 11:59:43 machine1 kernel: SCSI subsystem initialized
Jan 07 11:59:43 machine1 kernel: usb-storage 1-1.2:1.0: USB Mass Storage device detected
Jan 07 11:59:43 machine1 kernel: scsi host0: usb-storage 1-1.2:1.0
Jan 07 11:59:43 machine1 kernel: usbcore: registered new interface driver usb-storage
Jan 07 11:59:43 machine1 kernel: usbcore: registered new interface driver uas
Jan 07 11:59:43 machine1 kernel: usb 1-1.4: new full-speed USB device number 4 using ehci-pci
Jan 07 11:59:43 machine1 kernel: usb 1-1.6: new high-speed USB device number 5 using ehci-pci
Jan 07 11:59:43 machine1 kernel: usb 2-1.5: new full-speed USB device number 3 using ehci-pci
Jan 07 11:59:43 machine1 kernel: Switched to clocksource tsc
Jan 07 11:59:43 machine1 kernel: scsi 0:0:0:0: Direct-Access     SanDisk  Cruzer Switch    1.27 PQ: 0 ANSI: 6
Jan 07 11:59:43 machine1 kernel: sd 0:0:0:0: [sda] 31266816 512-byte logical blocks: (16.0 GB/14.9 GiB)
Jan 07 11:59:43 machine1 kernel: sd 0:0:0:0: [sda] Write Protect is off
Jan 07 11:59:43 machine1 kernel: sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
Jan 07 11:59:43 machine1 kernel: sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Jan 07 11:59:43 machine1 kernel:  sda: sda1 sda2 sda3 sda4 sda5 sda6
Jan 07 11:59:43 machine1 kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Jan 07 11:59:43 machine1 kernel: SPL: Loaded module v0.6.3-44_g46c9367
Jan 07 11:59:43 machine1 kernel: znvpair: module license 'CDDL' taints kernel.
Jan 07 11:59:43 machine1 kernel: Disabling lock debugging due to kernel taint
Jan 07 11:59:43 machine1 kernel: znvpair: module license 'CDDL' taints kernel.
Jan 07 11:59:43 machine1 kernel: ZFS: Loaded module v0.6.3-130_g0ec0724, ZFS pool version 5000, ZFS filesystem version 5
Jan 07 11:59:43 machine1 kernel: SPL: using hostid 0xa8c01301
Jan 07 11:59:43 machine1 kernel: random: nonblocking pool is initialized
Jan 07 11:59:43 machine1 kernel: NET: Registered protocol family 38
Jan 07 11:59:43 machine1 systemd[1]: systemd 218 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
Jan 07 11:59:43 machine1 systemd[1]: Detected architecture 'x86-64'.
Jan 07 11:59:43 machine1 systemd[1]: Set hostname to <machine1>.
Jan 07 11:59:43 machine1 systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
Jan 07 11:59:43 machine1 systemd[1]: Starting Swap.
Jan 07 11:59:43 machine1 systemd[1]: Reached target Swap.
Jan 07 11:59:43 machine1 systemd[1]: Starting Encrypted Volumes.
Jan 07 11:59:43 machine1 systemd[1]: Reached target Encrypted Volumes.
Jan 07 11:59:43 machine1 systemd[1]: Expecting device dev-disk-by\x2duuid-af581528\x2d242d\x2d4b2a\x2db51c\x2d473b86fc608c.device...
Jan 07 11:59:43 machine1 systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
Jan 07 11:59:43 machine1 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jan 07 11:59:43 machine1 systemd[1]: Starting Root Slice.
Jan 07 11:59:43 machine1 systemd[1]: Created slice Root Slice.
Jan 07 11:59:43 machine1 systemd[1]: Starting Journal Socket.
Jan 07 11:59:43 machine1 systemd[1]: Listening on Journal Socket.
Jan 07 11:59:43 machine1 systemd[1]: Starting udev Kernel Socket.
Jan 07 11:59:43 machine1 systemd[1]: Listening on udev Kernel Socket.
Jan 07 11:59:43 machine1 systemd[1]: Starting LVM2 metadata daemon socket.
Jan 07 11:59:43 machine1 systemd[1]: Listening on LVM2 metadata daemon socket.
Jan 07 11:59:43 machine1 systemd[1]: Listening on Journal Audit Socket.
Jan 07 11:59:43 machine1 systemd[1]: Starting Device-mapper event daemon FIFOs.
Jan 07 11:59:43 machine1 systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jan 07 11:59:43 machine1 systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
Jan 07 11:59:43 machine1 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jan 07 11:59:43 machine1 systemd[1]: Starting User and Session Slice.
Jan 07 11:59:43 machine1 systemd[1]: Created slice User and Session Slice.
Jan 07 11:59:43 machine1 systemd[1]: Starting Paths.
Jan 07 11:59:43 machine1 systemd[1]: Reached target Paths.
Jan 07 11:59:43 machine1 systemd[1]: Starting udev Control Socket.
Jan 07 11:59:43 machine1 systemd[1]: Listening on udev Control Socket.
Jan 07 11:59:43 machine1 systemd[1]: Starting Journal Socket (/dev/log).
Jan 07 11:59:43 machine1 systemd[1]: Listening on Journal Socket (/dev/log).
Jan 07 11:59:43 machine1 systemd[1]: Starting Delayed Shutdown Socket.
Jan 07 11:59:43 machine1 systemd[1]: Listening on Delayed Shutdown Socket.
Jan 07 11:59:43 machine1 systemd[1]: Starting Remote File Systems.
Jan 07 11:59:43 machine1 systemd[1]: Reached target Remote File Systems.
Jan 07 11:59:43 machine1 systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
Jan 07 11:59:43 machine1 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jan 07 11:59:43 machine1 systemd[1]: Starting System Slice.
Jan 07 11:59:43 machine1 systemd[1]: Created slice System Slice.
Jan 07 11:59:43 machine1 systemd[1]: Mounting Temporary Directory...
Jan 07 11:59:43 machine1 systemd[1]: Starting udev Coldplug all Devices...
Jan 07 11:59:43 machine1 systemd[1]: Starting system-getty.slice.
Jan 07 11:59:43 machine1 systemd[1]: Created slice system-getty.slice.
Jan 07 11:59:43 machine1 systemd[1]: Started Set Up Additional Binary Formats.
Jan 07 11:59:43 machine1 systemd[1]: Starting system-systemd\x2dfsck.slice.
Jan 07 11:59:43 machine1 systemd[1]: Created slice system-systemd\x2dfsck.slice.
Jan 07 11:59:43 machine1 systemd[1]: Starting Create list of required static device nodes for the current kernel...
Jan 07 11:59:43 machine1 systemd[1]: Starting Load Kernel Modules...
Jan 07 11:59:43 machine1 systemd[1]: Starting Slices.
Jan 07 11:59:43 machine1 systemd[1]: Reached target Slices.
Jan 07 11:59:43 machine1 systemd[1]: Starting Remount Root and Kernel File Systems...
Jan 07 11:59:43 machine1 systemd[1]: Mounting POSIX Message Queue File System...
Jan 07 11:59:43 machine1 systemd[1]: Mounting Debug File System...
Jan 07 11:59:43 machine1 systemd[1]: Starting Journal Service...
Jan 07 11:59:43 machine1 systemd[1]: Starting Setup Virtual Console...
Jan 07 11:59:43 machine1 systemd[1]: Mounting Huge Pages File System...
Jan 07 11:59:43 machine1 systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
Jan 07 11:59:43 machine1 systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
Jan 07 11:59:43 machine1 systemd[1]: Mounted Huge Pages File System.
Jan 07 11:59:43 machine1 systemd[1]: Mounted Debug File System.
Jan 07 11:59:43 machine1 systemd[1]: Mounted POSIX Message Queue File System.
Jan 07 11:59:43 machine1 systemd[1]: Mounted Temporary Directory.
Jan 07 11:59:43 machine1 systemd[1]: Started Create list of required static device nodes for the current kernel.
Jan 07 11:59:43 machine1 systemd[1]: Started Load Kernel Modules.
Jan 07 11:59:43 machine1 systemd[1]: Started Remount Root and Kernel File Systems.
Jan 07 11:59:43 machine1 systemd[1]: Started udev Coldplug all Devices.
Jan 07 11:59:43 machine1 systemd[1]: Starting udev Wait for Complete Device Initialization...
Jan 07 11:59:43 machine1 systemd[1]: Starting Rebuild Hardware Database...
Jan 07 11:59:43 machine1 systemd[1]: Starting Load/Save Random Seed...
Jan 07 11:59:43 machine1 systemd[1]: Started First Boot Wizard.
Jan 07 11:59:43 machine1 systemd[1]: Starting Create System Users...
Jan 07 11:59:43 machine1 systemd[1]: Starting Rebuild Dynamic Linker Cache...
Jan 07 11:59:43 machine1 systemd[1]: Mounting Configuration File System...
Jan 07 11:59:43 machine1 systemd[1]: Starting Apply Kernel Variables...
Jan 07 11:59:43 machine1 systemd[1]: Mounted FUSE Control File System.
Jan 07 11:59:43 machine1 systemd[1]: Started Load/Save Random Seed.
Jan 07 11:59:43 machine1 systemd[1]: Mounted Configuration File System.
Jan 07 11:59:43 machine1 systemd[1]: Started Create System Users.
Jan 07 11:59:43 machine1 systemd[1]: Starting Create Static Device Nodes in /dev...
Jan 07 11:59:43 machine1 systemd[1]: Started Apply Kernel Variables.
Jan 07 11:59:43 machine1 systemd[1]: Started Create Static Device Nodes in /dev.
Jan 07 11:59:43 machine1 systemd[1]: Starting Local File Systems (Pre).
Jan 07 11:59:43 machine1 systemd[1]: Reached target Local File Systems (Pre).
Jan 07 11:59:43 machine1 systemd[1]: Started Rebuild Hardware Database.
Jan 07 11:59:43 machine1 systemd[1]: Starting udev Kernel Device Manager...
Jan 07 11:59:43 machine1 systemd[1]: Started Setup Virtual Console.
Jan 07 11:59:43 machine1 systemd-journal[1669]: Journal started
-- Subject: The Journal has been started
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- The system journal process has been starting up, opened the journal
-- files for writing and is now ready to process requests.
Jan 07 11:59:43 machine1 systemd-udevd[1699]: starting version 218
Jan 07 11:59:43 machine1 systemd[1]: Starting Flush Journal to Persistent Storage...
-- Subject: Unit systemd-journal-flush.service has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-journal-flush.service has begun starting up.
Jan 07 11:59:43 machine1 systemd[1]: Started Journal Service.
Jan 07 11:59:45 machine1 systemd[1]: Started udev Kernel Device Manager.
-- Subject: Unit systemd-udevd.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-udevd.service has finished starting up.
-- 
-- The start-up result is done.
Jan 07 11:59:45 machine1 systemd[1]: Started Flush Journal to Persistent Storage.
-- Subject: Unit systemd-journal-flush.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-journal-flush.service has finished starting up.
-- 
-- The start-up result is done.
Jan 07 11:59:45 machine1 kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Jan 07 11:59:45 machine1 kernel: ACPI: Lid Switch [LID]
Jan 07 11:59:45 machine1 kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
Jan 07 11:59:45 machine1 kernel: ACPI: Sleep Button [SLPB]
Jan 07 11:59:45 machine1 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
Jan 07 11:59:45 machine1 kernel: ACPI: Power Button [PWRF]
Jan 07 11:59:45 machine1 kernel: thermal LNXTHERM:00: registered as thermal_zone0
Jan 07 11:59:45 machine1 kernel: ACPI: Thermal Zone [THM0] (41 C)
Jan 07 11:59:45 machine1 kernel: ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
Jan 07 11:59:45 machine1 kernel: acpi device:03: registered as cooling_device8
Jan 07 11:59:45 machine1 kernel: ACPI: Battery Slot [BAT0] (battery absent)
Jan 07 11:59:45 machine1 kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/LNXVIDEO:00/input/input5
Jan 07 11:59:45 machine1 kernel: ACPI: AC Adapter [AC] (on-line)
Jan 07 11:59:45 machine1 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jan 07 11:59:45 machine1 kernel: wmi: Mapper loaded
Jan 07 11:59:45 machine1 kernel: pps_core: LinuxPPS API ver. 1 registered
Jan 07 11:59:45 machine1 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jan 07 11:59:45 machine1 kernel: ACPI Warning: SystemIO range 0x0000000000001028-0x000000000000102f conflicts with OpRegion 0x0000000000001000-0x000000000000107f (\_SB_.PCI0.LPC_.PMIO) (20140724/utaddress-258)
Jan 07 11:59:45 machine1 kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jan 07 11:59:45 machine1 kernel: ACPI Warning: SystemIO range 0x00000000000011c0-0x00000000000011cf conflicts with OpRegion 0x0000000000001180-0x00000000000011ff (\_SB_.PCI0.LPC_.LPIO) (20140724/utaddress-258)
Jan 07 11:59:45 machine1 kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jan 07 11:59:45 machine1 kernel: ACPI Warning: SystemIO range 0x00000000000011b0-0x00000000000011bf conflicts with OpRegion 0x0000000000001180-0x00000000000011ff (\_SB_.PCI0.LPC_.LPIO) (20140724/utaddress-258)
Jan 07 11:59:45 machine1 kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jan 07 11:59:45 machine1 kernel: ACPI Warning: SystemIO range 0x0000000000001180-0x00000000000011af conflicts with OpRegion 0x0000000000001180-0x00000000000011ff (\_SB_.PCI0.LPC_.LPIO) (20140724/utaddress-258)
Jan 07 11:59:45 machine1 kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jan 07 11:59:45 machine1 kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Jan 07 11:59:45 machine1 kernel: PTP clock support registered
Jan 07 11:59:45 machine1 kernel: mei_me 0000:00:16.0: irq 29 for MSI/MSI-X
Jan 07 11:59:45 machine1 kernel: tpm_tis 00:05: 1.2 TPM (device-id 0x0, rev-id 78)
Jan 07 11:59:45 machine1 kernel: EDAC MC: Ver: 3.0.0
Jan 07 11:59:45 machine1 kernel: libata version 3.00 loaded.
Jan 07 11:59:45 machine1 kernel: EDAC i7core: Device not found: dev 00.0 PCI ID 8086:2c50
Jan 07 11:59:45 machine1 kernel: media: Linux media interface: v0.10
Jan 07 11:59:45 machine1 kernel: i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
Jan 07 11:59:45 machine1 kernel: Linux video capture interface: v2.00
Jan 07 11:59:45 machine1 kernel: xhci_hcd 0000:0f:00.0: xHCI Host Controller
Jan 07 11:59:45 machine1 kernel: xhci_hcd 0000:0f:00.0: new USB bus registered, assigned bus number 3
Jan 07 11:59:45 machine1 kernel: xhci_hcd 0000:0f:00.0: irq 30 for MSI/MSI-X
Jan 07 11:59:45 machine1 kernel: xhci_hcd 0000:0f:00.0: irq 31 for MSI/MSI-X
Jan 07 11:59:45 machine1 kernel: xhci_hcd 0000:0f:00.0: irq 32 for MSI/MSI-X
Jan 07 11:59:45 machine1 kernel: xhci_hcd 0000:0f:00.0: irq 33 for MSI/MSI-X
Jan 07 11:59:45 machine1 kernel: xhci_hcd 0000:0f:00.0: irq 34 for MSI/MSI-X
Jan 07 11:59:45 machine1 kernel: xhci_hcd 0000:0f:00.0: irq 35 for MSI/MSI-X
Jan 07 11:59:45 machine1 kernel: xhci_hcd 0000:0f:00.0: irq 36 for MSI/MSI-X
Jan 07 11:59:45 machine1 kernel: xhci_hcd 0000:0f:00.0: irq 37 for MSI/MSI-X
Jan 07 11:59:45 machine1 kernel: hub 3-0:1.0: USB hub found
Jan 07 11:59:45 machine1 kernel: hub 3-0:1.0: 2 ports detected
Jan 07 11:59:45 machine1 kernel: xhci_hcd 0000:0f:00.0: xHCI Host Controller
Jan 07 11:59:45 machine1 kernel: xhci_hcd 0000:0f:00.0: new USB bus registered, assigned bus number 4
Jan 07 11:59:45 machine1 kernel: ahci 0000:00:1f.2: version 3.0
Jan 07 11:59:45 machine1 kernel: ahci 0000:00:1f.2: irq 38 for MSI/MSI-X
Jan 07 11:59:45 machine1 kernel: ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
Jan 07 11:59:45 machine1 kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x33 impl SATA mode
Jan 07 11:59:45 machine1 kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst 
Jan 07 11:59:45 machine1 kernel: hub 4-0:1.0: USB hub found
Jan 07 11:59:45 machine1 kernel: hub 4-0:1.0: 2 ports detected
Jan 07 11:59:45 machine1 kernel: sdhci: Secure Digital Host Controller Interface driver
Jan 07 11:59:45 machine1 kernel: sdhci: Copyright(c) Pierre Ossman
Jan 07 11:59:45 machine1 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input6
Jan 07 11:59:45 machine1 kernel: cfg80211: Calling CRDA to update world regulatory domain
Jan 07 11:59:45 machine1 kernel: scsi host1: ahci
Jan 07 11:59:45 machine1 kernel: scsi host2: ahci
Jan 07 11:59:45 machine1 kernel: scsi host3: ahci
Jan 07 11:59:45 machine1 kernel: scsi host4: ahci
Jan 07 11:59:45 machine1 kernel: scsi host5: ahci
Jan 07 11:59:45 machine1 kernel: scsi host6: ahci
Jan 07 11:59:45 machine1 kernel: ata1: SATA max UDMA/133 abar m2048@0xf2627000 port 0xf2627100 irq 38
Jan 07 11:59:45 machine1 kernel: ata2: SATA max UDMA/133 abar m2048@0xf2627000 port 0xf2627180 irq 38
Jan 07 11:59:45 machine1 kernel: ata3: DUMMY
Jan 07 11:59:45 machine1 kernel: ata4: DUMMY
Jan 07 11:59:45 machine1 kernel: ata5: SATA max UDMA/133 abar m2048@0xf2627000 port 0xf2627300 irq 38
Jan 07 11:59:45 machine1 kernel: ata6: SATA max UDMA/133 abar m2048@0xf2627000 port 0xf2627380 irq 38
Jan 07 11:59:45 machine1 kernel: sdhci-pci 0000:0d:00.0: SDHCI controller found [1180:e822] (rev 1)
Jan 07 11:59:45 machine1 kernel: sdhci-pci 0000:0d:00.0: Will use DMA mode even though HW doesn't fully claim to support it.
Jan 07 11:59:45 machine1 kernel: sdhci-pci 0000:0d:00.0: No vmmc regulator found
Jan 07 11:59:45 machine1 kernel: sdhci-pci 0000:0d:00.0: No vqmmc regulator found
Jan 07 11:59:45 machine1 kernel: mmc0: SDHCI controller on PCI [0000:0d:00.0] using DMA
Jan 07 11:59:45 machine1 kernel: sdhci-pci 0000:17:00.0: SDHCI controller found [1180:e822] (rev 1)
Jan 07 11:59:45 machine1 kernel: sdhci-pci 0000:17:00.0: Will use DMA mode even though HW doesn't fully claim to support it.
Jan 07 11:59:45 machine1 kernel: sdhci-pci 0000:17:00.0: No vmmc regulator found
Jan 07 11:59:45 machine1 kernel: sdhci-pci 0000:17:00.0: No vqmmc regulator found
Jan 07 11:59:45 machine1 kernel: mmc1: SDHCI controller on PCI [0000:17:00.0] using DMA
Jan 07 11:59:45 machine1 kernel: Non-volatile memory driver v1.3
Jan 07 11:59:45 machine1 kernel: e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
Jan 07 11:59:45 machine1 kernel: e1000e: Copyright(c) 1999 - 2014 Intel Corporation.
Jan 07 11:59:45 machine1 kernel: e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Jan 07 11:59:45 machine1 kernel: e1000e 0000:00:19.0: irq 39 for MSI/MSI-X
Jan 07 11:59:45 machine1 kernel: thinkpad_acpi: ThinkPad ACPI Extras v0.25
Jan 07 11:59:45 machine1 kernel: thinkpad_acpi: http://ibm-acpi.sf.net/
Jan 07 11:59:45 machine1 kernel: thinkpad_acpi: ThinkPad BIOS 6NET84WW (1.45 ), EC 6MHT46WW-1.21
Jan 07 11:59:45 machine1 kernel: thinkpad_acpi: Lenovo ThinkPad W510, model 4389AC1
Jan 07 11:59:45 machine1 kernel: thinkpad_acpi: detected a 16-level brightness capable ThinkPad
Jan 07 11:59:45 machine1 kernel: thinkpad_acpi: radio switch found; radios are enabled
Jan 07 11:59:45 machine1 kernel: thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
Jan 07 11:59:45 machine1 kernel: thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
Jan 07 11:59:45 machine1 kernel: thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
Jan 07 11:59:45 machine1 kernel: thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
Jan 07 11:59:45 machine1 kernel: thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
Jan 07 11:59:45 machine1 kernel: [drm] Initialized drm 1.1.0 20060810
Jan 07 11:59:45 machine1 kernel: input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input8
Jan 07 11:59:45 machine1 kernel: Bluetooth: Core ver 2.19
Jan 07 11:59:45 machine1 kernel: NET: Registered protocol family 31
Jan 07 11:59:45 machine1 kernel: Bluetooth: HCI device and connection manager initialized
Jan 07 11:59:45 machine1 kernel: Bluetooth: HCI socket layer initialized
Jan 07 11:59:45 machine1 kernel: Bluetooth: L2CAP socket layer initialized
Jan 07 11:59:45 machine1 kernel: Bluetooth: SCO socket layer initialized
Jan 07 11:59:45 machine1 kernel: Intel(R) Wireless WiFi driver for Linux, in-tree:
Jan 07 11:59:45 machine1 kernel: Copyright(c) 2003- 2014 Intel Corporation
Jan 07 11:59:45 machine1 kernel: iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
Jan 07 11:59:45 machine1 kernel: iwlwifi 0000:03:00.0: irq 40 for MSI/MSI-X
Jan 07 11:59:45 machine1 kernel: firewire_ohci 0000:17:00.3: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
Jan 07 11:59:45 machine1 kernel: iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-6000-6.ucode failed with error -2
Jan 07 11:59:45 machine1 kernel: iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-6000-5.ucode failed with error -2
Jan 07 11:59:45 machine1 kernel: kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
Jan 07 11:59:45 machine1 kernel: uvcvideo: Found UVC 1.00 device Integrated Camera (17ef:480f)
Jan 07 11:59:45 machine1 kernel: input: Integrated Camera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input9
Jan 07 11:59:45 machine1 kernel: usbcore: registered new interface driver uvcvideo
Jan 07 11:59:45 machine1 kernel: USB Video Class driver (1.1.1)
Jan 07 11:59:45 machine1 kernel: iwlwifi 0000:03:00.0: loaded firmware version 9.221.4.1 build 25532 op_mode iwldvm
Jan 07 11:59:45 machine1 kernel: usbcore: registered new interface driver btusb
Jan 07 11:59:45 machine1 kernel: ppdev: user-space parallel port driver
Jan 07 11:59:45 machine1 kernel: e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) f0:de:f1:03:dc:16
Jan 07 11:59:45 machine1 kernel: e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
Jan 07 11:59:45 machine1 kernel: e1000e 0000:00:19.0 eth0: MAC: 9, PHY: 10, PBA No: A002FF-0FF
Jan 07 11:59:45 machine1 kernel: snd_hda_intel 0000:00:1b.0: irq 41 for MSI/MSI-X
Jan 07 11:59:45 machine1 kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Jan 07 11:59:45 machine1 kernel: snd_hda_intel 0000:01:00.1: Handle VGA-switcheroo audio client
Jan 07 11:59:45 machine1 kernel: e1000e 0000:00:19.0 enp0s25: renamed from eth0
Jan 07 11:59:45 machine1 kernel: MXM: GUID detected in BIOS
Jan 07 11:59:45 machine1 kernel: checking generic (cf000000 130000) vs hw (d0000000 10000000)
Jan 07 11:59:45 machine1 kernel: checking generic (cf000000 130000) vs hw (ce000000 2000000)
Jan 07 11:59:45 machine1 kernel: fb: switching to nouveaufb from VESA VGA
Jan 07 11:59:45 machine1 kernel: Console: switching to colour dummy device 80x25
Jan 07 11:59:45 machine1 kernel: nouveau  [  DEVICE][0000:01:00.0] BOOT0  : 0x0a5e00a2
Jan 07 11:59:45 machine1 kernel: nouveau  [  DEVICE][0000:01:00.0] Chipset: GT216 (NVA5)
Jan 07 11:59:45 machine1 kernel: nouveau  [  DEVICE][0000:01:00.0] Family : NV50
Jan 07 11:59:45 machine1 kernel: nouveau  [   VBIOS][0000:01:00.0] checking PRAMIN for image...
Jan 07 11:59:45 machine1 systemd[1]: Starting Bluetooth.
-- Subject: Unit bluetooth.target has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit bluetooth.target has begun starting up.
Jan 07 11:59:45 machine1 systemd[1]: Reached target Bluetooth.
-- Subject: Unit bluetooth.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit bluetooth.target has finished starting up.
-- 
-- The start-up result is done.
Jan 07 11:59:45 machine1 systemd[1]: Starting Sound Card.
-- Subject: Unit sound.target has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sound.target has begun starting up.
Jan 07 11:59:45 machine1 systemd[1]: Reached target Sound Card.
-- Subject: Unit sound.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sound.target has finished starting up.
-- 
-- The start-up result is done.
Jan 07 11:59:45 machine1 systemd[1]: Starting system-systemd\x2drfkill.slice.
-- Subject: Unit system-systemd\x2drfkill.slice has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit system-systemd\x2drfkill.slice has begun starting up.
Jan 07 11:59:45 machine1 systemd[1]: Created slice system-systemd\x2drfkill.slice.
-- Subject: Unit system-systemd\x2drfkill.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit system-systemd\x2drfkill.slice has finished starting up.
-- 
-- The start-up result is done.
Jan 07 11:59:45 machine1 systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill1...
-- Subject: Unit systemd-rfkill@rfkill1.service has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-rfkill@rfkill1.service has begun starting up.
Jan 07 11:59:45 machine1 systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill0...
-- Subject: Unit systemd-rfkill@rfkill0.service has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-rfkill@rfkill0.service has begun starting up.
Jan 07 11:59:45 machine1 kernel: iTCO_vendor_support: vendor-support=0
Jan 07 11:59:45 machine1 kernel: sound hdaudioC0D0: CX20585: BIOS auto-probing.
Jan 07 11:59:45 machine1 kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Jan 07 11:59:45 machine1 kernel: iTCO_wdt: Found a QM57 TCO device (Version=2, TCOBASE=0x1060)
Jan 07 11:59:45 machine1 kernel: sound hdaudioC0D0: autoconfig: line_outs=1 (0x1f/0x0/0x0/0x0/0x0) type:speaker
Jan 07 11:59:45 machine1 kernel: sound hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jan 07 11:59:45 machine1 kernel: sound hdaudioC0D0:    hp_outs=2 (0x1c/0x19/0x0/0x0/0x0)
Jan 07 11:59:45 machine1 kernel: sound hdaudioC0D0:    mono: mono_out=0x0
Jan 07 11:59:45 machine1 kernel: sound hdaudioC0D0:    inputs:
Jan 07 11:59:45 machine1 kernel: sound hdaudioC0D0:      Mic=0x1b
Jan 07 11:59:45 machine1 kernel: sound hdaudioC0D0:      Internal Mic=0x23
Jan 07 11:59:45 machine1 kernel: sound hdaudioC0D0:      Dock Mic=0x1a
Jan 07 11:59:45 machine1 kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Jan 07 11:59:45 machine1 kernel: sound hdaudioC0D0: Enable sync_write for stable communication
Jan 07 11:59:45 machine1 systemd[1]: Started Load/Save RF Kill Switch Status of rfkill1.
-- Subject: Unit systemd-rfkill@rfkill1.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-rfkill@rfkill1.service has finished starting up.
-- 
-- The start-up result is done.
Jan 07 11:59:45 machine1 systemd[1]: Started Load/Save RF Kill Switch Status of rfkill0.
-- Subject: Unit systemd-rfkill@rfkill0.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-rfkill@rfkill0.service has finished starting up.
-- 
-- The start-up result is done.
Jan 07 11:59:45 machine1 kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input10
Jan 07 11:59:45 machine1 kernel: input: HDA Intel MID Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
Jan 07 11:59:45 machine1 kernel: input: HDA Intel MID Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
Jan 07 11:59:45 machine1 kernel: input: HDA Intel MID Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
Jan 07 11:59:45 machine1 kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Jan 07 11:59:45 machine1 kernel: input: HDA Intel MID Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
Jan 07 11:59:45 machine1 kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
Jan 07 11:59:45 machine1 kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
Jan 07 11:59:45 machine1 kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
Jan 07 11:59:45 machine1 kernel: ata1.00: ATA-8: INTEL SSDSA2BW160G3H, 4PC10362, max UDMA/133
Jan 07 11:59:45 machine1 kernel: ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32)
Jan 07 11:59:45 machine1 kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
Jan 07 11:59:45 machine1 kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
Jan 07 11:59:45 machine1 kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
Jan 07 11:59:45 machine1 kernel: ata1.00: configured for UDMA/133
Jan 07 11:59:45 machine1 kernel: scsi 1:0:0:0: Direct-Access     ATA      INTEL SSDSA2BW16 0362 PQ: 0 ANSI: 5
Jan 07 11:59:45 machine1 kernel: sd 1:0:0:0: [sdb] 312581808 512-byte logical blocks: (160 GB/149 GiB)
Jan 07 11:59:45 machine1 kernel: sd 1:0:0:0: [sdb] Write Protect is off
Jan 07 11:59:45 machine1 kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Jan 07 11:59:45 machine1 kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jan 07 11:59:45 machine1 kernel:  sdb: sdb1 sdb2 < sdb5 sdb6 sdb7 sdb8 sdb9 > sdb3 sdb4
Jan 07 11:59:45 machine1 kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
Jan 07 11:59:45 machine1 kernel: iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled
Jan 07 11:59:45 machine1 kernel: iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
Jan 07 11:59:45 machine1 kernel: iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
Jan 07 11:59:45 machine1 kernel: iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Ultimate-N 6300 AGN, REV=0x74
Jan 07 11:59:45 machine1 kernel: iwlwifi 0000:03:00.0: L1 Enabled - LTR Disabled
Jan 07 11:59:45 machine1 systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill2...
-- Subject: Unit systemd-rfkill@rfkill2.service has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-rfkill@rfkill2.service has begun starting up.
Jan 07 11:59:45 machine1 systemd[1]: Started Load/Save RF Kill Switch Status of rfkill2.
-- Subject: Unit systemd-rfkill@rfkill2.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-rfkill@rfkill2.service has finished starting up.
-- 
-- The start-up result is done.
Jan 07 11:59:45 machine1 kernel: nouveau  [   VBIOS][0000:01:00.0] ... appears to be valid
Jan 07 11:59:45 machine1 kernel: nouveau  [   VBIOS][0000:01:00.0] using image from PRAMIN
Jan 07 11:59:45 machine1 kernel: nouveau  [   VBIOS][0000:01:00.0] BIT signature found
Jan 07 11:59:45 machine1 kernel: nouveau  [   VBIOS][0000:01:00.0] version 70.16.5f.00.0d
Jan 07 11:59:45 machine1 kernel: nouveau 0000:01:00.0: irq 42 for MSI/MSI-X
Jan 07 11:59:45 machine1 kernel: nouveau  [     PMC][0000:01:00.0] MSI interrupts enabled
Jan 07 11:59:45 machine1 kernel: nouveau  [     PFB][0000:01:00.0] RAM type: DDR3
Jan 07 11:59:45 machine1 kernel: nouveau  [     PFB][0000:01:00.0] RAM size: 1024 MiB
Jan 07 11:59:45 machine1 kernel: nouveau  [     PFB][0000:01:00.0]    ZCOMP: 1920 tags
Jan 07 11:59:45 machine1 kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
Jan 07 11:59:45 machine1 kernel: nouveau  [    VOLT][0000:01:00.0] GPU voltage: 930000uv
Jan 07 11:59:45 machine1 kernel: iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
Jan 07 11:59:45 machine1 kernel: nouveau  [  PTHERM][0000:01:00.0] FAN control: none / external
Jan 07 11:59:45 machine1 kernel: nouveau  [  PTHERM][0000:01:00.0] fan management: automatic
Jan 07 11:59:45 machine1 kernel: nouveau  [  PTHERM][0000:01:00.0] internal sensor: yes
Jan 07 11:59:45 machine1 kernel: nouveau  [     CLK][0000:01:00.0] 03: core 135 MHz shader 270 MHz memory 135 MHz
Jan 07 11:59:45 machine1 kernel: nouveau  [     CLK][0000:01:00.0] 07: core 405 MHz shader 810 MHz memory 324 MHz
Jan 07 11:59:45 machine1 kernel: nouveau  [     CLK][0000:01:00.0] 0f: core 550 MHz shader 1210 MHz memory 790 MHz
Jan 07 11:59:45 machine1 kernel: nouveau  [     CLK][0000:01:00.0] --: core 405 MHz shader 810 MHz memory 324 MHz
Jan 07 11:59:45 machine1 kernel: [TTM] Zone  kernel: Available graphics memory: 1991034 kiB
Jan 07 11:59:45 machine1 kernel: [TTM] Initializing pool allocator
Jan 07 11:59:45 machine1 kernel: [TTM] Initializing DMA pool allocator
Jan 07 11:59:45 machine1 kernel: nouveau  [     DRM] VRAM: 1024 MiB
Jan 07 11:59:45 machine1 kernel: nouveau  [     DRM] GART: 1048576 MiB
Jan 07 11:59:45 machine1 kernel: nouveau  [     DRM] TMDS table version 2.0
Jan 07 11:59:45 machine1 kernel: nouveau  [     DRM] DCB version 4.0
Jan 07 11:59:45 machine1 kernel: nouveau  [     DRM] DCB outp 00: 01800323 00010034
Jan 07 11:59:45 machine1 kernel: nouveau  [     DRM] DCB outp 01: 02811300 00000000
Jan 07 11:59:45 machine1 kernel: nouveau  [     DRM] DCB outp 02: 028223a6 0f220010
Jan 07 11:59:45 machine1 kernel: nouveau  [     DRM] DCB outp 03: 02822362 00020010
Jan 07 11:59:45 machine1 kernel: nouveau  [     DRM] DCB outp 04: 048333b6 0f220010
Jan 07 11:59:45 machine1 kernel: nouveau  [     DRM] DCB outp 05: 04833372 00020010
Jan 07 11:59:45 machine1 kernel: nouveau  [     DRM] DCB outp 06: 088443c6 0f220010
Jan 07 11:59:45 machine1 kernel: nouveau  [     DRM] DCB outp 07: 08844382 00020010
Jan 07 11:59:45 machine1 kernel: nouveau  [     DRM] DCB conn 00: 00000040
Jan 07 11:59:45 machine1 kernel: nouveau  [     DRM] DCB conn 01: 00000100
Jan 07 11:59:45 machine1 kernel: nouveau  [     DRM] DCB conn 02: 00101246
Jan 07 11:59:45 machine1 kernel: nouveau  [     DRM] DCB conn 03: 00202346
Jan 07 11:59:45 machine1 kernel: nouveau  [     DRM] DCB conn 04: 00410446
Jan 07 11:59:46 machine1 kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Jan 07 11:59:46 machine1 kernel: [drm] Driver supports precise vblank timestamp query.
Jan 07 11:59:46 machine1 kernel: nouveau  [     DRM] MM: using COPY for buffer copies
Jan 07 11:59:46 machine1 kernel: firewire_core 0000:17:00.3: created device fw0: GUID f0def1ff03dc16ff, S400
Jan 07 11:59:46 machine1 kernel: ata2: SATA link down (SStatus 0 SControl 300)
Jan 07 11:59:46 machine1 kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card1/input15
Jan 07 11:59:46 machine1 kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card1/input16
Jan 07 11:59:46 machine1 kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card1/input17
Jan 07 11:59:46 machine1 kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card1/input18
Jan 07 11:59:46 machine1 kernel: ata5: SATA link down (SStatus 0 SControl 300)
Jan 07 11:59:46 machine1 kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd047b3/0xb40000/0xa0000, board id: 71, fw id: 578367
Jan 07 11:59:46 machine1 kernel: psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
Jan 07 11:59:46 machine1 kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
Jan 07 11:59:46 machine1 kernel: mousedev: PS/2 mouse device common for all mice
Jan 07 11:59:46 machine1 kernel: ata6: SATA link down (SStatus 0 SControl 300)
Jan 07 11:59:47 machine1 systemd[1]: Started Rebuild Dynamic Linker Cache.
-- Subject: Unit ldconfig.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit ldconfig.service has finished starting up.
-- 
-- The start-up result is done.
Jan 07 11:59:47 machine1 kernel: nouveau  [     DRM] allocated 1600x900 fb: 0x70000, bo ffff8800ba850000
Jan 07 11:59:47 machine1 kernel: fbcon: nouveaufb (fb0) is primary device
Jan 07 11:59:47 machine1 kernel: Console: switching to colour frame buffer device 200x56
Jan 07 11:59:47 machine1 kernel: nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device
Jan 07 11:59:47 machine1 kernel: nouveau 0000:01:00.0: registered panic notifier
Jan 07 11:59:47 machine1 kernel: [drm] Initialized nouveau 1.2.0 20120801 for 0000:01:00.0 on minor 0
Jan 07 11:59:47 machine1 systemd[1]: Starting system-systemd\x2dbacklight.slice.
-- Subject: Unit system-systemd\x2dbacklight.slice has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit system-systemd\x2dbacklight.slice has begun starting up.
Jan 07 11:59:47 machine1 systemd[1]: Created slice system-systemd\x2dbacklight.slice.
-- Subject: Unit system-systemd\x2dbacklight.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit system-systemd\x2dbacklight.slice has finished starting up.
-- 
-- The start-up result is done.
Jan 07 11:59:47 machine1 systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
-- Subject: Unit systemd-backlight@backlight:acpi_video0.service has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-backlight@backlight:acpi_video0.service has begun starting up.
Jan 07 11:59:47 machine1 systemd[1]: Started udev Wait for Complete Device Initialization.
-- Subject: Unit systemd-udev-settle.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-udev-settle.service has finished starting up.
-- 
-- The start-up result is done.
Jan 07 11:59:47 machine1 systemd[1]: Starting Import ZFS pools by cache file...
-- Subject: Unit zfs-import-cache.service has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit zfs-import-cache.service has begun starting up.
Jan 07 11:59:47 machine1 systemd[1]: Started Import ZFS pools by device scanning.
-- Subject: Unit zfs-import-scan.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit zfs-import-scan.service has finished starting up.
-- 
-- The start-up result is done.
Jan 07 11:59:47 machine1 systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:nv_backlight...
-- Subject: Unit systemd-backlight@backlight:nv_backlight.service has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-backlight@backlight:nv_backlight.service has begun starting up.
Jan 07 11:59:47 machine1 systemd-backlight[2093]: Failed to get backlight or LED device 'backlight:acpi_video0': No such file or directory
Jan 07 11:59:47 machine1 systemd[1]: systemd-backlight@backlight:acpi_video0.service: main process exited, code=exited, status=1/FAILURE
Jan 07 11:59:47 machine1 systemd[1]: Failed to start Load/Save Screen Backlight Brightness of backlight:acpi_video0.
-- Subject: Unit systemd-backlight@backlight:acpi_video0.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-backlight@backlight:acpi_video0.service has failed.
-- 
-- The result is failed.
Jan 07 11:59:47 machine1 systemd[1]: Unit systemd-backlight@backlight:acpi_video0.service entered failed state.
Jan 07 11:59:47 machine1 systemd[1]: systemd-backlight@backlight:acpi_video0.service failed.
Jan 07 11:59:47 machine1 systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:nv_backlight.
-- Subject: Unit systemd-backlight@backlight:nv_backlight.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-backlight@backlight:nv_backlight.service has finished starting up.
-- 
-- The start-up result is done.
Jan 07 11:59:47 machine1 zpool[2095]: no pools available to import
Jan 07 11:59:47 machine1 systemd[1]: Started Import ZFS pools by cache file.
-- Subject: Unit zfs-import-cache.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit zfs-import-cache.service has finished starting up.
-- 
-- The start-up result is done.
Jan 07 11:59:47 machine1 systemd[1]: Starting Mount ZFS filesystems...
-- Subject: Unit zfs-mount.service has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit zfs-mount.service has begun starting up.
Jan 07 11:59:47 machine1 systemd[1]: Started Mount ZFS filesystems.
-- Subject: Unit zfs-mount.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit zfs-mount.service has finished starting up.
-- 
-- The start-up result is done.
Jan 07 11:59:52 machine1 kernel: psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
Jan 07 11:59:52 machine1 kernel: input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input19
Jan 07 12:01:10 machine1 systemd[1]: Job dev-disk-by\x2duuid-af581528\x2d242d\x2d4b2a\x2db51c\x2d473b86fc608c.device/start timed out.
Jan 07 12:01:10 machine1 systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-af581528\x2d242d\x2d4b2a\x2db51c\x2d473b86fc608c.device.
-- Subject: Unit dev-disk-by\x2duuid-af581528\x2d242d\x2d4b2a\x2db51c\x2d473b86fc608c.device has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit dev-disk-by\x2duuid-af581528\x2d242d\x2d4b2a\x2db51c\x2d473b86fc608c.device has failed.
-- 
-- The result is timeout.
Jan 07 12:01:10 machine1 systemd[1]: Dependency failed for /boot.
-- Subject: Unit boot.mount has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit boot.mount has failed.
-- 
-- The result is dependency.
Jan 07 12:01:10 machine1 systemd[1]: Dependency failed for Local File Systems.
-- Subject: Unit local-fs.target has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit local-fs.target has failed.
-- 
-- The result is dependency.
Jan 07 12:01:10 machine1 systemd[1]: Job local-fs.target/start failed with result 'dependency'.
Jan 07 12:01:10 machine1 systemd[1]: Triggering OnFailure= dependencies of local-fs.target.
Jan 07 12:01:10 machine1 systemd[1]: Job boot.mount/start failed with result 'dependency'.
Jan 07 12:01:10 machine1 systemd[1]: Dependency failed for File System Check on /dev/disk/by-uuid/af581528-242d-4b2a-b51c-473b86fc608c.
-- Subject: Unit systemd-fsck@dev-disk-by\x2duuid-af581528\x2d242d\x2d4b2a\x2db51c\x2d473b86fc608c.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-fsck@dev-disk-by\x2duuid-af581528\x2d242d\x2d4b2a\x2db51c\x2d473b86fc608c.service has failed.
-- 
-- The result is dependency.
Jan 07 12:01:10 machine1 systemd[1]: Job systemd-fsck@dev-disk-by\x2duuid-af581528\x2d242d\x2d4b2a\x2db51c\x2d473b86fc608c.service/start failed with result 'dependency'.
Jan 07 12:01:10 machine1 systemd[1]: Job dev-disk-by\x2duuid-af581528\x2d242d\x2d4b2a\x2db51c\x2d473b86fc608c.device/start failed with result 'timeout'.
Jan 07 12:01:10 machine1 systemd[1]: Stopped Daily Cleanup of Temporary Directories.
-- Subject: Unit systemd-tmpfiles-clean.timer has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-tmpfiles-clean.timer has finished shutting down.
Jan 07 12:01:10 machine1 systemd[1]: Stopped target Graphical Interface.
-- Subject: Unit graphical.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit graphical.target has finished shutting down.
Jan 07 12:01:10 machine1 systemd[1]: Stopped target Multi-User System.
-- Subject: Unit multi-user.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit multi-user.target has finished shutting down.
Jan 07 12:01:10 machine1 systemd[1]: Stopped Daily rotation of log files.
-- Subject: Unit logrotate.timer has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit logrotate.timer has finished shutting down.
Jan 07 12:01:10 machine1 systemd[1]: Stopped Daily verification of password and group files.
-- Subject: Unit shadow.timer has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit shadow.timer has finished shutting down.
Jan 07 12:01:10 machine1 systemd[1]: Stopped Login Service.
-- Subject: Unit systemd-logind.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-logind.service has finished shutting down.
Jan 07 12:01:10 machine1 systemd[1]: Stopped target ZFS startup target.
-- Subject: Unit zfs.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit zfs.target has finished shutting down.
Jan 07 12:01:10 machine1 systemd[1]: Stopped ZFS Event Daemon (zed).
-- Subject: Unit zed.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit zed.service has finished shutting down.
Jan 07 12:01:10 machine1 systemd[1]: Stopped ZFS file system shares.
-- Subject: Unit zfs-share.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit zfs-share.service has finished shutting down.
Jan 07 12:01:10 machine1 systemd[1]: Stopped Getty on tty1.
-- Subject: Unit getty@tty1.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit getty@tty1.service has finished shutting down.
Jan 07 12:01:10 machine1 systemd[1]: Stopped Permit User Sessions.
-- Subject: Unit systemd-user-sessions.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-user-sessions.service has finished shutting down.
Jan 07 12:01:10 machine1 systemd[1]: Starting Login Prompts.
-- Subject: Unit getty.target has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit getty.target has begun starting up.
Jan 07 12:01:10 machine1 systemd[1]: Reached target Login Prompts.
-- Subject: Unit getty.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit getty.target has finished starting up.
-- 
-- The start-up result is done.
Jan 07 12:01:10 machine1 systemd[1]: Stopped Daily man-db cache update.
-- Subject: Unit man-db.timer has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit man-db.timer has finished shutting down.
Jan 07 12:01:10 machine1 systemd[1]: Starting Timers.
-- Subject: Unit timers.target has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit timers.target has begun starting up.
Jan 07 12:01:10 machine1 systemd[1]: Reached target Timers.
-- Subject: Unit timers.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit timers.target has finished starting up.
-- 
-- The start-up result is done.
Jan 07 12:01:10 machine1 systemd[1]: Stopped D-Bus System Message Bus.
-- Subject: Unit dbus.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit dbus.service has finished shutting down.
Jan 07 12:01:10 machine1 systemd[1]: Stopped target Basic System.
-- Subject: Unit basic.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit basic.target has finished shutting down.
Jan 07 12:01:10 machine1 systemd[1]: Closed D-Bus System Message Bus Socket.
-- Subject: Unit dbus.socket has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit dbus.socket has finished shutting down.
Jan 07 12:01:10 machine1 systemd[1]: Starting Sockets.
-- Subject: Unit sockets.target has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sockets.target has begun starting up.
Jan 07 12:01:10 machine1 systemd[1]: Reached target Sockets.
-- Subject: Unit sockets.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sockets.target has finished starting up.
-- 
-- The start-up result is done.
Jan 07 12:01:10 machine1 systemd[1]: Stopped target System Initialization.
-- Subject: Unit sysinit.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sysinit.target has finished shutting down.
Jan 07 12:01:10 machine1 systemd[1]: Starting Emergency Shell...
-- Subject: Unit emergency.service has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit emergency.service has begun starting up.
Jan 07 12:01:10 machine1 systemd[1]: Started Emergency Shell.
-- Subject: Unit emergency.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit emergency.service has finished starting up.
-- 
-- The start-up result is done.
Jan 07 12:01:10 machine1 systemd[1]: Started Commit a transient machine-id on disk.
-- Subject: Unit systemd-machine-id-commit.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-machine-id-commit.service has finished starting up.
-- 
-- The start-up result is done.
Jan 07 12:01:10 machine1 systemd[1]: Starting Create Volatile Files and Directories...
-- Subject: Unit systemd-tmpfiles-setup.service has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-tmpfiles-setup.service has begun starting up.
Jan 07 12:01:10 machine1 systemd[1]: Starting Rebuild Journal Catalog...
-- Subject: Unit systemd-journal-catalog-update.service has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-journal-catalog-update.service has begun starting up.
Jan 07 12:01:10 machine1 systemd[1]: Starting Emergency Mode.
-- Subject: Unit emergency.target has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit emergency.target has begun starting up.
Jan 07 12:01:10 machine1 systemd[1]: Reached target Emergency Mode.
-- Subject: Unit emergency.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit emergency.target has finished starting up.
-- 
-- The start-up result is done.
Jan 07 12:01:10 machine1 systemd[1]: Started Create Volatile Files and Directories.
-- Subject: Unit systemd-tmpfiles-setup.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-tmpfiles-setup.service has finished starting up.
-- 
-- The start-up result is done.
Jan 07 12:01:10 machine1 systemd[1]: Starting Update UTMP about System Boot/Shutdown...
-- Subject: Unit systemd-update-utmp.service has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-update-utmp.service has begun starting up.
Jan 07 12:01:10 machine1 systemd[1]: Started Rebuild Journal Catalog.
-- Subject: Unit systemd-journal-catalog-update.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-journal-catalog-update.service has finished starting up.
-- 
-- The start-up result is done.
Jan 07 12:01:10 machine1 systemd[1]: Starting Update is Completed...
-- Subject: Unit systemd-update-done.service has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-update-done.service has begun starting up.
Jan 07 12:01:10 machine1 systemd[1]: Started Update is Completed.
-- Subject: Unit systemd-update-done.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-update-done.service has finished starting up.
-- 
-- The start-up result is done.
Jan 07 12:01:10 machine1 systemd[1]: Started Update UTMP about System Boot/Shutdown.
-- Subject: Unit systemd-update-utmp.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-update-utmp.service has finished starting up.
-- 
-- The start-up result is done.
Jan 07 12:01:10 machine1 systemd[1]: Startup finished in 25.791s (kernel) + 1min 30.484s (userspace) = 1min 56.276s.
-- Subject: System start-up is now complete
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- All system services necessary queued for starting at boot have been
-- successfully started. Note that this does not mean that the machine is
-- now idle as services might still be busy with completing start-up.
-- 
-- Kernel start-up required 25791689 microseconds.
-- 
-- Initial RAM disk start-up required INITRD_USEC microseconds.
-- 
-- Userspace start-up required 90484776 microseconds.
Jan 07 12:01:10 machine1 systemd[2294]: Failed at step EXEC spawning /bin/plymouth: No such file or directory
-- Subject: Process /bin/plymouth could not be executed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- The process /bin/plymouth could not be executed and failed.
-- 
-- The error number returned while executing this process is 2.
Jan 07 12:08:13 machine1 kernel: EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
Jan 07 12:08:13 machine1 systemd[1]: Unit boot.mount is bound to inactive service. Stopping, too.
Jan 07 12:08:13 machine1 systemd[1]: Unmounting /boot...
-- Subject: Unit boot.mount has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit boot.mount has begun shutting down.
Jan 07 12:08:13 machine1 systemd[1]: Unmounted /boot.
-- Subject: Unit boot.mount has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit boot.mount has finished shutting down.
Jan 07 12:08:27 machine1 systemd[1]: Unit boot.mount is bound to inactive service. Stopping, too.
Jan 07 12:08:27 machine1 systemd[1]: Unmounting /boot...
-- Subject: Unit boot.mount has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit boot.mount has begun shutting down.
Jan 07 12:08:27 machine1 kernel: EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
Jan 07 12:08:27 machine1 systemd[1]: Unmounted /boot.
-- Subject: Unit boot.mount has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit boot.mount has finished shutting down.
Jan 07 12:11:32 machine1 gpm[2348]: O0o.oops(): [daemon/add_mouse.c(89)]:
Jan 07 12:11:32 machine1 gpm[2348]: Use -m device -t protocol [-o options]!
Jan 07 12:11:38 machine1 gpm[2350]: *** info [daemon/startup.c(136)]:
Jan 07 12:11:38 machine1 gpm[2350]: Started gpm successfully. Entered daemon mode.

and of mount

proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
dev on /dev type devtmpfs (rw,nosuid,relatime,size=1986548k,nr_inodes=496637,mode=755)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
zpoolCruz1/ROOT/rootfs on / type zfs (rw,relatime,xattr,noacl)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=33,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
tmpfs on /tmp type tmpfs (rw)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
zpoolCruz1/HOME on /home type zfs (rw,noatime,xattr,noacl)
zpoolCruz1/ROOT/rootfs/OPT on /opt type zfs (rw,noatime,xattr,noacl)
zpoolCruz1/HOME/root on /root type zfs (rw,noatime,xattr,noacl)

All in all, it looks more like I should go away from this.
I don't get answers here, probably very few people use it. Although there is even a wiki to this.
https://wiki.archlinux.org/index.php/In … nux_on_ZFS

On the other hand, now the LUKS is working, the zfs pool is mounted, just the grub does not want to install again. Do I need that in the future? Maybe yes.

And here I have just no clue, what to do next.

Offline

#5 2015-01-08 09:41:20

whitesnow
Member
Registered: 2015-01-04
Posts: 52

Re: [Solved] arch linux with zfs on luks booting with grub problems

OK, I'm mainly on my own here.
Maybe the relevant error has been this:
that the /boot did not mount with the uuid

Jan 08 02:00:38 machine1 systemd[1]: Job dev-disk-by\x2duuid-af581528\x2d242d\x2d4b2a\x2db51c\x2d473b86fc608c.device/start timed out.
Jan 08 02:00:38 machine1 systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-af581528\x2d242d\x2d4b2a\x2db51c\x2d473b86fc608c.device.
-- Subject: Unit dev-disk-by\x2duuid-af581528\x2d242d\x2d4b2a\x2db51c\x2d473b86fc608c.device has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit dev-disk-by\x2duuid-af581528\x2d242d\x2d4b2a\x2db51c\x2d473b86fc608c.device has failed.
-- 
-- The result is timeout.
Jan 08 02:00:38 machine1 systemd[1]: Dependency failed for /boot.
-- Subject: Unit boot.mount has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit boot.mount has failed.

-- 
-- The result is dependency.
Jan 08 02:00:38 machine1 systemd[1]: Dependency failed for Local File Systems.
-- Subject: Unit local-fs.target has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit local-fs.target has failed.
-- 
-- The result is dependency.
Jan 08 02:00:38 machine1 systemd[1]: Job local-fs.target/start failed with result 'dependency'.
Jan 08 02:00:38 machine1 systemd[1]: Triggering OnFailure= dependencies of local-fs.target.
Jan 08 02:00:38 machine1 systemd[1]: Job boot.mount/start failed with result 'dependency'.
Jan 08 02:00:38 machine1 systemd[1]: Dependency failed for File System Check on /dev/disk/by-uuid/af581528-242d-4b2a-b51c-473b86fc608c.
-- Subject: Unit systemd-fsck@dev-disk-by\x2duuid-af581528\x2d242d\x2d4b2a\x2db51c\x2d473b86fc608c.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-fsck@dev-disk-by\x2duuid-af581528\x2d242d\x2d4b2a\x2db51c\x2d473b86fc608c.service has failed.
-- 
-- The result is dependency.
Jan 08 02:00:38 machine1 systemd[1]: Job systemd-fsck@dev-disk-by\x2duuid-af581528\x2d242d\x2d4b2a\x2db51c\x2d473b86fc608c.service/start failed with result 'dependency'.
Jan 08 02:00:38 machine1 systemd[1]: Job dev-disk-by\x2duuid-af581528\x2d242d\x2d4b2a\x2db51c\x2d473b86fc608c.device/start failed with result 'timeout'.
Jan 08 02:00:38 machine1 systemd[1]: Stopped Daily Cleanup of Temporary Directories.
-- Subject: Unit systemd-tmpfiles-clean.timer has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
[ TIME ] Timed out waiting for device dev-disk-by\x2duuid-c5919406\x2dfef9\x2d418d\x2dad60\x2d6b00f8fe3278.device.
[DEPEND] Dependency failed for /boot.
[DEPEND] Dependency failed for Local File Systems.
[DEPEND] Dependency failed for File System Check on /dev/disk/by-uuid/c5919406-fef9-418d-ad60-6b00f8fe3278.

finally it did not succed until I put the traditional form of /dev/sda3 into the fstab.
But this strange name

dev-disk-by\x2duuid-af581528\x2d242d\x2d4b2a\x2db51c\x2d473b86fc608c.device

has not been there, and it was created with

genfstab -U -p /mnt | grep boot >> /mnt/etc/fstab

OK I see "x2d" is just a replacemant for "-". Not sure to find a good explanation.

Offline

#6 2015-01-11 10:18:19

Strike0
Member
From: Germany
Registered: 2011-09-05
Posts: 1,429

Re: [Solved] arch linux with zfs on luks booting with grub problems

The strange name just comes from systemd udev. I have no experience with ZFS, but what is the UUID you get from

# blkid

for /dev/sda3 after it booted for comparison?

Offline

#7 2015-01-13 11:38:00

whitesnow
Member
Registered: 2015-01-04
Posts: 52

Re: [Solved] arch linux with zfs on luks booting with grub problems

sorry for the late replay,
I should still sort the things a bit, to have a reference in the future.

the blkid /dev/sda3 gives the following:

# blkid /dev/sda3
/dev/sda3: PARTLABEL="BIOS_Boot_Partition" PARTUUID="00769229-518a-4a81-a0bb-185af5b19de4"

now after booting, and shuttig down again, the zpool got then mysteriously renamed to rpool again.

So that is not a nice behaviour, but I have to live with that. Well the problem with this is, I still have to create me a rescue system, to be able to access the data, in case the boot fails, and this would than have the same pool name, so there would be two pools named both rpool, therefore I had to import by using the guid number.

Then I still have to learn about the systemd how to activate something at boot time.

For now, at least I continued to have X working with Xfce and firefox and mouse and keyboard layout.

Offline

#8 2015-01-13 16:01:00

Strike0
Member
From: Germany
Registered: 2011-09-05
Posts: 1,429

Re: [Solved] arch linux with zfs on luks booting with grub problems

I can't comment on your pool naming and rescue system. Maybe someone else sees this who knows how to handle it.

But the PARTUUID your sda3 shows above is not the device failing in your previous post. Not sure how to tie that together with your boot kernel line, you should see the UUID from the failing g in the rest of your blkid output though (after booting it with your work around; probably just need to compare the last part "f8fe3278" or something to figure what it tried to boot).

Offline

#9 2015-01-13 17:41:25

whitesnow
Member
Registered: 2015-01-04
Posts: 52

Re: [Solved] arch linux with zfs on luks booting with grub problems

Well, I had a break from posting and setting this whole thing up.

First I tried maybe two or 3 times from scratch with booting the install media, putting the zfs repositories to the pacman.conf, adding the keys, getting the mouse working, and so on.
Because of no succuess, I then let the system, which is a laptop, just run, with all the stuff, mouse, network, zfs enabled, and suspended and resumed it. Trying to install to an usb stick which I tested at another machine using qemu, or really booting it.

So, now I have it installed at the harddisk, the usb stick is still available.
OK, this is for the usb-stick

machine1%# blkid | grep 3278
/dev/sdb3: UUID="0820025c-d26e-4b7d-b145-d0ea3c98d7e1" TYPE="ext4" PARTUUID="c5919406-fef9-418d-ad60-6b00f8fe3278"

So for now, so I have to decide what to trying to break, the usb-stick or the hdd.
Maybe I stay with the harddisk, I try to not break it.

Therefore the /dev/sda device names are a bit different.
/dev/sda1 was actually the for doing UEFI boot, which that laptop does not do. Maybe later trying that on another machine, but that has a broken UEFI implementation that refuses to boot from gpt, when it is not UEFI, or windows, or something, that should not matter for this post.

Up to now I had no really contact to UEFI besides a Windows PC at work.

machine1% lsblk 
NAME          MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINT
sda             8:0    0 111.8G  0 disk  
├─sda1          8:1    0   512M  0 part  
├─sda2          8:2    0  61.5G  0 part  
│ └─cryptroot 254:0    0  61.5G  0 crypt 
├─sda3          8:3    0     2M  0 part  
└─sda4          8:4    0   514M  0 part  /boot
machine1% blkid
/dev/sda1: UUID="B233-0693" TYPE="vfat" PARTUUID="b60eda96-d17e-4015-a030-523685c380f1"
/dev/sda2: UUID="8c2a89af-72a1-40cc-982c-bdb60daaf11a" TYPE="crypto_LUKS" PARTLABEL="Solaris root" PARTUUID="0d0bd7de-8364-4ff1-8ac2-5bfc461feed3"
/dev/sda4: UUID="af581528-242d-4b2a-b51c-473b86fc608c" TYPE="ext4" PARTUUID="53c8a8e2-5303-4b1b-8cac-990e8df9bb4c"
/dev/mapper/cryptroot: LABEL="rpool" UUID="5427969218220778539" UUID_SUB="9796863350067802351" TYPE="zfs_member"
/dev/sda3: PARTLABEL="BIOS_Boot_Partition" PARTUUID="00769229-518a-4a81-a0bb-185af5b19de4"
machine1% cat /etc/fstab 
# 
# /etc/fstab: static file system information
#
# <file system>	<dir>	<type>	<options>	<dump>	<pass>
#UUID=af581528-242d-4b2a-b51c-473b86fc608c	/boot     	ext4      	rw,relatime,data=ordered	0 2
#PARTUUID=53c8a8e2-5303-4b1b-8cac-990e8df9bb4c  /boot           ext4            rw,relatime,data=ordered        0 2
/dev/sda4 /boot           ext4            rw,relatime,data=ordered        0 2

so that's what I tried, I can repeat with:

machine1% cat /etc/fstab 
# 
# /etc/fstab: static file system information
#
# <file system>	<dir>	<type>	<options>	<dump>	<pass>
UUID=af581528-242d-4b2a-b51c-473b86fc608c	/boot     	ext4      	rw,relatime,data=ordered	0 2
PARTUUID=53c8a8e2-5303-4b1b-8cac-990e8df9bb4c  /boot           ext4            rw,relatime,data=ordered        0 2
/dev/sda4 /boot           ext4            rw,relatime,data=ordered        0 2

and reboot again.

Well, I just don't want to have to do repairing the system to be bootable again and again. I't clear, I should be able, and I will forget it. But usually it should then run for some years.

Offline

#10 2015-01-14 20:27:09

Strike0
Member
From: Germany
Registered: 2011-09-05
Posts: 1,429

Re: [Solved] arch linux with zfs on luks booting with grub problems

Sorry, that's a lot of information you post about what you did, but I get lost in it. What's your current question?

I assume you want to install Grub now and let it generate the grub.cfg for booting. The /boot mountpoint in fstab is good but it does not matter in your case, because fstab is not available at the point /boot is accessed first.

You only show grub.cfg in your post #1 here. For the boot to succeed you need the "cryptdevice=" defined and you do not have it there:
https://wiki.archlinux.org/index.php/Dm … figuration
So according to the last blkid that would be a simple "cryptdevice=/dev/sda2:cryptroot" which you need to specify in /etc/default/grub.

Then the next you need is the "root=" device on your kernel line. That one should reference the opened encrypted LUKS partition, i.e. "root=/dev/mapper/cryptroot" usually (not considering this is zfs at the moment). What I cannot tell you how to reference the "rpool" in the root device. However, if the system is booted/resumed after install and you chrooted into it properly, Grub might figure out the root device entry correctly during the generation of the config file:  https://wiki.archlinux.org/index.php/Gr … ation_file
You should have a look what it generates. According to your above list, it should reference a "root=" device from one of the UUIDs of:

/dev/mapper/cryptroot: LABEL="rpool" UUID="5427969218220778539" UUID_SUB="9796863350067802351" TYPE="zfs_member"

I hope that touches a question which I failed to see.

Offline

#11 2015-01-17 22:14:59

whitesnow
Member
Registered: 2015-01-04
Posts: 52

Re: [Solved] arch linux with zfs on luks booting with grub problems

Thank you very much.
Sorry for the long text. It should be a little bit a reference for me, too.

Now everything is working. I'm just a bit afraid if the next update will break it.
So the basics, booting, XWindow, Wlan/Wifi.
I cant take backups.

Maybe the arch linux is a bit too complicated, or I'm too lazy or something.

But well, what should I expect, I'ts not really a standard solution to have luks, and on top of it zfs. I was totally new to arch linux.

Did experiment sometimes with linux at least since 1999, but never had it in actual use. Had an Test Install of XUbuntu for Webbrowsing and testing since a year, and a fileserver with FreeBSD. Anyway, now it is working.

The plan was to have Skype and Teamspeak, maybe Teamtalk, that's what I should use, other things may go to a virtual machine, or through wine.

Or I may try to get FreeBSD working, but there Skype, Teamspeak, Teamtalk is not available, or if, then it's within a linux compatibility layer. And I'm even stuck at wifi / wlan there, and even at the boot input of the passphrase for the filesystem encryption geli.

Well and it has to be a laptop since often I'm working somewhere for a week, sometimes two weeks.

here is the fstab, don't know maybe it went confused - may my own fault, that I did get the UUID of the USB-stick on the fstab of the harddisk.

# 
# /etc/fstab: static file system information
#
# <file system>	<dir>	<type>	<options>	<dump>	<pass>
UUID=af581528-242d-4b2a-b51c-473b86fc608c	/boot     	ext4      	rw,relatime,data=ordered	0 2
#PARTUUID=53c8a8e2-5303-4b1b-8cac-990e8df9bb4c  /boot           ext4            rw,relatime,data=ordered        0 2
#/dev/sda4 /boot           ext4            rw,relatime,data=ordered        0 2

and here is the grub-config

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
insmod part_gpt
insmod part_msdos
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default="1"

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  ad4103fa-d940-47ca-8506-301d8071d467
else
  search --no-floppy --fs-uuid --set=root ad4103fa-d940-47ca-8506-301d8071d467
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=en_US
  insmod gettext
fi
terminal_input console
terminal_output gfxterm
set timeout=5
set default=0
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/10_linux ###
# (0) Arch Linux
menuentry 'zfs boot part4' --class gnu-linux --class gnu --class os{
        load_video
        set gfxpayload=keep
        insmod gzio
        insmod part_msdos
        insmod part_gpt
        insmod ext2
        set root='(hd0,gpt4)'
        linux /boot/vmlinuz-linux zfs=zroot rw
        initrd /initramfs-linux.img
}
menuentry 'Arch Linux -cryptroot zfs'{
        set root=(hd0,gpt4)
        linux /vmlinuz-linux root=/dev/mapper/cryptroot cryptdevice=/dev/disk/by-uuid/8c2a89af-72a1-40cc-982c-bdb60daaf11a:cryptroot zfs=rpool/ROOT/rootfs boot=zfs root=ZFS=rpool/ROOT/rootfs rw acpi_osi="Linux" verbose
        initrd /initramfs-linux.img
}
menuentry 'Arch Linux - boot part4'{
        set root={hd0,msdos4}
        linux /vmlinuz-linux zfs=zroot rw
        initrd /initramfs-linux.img
}
menuentry 'Arch Linux - boot part1 initramfs-fallback'{
        set root={hd0,msdos1}
        linux /vmlinuz-linux zfs=zroot rw
        initrd /initramfs-linux-fallback.img
}
menuentry 'Arch Linux - boot part4 initramfs-fallback'{
        set root={hd0,msdos4}
        linux /vmlinuz-linux zfs=zroot rw
        initrd /initramfs-linux-fallback.img
}

menuentry 'Arch Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-ad4103fa-d940-47ca-8506-301d8071d467' {
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos5'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  ad4103fa-d940-47ca-8506-301d8071d467
	else
	  search --no-floppy --fs-uuid --set=root ad4103fa-d940-47ca-8506-301d8071d467
	fi
	echo	'Loading Linux core repo kernel ...'
	linux	/boot/vmlinuz-linux root=UUID=ad4103fa-d940-47ca-8506-301d8071d467 rw  quiet
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initramfs-linux.img
}
menuentry 'Arch Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-fallback-ad4103fa-d940-47ca-8506-301d8071d467' {
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos5'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  ad4103fa-d940-47ca-8506-301d8071d467
	else
	  search --no-floppy --fs-uuid --set=root ad4103fa-d940-47ca-8506-301d8071d467
	fi
	echo	'Loading Linux core repo kernel ...'
	linux	/boot/vmlinuz-linux root=UUID=ad4103fa-d940-47ca-8506-301d8071d467 rw  quiet
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initramfs-linux-fallback.img
}
menuentry '2Arch Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-c$        load_video
        set gfxpayload=keep
        insmod gzio
        insmod part_msdos
        insmod ext2
        set root='hd0,msdos5'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  'gnulinux-simple-/dev/mapper/root_crypt'
        else
          search --no-floppy --fs-uuid --set=root ad4103fa-d940-47ca-8506-301d8071d467
        fi
        echo    'Loading Linux core repo kernel ...'
        linux   /boot/vmlinuz-linux root=ZFS=/ROOT ro   boot=zfs quiet splash $vt_handoff
        echo    'Loading initial ramdisk ...'
        initrd  /boot/initramfs-linux-fallback.img
}







### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###

Regarding the name of the zpool, I don't really know.
On the USB-flash drive I have a zpool named differently than rpool. I named it zpoolCruz1, and it does boot and shutdown, and keeps the name. Just at boot time, after entering the passphrase of the cryptroot it tells:

:: running hook [zfs]
ash: 1: unknow operand
cannot open 'zpoolCruz1': no such pool
ZFS: Importing pool zpoolCruz1
:: running late hook [zfs]

From there it continues really fast. And the first messages are later not shown using

dmesg

or

journalctl -b

.
Pressing <break> may or may not work, or using

Ctrl+S

and

Ctrl+Q

Offline

#12 2015-03-06 23:48:54

nvb
Member
Registered: 2012-08-01
Posts: 9

Re: [Solved] arch linux with zfs on luks booting with grub problems

whitesnow wrote:

Well, this was that part.

But now, with the cryptroot, I'm stuck at:

 grub-mkconfig -o /boot/grub/grub.cfg
/usr/bin/grub-probe: error: failed to get canonical path of `/dev/cryptroot´

And the zfs is not officially supported with arch, well but the wiki has an article?

What should I expect in the future, if I ever will succeed with installation? Will the next update, the next month, the next year break the system? Well, the data would still be there, I could import the pool with a usb Stick, maybe with FreeBSD or something.

ln -s /dev/mapper/cryptroot /dev/cryptroot

Solved the problem on my side.

Offline

#13 2015-03-08 07:58:21

whitesnow
Member
Registered: 2015-01-04
Posts: 52

Re: [Solved] arch linux with zfs on luks booting with grub problems

nvb wrote:
ln -s /dev/mapper/cryptroot /dev/cryptroot

Solved the problem on my side.

This I understand, that should solve the problem. Well mainly I wanted to use the system. So it is now running without that symlink.

But, yes, if I try, grub than creates a .cfg file.

Just don't want to try to boot with that just now. It's now running several months already, had even updates of the kernel, sucessfully.

Offline

Board footer

Powered by FluxBB