You are not logged in.

#1 2018-12-27 21:37:06

awfulmem
Member
Registered: 2018-12-27
Posts: 8

Cannot install ArchLinux on MacBook Air 7,1 due to unrecognized SSD

Hello, i downloaded latest Arch iso from site and created usb stick with Etcher.

lsblk

NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
loop0   7:0    0 476.7M   1 /run/archiso/sfs/airootfs
sda      8:0    1   14,5G  0 disk
├─sda1   8:1    0   588M  0 part /run/archiso/bootmnt
├─sda2   8:2    0    64M  0 part

lspci -nn

04:00.0 Mass storage controller [0180]: Apple Inc. S1X NVMe Controller [106b:2001] (rev01)

I googled and tried also:

echo 106b 2001 > /sys/bus/pci/drivers/nvme/new_id

and got:

echo : write error: file exists

What should i do? Thanks.

Last edited by awfulmem (2018-12-27 21:39:07)

Offline

#2 2018-12-27 21:41:30

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,532
Website

Re: Cannot install ArchLinux on MacBook Air 7,1 due to unrecognized SSD

That doesn't seem to be the full lsblk output - it's cut off.

As for the echo command, I have no idea what those values are supposed to mean, but if you need to write them to the sys filesystem, you should use a double >> rather than >.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#3 2018-12-27 21:44:26

awfulmem
Member
Registered: 2018-12-27
Posts: 8

Re: Cannot install ArchLinux on MacBook Air 7,1 due to unrecognized SSD

Trilby wrote:

That doesn't seem to be the full lsblk output - it's cut off.

As for the echo command, I have no idea what those values are supposed to mean, but if you need to write them to the sys filesystem, you should use a double >> rather than >.

https://i.imgur.com/XhFWeis.png

Last edited by awfulmem (2018-12-27 21:50:55)

Offline

#4 2018-12-27 21:47:43

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,532
Website

Re: Cannot install ArchLinux on MacBook Air 7,1 due to unrecognized SSD

Please remove the enormous image - especially as it shows nothing that couldn't be clarified by saying there was a typo in your original post (you had a ├ where there was actually a └).  It took several minutes for it even to appear here.

EDIT: nevermind, JWR got it for you.  Now, what about the echo with appending with >>?  And can you share the source where you found that advice?

Last edited by Trilby (2018-12-27 21:49:40)


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#5 2018-12-27 21:48:03

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Cannot install ArchLinux on MacBook Air 7,1 due to unrecognized SSD

Read the Code of Conduct and only post thumbnails http://wiki.archlinux.org/index.php/Cod … s_and_code

And don't post screenshots of text, paste the actual text: https://wiki.archlinux.org/index.php/Li … in_clients


Moving to NC...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#6 2018-12-27 21:57:00

awfulmem
Member
Registered: 2018-12-27
Posts: 8

Re: Cannot install ArchLinux on MacBook Air 7,1 due to unrecognized SSD

Trilby wrote:

Please remove the enormous image - especially as it shows nothing that couldn't be clarified by saying there was a typo in your original post (you had a ├ where there was actually a └).  It took several minutes for it even to appear here.

EDIT: nevermind, JWR got it for you.  Now, what about the echo with appending with >>?  And can you share the source where you found that advice?

Got it, sorry.

So i found that here https://bbs.archlinux.org/viewtopic.php … 8#p1797758 and tried with my device id. Also same result (file exists) with:

modprobe nvme
echo 106b 2001 > /sys/bus/pci/drivers/nvme/new_id

And with >> result the same.

Last edited by awfulmem (2018-12-27 22:04:24)

Offline

#7 2018-12-27 22:40:43

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,532
Website

Re: Cannot install ArchLinux on MacBook Air 7,1 due to unrecognized SSD

awfulmem wrote:

And with >> result the same.

That's not really possible.  If you mean that also gives an error, that may be, but it'd give a different error.

But from previous threads, it seems the append operator shouldn't be necessary.  But have you modprobed nvme?

What is the output of `lsmod | grep nvme`?

Last edited by Trilby (2018-12-27 22:43:02)


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#8 2018-12-27 22:51:21

awfulmem
Member
Registered: 2018-12-27
Posts: 8

Re: Cannot install ArchLinux on MacBook Air 7,1 due to unrecognized SSD

Trilby wrote:
awfulmem wrote:

And with >> result the same.

That's not really possible.  If you mean that also gives an error, that may be, but it'd give a different error.

# modprobe nvme
# echo 106b 2001 > /sys/bus/pci/drivers/nvme/new_id
echo: write error: file exists

# modprobe nvme
# echo 106b 2001 >> /sys/bus/pci/drivers/nvme/new_id
echo: write error: file exists

root@archiso ~ # lsmod | grep nvme
1 root@archiso ~ #                                                         sad

Last edited by awfulmem (2018-12-28 00:42:38)

Offline

#9 2018-12-28 00:03:18

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,532
Website

Re: Cannot install ArchLinux on MacBook Air 7,1 due to unrecognized SSD

Ok, I stand corrected, that is the same error - but it makes no sense.  I'm stumped.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#10 2018-12-28 00:23:34

loqs
Member
Registered: 2014-03-06
Posts: 17,373

Re: Cannot install ArchLinux on MacBook Air 7,1 due to unrecognized SSD

@Trilby I think it means you can not add a new id that is not new.  https://github.com/torvalds/linux/commi … 89fa5717b1 supported since 4.4

Offline

#11 2018-12-28 00:33:14

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,532
Website

Re: Cannot install ArchLinux on MacBook Air 7,1 due to unrecognized SSD

It doesn't surprise me that it fails, but that error message is from echo saying it can't even write to the file.  Although that too doesn't really add up as with the redirection echo is not writing to the file, the shell is.  I guess the perror messages in the kernel and/or module coincidentally use the term 'echo' for where the error is.  Not that it's relevant to the problem, but it'd really help satiate my curiosity if you could also try this:

# echo 106be 2001 > junk.tmp
# cat junk.tmp > /system/bus/pci/drivers/nvme/new_id

If the error from the second command also starts with "echo:" that would confirm my suspicion.  But again, this isn't really relevant to the problem at hand.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#12 2018-12-28 00:47:11

awfulmem
Member
Registered: 2018-12-27
Posts: 8

Re: Cannot install ArchLinux on MacBook Air 7,1 due to unrecognized SSD

Trilby wrote:

If the error from the second command also starts with "echo:" that would confirm my suspicion.  But again, this isn't really relevant to the problem at hand.

Sorry, my last post was with autocorrect and I edited that. So now it's like:

# echo 106b 2001 > junk.tmp
# cat junk.tmp > /sys/bus/pci/drivers/nvme/new_id
# echo: write error: file exists

Again this error, yep.

Last edited by awfulmem (2018-12-28 00:47:26)

Offline

#13 2018-12-28 01:06:38

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,532
Website

Re: Cannot install ArchLinux on MacBook Air 7,1 due to unrecognized SSD

Thanks - that's a frustratingly misleading error message from the kernel module.  Sorry, for the tangent.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#14 2018-12-28 01:18:45

loqs
Member
Registered: 2014-03-06
Posts: 17,373

Re: Cannot install ArchLinux on MacBook Air 7,1 due to unrecognized SSD

@awfulmem does the system have network access or can you dump the output of dmesg to a storage device you can then post it from?

Offline

#15 2018-12-28 02:05:33

awfulmem
Member
Registered: 2018-12-27
Posts: 8

Re: Cannot install ArchLinux on MacBook Air 7,1 due to unrecognized SSD

loqs wrote:

@awfulmem does the system have network access or can you dump the output of dmesg to a storage device you can then post it from?

[    0.000000] Linux version 4.19.4-arch1-1-ARCH (builduser@heftig-22537) (gcc version 8.2.1 20180831 (GCC)) #1 SMP PREEMPT Fri Nov 23 09:06:58 UTC 2018
[    0.000000] Command line: initrd=\EFI\archiso\intel_ucode.img initrd=\EFI\archiso\amd_ucode.img initrd=\EFI\archiso\archiso.img archisobasedir=arch archisolabel=ARCH_201812
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000bffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008ad00fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008ad01000-0x000000008ad48fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008ad49000-0x000000008ad60fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008ad61000-0x000000008ad8efff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000008ad8f000-0x000000008ae39fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008ae3a000-0x000000008ae8efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008ae8f000-0x000000008aecbfff] usable
[    0.000000] BIOS-e820: [mem 0x000000008aecc000-0x000000008aefefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008aeff000-0x000000008afa6fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008afa7000-0x000000008afdefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008afdf000-0x000000008affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000008b000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffd70000-0x00000000ffd9ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000016effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x74839890-0x74839d8e] usable ==> usable
[    0.000000] e820: update [mem 0x74839890-0x74839d8e] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000bffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000007483988f] usable
[    0.000000] reserve setup_data: [mem 0x0000000074839890-0x0000000074839d8e] usable
[    0.000000] reserve setup_data: [mem 0x0000000074839d8f-0x000000008ad00fff] usable
[    0.000000] reserve setup_data: [mem 0x000000008ad01000-0x000000008ad48fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000008ad49000-0x000000008ad60fff] usable
[    0.000000] reserve setup_data: [mem 0x000000008ad61000-0x000000008ad8efff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000008ad8f000-0x000000008ae39fff] usable
[    0.000000] reserve setup_data: [mem 0x000000008ae3a000-0x000000008ae8efff] reserved
[    0.000000] reserve setup_data: [mem 0x000000008ae8f000-0x000000008aecbfff] usable
[    0.000000] reserve setup_data: [mem 0x000000008aecc000-0x000000008aefefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000008aeff000-0x000000008afa6fff] usable
[    0.000000] reserve setup_data: [mem 0x000000008afa7000-0x000000008afdefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000008afdf000-0x000000008affffff] usable
[    0.000000] reserve setup_data: [mem 0x000000008b000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ffd70000-0x00000000ffd9ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000016effffff] usable
[    0.000000] efi: EFI v1.10 by Apple
[    0.000000] efi:  ACPI=0x8ad8e000  ACPI 2.0=0x8ad8e014  SMBIOS=0x8afad000 
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Apple Inc. MacBookAir7,1/Mac-9F18E312C5C2BF0B, BIOS 182.0.0.0.0 09/17/2018
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1599.984 MHz processor
[    0.000195] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000203] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000224] last_pfn = 0x16f000 max_arch_pfn = 0x400000000
[    0.000234] MTRR default type: write-back
[    0.000236] MTRR fixed ranges enabled:
[    0.000240]   00000-9FFFF write-back
[    0.000243]   A0000-BFFFF uncachable
[    0.000245]   C0000-DFFFF write-protect
[    0.000247]   E0000-FFFFF uncachable
[    0.000249] MTRR variable ranges enabled:
[    0.000253]   0 base 00C0000000 mask 7FC0000000 uncachable
[    0.000256]   1 base 00A0000000 mask 7FE0000000 uncachable
[    0.000258]   2 base 0090000000 mask 7FF0000000 uncachable
[    0.000261]   3 base 008C000000 mask 7FFC000000 uncachable
[    0.000263]   4 base 008B000000 mask 7FFF000000 uncachable
[    0.000265]   5 disabled
[    0.000266]   6 disabled
[    0.000268]   7 disabled
[    0.000269]   8 disabled
[    0.000271]   9 disabled
[    0.002492] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002932] last_pfn = 0x8b000 max_arch_pfn = 0x400000000
[    0.031867] Scanning 1 areas for low memory corruption
[    0.031877] Base memory trampoline at [(____ptrval____)] 99000 size 24576
[    0.031884] Using GB pages for direct mapping
[    0.031889] BRK [0x3aa01000, 0x3aa01fff] PGTABLE
[    0.031893] BRK [0x3aa02000, 0x3aa02fff] PGTABLE
[    0.031896] BRK [0x3aa03000, 0x3aa03fff] PGTABLE
[    0.032023] BRK [0x3aa04000, 0x3aa04fff] PGTABLE
[    0.032029] BRK [0x3aa05000, 0x3aa05fff] PGTABLE
[    0.033319] BRK [0x3aa06000, 0x3aa06fff] PGTABLE
[    0.034262] Secure boot disabled
[    0.034265] RAMDISK: [mem 0x6c6a2000-0x6ec9dfff]
[    0.034278] ACPI: Early table checksum verification disabled
[    0.034284] ACPI: RSDP 0x000000008AD8E014 000024 (v02 APPLE )
[    0.034294] ACPI: XSDT 0x000000008AD8E1C0 00009C (v01 APPLE  Apple00  00000000      01000013)
[    0.034309] ACPI: FACP 0x000000008AD8C000 0000F4 (v05 APPLE  Apple00  00000000 Loki 0000005F)
[    0.034324] ACPI: DSDT 0x000000008AD7E000 0088DA (v03 APPLE  MacBookA 00070001 INTL 20140424)
[    0.034334] ACPI: FACS 0x000000008AD06000 000040
[    0.034342] ACPI: FACS 0x000000008AD06000 000040
[    0.034350] ACPI: HPET 0x000000008AD8B000 000038 (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.034358] ACPI: APIC 0x000000008AD8A000 0000BC (v02 APPLE  Apple00  00000001 Loki 0000005F)
[    0.034367] ACPI: SBST 0x000000008AD88000 000030 (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.034376] ACPI: ECDT 0x000000008AD87000 000053 (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.034384] ACPI: SSDT 0x000000008AD7D000 00010B (v01 APPLE  SataAhci 00001000 INTL 20140424)
[    0.034393] ACPI: SSDT 0x000000008AD7C000 000024 (v01 APPLE  SmcDppt  00001000 INTL 20140424)
[    0.034402] ACPI: SSDT 0x000000008AD7B000 000032 (v01 APPLE  SsdtS3   00001000 INTL 20140424)
[    0.034411] ACPI: SSDT 0x000000008AD78000 002B26 (v01 APPLE  PcieTbt  00001000 INTL 20140424)
[    0.034420] ACPI: SSDT 0x000000008AD6B000 0000B8 (v01 APPLE  Sdxc     00001000 INTL 20140424)
[    0.034429] ACPI: SSDT 0x000000008AD6A000 000AAC (v02 APPLE  Xhci     00001000 INTL 20140424)
[    0.034438] ACPI: SSDT 0x000000008AD63000 0005B5 (v01 PmRef  Cpu0Ist  00003000 INTL 20140424)
[    0.034447] ACPI: SSDT 0x000000008AD62000 000C17 (v01 CpuRef CpuSsdt  00003000 INTL 20140424)
[    0.034455] ACPI: DMAR 0x000000008AD61000 000088 (v01 APPLE  BDW      00000001 INTL 00000001)
[    0.034464] ACPI: MCFG 0x000000008AD89000 00003C (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.034481] ACPI: DMI detected to setup _OSI("Darwin"): Apple hardware
[    0.034487] ACPI: Local APIC address 0xfee00000
[    0.034688] No NUMA configuration found
[    0.034690] Faking a node at [mem 0x0000000000000000-0x000000016effffff]
[    0.034701] NODE_DATA(0) allocated [mem 0x16effa000-0x16effdfff]
[    0.034757] Zone ranges:
[    0.034759]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.034764]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.034767]   Normal   [mem 0x0000000100000000-0x000000016effffff]
[    0.034770]   Device   empty
[    0.034773] Movable zone start for each node
[    0.034775] Early memory node ranges
[    0.034777]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.034780]   node   0: [mem 0x0000000000059000-0x000000000009ffff]
[    0.034782]   node   0: [mem 0x0000000000100000-0x000000008ad00fff]
[    0.034784]   node   0: [mem 0x000000008ad49000-0x000000008ad60fff]
[    0.034785]   node   0: [mem 0x000000008ad8f000-0x000000008ae39fff]
[    0.034787]   node   0: [mem 0x000000008ae8f000-0x000000008aecbfff]
[    0.034789]   node   0: [mem 0x000000008aeff000-0x000000008afa6fff]
[    0.034790]   node   0: [mem 0x000000008afdf000-0x000000008affffff]
[    0.034792]   node   0: [mem 0x0000000100000000-0x000000016effffff]
[    0.035771] Reserved but unavailable: 20888 pages
[    0.035775] Initmem setup node 0 [mem 0x0000000000001000-0x000000016effffff]
[    0.035779] On node 0 totalpages: 1023592
[    0.035782]   DMA zone: 64 pages used for memmap
[    0.035784]   DMA zone: 22 pages reserved
[    0.035786]   DMA zone: 3998 pages, LIFO batch:0
[    0.036044]   DMA32 zone: 8828 pages used for memmap
[    0.036046]   DMA32 zone: 564938 pages, LIFO batch:63
[    0.075394]   Normal zone: 7104 pages used for memmap
[    0.075397]   Normal zone: 454656 pages, LIFO batch:63
[    0.103120] Reserving Intel graphics memory at [mem 0x8c000000-0x8fffffff]
[    0.103335] ACPI: PM-Timer IO Port: 0x1808
[    0.103340] ACPI: Local APIC address 0xfee00000
[    0.103357] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.103359] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.103361] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.103363] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.103365] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.103367] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.103369] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.103371] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.103387] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
[    0.103393] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.103396] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.103400] ACPI: IRQ0 used by override.
[    0.103403] ACPI: IRQ9 used by override.
[    0.103408] Using ACPI (MADT) for SMP configuration information
[    0.103412] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.103423] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.103488] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.103493] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.103497] PM: Registered nosave memory: [mem 0x000a0000-0x000bffff]
[    0.103499] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    0.103504] PM: Registered nosave memory: [mem 0x74839000-0x74839fff]
[    0.103509] PM: Registered nosave memory: [mem 0x74839000-0x74839fff]
[    0.103513] PM: Registered nosave memory: [mem 0x8ad01000-0x8ad48fff]
[    0.103518] PM: Registered nosave memory: [mem 0x8ad61000-0x8ad8efff]
[    0.103523] PM: Registered nosave memory: [mem 0x8ae3a000-0x8ae8efff]
[    0.103528] PM: Registered nosave memory: [mem 0x8aecc000-0x8aefefff]
[    0.103533] PM: Registered nosave memory: [mem 0x8afa7000-0x8afdefff]
[    0.103538] PM: Registered nosave memory: [mem 0x8b000000-0x8fffffff]
[    0.103539] PM: Registered nosave memory: [mem 0x90000000-0xe00f7fff]
[    0.103541] PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
[    0.103543] PM: Registered nosave memory: [mem 0xe00f9000-0xfed1bfff]
[    0.103545] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.103546] PM: Registered nosave memory: [mem 0xfed20000-0xffd6ffff]
[    0.103548] PM: Registered nosave memory: [mem 0xffd70000-0xffd9ffff]
[    0.103550] PM: Registered nosave memory: [mem 0xffda0000-0xffffffff]
[    0.103555] [mem 0x90000000-0xe00f7fff] available for PCI devices
[    0.103561] Booting paravirtualized kernel on bare hardware
[    0.103567] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.436326] random: get_random_bytes called from start_kernel+0x95/0x53f with crng_init=0
[    0.436347] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[    0.437006] percpu: Embedded 46 pages/cpu @(____ptrval____) s151552 r8192 d28672 u524288
[    0.437026] pcpu-alloc: s151552 r8192 d28672 u524288 alloc=1*2097152
[    0.437030] pcpu-alloc: [0] 0 1 2 3 
[    0.437088] Built 1 zonelists, mobility grouping on.  Total pages: 1007574
[    0.437090] Policy zone: Normal
[    0.437094] Kernel command line: initrd=\EFI\archiso\intel_ucode.img initrd=\EFI\archiso\amd_ucode.img initrd=\EFI\archiso\archiso.img archisobasedir=arch archisolabel=ARCH_201812
[    0.452708] Calgary: detecting Calgary via BIOS EBDA area
[    0.452712] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.482898] Memory: 3486232K/4094368K available (12300K kernel code, 1374K rwdata, 3640K rodata, 1532K init, 3860K bss, 608136K reserved, 0K cma-reserved)
[    0.483171] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.483185] Kernel/User page tables isolation: enabled
[    0.483310] ftrace: allocating 35539 entries in 139 pages
[    0.525476] rcu: Preemptible hierarchical RCU implementation.
[    0.525479] rcu: 	CONFIG_RCU_FANOUT set to non-default value of 32.
[    0.525480] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.525483] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[    0.525485] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.525487] 	Tasks RCU enabled.
[    0.525489] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.529690] NR_IRQS: 20736, nr_irqs: 728, preallocated irqs: 16
[    0.530011] rcu: 	Offload RCU callbacks from CPUs: (none).
[    0.530096] Console: colour dummy device 80x25
[    0.530107] console [tty0] enabled
[    0.530148] ACPI: Core revision 20180810
[    0.530587] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.530600] hpet clockevent registered
[    0.530609] APIC: Switch to symmetric I/O mode setup
[    0.530613] DMAR: Host address width 39
[    0.530616] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.530627] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e1ff0505e
[    0.530629] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.530637] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c20660462 ecap f010da
[    0.530639] DMAR: RMRR base: 0x0000008b800000 end: 0x0000008fffffff
[    0.530644] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.530646] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.530648] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[    0.530650] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[    0.531591] DMAR-IR: Enabled IRQ remapping in xapic mode
[    0.531594] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.532449] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.547279] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x171015c90fb, max_idle_ns: 440795214891 ns
[    0.547312] Calibrating delay loop (skipped), value calculated using timer frequency.. 3201.30 BogoMIPS (lpj=5333280)
[    0.547318] pid_max: default: 32768 minimum: 301
[    0.551579] Security Framework initialized
[    0.551582] Yama: becoming mindful.
[    0.551593] AppArmor: AppArmor disabled by boot time parameter
[    0.552991] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.553684] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.553732] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.553757] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.554336] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.554338] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.554349] mce: CPU supports 7 MCE banks
[    0.554369] CPU0: Thermal monitoring enabled (TM1)
[    0.554399] process: using mwait in idle threads
[    0.554405] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.554408] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.554412] Spectre V2 : Mitigation: Full generic retpoline
[    0.554413] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.554415] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[    0.554416] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.554420] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.555098] Freeing SMP alternatives memory: 28K
[    0.590523] TSC deadline timer enabled
[    0.590529] smpboot: CPU0: Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz (family: 0x6, model: 0x3d, stepping: 0x4)
[    0.607303] Performance Events: PEBS fmt2+, Broadwell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.607434] ... version:                3
[    0.607436] ... bit width:              48
[    0.607438] ... generic registers:      4
[    0.607441] ... value mask:             0000ffffffffffff
[    0.607442] ... max period:             00007fffffffffff
[    0.607444] ... fixed-purpose events:   3
[    0.607446] ... event mask:             000000070000000f
[    0.613977] rcu: Hierarchical SRCU implementation.
[    0.637621] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.643973] smp: Bringing up secondary CPUs ...
[    0.683986] x86: Booting SMP configuration:
[    0.683989] .... node  #0, CPUs:      #1 #2 #3
[    0.765774] smp: Brought up 1 node, 4 CPUs
[    0.765774] smpboot: Max logical packages: 1
[    0.765774] smpboot: Total of 4 processors activated (12804.20 BogoMIPS)
[    0.767623] devtmpfs: initialized
[    0.767623] x86/mm: Memory block size: 128MB
[    0.768439] PM: Registering ACPI NVS region [mem 0x8ad01000-0x8ad48fff] (294912 bytes)
[    0.768439] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.768439] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.768439] pinctrl core: initialized pinctrl subsystem
[    0.768439] RTC time:  1:58:46, date: 12/28/18
[    0.768439] NET: Registered protocol family 16
[    0.768439] audit: initializing netlink subsys (disabled)
[    0.768439] audit: type=2000 audit(1545962325.236:1): state=initialized audit_enabled=0 res=1
[    0.770737] cpuidle: using governor ladder
[    0.770737] cpuidle: using governor menu
[    0.770751] ACPI: bus type PCI registered
[    0.770754] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.770936] PCI: MMCONFIG for domain 0000 [bus 00-9b] at [mem 0xe0000000-0xe9bfffff] (base 0xe0000000)
[    0.770960] PCI: not using MMCONFIG
[    0.770960] PCI: Using configuration type 1 for base access
[    0.774261] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.774261] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.774261] ACPI: Disabled all _OSI OS vendors
[    0.774261] ACPI: Added _OSI(Module Device)
[    0.774261] ACPI: Added _OSI(Processor Device)
[    0.774261] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.774261] ACPI: Added _OSI(Processor Aggregator Device)
[    0.774261] ACPI: Added _OSI(Linux-Dell-Video)
[    0.774261] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.774261] ACPI: Added _OSI(Darwin)
[    0.774261] ACPI: EC: EC started
[    0.774261] ACPI: EC: interrupt blocked
[    0.774262] ACPI: \: Used as first EC
[    0.774267] ACPI: \: GPE=0x4e, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.774271] ACPI: \: Used as boot ECDT EC to handle transactions
[    0.809771] ACPI: 9 ACPI AML tables successfully acquired and loaded
[    0.815510] ACPI: BIOS _OSI(Darwin) query honored via DMI
[    0.823590] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.824178] ACPI Error: Needed type [Reference], found [Integer] 000000004cff8af4 (20180810/exresop-69)
[    0.824209] fbcon: Taking over console
[    0.824222] ACPI Error: AE_AML_OPERAND_TYPE, While resolving operands for [Store] (20180810/dswexec-427)
[    0.824244] ACPI Error: Method parse/execution failed \_PR.CPU0._PDC, AE_AML_OPERAND_TYPE (20180810/psparse-516)
[    0.825516] ACPI: Dynamic OEM Table Load:
[    0.825535] ACPI: SSDT 0xFFFF8DB4A94B3000 00067C (v01 PmRef  ApIst    00003000 INTL 20140424)
[    0.827684] ACPI: Dynamic OEM Table Load:
[    0.827698] ACPI: SSDT 0xFFFF8DB4A9653E00 000119 (v01 PmRef  ApCst    00003000 INTL 20140424)
[    0.830905] ACPI: Interpreter enabled
[    0.830990] ACPI: (supports S0 S3 S4 S5)
[    0.830993] ACPI: Using IOAPIC for interrupt routing
[    0.831079] PCI: MMCONFIG for domain 0000 [bus 00-9b] at [mem 0xe0000000-0xe9bfffff] (base 0xe0000000)
[    0.832869] PCI: MMCONFIG at [mem 0xe0000000-0xe9bfffff] reserved in ACPI motherboard resources
[    0.832897] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.833736] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.866370] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.866384] acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability LTR]
[    0.866440] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-9b] only partially covers this bridge
[    0.867435] PCI host bridge to bus 0000:00
[    0.867442] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.867447] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.867451] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.867455] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.867459] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.867463] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.867467] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.867470] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.867474] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.867478] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.867482] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.867485] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.867489] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.867493] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.867497] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.867501] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    0.867505] pci_bus 0000:00: root bus resource [mem 0x90000000-0xfeafffff window]
[    0.867509] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
[    0.867513] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.867535] pci 0000:00:00.0: [8086:1604] type 00 class 0x060000
[    0.867802] pci 0000:00:02.0: [8086:1626] type 00 class 0x030000
[    0.867835] pci 0000:00:02.0: reg 0x10: [mem 0xc0000000-0xc0ffffff 64bit]
[    0.867871] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.867884] pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
[    0.867920] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.868182] pci 0000:00:03.0: [8086:160c] type 00 class 0x040300
[    0.868210] pci 0000:00:03.0: reg 0x10: [mem 0xc1310000-0xc1313fff 64bit]
[    0.868527] pci 0000:00:14.0: [8086:9cb1] type 00 class 0x0c0330
[    0.868564] pci 0000:00:14.0: reg 0x10: [mem 0xc1300000-0xc130ffff 64bit]
[    0.868671] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.869022] pci 0000:00:15.0: [8086:9ce0] type 00 class 0x080102
[    0.869062] pci 0000:00:15.0: reg 0x10: [mem 0xc131a000-0xc131afff]
[    0.869381] pci 0000:00:15.4: [8086:9ce6] type 00 class 0x0c8000
[    0.869420] pci 0000:00:15.4: reg 0x10: [mem 0xc1319000-0xc1319fff]
[    0.869773] pci 0000:00:16.0: [8086:9cba] type 00 class 0x078000
[    0.869813] pci 0000:00:16.0: reg 0x10: [mem 0xc131b100-0xc131b11f 64bit]
[    0.869930] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.870117] pci 0000:00:1b.0: [8086:9ca0] type 00 class 0x040300
[    0.870153] pci 0000:00:1b.0: reg 0x10: [mem 0xc1314000-0xc1317fff 64bit]
[    0.870257] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.870434] pci 0000:00:1c.0: [8086:9c90] type 01 class 0x060400
[    0.870563] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.870822] pci 0000:00:1c.1: [8086:9c92] type 01 class 0x060400
[    0.870956] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.871195] pci 0000:00:1c.2: [8086:9c94] type 01 class 0x060400
[    0.871327] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.871563] pci 0000:00:1c.4: [8086:9c98] type 01 class 0x060400
[    0.871694] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.871929] pci 0000:00:1c.5: [8086:9c9a] type 01 class 0x060400
[    0.872068] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.872315] pci 0000:00:1f.0: [8086:9cc3] type 00 class 0x060100
[    0.872648] pci 0000:00:1f.3: [8086:9ca2] type 00 class 0x0c0500
[    0.872681] pci 0000:00:1f.3: reg 0x10: [mem 0xc131b000-0xc131b0ff 64bit]
[    0.872717] pci 0000:00:1f.3: reg 0x20: [io  0xefa0-0xefbf]
[    0.872924] pci 0000:00:1f.6: [8086:9ca4] type 00 class 0x118000
[    0.872975] pci 0000:00:1f.6: reg 0x10: [mem 0xc1318000-0xc1318fff 64bit]
[    0.873340] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.873477] pci 0000:02:00.0: [14e4:1570] type 00 class 0x048000
[    0.873528] pci 0000:02:00.0: reg 0x10: [mem 0xc1200000-0xc120ffff 64bit]
[    0.873553] pci 0000:02:00.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
[    0.873579] pci 0000:02:00.0: reg 0x20: [mem 0xc1100000-0xc11fffff 64bit]
[    0.873720] pci 0000:02:00.0: supports D1
[    0.873724] pci 0000:02:00.0: PME# supported from D0 D3hot
[    0.873788] pci 0000:02:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5 GT/s x1 link at 0000:00:1c.1 (capable of 7.876 Gb/s with 8 GT/s x1 link)
[    0.873965] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.873975] pci 0000:00:1c.1:   bridge window [mem 0xc1100000-0xc12fffff]
[    0.873985] pci 0000:00:1c.1:   bridge window [mem 0xa0000000-0xafffffff 64bit pref]
[    0.874119] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.874273] pci 0000:05:00.0: [8086:156b] type 01 class 0x060400
[    0.874362] pci 0000:05:00.0: enabling Extended Tags
[    0.874480] pci 0000:05:00.0: supports D1 D2
[    0.874484] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.874545] pci 0000:05:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 5 GT/s x4 link at 0000:00:1c.4 (capable of 31.504 Gb/s with 8 GT/s x4 link)
[    0.887326] pci 0000:00:1c.4: PCI bridge to [bus 05-9b]
[    0.887336] pci 0000:00:1c.4:   bridge window [io  0x4000-0x6fff]
[    0.887346] pci 0000:00:1c.4:   bridge window [mem 0xc1400000-0xcd4fffff]
[    0.887356] pci 0000:00:1c.4:   bridge window [mem 0xcd500000-0xd94fffff 64bit pref]
[    0.887723] pci 0000:06:00.0: [8086:156b] type 01 class 0x060400
[    0.887818] pci 0000:06:00.0: enabling Extended Tags
[    0.887944] pci 0000:06:00.0: supports D1 D2
[    0.887948] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.888156] pci 0000:06:03.0: [8086:156b] type 01 class 0x060400
[    0.888249] pci 0000:06:03.0: enabling Extended Tags
[    0.888372] pci 0000:06:03.0: supports D1 D2
[    0.888376] pci 0000:06:03.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.888571] pci 0000:06:04.0: [8086:156b] type 01 class 0x060400
[    0.888664] pci 0000:06:04.0: enabling Extended Tags
[    0.888786] pci 0000:06:04.0: supports D1 D2
[    0.888790] pci 0000:06:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.888984] pci 0000:06:05.0: [8086:156b] type 01 class 0x060400
[    0.889077] pci 0000:06:05.0: enabling Extended Tags
[    0.889198] pci 0000:06:05.0: supports D1 D2
[    0.889202] pci 0000:06:05.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.889400] pci 0000:06:06.0: [8086:156b] type 01 class 0x060400
[    0.889493] pci 0000:06:06.0: enabling Extended Tags
[    0.889614] pci 0000:06:06.0: supports D1 D2
[    0.889618] pci 0000:06:06.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.889847] pci 0000:05:00.0: PCI bridge to [bus 06-6b]
[    0.889859] pci 0000:05:00.0:   bridge window [io  0x4000-0x5fff]
[    0.889867] pci 0000:05:00.0:   bridge window [mem 0xc1400000-0xc94fffff]
[    0.889878] pci 0000:05:00.0:   bridge window [mem 0xcd500000-0xd54fffff 64bit pref]
[    0.890037] pci 0000:07:00.0: [8086:156a] type 00 class 0x088000
[    0.890089] pci 0000:07:00.0: reg 0x10: [mem 0xc1400000-0xc143ffff]
[    0.890110] pci 0000:07:00.0: reg 0x14: [mem 0xc1440000-0xc1440fff]
[    0.890208] pci 0000:07:00.0: enabling Extended Tags
[    0.890360] pci 0000:07:00.0: supports D1 D2
[    0.890364] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.890443] pci 0000:07:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x4 link at 0000:06:00.0 (capable of 31.504 Gb/s with 8 GT/s x4 link)
[    0.890845] pci 0000:06:00.0: PCI bridge to [bus 07]
[    0.890861] pci 0000:06:00.0:   bridge window [mem 0xc1400000-0xc14fffff]
[    0.891062] pci 0000:06:03.0: PCI bridge to [bus 08-38]
[    0.891074] pci 0000:06:03.0:   bridge window [io  0x4000-0x4fff]
[    0.891082] pci 0000:06:03.0:   bridge window [mem 0xc1500000-0xc54fffff]
[    0.891093] pci 0000:06:03.0:   bridge window [mem 0xcd500000-0xd14fffff 64bit pref]
[    0.891280] pci 0000:06:04.0: PCI bridge to [bus 39-69]
[    0.891292] pci 0000:06:04.0:   bridge window [io  0x5000-0x5fff]
[    0.891300] pci 0000:06:04.0:   bridge window [mem 0xc5500000-0xc94fffff]
[    0.891311] pci 0000:06:04.0:   bridge window [mem 0xd1500000-0xd54fffff 64bit pref]
[    0.891494] pci 0000:06:05.0: PCI bridge to [bus 6a]
[    0.891600] pci 0000:06:06.0: PCI bridge to [bus 6b]
[    0.891915] pci 0000:04:00.0: [106b:2001] type 00 class 0x018002
[    0.891959] pci 0000:04:00.0: reg 0x10: [mem 0xc1000000-0xc1001fff 64bit]
[    0.892515] pci 0000:00:1c.5: PCI bridge to [bus 04]
[    0.892525] pci 0000:00:1c.5:   bridge window [mem 0xc1000000-0xc10fffff]
[    0.896474] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.896655] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.896829] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.897006] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.897181] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.897373] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.897551] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.897725] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.900632] ACPI: EC: interrupt unblocked
[    0.900632] ACPI: EC: event unblocked
[    0.900632] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x4e, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.900632] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot DSDT EC to handle transactions and events
[    0.900643] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.900643] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.900657] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.900659] vgaarb: loaded
[    0.901005] ACPI: bus type USB registered
[    0.901038] usbcore: registered new interface driver usbfs
[    0.901058] usbcore: registered new interface driver hub
[    0.901108] usbcore: registered new device driver usb
[    0.901178] pps_core: LinuxPPS API ver. 1 registered
[    0.901180] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.901186] PTP clock support registered
[    0.901205] EDAC MC: Ver: 3.0.0
[    0.901459] Registered efivars operations
[    1.030708] PCI: Using ACPI for IRQ routing
[    1.038905] PCI: pci_cache_line_size set to 64 bytes
[    1.039169] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    1.039173] e820: reserve RAM buffer [mem 0x74839890-0x77ffffff]
[    1.039176] e820: reserve RAM buffer [mem 0x8ad01000-0x8bffffff]
[    1.039181] e820: reserve RAM buffer [mem 0x8ad61000-0x8bffffff]
[    1.039186] e820: reserve RAM buffer [mem 0x8ae3a000-0x8bffffff]
[    1.039189] e820: reserve RAM buffer [mem 0x8aecc000-0x8bffffff]
[    1.039193] e820: reserve RAM buffer [mem 0x8afa7000-0x8bffffff]
[    1.039196] e820: reserve RAM buffer [mem 0x8b000000-0x8bffffff]
[    1.039199] e820: reserve RAM buffer [mem 0x16f000000-0x16fffffff]
[    1.039457] NetLabel: Initializing
[    1.039459] NetLabel:  domain hash size = 128
[    1.039461] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.039502] NetLabel:  unlabeled traffic allowed by default
[    1.039513] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    1.039513] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    1.041673] clocksource: Switched to clocksource tsc-early
[    1.067864] VFS: Disk quotas dquot_6.6.0
[    1.067906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.068086] pnp: PnP ACPI init
[    1.068608] system 00:00: [mem 0xfed00000-0xfed03fff] has been reserved
[    1.068624] system 00:00: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    1.068776] system 00:01: [io  0xffff] has been reserved
[    1.068781] system 00:01: [io  0x1800-0x187f] has been reserved
[    1.068787] system 00:01: [io  0x0800-0x087f] has been reserved
[    1.068797] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.068852] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.071735] system 00:03: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.071740] system 00:03: [mem 0xfed10000-0xfed17fff] has been reserved
[    1.071745] system 00:03: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.071750] system 00:03: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.071756] system 00:03: [mem 0xe0000000-0xefffffff] could not be reserved
[    1.071760] system 00:03: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.071765] system 00:03: [mem 0xfed90000-0xfed93fff] could not be reserved
[    1.071770] system 00:03: [mem 0xfed45000-0xfed8ffff] has been reserved
[    1.071775] system 00:03: [mem 0xff000000-0xffffffff] could not be reserved
[    1.071780] system 00:03: [mem 0xfee00000-0xfeefffff] has been reserved
[    1.071792] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.071979] system 00:04: [mem 0x20000000-0x201fffff] could not be reserved
[    1.071984] system 00:04: [mem 0x40000000-0x401fffff] could not be reserved
[    1.071995] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.072414] pnp: PnP ACPI: found 5 devices
[    1.075844] pci 0000:00:02.0: assigning 3 device properties
[    1.075868] pci 0000:07:00.0: assigning 8 device properties
[    1.075886] pci 0000:00:1b.0: assigning 6 device properties
[    1.080414] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.080475] pci 0000:06:00.0: bridge window [io  0x1000-0x0fff] to [bus 07] add_size 1000
[    1.080482] pci 0000:06:00.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 07] add_size 200000 add_align 100000
[    1.080523] pci 0000:06:05.0: bridge window [io  0x1000-0x0fff] to [bus 6a] add_size 1000
[    1.080529] pci 0000:06:05.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 6a] add_size 200000 add_align 100000
[    1.080534] pci 0000:06:05.0: bridge window [mem 0x00100000-0x000fffff] to [bus 6a] add_size 200000 add_align 100000
[    1.080551] pci 0000:06:06.0: bridge window [io  0x1000-0x0fff] to [bus 6b] add_size 1000
[    1.080556] pci 0000:06:06.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 6b] add_size 200000 add_align 100000
[    1.080561] pci 0000:06:06.0: bridge window [mem 0x00100000-0x000fffff] to [bus 6b] add_size 200000 add_align 100000
[    1.080601] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.080632] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    1.080642] pci 0000:00:1c.1:   bridge window [mem 0xc1100000-0xc12fffff]
[    1.080649] pci 0000:00:1c.1:   bridge window [mem 0xa0000000-0xafffffff 64bit pref]
[    1.080660] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    1.080693] pci 0000:06:00.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    1.080698] pci 0000:06:00.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    1.080704] pci 0000:06:05.0: BAR 14: no space for [mem size 0x00200000]
[    1.080708] pci 0000:06:05.0: BAR 14: failed to assign [mem size 0x00200000]
[    1.080720] pci 0000:06:05.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    1.080724] pci 0000:06:05.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    1.080729] pci 0000:06:06.0: BAR 14: no space for [mem size 0x00200000]
[    1.080733] pci 0000:06:06.0: BAR 14: failed to assign [mem size 0x00200000]
[    1.080740] pci 0000:06:06.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    1.080744] pci 0000:06:06.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    1.080749] pci 0000:06:00.0: BAR 13: no space for [io  size 0x1000]
[    1.080753] pci 0000:06:00.0: BAR 13: failed to assign [io  size 0x1000]
[    1.080757] pci 0000:06:05.0: BAR 13: no space for [io  size 0x1000]
[    1.080761] pci 0000:06:05.0: BAR 13: failed to assign [io  size 0x1000]
[    1.080765] pci 0000:06:06.0: BAR 13: no space for [io  size 0x1000]
[    1.080769] pci 0000:06:06.0: BAR 13: failed to assign [io  size 0x1000]
[    1.080777] pci 0000:06:06.0: BAR 14: no space for [mem size 0x00200000]
[    1.080781] pci 0000:06:06.0: BAR 14: failed to assign [mem size 0x00200000]
[    1.080788] pci 0000:06:06.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    1.080792] pci 0000:06:06.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    1.080797] pci 0000:06:06.0: BAR 13: no space for [io  size 0x1000]
[    1.080801] pci 0000:06:06.0: BAR 13: failed to assign [io  size 0x1000]
[    1.080805] pci 0000:06:05.0: BAR 14: no space for [mem size 0x00200000]
[    1.080809] pci 0000:06:05.0: BAR 14: failed to assign [mem size 0x00200000]
[    1.080817] pci 0000:06:05.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    1.080821] pci 0000:06:05.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    1.080825] pci 0000:06:05.0: BAR 13: no space for [io  size 0x1000]
[    1.080829] pci 0000:06:05.0: BAR 13: failed to assign [io  size 0x1000]
[    1.080836] pci 0000:06:00.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    1.080840] pci 0000:06:00.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    1.080845] pci 0000:06:00.0: BAR 13: no space for [io  size 0x1000]
[    1.080849] pci 0000:06:00.0: BAR 13: failed to assign [io  size 0x1000]
[    1.080854] pci 0000:06:00.0: PCI bridge to [bus 07]
[    1.080865] pci 0000:06:00.0:   bridge window [mem 0xc1400000-0xc14fffff]
[    1.080882] pci 0000:06:03.0: PCI bridge to [bus 08-38]
[    1.080888] pci 0000:06:03.0:   bridge window [io  0x4000-0x4fff]
[    1.080898] pci 0000:06:03.0:   bridge window [mem 0xc1500000-0xc54fffff]
[    1.080906] pci 0000:06:03.0:   bridge window [mem 0xcd500000-0xd14fffff 64bit pref]
[    1.080918] pci 0000:06:04.0: PCI bridge to [bus 39-69]
[    1.080923] pci 0000:06:04.0:   bridge window [io  0x5000-0x5fff]
[    1.080933] pci 0000:06:04.0:   bridge window [mem 0xc5500000-0xc94fffff]
[    1.080942] pci 0000:06:04.0:   bridge window [mem 0xd1500000-0xd54fffff 64bit pref]
[    1.080954] pci 0000:06:05.0: PCI bridge to [bus 6a]
[    1.080976] pci 0000:06:06.0: PCI bridge to [bus 6b]
[    1.080999] pci 0000:05:00.0: PCI bridge to [bus 06-6b]
[    1.081005] pci 0000:05:00.0:   bridge window [io  0x4000-0x5fff]
[    1.081015] pci 0000:05:00.0:   bridge window [mem 0xc1400000-0xc94fffff]
[    1.081023] pci 0000:05:00.0:   bridge window [mem 0xcd500000-0xd54fffff 64bit pref]
[    1.081035] pci 0000:00:1c.4: PCI bridge to [bus 05-9b]
[    1.081040] pci 0000:00:1c.4:   bridge window [io  0x4000-0x6fff]
[    1.081048] pci 0000:00:1c.4:   bridge window [mem 0xc1400000-0xcd4fffff]
[    1.081055] pci 0000:00:1c.4:   bridge window [mem 0xcd500000-0xd94fffff 64bit pref]
[    1.081066] pci 0000:00:1c.5: PCI bridge to [bus 04]
[    1.081075] pci 0000:00:1c.5:   bridge window [mem 0xc1000000-0xc10fffff]
[    1.081091] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.081095] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.081100] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.081104] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    1.081108] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    1.081112] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    1.081116] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    1.081120] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    1.081124] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    1.081128] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    1.081132] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    1.081136] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    1.081140] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    1.081144] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    1.081148] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    1.081152] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[    1.081156] pci_bus 0000:00: resource 20 [mem 0x90000000-0xfeafffff window]
[    1.081160] pci_bus 0000:00: resource 21 [mem 0xfed40000-0xfed44fff window]
[    1.081166] pci_bus 0000:02: resource 1 [mem 0xc1100000-0xc12fffff]
[    1.081170] pci_bus 0000:02: resource 2 [mem 0xa0000000-0xafffffff 64bit pref]
[    1.081174] pci_bus 0000:05: resource 0 [io  0x4000-0x6fff]
[    1.081178] pci_bus 0000:05: resource 1 [mem 0xc1400000-0xcd4fffff]
[    1.081182] pci_bus 0000:05: resource 2 [mem 0xcd500000-0xd94fffff 64bit pref]
[    1.081187] pci_bus 0000:06: resource 0 [io  0x4000-0x5fff]
[    1.081190] pci_bus 0000:06: resource 1 [mem 0xc1400000-0xc94fffff]
[    1.081195] pci_bus 0000:06: resource 2 [mem 0xcd500000-0xd54fffff 64bit pref]
[    1.081199] pci_bus 0000:07: resource 1 [mem 0xc1400000-0xc14fffff]
[    1.081203] pci_bus 0000:08: resource 0 [io  0x4000-0x4fff]
[    1.081207] pci_bus 0000:08: resource 1 [mem 0xc1500000-0xc54fffff]
[    1.081211] pci_bus 0000:08: resource 2 [mem 0xcd500000-0xd14fffff 64bit pref]
[    1.081215] pci_bus 0000:39: resource 0 [io  0x5000-0x5fff]
[    1.081219] pci_bus 0000:39: resource 1 [mem 0xc5500000-0xc94fffff]
[    1.081223] pci_bus 0000:39: resource 2 [mem 0xd1500000-0xd54fffff 64bit pref]
[    1.081227] pci_bus 0000:04: resource 1 [mem 0xc1000000-0xc10fffff]
[    1.081636] NET: Registered protocol family 2
[    1.081962] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes)
[    1.082005] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    1.082144] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    1.082282] TCP: Hash tables configured (established 32768 bind 32768)
[    1.082357] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    1.082392] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    1.082498] NET: Registered protocol family 1
[    1.082509] NET: Registered protocol family 44
[    1.082530] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.083267] PCI: CLS 256 bytes, default 64
[    1.083364] Unpacking initramfs...
[   12.901334] Freeing initrd memory: 38896K
[   12.901435] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[   12.901440] software IO TLB: mapped [mem 0x686a2000-0x6c6a2000] (64MB)
[   12.901722] Scanning for low memory corruption every 60 seconds
[   12.903136] Initialise system trusted keyrings
[   12.903157] Key type blacklist registered
[   12.903277] workingset: timestamp_bits=41 max_order=20 bucket_order=0
[   12.906537] zbud: loaded
[   12.907328] pstore: using zstd compression
[   12.910413] Key type asymmetric registered
[   12.910416] Asymmetric key parser 'x509' registered
[   12.910436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[   12.910515] io scheduler noop registered
[   12.910517] io scheduler deadline registered
[   12.910585] io scheduler cfq registered (default)
[   12.910588] io scheduler mq-deadline registered
[   12.910590] io scheduler kyber registered
[   12.910662] io scheduler bfq registered
[   12.914783] pciehp 0000:06:00.0:pcie204: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[   12.914942] pciehp 0000:06:03.0:pcie204: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[   12.915079] pciehp 0000:06:04.0:pcie204: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[   12.915207] pciehp 0000:06:05.0:pcie204: Slot #5 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[   12.915326] pciehp 0000:06:06.0:pcie204: Slot #6 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[   12.915469] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   12.915661] efifb: probing for efifb
[   12.915711] efifb: No BGRT, not showing boot graphics
[   12.915715] efifb: framebuffer at 0xb0000000, using 4224k, total 4224k
[   12.915718] efifb: mode is 1366x768x32, linelength=5632, pages=1
[   12.915720] efifb: scrolling: redraw
[   12.915725] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[   12.915926] Console: switching to colour frame buffer device 170x48
[   12.922989] fb0: EFI VGA frame buffer device
[   12.923013] intel_idle: MWAIT substates: 0x11142120
[   12.923016] intel_idle: v0.4.1 model 0x3D
[   12.923574] intel_idle: lapic_timer_reliable_states 0xffffffff
[   12.923757] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[   12.923783] ACPI: Lid Switch [LID0]
[   12.923874] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[   12.923892] ACPI: Power Button [PWRB]
[   12.923998] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[   12.924020] ACPI: Sleep Button [SLPB]
[   12.924098] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[   12.924118] ACPI: Power Button [PWRF]
[   12.926021] dw_dmac_pci 0000:00:15.0: DesignWare DMA Controller, 8 channels
[   12.926228] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[   12.930116] nvme nvme0: pci function 0000:04:00.0
[   12.930204] usbcore: registered new interface driver usbserial_generic
[   12.930222] usbserial: USB Serial support registered for generic
[   12.930272] rtc_cmos 00:02: RTC can wake from S4
[   12.930738] rtc_cmos 00:02: registered as rtc0
[   12.930846] nvme nvme0: detected Apple NVMe controller, set queue depth=2 to work around controller resets
[   12.930854] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[   12.931481] intel_pstate: Intel P-state driver initializing
[   12.932523] ledtrig-cpu: registered to indicate activity on CPUs
[   12.932546] nvme nvme0: IO queues not created
[   12.933118] NET: Registered protocol family 10
[   12.943293] Segment Routing with IPv6
[   12.943325] NET: Registered protocol family 17
[   12.943668] RAS: Correctable Errors collector initialized.
[   12.943722] microcode: sig=0x306d4, pf=0x40, revision=0x2b
[   12.943835] microcode: Microcode Update Driver: v2.2.
[   12.943850] sched_clock: Marking stable (12943255467, 573792)->(12958535853, -14706594)
[   12.944173] registered taskstats version 1
[   12.944184] Loading compiled-in X.509 certificates
[   12.947336] Loaded X.509 cert 'Build time autogenerated kernel key: d24dd2646acfd3dc1dfbac003e2c7dc429e13dc1'
[   12.947362] zswap: loaded using pool lzo/zbud
[   12.951988] Key type big_key registered
[   12.952893]   Magic number: 14:686:964
[   12.952978] memory memory15: hash matches
[   12.953029] rtc_cmos 00:02: setting system clock to 2018-12-28 01:58:58 UTC (1545962338)
[   12.955724] Freeing unused decrypted memory: 2040K
[   12.956926] Freeing unused kernel image memory: 1532K
[   12.956992] Write protecting the kernel read-only data: 18432k
[   12.957845] Freeing unused kernel image memory: 2008K
[   12.958027] Freeing unused kernel image memory: 456K
[   12.968264] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[   12.968265] x86/mm: Checking user space page tables
[   12.977396] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[   12.977398] Run /init as init process
[   13.292986] Linux agpgart interface v0.103
[   13.298875] thunderbolt 0000:07:00.0: NHI initialized, starting thunderbolt
[   13.298880] thunderbolt 0000:07:00.0: allocating TX ring 0 of size 10
[   13.298913] thunderbolt 0000:07:00.0: allocating RX ring 0 of size 10
[   13.298930] thunderbolt 0000:07:00.0: control channel created
[   13.298932] thunderbolt 0000:07:00.0: control channel starting...
[   13.298934] thunderbolt 0000:07:00.0: starting TX ring 0
[   13.298943] thunderbolt 0000:07:00.0: enabling interrupt at register 0x38200 bit 0 (0x0 -> 0x1)
[   13.298945] thunderbolt 0000:07:00.0: starting RX ring 0
[   13.298953] thunderbolt 0000:07:00.0: enabling interrupt at register 0x38200 bit 12 (0x1 -> 0x1001)
[   13.299207] thunderbolt 0000:07:00.0: current switch config:
[   13.299210] thunderbolt 0000:07:00.0:  Switch: 8086:156b (Revision: 0, TB Version: 2)
[   13.299211] thunderbolt 0000:07:00.0:   Max Port Number: 12
[   13.299213] thunderbolt 0000:07:00.0:   Config:
[   13.299216] thunderbolt 0000:07:00.0:    Upstream Port Number: 5 Depth: 0 Route String: 0x0 Enabled: 1, PlugEventsDelay: 255ms
[   13.299218] thunderbolt 0000:07:00.0:    unknown1: 0x0 unknown4: 0x0
[   13.299688] thunderbolt 0000:07:00.0: initializing Switch at 0x0 (depth: 0, up port: 5)
[   13.301310] thunderbolt 0000:07:00.0: 0: uid: 0x10018024f9e10
[   13.302732] thunderbolt 0000:07:00.0:  Port 0: 8086:156b (Revision: 0, TB Version: 1, Type: Port (0x1))
[   13.302734] thunderbolt 0000:07:00.0:   Max hop id (in/out): 7/7
[   13.302736] thunderbolt 0000:07:00.0:   Max counters: 8
[   13.302738] thunderbolt 0000:07:00.0:   NFC Credits: 0x700000
[   13.306380] thunderbolt 0000:07:00.0:  Port 1: 8086:156b (Revision: 0, TB Version: 1, Type: Port (0x1))
[   13.306382] thunderbolt 0000:07:00.0:   Max hop id (in/out): 15/15
[   13.306396] thunderbolt 0000:07:00.0:   Max counters: 16
[   13.306398] thunderbolt 0000:07:00.0:   NFC Credits: 0x3c00000
[   13.307035] thunderbolt 0000:07:00.0:  Port 2: 8086:156b (Revision: 0, TB Version: 1, Type: Port (0x1))
[   13.307037] thunderbolt 0000:07:00.0:   Max hop id (in/out): 15/15
[   13.307039] thunderbolt 0000:07:00.0:   Max counters: 16
[   13.307041] thunderbolt 0000:07:00.0:   NFC Credits: 0x3c00000
[   13.307043] thunderbolt 0000:07:00.0: 0:3: disabled by eeprom
[   13.307045] thunderbolt 0000:07:00.0: 0:4: disabled by eeprom
[   13.307157] thunderbolt 0000:07:00.0:  Port 5: 8086:156b (Revision: 0, TB Version: 1, Type: NHI (0x2))
[   13.307159] thunderbolt 0000:07:00.0:   Max hop id (in/out): 11/11
[   13.307161] thunderbolt 0000:07:00.0:   Max counters: 16
[   13.307163] thunderbolt 0000:07:00.0:   NFC Credits: 0xf00000
[   13.307255] thunderbolt 0000:07:00.0:  Port 6: 8086:156b (Revision: 0, TB Version: 1, Type: PCIe (0x100101))
[   13.307257] thunderbolt 0000:07:00.0:   Max hop id (in/out): 8/8
[   13.307259] thunderbolt 0000:07:00.0:   Max counters: 2
[   13.307261] thunderbolt 0000:07:00.0:   NFC Credits: 0x700000
[   13.307360] thunderbolt 0000:07:00.0:  Port 7: 8086:156b (Revision: 0, TB Version: 1, Type: PCIe (0x100101))
[   13.307362] thunderbolt 0000:07:00.0:   Max hop id (in/out): 8/8
[   13.307375] thunderbolt 0000:07:00.0:   Max counters: 2
[   13.307377] thunderbolt 0000:07:00.0:   NFC Credits: 0x700000
[   13.307485] thunderbolt 0000:07:00.0:  Port 8: 8086:156b (Revision: 0, TB Version: 1, Type: PCIe (0x100101))
[   13.307487] thunderbolt 0000:07:00.0:   Max hop id (in/out): 8/8
[   13.307488] thunderbolt 0000:07:00.0:   Max counters: 2
[   13.307490] thunderbolt 0000:07:00.0:   NFC Credits: 0x700000
[   13.307613] thunderbolt 0000:07:00.0:  Port 9: 8086:156b (Revision: 0, TB Version: 1, Type: PCIe (0x100101))
[   13.307615] thunderbolt 0000:07:00.0:   Max hop id (in/out): 8/8
[   13.307617] thunderbolt 0000:07:00.0:   Max counters: 2
[   13.307618] thunderbolt 0000:07:00.0:   NFC Credits: 0x700000
[   13.307620] thunderbolt 0000:07:00.0: 0:a: disabled by eeprom
[   13.307746] thunderbolt 0000:07:00.0:  Port 11: 8086:156b (Revision: 0, TB Version: 1, Type: DP/HDMI (0xe0101))
[   13.307748] thunderbolt 0000:07:00.0:   Max hop id (in/out): 9/9
[   13.307750] thunderbolt 0000:07:00.0:   Max counters: 2
[   13.307752] thunderbolt 0000:07:00.0:   NFC Credits: 0xf00000
[   13.307880] thunderbolt 0000:07:00.0:  Port 12: 8086:156b (Revision: 0, TB Version: 1, Type: DP/HDMI (0xe0101))
[   13.307882] thunderbolt 0000:07:00.0:   Max hop id (in/out): 9/9
[   13.307884] thunderbolt 0000:07:00.0:   Max counters: 2
[   13.307886] thunderbolt 0000:07:00.0:   NFC Credits: 0xf00000
[   13.307997] thunderbolt 0000:07:00.0: 0:1: is unplugged (state: 7)
[   13.314826] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   13.314835] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[   13.315893] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x000000000004b810
[   13.315898] xhci_hcd 0000:00:14.0: cache line size of 256 is not supported
[   13.316139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[   13.316142] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   13.316144] usb usb1: Product: xHCI Host Controller
[   13.316146] usb usb1: Manufacturer: Linux 4.19.4-arch1-1-ARCH xhci-hcd
[   13.316147] usb usb1: SerialNumber: 0000:00:14.0
[   13.316316] hub 1-0:1.0: USB hub found
[   13.316332] hub 1-0:1.0: 11 ports detected
[   13.316747] cryptd: max_cpu_qlen set to 1000
[   13.317029] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   13.317034] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[   13.317038] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[   13.317100] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[   13.317102] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   13.317105] usb usb2: Product: xHCI Host Controller
[   13.317107] usb usb2: Manufacturer: Linux 4.19.4-arch1-1-ARCH xhci-hcd
[   13.317109] usb usb2: SerialNumber: 0000:00:14.0
[   13.317262] hub 2-0:1.0: USB hub found
[   13.317274] hub 2-0:1.0: 4 ports detected
[   13.317370] usb: port power management may be unreliable
[   13.324702] AVX2 version of gcm_enc/dec engaged.
[   13.324703] AES CTR mode by8 optimization enabled
[   13.335295] thunderbolt 0000:07:00.0: resetting error on 0:b.
[   13.335422] thunderbolt 0000:07:00.0: resetting error on 0:b.
[   13.336424] thunderbolt 0000:07:00.0: 0:b: hotplug: scanning
[   13.336427] thunderbolt 0000:07:00.0: 0:b: hotplug: no switch found
[   13.336429] thunderbolt 0000:07:00.0: 0:b: got unplug event for disconnected port, ignoring
[   13.375719] VFIO - User Level meta-driver version: 0.3
[   13.425819] thunderbolt 0000:07:00.0: resetting error on 0:b.
[   13.425829] thunderbolt 0000:07:00.0: 0:b: hotplug: scanning
[   13.425832] thunderbolt 0000:07:00.0: 0:b: hotplug: no switch found
[   13.446407] checking generic (b0000000 420000) vs hw (b0000000 10000000)
[   13.446409] fb: switching to inteldrmfb from EFI VGA
[   13.446431] Console: switching to colour dummy device 80x25
[   13.446536] [drm] Replacing VGA console driver
[   13.447021] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   13.447021] [drm] Driver supports precise vblank timestamp query.
[   13.447064] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   13.511183] random: fast init done
[   13.643958] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[   13.683350] [drm] Initialized i915 1.6.0 20180719 for 0000:00:02.0 on minor 0
[   13.684248] ACPI: Video Device [IGPU] (multi-head: yes  rom: no  post: no)
[   13.684876] acpi device:02: registered as cooling_device4
[   13.684976] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
[   13.786049] usb 1-2: New USB device found, idVendor=0930, idProduct=6544, bcdDevice= 1.00
[   13.786051] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   13.786052] usb 1-2: Product: DataTraveler 2.0
[   13.786054] usb 1-2: Manufacturer: Kingston
[   13.786055] usb 1-2: SerialNumber: C860008861F9CE308A0723FE
[   13.794285] SCSI subsystem initialized
[   13.796942] usb-storage 1-2:1.0: USB Mass Storage device detected
[   13.797069] scsi host0: usb-storage 1-2:1.0
[   13.797176] usbcore: registered new interface driver usb-storage
[   13.798617] usbcore: registered new interface driver uas
[   13.907423] usb 1-3: new full-speed USB device number 3 using xhci_hcd
[   13.917358] tsc: Refined TSC clocksource calibration: 1599.999 MHz
[   13.917377] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x171023f09ff, max_idle_ns: 440795233615 ns
[   13.917435] clocksource: Switched to clocksource tsc
[   14.006461] thunderbolt 0000:07:00.0: resetting error on 0:b.
[   14.006548] thunderbolt 0000:07:00.0: 0:b: got unplug event for disconnected port, ignoring
[   14.044133] fbcon: inteldrmfb (fb0) is primary device
[   14.048392] usb 1-3: New USB device found, idVendor=0a5c, idProduct=4500, bcdDevice= 1.00
[   14.048395] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   14.048397] usb 1-3: Product: BRCM20702 Hub
[   14.048399] usb 1-3: Manufacturer: Apple Inc.
[   14.049249] hub 1-3:1.0: USB hub found
[   14.049428] hub 1-3:1.0: 3 ports detected
[   14.170709] usb 1-5: new full-speed USB device number 4 using xhci_hcd
[   14.313352] usb 1-5: New USB device found, idVendor=05ac, idProduct=0290, bcdDevice= 1.71
[   14.313356] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   14.313359] usb 1-5: Product: Apple Internal Keyboard / Trackpad
[   14.313362] usb 1-5: Manufacturer: Apple Inc.
[   14.313365] usb 1-5: SerialNumber: DQ65196AL7QF94QAKB1
[   14.325644] hidraw: raw HID events driver (C) Jiri Kosina
[   14.329445] usbcore: registered new interface driver usbhid
[   14.329445] usbhid: USB HID core driver
[   14.332885] apple 0003:05AC:0290.0001: hiddev0,hidraw0: USB HID v1.10 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-5/input0
[   14.333093] input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:05AC:0290.0002/input/input5
[   14.384015] usb 1-3.1: new full-speed USB device number 5 using xhci_hcd
[   14.387754] apple 0003:05AC:0290.0002: input,hiddev1,hidraw1: USB HID v1.10 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-5/input1
[   14.475878] usb 1-3.1: New USB device found, idVendor=05ac, idProduct=820a, bcdDevice= 1.00
[   14.475884] usb 1-3.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   14.478183] input: HID 05ac:820a as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.0/0003:05AC:820A.0003/input/input6
[   14.534263] hid-generic 0003:05AC:820A.0003: input,hidraw2: USB HID v1.11 Keyboard [HID 05ac:820a] on usb-0000:00:14.0-3.1/input0
[   14.607436] usb 1-3.2: new full-speed USB device number 6 using xhci_hcd
[   14.699180] usb 1-3.2: New USB device found, idVendor=05ac, idProduct=820b, bcdDevice= 1.00
[   14.699186] usb 1-3.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   14.701297] input: HID 05ac:820b as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.0/0003:05AC:820B.0004/input/input7
[   14.701421] hid-generic 0003:05AC:820B.0004: input,hidraw3: USB HID v1.11 Mouse [HID 05ac:820b] on usb-0000:00:14.0-3.2/input0
[   14.774105] usb 1-3.3: new full-speed USB device number 7 using xhci_hcd
[   14.821175] scsi 0:0:0:0: Direct-Access     Kingston DataTraveler 2.0 1.00 PQ: 0 ANSI: 4
[   14.829377] sd 0:0:0:0: [sda] 30297216 512-byte logical blocks: (15.5 GB/14.4 GiB)
[   14.829632] sd 0:0:0:0: [sda] Write Protect is off
[   14.829640] sd 0:0:0:0: [sda] Mode Sense: 45 00 00 00
[   14.829872] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   14.831861]  sda: sda1 sda2
[   14.836643] sd 0:0:0:0: [sda] Attached SCSI removable disk
[   14.866303] usb 1-3.3: New USB device found, idVendor=05ac, idProduct=828f, bcdDevice= 1.49
[   14.866309] usb 1-3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   14.866313] usb 1-3.3: Product: Bluetooth USB Host Controller
[   14.866317] usb 1-3.3: Manufacturer: Apple Inc.
[   15.460109] Console: switching to colour frame buffer device 170x48
[   15.612595] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   15.874137] ISO 9660 Extensions: RRIP_1991A
[   15.882330] loop: module loaded
[   16.000200] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[   16.016352] overlayfs: fs on '/run/archiso/sfs/airootfs' does not support file handles, falling back to index=off,nfs_export=off.
[   16.852156] systemd[1]: systemd 239 running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[   16.867537] systemd[1]: Detected architecture x86-64.
[   16.886776] systemd[1]: Set hostname to <archiso>.
[   16.888227] random: systemd: uninitialized urandom read (16 bytes read)
[   16.888237] systemd[1]: Initializing machine ID from random generator.
[   17.261350] random: systemd: uninitialized urandom read (16 bytes read)
[   17.261737] systemd[1]: Listening on Journal Audit Socket.
[   17.261919] random: systemd: uninitialized urandom read (16 bytes read)
[   17.261976] systemd[1]: Listening on udev Kernel Socket.
[   17.263492] systemd[1]: Listening on LVM2 poll daemon socket.
[   17.263664] systemd[1]: Listening on udev Control Socket.
[   17.263968] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   17.264139] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   17.390460] audit: type=1130 audit(1545962342.931:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.408590] audit: type=1130 audit(1545962342.951:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.435963] audit: type=1130 audit(1545962342.977:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.436862] audit: type=1130 audit(1545962342.977:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.472907] systemd-journald[278]: Received request to flush runtime journal from PID 1
[   17.478362] audit: type=1130 audit(1545962343.021:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.491032] audit: type=1130 audit(1545962343.034:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.537064] audit: type=1130 audit(1545962343.077:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.540416] audit: type=1130 audit(1545962343.081:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.578985] audit: type=1130 audit(1545962343.121:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.592861] audit: type=1130 audit(1545962343.134:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.815157] ACPI: AC Adapter [ADP1] (off-line)
[   17.836302] smbus_hc ACPI0001:00: SBS HC: offset = 0x20, query_bit = 0x10
[   17.865867] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[   17.865896] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[   18.082903] input: PC Speaker as /devices/platform/pcspkr/input/input8
[   18.123786] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   18.136031] input: bcm5974 as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.2/input/input9
[   18.136384] usbcore: registered new interface driver bcm5974
[   18.147521] mousedev: PS/2 mouse device common for all mice
[   18.179728] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[   18.179730] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   18.179731] RAPL PMU: hw unit of domain package 2^-14 Joules
[   18.179732] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   18.179733] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   18.218732] random: crng init done
[   18.218734] random: 7 urandom warning(s) missed due to ratelimiting
[   18.223234] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input10
[   18.223304] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input11
[   18.223372] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input12
[   18.223437] input: HDA Intel HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/sound/card0/input13
[   18.223504] input: HDA Intel HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/sound/card0/input14
[   18.266804] snd_hda_codec_cirrus hdaudioC1D0: autoconfig for CS4208: line_outs=1 (0x12/0x0/0x0/0x0/0x0) type:speaker
[   18.266808] snd_hda_codec_cirrus hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   18.266811] snd_hda_codec_cirrus hdaudioC1D0:    hp_outs=1 (0x10/0x0/0x0/0x0/0x0)
[   18.266813] snd_hda_codec_cirrus hdaudioC1D0:    mono: mono_out=0x0
[   18.266815] snd_hda_codec_cirrus hdaudioC1D0:    inputs:
[   18.266818] snd_hda_codec_cirrus hdaudioC1D0:      Internal Mic=0x1c
[   18.266821] snd_hda_codec_cirrus hdaudioC1D0:      Mic=0x18
[   18.277119] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input15
[   18.277191] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input16
[   18.306925] applesmc: key=612 fan=1 temp=33 index=33 acc=0 lux=2 kbd=1
[   18.307098] applesmc applesmc.768: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[   18.335343] iTCO_vendor_support: vendor-support=0
[   18.338642] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   18.338693] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[   18.404211] intel-spi intel-spi: s25fl064k (8192 Kbytes)
[   18.483336] Creating 1 MTD partitions on "intel-spi":
[   18.483340] 0x000000000000-0x000000800000 : "BIOS"
[   18.501627] Bluetooth: Core ver 2.22
[   18.502032] NET: Registered protocol family 31
[   18.502034] Bluetooth: HCI device and connection manager initialized
[   18.502038] Bluetooth: HCI socket layer initialized
[   18.502040] Bluetooth: L2CAP socket layer initialized
[   18.502048] Bluetooth: SCO socket layer initialized
[   18.552348] intel_rapl: Found RAPL domain package
[   18.552351] intel_rapl: Found RAPL domain core
[   18.552352] intel_rapl: Found RAPL domain uncore
[   18.552354] intel_rapl: Found RAPL domain dram
[   18.618079] usbcore: registered new interface driver btusb
[   18.640444] usb 1-3.1: USB disconnect, device number 5
[   18.731358] Bluetooth: hci0: BCM: chip id 73 build 1121
[   18.732354] Bluetooth: hci0: BCM: product 05ac:828f
[   18.733360] Bluetooth: hci0: BCM: features 0x07
[   18.749362] Bluetooth: hci0: BCM20702B0 Generic USB Class 1 @ 20 MHz
[   18.847540] usb 1-3.2: USB disconnect, device number 6
[   23.638384] kauditd_printk_skb: 13 callbacks suppressed
[   23.638386] audit: type=1131 audit(1545962349.181:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   25.363427] audit: type=1006 audit(1545962350.904:26): pid=335 uid=0 old-auid=4294967295 auid=0 tty=tty1 old-ses=4294967295 ses=1 res=1
[   25.387977] audit: type=1130 audit(1545962350.931:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   25.396974] audit: type=1006 audit(1545962350.937:28): pid=462 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=2 res=1
[   25.457606] audit: type=1130 audit(1545962351.001:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   28.244378] audit: type=1130 audit(1545962353.787:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pacman-init comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   31.344087] usb 1-1: new high-speed USB device number 8 using xhci_hcd
[   31.486122] usb 1-1: New USB device found, idVendor=2717, idProduct=ff40, bcdDevice= 3.18
[   31.486129] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   31.486133] usb 1-1: Product: Android
[   31.486137] usb 1-1: Manufacturer: Android
[   31.486141] usb 1-1: SerialNumber: 6431493d0205

Offline

#16 2018-12-28 02:21:44

loqs
Member
Registered: 2014-03-06
Posts: 17,373

Re: Cannot install ArchLinux on MacBook Air 7,1 due to unrecognized SSD

[   12.932546] nvme nvme0: IO queues not created

https://github.com/torvalds/linux/blob/ … ci.c#L2324
The kernel recognized the controller but appears to fail initializing it.

Offline

#17 2018-12-28 02:30:56

awfulmem
Member
Registered: 2018-12-27
Posts: 8

Re: Cannot install ArchLinux on MacBook Air 7,1 due to unrecognized SSD

loqs wrote:
[   12.932546] nvme nvme0: IO queues not created

https://github.com/torvalds/linux/blob/ … ci.c#L2324
The kernel recognized the controller but appears to fail initializing it.

Thanks. Can I do something with this?

Offline

#18 2018-12-29 02:21:52

awfulmem
Member
Registered: 2018-12-27
Posts: 8

Re: Cannot install ArchLinux on MacBook Air 7,1 due to unrecognized SSD

So I found that it's 100% kernel bug. Air7,1 was with SATA (often) and NVMe (rare), I'm feeling lucky. 
Kernels after 4.17 not working and I can use Arch with kernel version <= 4.16.
How can I change kernel in live usb? And what is better: LTS 4.14.90 or 4.16.18 ?

Offline

#19 2018-12-29 02:27:46

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,532
Website

Re: Cannot install ArchLinux on MacBook Air 7,1 due to unrecognized SSD

Other than making your own iso, you can't change the kernel in the live usb.  But perhaps you could use an older iso (from ~May 2018).  There haven't been any show-stopping changes since then so that iso would be perfectly capable of installing a current system (and you'd just have to op for an LTS kernel in your new install).


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

Board footer

Powered by FluxBB