NVMe PCIe SSD not recognized

Post here if you are a new Porteus member and you're looking for some help.
rych
Warlord
Warlord
Posts: 622
Joined: 04 Jan 2014, 04:27
Distribution: Porteus 5.0 x64 OpenBox
Location: NZ
Contact:

NVMe PCIe SSD not recognized

Post#1 by rych » 09 Jul 2021, 09:45

Once again I have a problem on the same new 2021 computer from Dell, Porteus 5.0rc2 x64 OpenBox, with an updated kernel5.12.13 as suggested in [Solved] No network devices available ...

The host disk is not recognized. BIOS states there is M.2 PCIe SSD PC SN530 NVMe WDC 512G -- which Windows successfully runs from. Yet, porteus doesn't even list it in /dev/ as far as I can see. Don't seem to see it in the lspci output either:

Code: Select all

root@porteus:~# lspci
00:00.0 Host bridge: Intel Corporation Device 9b53 (rev 03)
00:01.0 PCI bridge: Intel Corporation Skylake PCIe Controller (x16) (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Device 9bc8 (rev 03)
00:08.0 System peripheral: Intel Corporation Skylake Gaussian Mixture Model
00:12.0 Signal processing controller: Intel Corporation Device 06f9
00:14.0 USB controller: Intel Corporation Device 06ed
00:14.2 RAM memory: Intel Corporation Device 06ef
00:16.0 Communication controller: Intel Corporation Device 06e0
00:17.0 RAID bus controller: Intel Corporation Device 06d6
00:1c.0 PCI bridge: Intel Corporation Device 06bd (rev f0)
00:1f.0 ISA bridge: Intel Corporation Device 0687
00:1f.3 Audio device: Intel Corporation Device 06c8
00:1f.4 SMBus: Intel Corporation Device 06a3
00:1f.5 Serial bus controller [0c80]: Intel Corporation Device 06a4
00:1f.6 Ethernet controller: Intel Corporation Device 0d4c
01:00.0 3D controller: NVIDIA Corporation Device 1c91 (rev a1)
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader (rev 01)
When booted in an older machine NVMe disk is recognized though. Perhaps some new feature of this computer e.g. TPM hides the Windows disk completely? Is it possible?

Porteus has been recognizing NVMe since 4.0: PM961 NVMe PCIe Samsung SSD not supported? [Solved in Porteus 4.0]
Last edited by rych on 09 Jul 2021, 16:07, edited 1 time in total.

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

host NVMe disk not recognized

Post#2 by beny » 09 Jul 2021, 10:44

hi rych is time to upgrade to porteus 5 rc3 is a very good system to run on new hardware,ok you have to see device with fdisk -l but if the device have a file system like ntfs or exfat or f2fs you have to have the software that can show you the file system.or the gpt table partition,porteus can read this table,and e NVMe i think is a gpt device.

rych
Warlord
Warlord
Posts: 622
Joined: 04 Jan 2014, 04:27
Distribution: Porteus 5.0 x64 OpenBox
Location: NZ
Contact:

NVMe PCIe SSD not recognized

Post#3 by rych » 10 Jul 2021, 05:55

beny, Thanks, I've upgraded to 5 rc3. The problem remains. fdisk -l only shows the 2 partitions of the USB stick I boot from and loop devices.
Switching SATA operations from RAID to AHCI in BIOS
as in https://bbs.archlinux.org/viewtopic.php?id=204629 solved it though. But it's rather strange: there
are no SATA drives but only one NVMe PCIe system drive, why does the SATA setting even matter? But it does, for Windows as well which refuses to boot with "AHCI", unless I return it back to "RAID" (what RAID!?) and then Windows attempts to fix itself and boots again.

I won't be going to BIOS each time of course, I wish instead there was a way to teach porteus to see the NVMe PCIe drive even with that "RAID" SATA setting (the mystery of the SATA-PCIe relation notwithstanding)

UPDATE. I'm reading through https://www.dell.com/community/Laptops- ... -p/5072571 and they talk about IRST drivers which would allow to see NVMe disk in RAID mode, for linux the name is apparently mdadm. Does this look correct?

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

NVMe PCIe SSD not recognized

Post#4 by beny » 10 Jul 2021, 11:44

hi rych slackware64-current/slackware64/a/mdadm-4.1-x86_64-3.txz and slackware64-current/slackware64/a/ntfs-3g-2017.3.23-x86_64-4.txz are part of slackware so you can do xzm packages try if gparted see the NVMe disk, if windows is installed in,,, or in terminal lsblk.

User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

NVMe PCIe SSD not recognized

Post#5 by Blaze » 10 Jul 2021, 13:23

Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

rych
Warlord
Warlord
Posts: 622
Joined: 04 Jan 2014, 04:27
Distribution: Porteus 5.0 x64 OpenBox
Location: NZ
Contact:

NVMe PCIe SSD not recognized

Post#6 by rych » 11 Jul 2021, 06:01

beny, Blaze,

Both gparted and lsblk only seed the USB stick (and /dev/loopNN)

There are no /dev/nvme, no /dev/md

mdadm is installed already but it doesn't see anything either:

Code: Select all

root@porteus:~# mdadm --assemble --scan
mdadm: No arrays found in config file or automatically
A section of BIOS, under Intel Rapid Storage Technology RAID, lists its driver Intel RST 17.8.1.4572, and this "Non-RAID Physicsl Disk" Status: Non-RAID, Controller Type: NVMe, Controller Interface: PCIe, Port: 1.0.

So it's not a RAID disk, nor do I want to create a RAID array, it's just happened to be controlled by the Intel RST driver. Windows can see through it, but Porteus cannot, and I hope we can teach porteus to get through RST to the actual disk.
Last edited by rych on 11 Jul 2021, 06:51, edited 1 time in total.

User avatar
babam
Warlord
Warlord
Posts: 526
Joined: 16 Nov 2016, 10:30
Distribution: Porteus 5.0rc3 Xfce K6.1.1
Location: Rainy city

NVMe PCIe SSD not recognized

Post#7 by babam » 11 Jul 2021, 06:40

rych, Try to disable Intel RST.
Sorry, my English is bad.

rych
Warlord
Warlord
Posts: 622
Joined: 04 Jan 2014, 04:27
Distribution: Porteus 5.0 x64 OpenBox
Location: NZ
Contact:

NVMe PCIe SSD not recognized

Post#8 by rych » 11 Jul 2021, 07:03

babam, I've tried to set the SATA mode to 1. Disable (no disk visible), 2. AHCI (success! but breaks Windows), and 3. RAID (no disk, controlled by Intel RST driver, unknown to porteus). I have not seen an option to disable the Intel RST itself. I'll look again. But I wonder, what the "RAID" SATA mode would mean then?

By the way, porteus does list a RAID device in the output of

Code: Select all

root@porteus:~# lspci
...
00:17.0 RAID bus controller: Intel Corporation Device 06d6
Perhaps I just need to install a module that would recognise this "Device 06d6" as the Intel RST and would handle it.

UPDATE: It seems that Intel RST is only supported on Windows: https://www.intel.com/content/www/us/en ... ogies.html. And "Linux kernels don’t have an Intel Rapid Storage driver, which is required when RAID mode is in use because that activates the Rapid Storage controller and abstracts the storage from the OS." Seems like a dead end. Have to agree with "The only thing that RST does if you have just one drive is make things awkward"

UPDATE2: OK, there is a more recent rumor that "Intel have supplied a driver for Linux and it is included in the Debian kernel as a module." http://forums.debian.net/viewtopic.php?f=17&t=149100 and I should be able to

Code: Select all

# modprobe intel-rst

User avatar
babam
Warlord
Warlord
Posts: 526
Joined: 16 Nov 2016, 10:30
Distribution: Porteus 5.0rc3 Xfce K6.1.1
Location: Rainy city

NVMe PCIe SSD not recognized

Post#9 by babam » 11 Jul 2021, 15:16

rych wrote:
10 Jul 2021, 05:55

Windows as well which refuses to boot with "AHCI", unless I return it back to "RAID" (what RAID!?)

I won't be going to BIOS each time of course...
rych, Try this https://help.ubuntu.com/rst/
Sorry, my English is bad.

User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

NVMe PCIe SSD not recognized

Post#10 by Blaze » 11 Jul 2021, 19:02

rych, kernel must be compile with option CONFIG_INTEL_RST: Intel Rapid Start Technology Driver https://cateee.net/lkddb/web-lkddb/INTEL_RST.html
I will look at tomorrow.

Отправлено спустя 11 часов 24 минуты 7 секунд:
rych, it looks we have CONFIG_INTEL_RST=m

Code: Select all

# grep -i RST /usr/src/linux/.config
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
CONFIG_INTEL_RST=m
CONFIG_GENERIC_FIND_FIRST_BIT=y
can you share as root your lsmod command output

Code: Select all

su
toor
lsmod
?
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

rych
Warlord
Warlord
Posts: 622
Joined: 04 Jan 2014, 04:27
Distribution: Porteus 5.0 x64 OpenBox
Location: NZ
Contact:

NVMe PCIe SSD not recognized

Post#11 by rych » 12 Jul 2021, 07:50

Blaze,

Code: Select all

root@porteus:~# lsmod
Module                  Size  Used by
intel_rst              12288  0
snd_hda_codec_hdmi     45056  1
snd_hda_codec_realtek    98304  1
snd_hda_codec_generic    53248  1 snd_hda_codec_realtek
ledtrig_audio          12288  1 snd_hda_codec_generic
intel_rapl_msr         12288  0
uvcvideo               81920  0
intel_rapl_common      16384  1 intel_rapl_msr
videobuf2_vmalloc      12288  1 uvcvideo
videobuf2_memops       12288  1 videobuf2_vmalloc
videobuf2_v4l2         20480  1 uvcvideo
videobuf2_common       32768  4 videobuf2_vmalloc,videobuf2_v4l2,uvcvideo,videobuf2_memops
input_leds             12288  0
coretemp               12288  0
kvm_intel             167936  0
kvm                   356352  1 kvm_intel
irqbypass              12288  1 kvm
crct10dif_pclmul       12288  1
crc32_pclmul           12288  0
ghash_clmulni_intel    12288  0
aesni_intel           331776  0
crypto_simd            12288  1 aesni_intel
nouveau              1617920  2
cryptd                 12288  2 crypto_simd,ghash_clmulni_intel
snd_hda_intel          28672  0
snd_intel_dspcfg       12288  1 snd_hda_intel
rapl                   12288  0
snd_hda_codec          81920  4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
mxm_wmi                12288  1 nouveau
i915                 1515520  16
intel_cstate           12288  0
snd_hda_core           45056  5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
led_class              12288  3 snd_hda_codec_generic,input_leds,nouveau
snd_hwdep              12288  1 snd_hda_codec
e1000e                151552  0
i2c_i801               24576  0
snd_pcm                65536  4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
mei_me                 20480  0
drm_ttm_helper         12288  1 nouveau
cec                    36864  1 i915
snd_timer              24576  1 snd_pcm
mei                    57344  1 mei_me
ttm                    45056  2 drm_ttm_helper,nouveau
intel_gtt              16384  1 i915
intel_pch_thermal      12288  0
8250                   24576  0
fan                    12288  0
8250_base              32768  1 8250
serial_mctrl_gpio      12288  2 8250,8250_base
intel_hid              16384  0
sparse_keymap          12288  1 intel_hid
acpi_pad               16384  0
wmi                    20480  2 mxm_wmi,nouveau
serial_core            28672  3 8250,serial_mctrl_gpio,8250_base
ipv6                  323584  164


ALSO

Code: Select all

root@porteus:~# lsmod | grep rst
root@porteus:~# modinfo intel-rst
filename:       /lib/modules/5.12.14-porteus/kernel/drivers/platform/x86/intel-rst.ko
license:        GPL
alias:          acpi*:INT3392:*
depends:        
retpoline:      Y
intree:         Y
name:           intel_rst
vermagic:       5.12.14-porteus SMP mod_unload

... and then signature fields

Code: Select all

root@porteus:~# modprobe intel-rst
root@porteus:~# mdadm --detail-platform
       Platform : Intel(R) Rapid Storage Technology
        Version : 17.8.1.4572
    RAID Levels : raid0 raid1
    Chunk Sizes : 4k 8k 16k 32k 64k 128k
    2TB volumes : supported
      2TB disks : supported
      Max Disks : 15
    Max Volumes : 2 per array, 4 per controller
 I/O Controller : /sys/devices/pci0000:00/0000:00:17.0 (SATA)
          Port0 : - no device attached -
That's a lie: "Port0 : - no device attached -"

Also, I've tried pci=nocrs as a kernel boot option (pressing TAB and typing -- no apparent change
Last edited by rych on 12 Jul 2021, 09:36, edited 2 times in total.

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

NVMe PCIe SSD not recognized

Post#12 by beny » 12 Jul 2021, 09:31

hi rych dmesg what tell you? Share with us..

rych
Warlord
Warlord
Posts: 622
Joined: 04 Jan 2014, 04:27
Distribution: Porteus 5.0 x64 OpenBox
Location: NZ
Contact:

NVMe PCIe SSD not recognized

Post#13 by rych » 13 Jul 2021, 07:44

beny,

Code: Select all

root@porteus:~# modprobe intel-rst
root@porteus:~# lsmod | grep rst
intel_rst              12288  0

root@porteus:~# dmesg
[    0.000000] Linux version 5.12.14-porteus (root@porteus.example.net) (gcc (GCC) 10.3.0, GNU ld version 2.36.1-slack15) #1 SMP Sat Jul 3 11:33:18 MSK 2021
[    0.000000] Command line: BOOT_IMAGE=/boot/syslinux/vmlinuz changes=/porteus login=root from=LABEL:Porteus5 initrd=/boot/syslinux/initrd.xz
[    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: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000403fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040400000-0x00000000a3cc3fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000a3cc4000-0x00000000a3cc4fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a3cc5000-0x00000000a3cc5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a3cc6000-0x00000000aee90fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000aee91000-0x00000000b5f8dfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b5f8e000-0x00000000b6023fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000b6024000-0x00000000b617afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000b617b000-0x00000000b6cfefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b6cff000-0x00000000b6cfffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b6d00000-0x00000000be7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000043d7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xa0890018-0xa08b9a57] usable ==> usable
[    0.000000] e820: update [mem 0xa0890018-0xa08b9a57] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009e000-0x000000000009efff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000003fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000040000000-0x00000000403fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000040400000-0x00000000a0890017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a0890018-0x00000000a08b9a57] usable
[    0.000000] reserve setup_data: [mem 0x00000000a08b9a58-0x00000000a3cc3fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000a3cc4000-0x00000000a3cc4fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000a3cc5000-0x00000000a3cc5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000a3cc6000-0x00000000aee90fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000aee91000-0x00000000b5f8dfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000b5f8e000-0x00000000b6023fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000b6024000-0x00000000b617afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000b617b000-0x00000000b6cfefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000b6cff000-0x00000000b6cfffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6d00000-0x00000000be7fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000043d7fffff] usable
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0xb6023000 ACPI 2.0=0xb6023014 SMBIOS=0xf0000 SMBIOS 3.0=0xf0020 TPMFinalLog=0xb60bf000 ESRT=0xb6775b98 MEMATTR=0xaa434018 RNG=0xb68d7f18 TPMEventLog=0xa08ba018 
[    0.000000] efi: seeding entropy pool
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: Dell Inc. OptiPlex 5480 AIO/0PT5CF, BIOS 1.6.0 11/27/2020
[    0.000000] tsc: Detected 3100.000 MHz processor
[    0.000000] tsc: Detected 3099.999 MHz TSC
[    0.002713] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.002716] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.002723] last_pfn = 0x43d800 max_arch_pfn = 0x400000000
[    0.002822] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.003617] last_pfn = 0xb6d00 max_arch_pfn = 0x400000000
[    0.009990] esrt: Reserving ESRT space from 0x00000000b6775b98 to 0x00000000b6775c20.
[    0.010003] Using GB pages for direct mapping
[    0.010609] Secure boot disabled
[    0.010609] RAMDISK: [mem 0x7fee6000-0x7fffffff]
[    0.010611] ACPI: Early table checksum verification disabled
[    0.010613] ACPI: RSDP 0x00000000B6023014 000024 (v02 DELL  )
[    0.010616] ACPI: XSDT 0x00000000B6022728 000114 (v01 DELL   CBX3     01072009 AMI  01000013)
[    0.010621] ACPI: FACP 0x00000000B601D000 000114 (v06 DELL   CBX3     01072009 AMI  00010013)
[    0.010625] ACPI: DSDT 0x00000000B5FD4000 048BD2 (v02 DELL   CBX3     01072009 INTL 20160527)
[    0.010628] ACPI: FACS 0x00000000B6179000 000040
[    0.010630] ACPI: MCFG 0x00000000B6021000 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
[    0.010633] ACPI: SSDT 0x00000000B601E000 00203C (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
[    0.010635] ACPI: FIDT 0x00000000B5FD3000 00009C (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.010638] ACPI: BOOT 0x00000000B5FD2000 000028 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.010640] ACPI: SSDT 0x00000000B5FCE000 003400 (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
[    0.010643] ACPI: SSDT 0x00000000B5FCB000 0028F8 (v02 Intel  PegSsdt  00001000 INTL 20160527)
[    0.010646] ACPI: HPET 0x00000000B5FCA000 000038 (v01 DELL\x CBX3     01072009 AMI  01000013)
[    0.010648] ACPI: SSDT 0x00000000B5FC7000 0028D8 (v02 DELL\x CmlS_Rvp 00001000 INTL 20160527)
[    0.010651] ACPI: SSDT 0x00000000B5FC5000 0014A0 (v02 DELL\x Ther_Rvp 00001000 INTL 20160527)
[    0.010653] ACPI: SSDT 0x00000000B5FC4000 000AA9 (v02 INTEL  DELLdGPU 00000000 INTL 20160527)
[    0.010656] ACPI: NHLT 0x00000000B5FC3000 00002D (v00 DELL\x CBX3     01072009 AMI  01000013)
[    0.010659] ACPI: LPIT 0x00000000B5FC2000 000094 (v01 DELL\x CBX3     01072009 AMI  01000013)
[    0.010661] ACPI: SSDT 0x00000000B5FBE000 002720 (v02 DELL\x PtidDevc 00001000 INTL 20160527)
[    0.010664] ACPI: DBGP 0x00000000B5FBD000 000034 (v01 DELL\x CBX3     01072009 AMI  01000013)
[    0.010667] ACPI: DBG2 0x00000000B5FBC000 000054 (v00 DELL\x CBX3     01072009 AMI  01000013)
[    0.010669] ACPI: SSDT 0x00000000B5FBA000 001B67 (v02 DELL\x UsbCTabl 00001000 INTL 20160527)
[    0.010672] ACPI: MSDM 0x00000000B5FB9000 000055 (v03 DELL   CBX3     06222004 AMI  00010013)
[    0.010674] ACPI: SLIC 0x00000000B5FB8000 000176 (v03 DELL   CBX3     01072009 MSFT 00010013)
[    0.010677] ACPI: DMAR 0x00000000B5FB7000 0000C8 (v01 INTEL  EDK2     00000002      01000013)
[    0.010679] ACPI: SSDT 0x00000000B5FB6000 0000AE (v02 SgRef  SgPeg    00001000 INTL 20160527)
[    0.010682] ACPI: UEFI 0x00000000B60BA000 00063A (v01 INTEL  RstSataE 00000000 ??   00000000)
[    0.010685] ACPI: UEFI 0x00000000B60B9000 00005C (v01 INTEL  RstSataV 00000000 ??   00000000)
[    0.010687] ACPI: TPM2 0x00000000B5FB4000 00004C (v04 DELL\x CBX3     00000001 AMI  00000000)
[    0.010690] ACPI: SSDT 0x00000000B5FB0000 002E3F (v01 OptRef OptTabl  00001000 INTL 20160527)
[    0.010693] ACPI: ASF! 0x00000000B5FB3000 0000A0 (v32 DELL\x CBX3     01072009 AMI  01000013)
[    0.010695] ACPI: WSMT 0x00000000B5FC1000 000028 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.010698] ACPI: APIC 0x00000000B5FAF000 0000F4 (v04 DELL   CBX3     01072009 AMI  00010013)
[    0.010700] ACPI: FPDT 0x00000000B5FAE000 000044 (v01 DELL\x CML      01072009 AMI  01000013)
[    0.010703] ACPI: BGRT 0x00000000B5FB5000 000038 (v00 DELL   CBX3     01072009 AMI  00010013)
[    0.010705] ACPI: Reserving FACP table memory at [mem 0xb601d000-0xb601d113]
[    0.010707] ACPI: Reserving DSDT table memory at [mem 0xb5fd4000-0xb601cbd1]
[    0.010708] ACPI: Reserving FACS table memory at [mem 0xb6179000-0xb617903f]
[    0.010709] ACPI: Reserving MCFG table memory at [mem 0xb6021000-0xb602103b]
[    0.010710] ACPI: Reserving SSDT table memory at [mem 0xb601e000-0xb602003b]
[    0.010711] ACPI: Reserving FIDT table memory at [mem 0xb5fd3000-0xb5fd309b]
[    0.010712] ACPI: Reserving BOOT table memory at [mem 0xb5fd2000-0xb5fd2027]
[    0.010713] ACPI: Reserving SSDT table memory at [mem 0xb5fce000-0xb5fd13ff]
[    0.010714] ACPI: Reserving SSDT table memory at [mem 0xb5fcb000-0xb5fcd8f7]
[    0.010715] ACPI: Reserving HPET table memory at [mem 0xb5fca000-0xb5fca037]
[    0.010716] ACPI: Reserving SSDT table memory at [mem 0xb5fc7000-0xb5fc98d7]
[    0.010717] ACPI: Reserving SSDT table memory at [mem 0xb5fc5000-0xb5fc649f]
[    0.010718] ACPI: Reserving SSDT table memory at [mem 0xb5fc4000-0xb5fc4aa8]
[    0.010719] ACPI: Reserving NHLT table memory at [mem 0xb5fc3000-0xb5fc302c]
[    0.010721] ACPI: Reserving LPIT table memory at [mem 0xb5fc2000-0xb5fc2093]
[    0.010722] ACPI: Reserving SSDT table memory at [mem 0xb5fbe000-0xb5fc071f]
[    0.010723] ACPI: Reserving DBGP table memory at [mem 0xb5fbd000-0xb5fbd033]
[    0.010724] ACPI: Reserving DBG2 table memory at [mem 0xb5fbc000-0xb5fbc053]
[    0.010725] ACPI: Reserving SSDT table memory at [mem 0xb5fba000-0xb5fbbb66]
[    0.010726] ACPI: Reserving MSDM table memory at [mem 0xb5fb9000-0xb5fb9054]
[    0.010727] ACPI: Reserving SLIC table memory at [mem 0xb5fb8000-0xb5fb8175]
[    0.010728] ACPI: Reserving DMAR table memory at [mem 0xb5fb7000-0xb5fb70c7]
[    0.010729] ACPI: Reserving SSDT table memory at [mem 0xb5fb6000-0xb5fb60ad]
[    0.010730] ACPI: Reserving UEFI table memory at [mem 0xb60ba000-0xb60ba639]
[    0.010731] ACPI: Reserving UEFI table memory at [mem 0xb60b9000-0xb60b905b]
[    0.010733] ACPI: Reserving TPM2 table memory at [mem 0xb5fb4000-0xb5fb404b]
[    0.010734] ACPI: Reserving SSDT table memory at [mem 0xb5fb0000-0xb5fb2e3e]
[    0.010735] ACPI: Reserving ASF! table memory at [mem 0xb5fb3000-0xb5fb309f]
[    0.010736] ACPI: Reserving WSMT table memory at [mem 0xb5fc1000-0xb5fc1027]
[    0.010737] ACPI: Reserving APIC table memory at [mem 0xb5faf000-0xb5faf0f3]
[    0.010738] ACPI: Reserving FPDT table memory at [mem 0xb5fae000-0xb5fae043]
[    0.010739] ACPI: Reserving BGRT table memory at [mem 0xb5fb5000-0xb5fb5037]
[    0.010754] ACPI: Local APIC address 0xfee00000
[    0.010762] No NUMA configuration found
[    0.010763] Faking a node at [mem 0x0000000000000000-0x000000043d7fffff]
[    0.010766] NODE_DATA(0) allocated [mem 0x43d7f9000-0x43d7fcfff]
[    0.010785] Zone ranges:
[    0.010786]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.010787]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.010789]   Normal   [mem 0x0000000100000000-0x000000043d7fffff]
[    0.010790] Movable zone start for each node
[    0.010791] Early memory node ranges
[    0.010791]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.010793]   node   0: [mem 0x000000000009f000-0x000000000009ffff]
[    0.010794]   node   0: [mem 0x0000000000100000-0x000000003fffffff]
[    0.010795]   node   0: [mem 0x0000000040400000-0x00000000a3cc3fff]
[    0.010796]   node   0: [mem 0x00000000a3cc6000-0x00000000aee90fff]
[    0.010797]   node   0: [mem 0x00000000b6cff000-0x00000000b6cfffff]
[    0.010798]   node   0: [mem 0x0000000100000000-0x000000043d7fffff]
[    0.010800] Initmem setup node 0 [mem 0x0000000000001000-0x000000043d7fffff]
[    0.010801] On node 0 totalpages: 4112942
[    0.010802]   DMA zone: 64 pages used for memmap
[    0.010803]   DMA zone: 22 pages reserved
[    0.010804]   DMA zone: 3998 pages, LIFO batch:0
[    0.011046]   DMA zone: 28770 pages in unavailable ranges
[    0.011047]   DMA32 zone: 11115 pages used for memmap
[    0.011048]   DMA32 zone: 711312 pages, LIFO batch:63
[    0.016115]   DMA32 zone: 38256 pages in unavailable ranges
[    0.016116]   Normal zone: 53088 pages used for memmap
[    0.016116]   Normal zone: 3397632 pages, LIFO batch:63
[    0.039147]   Normal zone: 10240 pages in unavailable ranges
[    0.039176] Reserving Intel graphics memory at [mem 0xba800000-0xbe7fffff]
[    0.039570] ACPI: PM-Timer IO Port: 0x1808
[    0.039572] ACPI: Local APIC address 0xfee00000
[    0.039576] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.039577] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.039578] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.039579] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.039580] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.039581] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.039581] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.039582] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.039583] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.039584] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.039585] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.039585] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.039646] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.039648] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.039650] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.039652] ACPI: IRQ0 used by override.
[    0.039653] ACPI: IRQ9 used by override.
[    0.039655] Using ACPI (MADT) for SMP configuration information
[    0.039656] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.039659] TSC deadline timer available
[    0.039660] smpboot: Allowing 12 CPUs, 0 hotplug CPUs
[    0.039665] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.039667] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.039669] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.039670] PM: hibernation: Registered nosave memory: [mem 0x40000000-0x403fffff]
[    0.039672] PM: hibernation: Registered nosave memory: [mem 0xa0890000-0xa0890fff]
[    0.039673] PM: hibernation: Registered nosave memory: [mem 0xa08b9000-0xa08b9fff]
[    0.039675] PM: hibernation: Registered nosave memory: [mem 0xa3cc4000-0xa3cc4fff]
[    0.039676] PM: hibernation: Registered nosave memory: [mem 0xa3cc5000-0xa3cc5fff]
[    0.039677] PM: hibernation: Registered nosave memory: [mem 0xaee91000-0xb5f8dfff]
[    0.039678] PM: hibernation: Registered nosave memory: [mem 0xb5f8e000-0xb6023fff]
[    0.039679] PM: hibernation: Registered nosave memory: [mem 0xb6024000-0xb617afff]
[    0.039680] PM: hibernation: Registered nosave memory: [mem 0xb617b000-0xb6cfefff]
[    0.039681] PM: hibernation: Registered nosave memory: [mem 0xb6d00000-0xbe7fffff]
[    0.039682] PM: hibernation: Registered nosave memory: [mem 0xbe800000-0xf7ffffff]
[    0.039683] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.039684] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfdffffff]
[    0.039684] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.039685] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.039686] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.039687] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.039688] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.039688] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.039689] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.039691] [mem 0xbe800000-0xf7ffffff] available for PCI devices
[    0.039693] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.051862] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:12 nr_node_ids:1
[    0.052130] percpu: Embedded 44 pages/cpu s139736 r8192 d32296 u262144
[    0.052136] pcpu-alloc: s139736 r8192 d32296 u262144 alloc=1*2097152
[    0.052138] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- -- 
[    0.052160] Built 1 zonelists, mobility grouping on.  Total pages: 4048653
[    0.052162] Policy zone: Normal
[    0.052163] Kernel command line: quiet BOOT_IMAGE=/boot/syslinux/vmlinuz changes=/porteus login=root from=LABEL:Porteus5 initrd=/boot/syslinux/initrd.xz
[    0.053083] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.053531] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.053610] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.103003] Memory: 15949700K/16451768K available (10242K kernel code, 1142K rwdata, 2236K rodata, 1016K init, 1420K bss, 501812K reserved, 0K cma-reserved)
[    0.103044] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[    0.103091] rcu: Hierarchical RCU implementation.
[    0.103092] rcu: 	RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=12.
[    0.103093] 	Tracing variant of Tasks RCU enabled.
[    0.103094] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.103094] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[    0.103135] NR_IRQS: 4352, nr_irqs: 2152, preallocated irqs: 16
[    0.103684] Console: colour dummy device 80x25
[    0.103701] printk: console [tty0] enabled
[    0.103711] ACPI: Core revision 20210105
[    0.104234] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.104378] APIC: Switch to symmetric I/O mode setup
[    0.104379] DMAR: Host address width 39
[    0.104380] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.104384] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.104387] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.104390] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.104392] DMAR: RMRR base: 0x000000b6501000 end: 0x000000b674afff
[    0.104393] DMAR: RMRR base: 0x000000ba000000 end: 0x000000be7fffff
[    0.104394] DMAR: RMRR base: 0x000000b5ed0000 end: 0x000000b5f4ffff
[    0.104396] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.104397] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.107774] DMAR-IR: Enabled IRQ remapping in xapic mode
[    0.107796] Switched APIC routing to physical flat.
[    0.117127] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.121307] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2caf46e03c8, max_idle_ns: 440795329092 ns
[    0.121312] Calibrating delay loop (skipped), value calculated using timer frequency.. 6199.99 BogoMIPS (lpj=3099999)
[    0.121315] pid_max: default: 32768 minimum: 301
[    0.124354] LSM: Security Framework initializing
[    0.124389] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.124420] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.125387] CPU0: Thermal monitoring enabled (TM1)
[    0.125418] process: using mwait in idle threads
[    0.125420] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.125421] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.125424] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.125425] Spectre V2 : Mitigation: Enhanced IBRS
[    0.125426] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.125427] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.125428] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.125543] Freeing SMP alternatives memory: 16K
[    0.126354] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1453
[    0.126379] smpboot: CPU0: Intel(R) Core(TM) i5-10500 CPU @ 3.10GHz (family: 0x6, model: 0xa5, stepping: 0x3)
[    0.126439] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.126447] ... version:                4
[    0.126448] ... bit width:              48
[    0.126448] ... generic registers:      4
[    0.126449] ... value mask:             0000ffffffffffff
[    0.126450] ... max period:             00007fffffffffff
[    0.126451] ... fixed-purpose events:   3
[    0.126452] ... event mask:             000000070000000f
[    0.126526] rcu: Hierarchical SRCU implementation.
[    0.126600] smp: Bringing up secondary CPUs ...
[    0.126640] x86: Booting SMP configuration:
[    0.126641] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
[    0.133508] smp: Brought up 1 node, 12 CPUs
[    0.133508] smpboot: Max logical packages: 1
[    0.133508] smpboot: Total of 12 processors activated (74399.97 BogoMIPS)
[    0.134698] devtmpfs: initialized
[    0.134698] x86/mm: Memory block size: 128MB
[    0.135490] random: get_random_u32 called from 0xffffffff813c03fd with crng_init=0
[    0.135499] PM: Registering ACPI NVS region [mem 0xa3cc4000-0xa3cc4fff] (4096 bytes)
[    0.135499] PM: Registering ACPI NVS region [mem 0xb6024000-0xb617afff] (1404928 bytes)
[    0.135499] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.135499] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.135499] pinctrl core: initialized pinctrl subsystem
[    0.135563] NET: Registered protocol family 16
[    0.135699] thermal_sys: Registered thermal governor 'bang_bang'
[    0.135700] thermal_sys: Registered thermal governor 'step_wise'
[    0.135701] thermal_sys: Registered thermal governor 'user_space'
[    0.135709] cpuidle: using governor ladder
[    0.135709] cpuidle: using governor menu
[    0.135709] Simple Boot Flag at 0x47 set to 0x80
[    0.135709] ACPI: bus type PCI registered
[    0.135709] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.135709] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.135709] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.135709] PCI: Using configuration type 1 for base access
[    0.136527] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.137655] raid6: skip pq benchmark and using algorithm avx2x4
[    0.137655] raid6: using avx2x2 recovery algorithm
[    0.137655] ACPI: Added _OSI(Module Device)
[    0.137655] ACPI: Added _OSI(Processor Device)
[    0.137655] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.137655] ACPI: Added _OSI(Processor Aggregator Device)
[    0.137655] ACPI: Added _OSI(Linux-Dell-Video)
[    0.137655] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.137655] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.174224] ACPI: 11 ACPI AML tables successfully acquired and loaded
[    2.028006] ACPI: Dynamic OEM Table Load:
[    2.028015] ACPI: SSDT 0xFFFF888101086000 0000FC (v02 PmRef  Cpu0Psd  00003000 INTL 20160527)
[    2.028716] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    2.029648] ACPI: Dynamic OEM Table Load:
[    2.029656] ACPI: SSDT 0xFFFF8881010A0000 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    2.030411] ACPI: Dynamic OEM Table Load:
[    2.030419] ACPI: SSDT 0xFFFF888101099000 000626 (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    2.031225] ACPI: Dynamic OEM Table Load:
[    2.031231] ACPI: SSDT 0xFFFF888100CD3E00 00016C (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
[    2.031940] ACPI: Dynamic OEM Table Load:
[    2.031948] ACPI: SSDT 0xFFFF8881010A8000 000BEA (v02 PmRef  HwpLvt   00003000 INTL 20160527)
[    2.032801] ACPI: Dynamic OEM Table Load:
[    2.032809] ACPI: SSDT 0xFFFF88810109A800 000778 (v02 PmRef  ApIst    00003000 INTL 20160527)
[    2.033634] ACPI: Dynamic OEM Table Load:
[    2.033640] ACPI: SSDT 0xFFFF8881010A0400 0003D7 (v02 PmRef  ApHwp    00003000 INTL 20160527)
[    2.034444] ACPI: Dynamic OEM Table Load:
[    2.034451] ACPI: SSDT 0xFFFF8881010A9000 000D22 (v02 PmRef  ApPsd    00003000 INTL 20160527)
[    2.035642] ACPI: Dynamic OEM Table Load:
[    2.035649] ACPI: SSDT 0xFFFF8881010A0800 0003CA (v02 PmRef  ApCst    00003000 INTL 20160527)
[    2.039261] ACPI: EC: EC started
[    2.039262] ACPI: EC: interrupt blocked
[    2.043544] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    2.044386] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    2.044388] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
[    2.044389] ACPI: Interpreter enabled
[    2.044417] ACPI: (supports S0 S4 S5)
[    2.044418] ACPI: Using IOAPIC for interrupt routing
[    2.044444] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    2.045207] ACPI: Enabled 13 GPEs in block 00 to 7F
[    2.046803] ACPI: PM: Power Resource [PG00] (on)
[    2.050775] ACPI: PM: Power Resource [DRST] (on)
[    2.050825] ACPI: PM: Power Resource [QRST] (off)
[    2.051033] ACPI: PM: Power Resource [DRST] (on)
[    2.051082] ACPI: PM: Power Resource [QRST] (off)
[    2.051287] ACPI: PM: Power Resource [DRST] (on)
[    2.051339] ACPI: PM: Power Resource [QRST] (off)
[    2.051687] ACPI: PM: Power Resource [DRST] (on)
[    2.051737] ACPI: PM: Power Resource [QRST] (off)
[    2.051942] ACPI: PM: Power Resource [DRST] (on)
[    2.051991] ACPI: PM: Power Resource [QRST] (off)
[    2.052195] ACPI: PM: Power Resource [DRST] (on)
[    2.052244] ACPI: PM: Power Resource [QRST] (off)
[    2.052475] ACPI: PM: Power Resource [DRST] (on)
[    2.052525] ACPI: PM: Power Resource [QRST] (off)
[    2.052735] ACPI: PM: Power Resource [DRST] (on)
[    2.052785] ACPI: PM: Power Resource [QRST] (off)
[    2.052868] ACPI: PM: Power Resource [PXP] (off)
[    2.053170] ACPI: PM: Power Resource [DRST] (on)
[    2.053220] ACPI: PM: Power Resource [QRST] (off)
[    2.053435] ACPI: PM: Power Resource [DRST] (on)
[    2.053483] ACPI: PM: Power Resource [QRST] (off)
[    2.053690] ACPI: PM: Power Resource [DRST] (on)
[    2.053740] ACPI: PM: Power Resource [QRST] (off)
[    2.053945] ACPI: PM: Power Resource [DRST] (on)
[    2.053994] ACPI: PM: Power Resource [QRST] (off)
[    2.054199] ACPI: PM: Power Resource [DRST] (on)
[    2.054248] ACPI: PM: Power Resource [QRST] (off)
[    2.054459] ACPI: PM: Power Resource [DRST] (on)
[    2.054508] ACPI: PM: Power Resource [QRST] (off)
[    2.054713] ACPI: PM: Power Resource [DRST] (on)
[    2.054764] ACPI: PM: Power Resource [QRST] (off)
[    2.054970] ACPI: PM: Power Resource [DRST] (on)
[    2.055019] ACPI: PM: Power Resource [QRST] (off)
[    2.055097] ACPI: PM: Power Resource [PXP] (off)
[    2.055457] ACPI: PM: Power Resource [DRST] (on)
[    2.055508] ACPI: PM: Power Resource [QRST] (off)
[    2.055760] ACPI: PM: Power Resource [DRST] (on)
[    2.055810] ACPI: PM: Power Resource [QRST] (off)
[    2.056019] ACPI: PM: Power Resource [DRST] (on)
[    2.056069] ACPI: PM: Power Resource [QRST] (off)
[    2.056278] ACPI: PM: Power Resource [DRST] (on)
[    2.056329] ACPI: PM: Power Resource [QRST] (off)
[    2.056412] ACPI: PM: Power Resource [PXP] (off)
[    2.056714] ACPI: PM: Power Resource [DRST] (on)
[    2.056765] ACPI: PM: Power Resource [QRST] (off)
[    2.056974] ACPI: PM: Power Resource [DRST] (on)
[    2.057023] ACPI: PM: Power Resource [QRST] (off)
[    2.057231] ACPI: PM: Power Resource [DRST] (on)
[    2.057280] ACPI: PM: Power Resource [QRST] (off)
[    2.057487] ACPI: PM: Power Resource [DRST] (on)
[    2.057537] ACPI: PM: Power Resource [QRST] (off)
[    2.060143] ACPI: PM: Power Resource [USBC] (on)
[    2.060245] ACPI: PM: Power Resource [PAUD] (on)
[    2.062247] ACPI: PM: Power Resource [V0PR] (on)
[    2.062383] ACPI: PM: Power Resource [V1PR] (on)
[    2.062513] ACPI: PM: Power Resource [V2PR] (on)
[    2.063411] ACPI: PM: Power Resource [PXTC] (on)
[    2.064740] ACPI: PM: Power Resource [WRST] (on)
[    2.067150] ACPI: PM: Power Resource [FN00] (off)
[    2.067212] ACPI: PM: Power Resource [FN01] (off)
[    2.067267] ACPI: PM: Power Resource [FN02] (off)
[    2.067325] ACPI: PM: Power Resource [FN03] (off)
[    2.067382] ACPI: PM: Power Resource [FN04] (off)
[    2.067710] ACPI: PM: Power Resource [PIN] (off)
[    2.067819] ACPI: PM: Power Resource [SPR0] (off)
[    2.067855] ACPI: PM: Power Resource [SPR1] (off)
[    2.067890] ACPI: PM: Power Resource [SPR2] (off)
[    2.067925] ACPI: PM: Power Resource [SPR3] (off)
[    2.067960] ACPI: PM: Power Resource [SPR5] (off)
[    2.068144] ACPI: PM: Power Resource [ZPDR] (off)
[    2.068349] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    2.068355] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    2.070679] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    2.072448] PCI host bridge to bus 0000:00
[    2.072449] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    2.072451] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    2.072453] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    2.072454] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    2.072455] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    2.072456] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    2.072458] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    2.072459] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    2.072460] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    2.072461] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    2.072462] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    2.072463] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    2.072464] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    2.072465] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    2.072466] pci_bus 0000:00: root bus resource [mem 0xbe800000-0xf7ffffff window]
[    2.072468] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[    2.072469] pci_bus 0000:00: root bus resource [bus 00-3e]
[    2.072488] pci 0000:00:00.0: [8086:9b53] type 00 class 0x060000
[    2.072637] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    2.072671] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    2.072887] pci 0000:00:02.0: [8086:9bc8] type 00 class 0x030000
[    2.072894] pci 0000:00:02.0: reg 0x10: [mem 0xe2000000-0xe2ffffff 64bit]
[    2.072900] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
[    2.072903] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
[    2.072916] pci 0000:00:02.0: BAR 2: assigned to efifb
[    2.073081] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    2.073089] pci 0000:00:08.0: reg 0x10: [mem 0xe43c3000-0xe43c3fff 64bit]
[    2.073304] pci 0000:00:12.0: [8086:06f9] type 00 class 0x118000
[    2.073335] pci 0000:00:12.0: reg 0x10: [mem 0xe43c2000-0xe43c2fff 64bit]
[    2.073625] pci 0000:00:14.0: [8086:06ed] type 00 class 0x0c0330
[    2.073660] pci 0000:00:14.0: reg 0x10: [mem 0xe43a0000-0xe43affff 64bit]
[    2.073793] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    2.073993] pci 0000:00:14.2: [8086:06ef] type 00 class 0x050000
[    2.074023] pci 0000:00:14.2: reg 0x10: [mem 0xe43bc000-0xe43bdfff 64bit]
[    2.074042] pci 0000:00:14.2: reg 0x18: [mem 0xe43c1000-0xe43c1fff 64bit]
[    2.074276] pci 0000:00:16.0: [8086:06e0] type 00 class 0x078000
[    2.074307] pci 0000:00:16.0: reg 0x10: [mem 0xe43c0000-0xe43c0fff 64bit]
[    2.074422] pci 0000:00:16.0: PME# supported from D3hot
[    2.074715] pci 0000:00:17.0: [8086:06d6] type 00 class 0x010400
[    2.074763] pci 0000:00:17.0: reg 0x10: [mem 0xe43b0000-0xe43b7fff]
[    2.074790] pci 0000:00:17.0: reg 0x14: [mem 0xe43bf000-0xe43bf0ff]
[    2.074816] pci 0000:00:17.0: reg 0x18: [io  0x4090-0x4097]
[    2.074842] pci 0000:00:17.0: reg 0x1c: [io  0x4080-0x4083]
[    2.074868] pci 0000:00:17.0: reg 0x20: [io  0x4060-0x407f]
[    2.074895] pci 0000:00:17.0: reg 0x24: [mem 0xe4300000-0xe437ffff]
[    2.075036] pci 0000:00:17.0: PME# supported from D3hot
[    2.075271] pci 0000:00:1c.0: [8086:06bd] type 01 class 0x060400
[    2.075456] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    2.075506] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[    2.075759] pci 0000:00:1f.0: [8086:0687] type 00 class 0x060100
[    2.076059] pci 0000:00:1f.3: [8086:06c8] type 00 class 0x040380
[    2.076118] pci 0000:00:1f.3: reg 0x10: [mem 0xe43b8000-0xe43bbfff 64bit]
[    2.076193] pci 0000:00:1f.3: reg 0x20: [mem 0xe4100000-0xe41fffff 64bit]
[    2.076338] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    2.076647] pci 0000:00:1f.4: [8086:06a3] type 00 class 0x0c0500
[    2.076818] pci 0000:00:1f.4: reg 0x10: [mem 0xe43be000-0xe43be0ff 64bit]
[    2.077016] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    2.077385] pci 0000:00:1f.5: [8086:06a4] type 00 class 0x0c8000
[    2.077411] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    2.077629] pci 0000:00:1f.6: [8086:0d4c] type 00 class 0x020000
[    2.077675] pci 0000:00:1f.6: reg 0x10: [mem 0xe4380000-0xe439ffff]
[    2.077917] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    2.078092] pci 0000:01:00.0: [10de:1c91] type 00 class 0x030200
[    2.078111] pci 0000:01:00.0: reg 0x10: [mem 0xe3000000-0xe3ffffff]
[    2.078127] pci 0000:01:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
[    2.078143] pci 0000:01:00.0: reg 0x1c: [mem 0xe0000000-0xe1ffffff 64bit pref]
[    2.078154] pci 0000:01:00.0: reg 0x24: [io  0x3000-0x307f]
[    2.078164] pci 0000:01:00.0: reg 0x30: [mem 0xe4000000-0xe407ffff pref]
[    2.078342] pci 0000:00:01.0: PCI bridge to [bus 01]
[    2.078345] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    2.078347] pci 0000:00:01.0:   bridge window [mem 0xe3000000-0xe40fffff]
[    2.078350] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
[    2.078528] pci 0000:02:00.0: [10ec:525a] type 00 class 0xff0000
[    2.078610] pci 0000:02:00.0: reg 0x14: [mem 0xe4200000-0xe4200fff]
[    2.079010] pci 0000:02:00.0: supports D1 D2
[    2.079011] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[    2.079361] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    2.079370] pci 0000:00:1c.0:   bridge window [mem 0xe4200000-0xe42fffff]
[    2.082522] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    2.082587] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *1
[    2.082649] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    2.082710] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *1
[    2.082772] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *1
[    2.082833] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *1
[    2.082894] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *1
[    2.082955] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *1
[    2.088216] ACPI: EC: interrupt unblocked
[    2.088217] ACPI: EC: event unblocked
[    2.088227] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    2.088228] ACPI: EC: GPE=0x6e
[    2.088229] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete
[    2.088231] ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events
[    2.088262] iommu: Default domain type: Translated 
[    2.088272] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    2.088272] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    2.088272] pci 0000:00:02.0: vgaarb: bridge control possible
[    2.088272] vgaarb: loaded
[    2.088359] SCSI subsystem initialized
[    2.088365] libata version 3.00 loaded.
[    2.088365] ACPI: bus type USB registered
[    2.088365] usbcore: registered new interface driver usbfs
[    2.088365] usbcore: registered new interface driver hub
[    2.088365] usbcore: registered new device driver usb
[    2.088365] mc: Linux media interface: v0.10
[    2.088365] videodev: Linux video capture interface: v2.00
[    2.088365] pps_core: LinuxPPS API ver. 1 registered
[    2.088365] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.088365] PTP clock support registered
[    2.088392] Registered efivars operations
[    2.088408] Advanced Linux Sound Architecture Driver Initialized.
[    2.088488] PCI: Using ACPI for IRQ routing
[    2.108300] PCI: pci_cache_line_size set to 64 bytes
[    2.108391] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    2.108393] e820: reserve RAM buffer [mem 0xa0890018-0xa3ffffff]
[    2.108394] e820: reserve RAM buffer [mem 0xa3cc4000-0xa3ffffff]
[    2.108396] e820: reserve RAM buffer [mem 0xaee91000-0xafffffff]
[    2.108397] e820: reserve RAM buffer [mem 0xb6d00000-0xb7ffffff]
[    2.108397] e820: reserve RAM buffer [mem 0x43d800000-0x43fffffff]
[    2.108437] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    2.108442] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    2.114329] clocksource: Switched to clocksource tsc-early
[    2.114366] pnp: PnP ACPI init
[    2.114418] system 00:00: [mem 0x40000000-0x403fffff] has been reserved
[    2.114423] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    2.114746] system 00:01: [io  0x0900-0x090f] has been reserved
[    2.114749] system 00:01: [io  0x0910-0x091f] has been reserved
[    2.114750] system 00:01: [io  0x0920-0x093f] could not be reserved
[    2.114751] system 00:01: [io  0x0940-0x094f] has been reserved
[    2.114753] system 00:01: [io  0x0950-0x096f] has been reserved
[    2.114754] system 00:01: [io  0x0970-0x098f] has been reserved
[    2.114755] system 00:01: [io  0x0990-0x09af] has been reserved
[    2.114758] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    2.115139] pnp 00:02: [dma 0 disabled]
[    2.115168] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[    2.115237] system 00:03: [io  0x0680-0x069f] has been reserved
[    2.115238] system 00:03: [io  0x164e-0x164f] has been reserved
[    2.115241] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    2.115266] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    2.115318] system 00:05: [io  0x1854-0x1857] has been reserved
[    2.115322] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    2.115425] system 00:06: [io  0x1800-0x18fe] could not be reserved
[    2.115427] system 00:06: [mem 0xfd000000-0xfd69ffff] has been reserved
[    2.115429] system 00:06: [mem 0xfd6c0000-0xfd6cffff] has been reserved
[    2.115430] system 00:06: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    2.115432] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    2.115433] system 00:06: [mem 0xfe200000-0xfe7fffff] has been reserved
[    2.115435] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    2.115437] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    2.115633] system 00:07: [io  0x2000-0x20fe] has been reserved
[    2.115636] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    2.116048] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[    2.116050] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    2.116051] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    2.116053] system 00:08: [mem 0xf8000000-0xfbffffff] has been reserved
[    2.116054] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    2.116055] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
[    2.116057] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[    2.116058] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
[    2.116061] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    2.116292] system 00:09: [mem 0xfe038000-0xfe038fff] has been reserved
[    2.116295] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    2.116624] pnp: PnP ACPI: found 10 devices
[    2.121980] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    2.122020] NET: Registered protocol family 2
[    2.122151] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    2.123699] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    2.123721] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    2.123826] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    2.123934] TCP: Hash tables configured (established 131072 bind 65536)
[    2.123954] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    2.123980] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    2.124031] NET: Registered protocol family 1
[    2.124039] pci 0000:00:01.0: PCI bridge to [bus 01]
[    2.124041] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    2.124044] pci 0000:00:01.0:   bridge window [mem 0xe3000000-0xe40fffff]
[    2.124046] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
[    2.124050] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    2.124061] pci 0000:00:1c.0:   bridge window [mem 0xe4200000-0xe42fffff]
[    2.124075] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    2.124076] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    2.124078] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    2.124079] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    2.124080] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    2.124081] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    2.124082] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    2.124083] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    2.124085] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    2.124086] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    2.124087] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    2.124088] pci_bus 0000:00: resource 15 [mem 0x000e4000-0x000e7fff window]
[    2.124089] pci_bus 0000:00: resource 16 [mem 0x000e8000-0x000ebfff window]
[    2.124090] pci_bus 0000:00: resource 17 [mem 0x000ec000-0x000effff window]
[    2.124091] pci_bus 0000:00: resource 18 [mem 0xbe800000-0xf7ffffff window]
[    2.124093] pci_bus 0000:00: resource 19 [mem 0xfc800000-0xfe7fffff window]
[    2.124094] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    2.124095] pci_bus 0000:01: resource 1 [mem 0xe3000000-0xe40fffff]
[    2.124096] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xe1ffffff 64bit pref]
[    2.124098] pci_bus 0000:02: resource 1 [mem 0xe4200000-0xe42fffff]
[    2.124180] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    2.124416] PCI: CLS 64 bytes, default 64
[    2.124442] Unpacking initramfs...
[    2.219313] Freeing initrd memory: 1128K
[    2.219329] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.219330] software IO TLB: mapped [mem 0x000000009c88b000-0x00000000a088b000] (64MB)
[    2.219773] Initialise system trusted keyrings
[    2.219793] workingset: timestamp_bits=56 max_order=22 bucket_order=0
[    2.220677] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.220708] ntfs: driver 2.1.32 [Flags: R/W].
[    2.220738] fuse: init (API version 7.33)
[    2.220780] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[    2.220989] aufs 5.12-20210517
[    2.228253] xor: automatically using best checksumming function   avx       
[    2.228255] Key type asymmetric registered
[    2.228255] Asymmetric key parser 'x509' registered
[    2.228260] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    2.228479] pcieport 0000:00:01.0: PME: Signaling with IRQ 122
[    2.228661] pcieport 0000:00:1c.0: PME: Signaling with IRQ 123
[    2.228784] efifb: probing for efifb
[    2.228790] efifb: framebuffer at 0xc0000000, using 1200k, total 1200k
[    2.228792] efifb: mode is 640x480x32, linelength=2560, pages=1
[    2.228793] efifb: scrolling: redraw
[    2.228793] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    2.228844] Console: switching to colour frame buffer device 80x30
[    2.229328] fb0: EFI VGA frame buffer device
[    2.229476] Monitor-Mwait will be used to enter C-1 state
[    2.229482] Monitor-Mwait will be used to enter C-2 state
[    2.229487] Monitor-Mwait will be used to enter C-3 state
[    2.229490] ACPI: \_SB_.PR00: Found 3 idle states
[    2.229895] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    2.229913] ACPI: button: Sleep Button [SLPB]
[    2.229941] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    2.229954] ACPI: button: Power Button [PWRB]
[    2.230048] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1453
[    2.231281] thermal LNXTHERM:00: registered as thermal_zone0
[    2.231283] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[    2.231476] Linux agpgart interface v0.103
[    2.232663] loop: module loaded
[    2.232694] rtsx_pci 0000:02:00.0: enabling device (0100 -> 0102)
[    2.243971] usbcore: registered new interface driver rtsx_usb
[    2.244278] ahci 0000:00:17.0: version 3.0
[    2.244380] ahci 0000:00:17.0: Found 1 remapped NVMe devices.
[    2.244382] ahci 0000:00:17.0: Switch your BIOS from RAID to AHCI mode to use them.
[    2.244453] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl RAID mode
[    2.244456] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds apst 
[    2.244802] scsi host0: ahci
[    2.244845] ata1: SATA max UDMA/133 abar m524288@0xe4300000 port 0xe4300100 irq 17
[    2.245115] Fusion MPT base driver 3.04.20
[    2.245116] Copyright (c) 1999-2008 LSI Corporation
[    2.245118] Fusion MPT SPI Host driver 3.04.20
[    2.245125] Fusion MPT SAS Host driver 3.04.20
[    2.245134] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.245135] ehci-pci: EHCI PCI platform driver
[    2.245140] ehci-platform: EHCI generic platform driver
[    2.245147] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.245150] ohci-pci: OHCI PCI platform driver
[    2.245155] ohci-platform: OHCI generic platform driver
[    2.245159] uhci_hcd: USB Universal Host Controller Interface driver
[    2.245274] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.245278] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    2.246382] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[    2.246556] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12
[    2.246558] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.246560] usb usb1: Product: xHCI Host Controller
[    2.246561] usb usb1: Manufacturer: Linux 5.12.14-porteus xhci-hcd
[    2.246562] usb usb1: SerialNumber: 0000:00:14.0
[    2.246700] hub 1-0:1.0: USB hub found
[    2.246718] hub 1-0:1.0: 16 ports detected
[    2.247598] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.247601] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    2.247604] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    2.247628] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.12
[    2.247630] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.247631] usb usb2: Product: xHCI Host Controller
[    2.247632] usb usb2: Manufacturer: Linux 5.12.14-porteus xhci-hcd
[    2.247633] usb usb2: SerialNumber: 0000:00:14.0
[    2.247722] hub 2-0:1.0: USB hub found
[    2.247739] hub 2-0:1.0: 10 ports detected
[    2.247923] usb: port power management may be unreliable
[    2.248284] ehci-fsl: Freescale EHCI Host controller driver
[    2.248380] usbcore: registered new interface driver uas
[    2.248389] usbcore: registered new interface driver usb-storage
[    2.248393] usbcore: registered new interface driver ums-alauda
[    2.248396] usbcore: registered new interface driver ums-cypress
[    2.248401] usbcore: registered new interface driver ums-datafab
[    2.248404] usbcore: registered new interface driver ums_eneub6250
[    2.248407] usbcore: registered new interface driver ums-freecom
[    2.248411] usbcore: registered new interface driver ums-isd200
[    2.248414] usbcore: registered new interface driver ums-jumpshot
[    2.248418] usbcore: registered new interface driver ums-karma
[    2.248421] usbcore: registered new interface driver ums-onetouch
[    2.248426] usbcore: registered new interface driver ums-realtek
[    2.248429] usbcore: registered new interface driver ums-sddr09
[    2.248433] usbcore: registered new interface driver ums-sddr55
[    2.248436] usbcore: registered new interface driver ums-usbat
[    2.248451] i8042: PNP: No PS/2 controller found.
[    2.248555] mousedev: PS/2 mouse device common for all mice
[    2.248621] rtc_cmos 00:04: RTC can wake from S4
[    2.250049] rtc_cmos 00:04: registered as rtc0
[    2.250431] rtc_cmos 00:04: setting system clock to 2021-07-13T19:38:27 UTC (1626205107)
[    2.250433] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    2.251133] intel_pstate: Intel P-state driver initializing
[    2.251810] intel_pstate: HWP enabled
[    2.251822] sdhci: Secure Digital Host Controller Interface driver
[    2.251823] sdhci: Copyright(c) Pierre Ossman
[    2.251855] wbsd: Winbond W83L51xD SD/MMC card interface driver
[    2.251855] wbsd: Copyright(c) Pierre Ossman
[    2.251866] VUB300 Driver rom wait states = 1C irqpoll timeout = 0400
[    2.252161] usbcore: registered new interface driver vub300
[    2.252165] usbcore: registered new interface driver ushc
[    2.252173] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.252286] EFI Variables Facility v0.08 2004-May-17
[    2.264541] hid: raw HID events driver (C) Jiri Kosina
[    2.264554] usbcore: registered new interface driver usbhid
[    2.264555] usbhid: USB HID core driver
[    2.264580] intel_pmc_core INT33A1:00:  initialized
[    2.264635] NET: Registered protocol family 17
[    2.265195] microcode: sig=0xa0653, pf=0x2, revision=0xe0
[    2.265407] microcode: Microcode Update Driver: v2.2.
[    2.265409] IPI shorthand broadcast: enabled
[    2.265414] sched_clock: Marking stable (2256726241, 8679227)->(2272971541, -7566073)
[    2.265473] registered taskstats version 1
[    2.265475] Loading compiled-in X.509 certificates
[    2.266121] Loaded X.509 cert 'Build time autogenerated kernel key: 642bf0700bfb7ed1b3f7215d7453c5ebc842f047'
[    2.266197] Key type ._fscrypt registered
[    2.266198] Key type .fscrypt registered
[    2.266198] Key type fscrypt-provisioning registered
[    2.266355] Btrfs loaded, crc32c=crc32c-intel, zoned=no
[    2.266473] Key type encrypted registered
[    2.266847] ALSA device list:
[    2.266848]   No soundcards found.
[    2.489572] usb 1-5: new low-speed USB device number 2 using xhci_hcd
[    2.558005] ata1: SATA link down (SStatus 4 SControl 300)
[    2.559941] Freeing unused kernel image (initmem) memory: 1016K
[    2.559953] Write protecting the kernel read-only data: 16384k
[    2.561397] Freeing unused kernel image (text/rodata gap) memory: 2044K
[    2.562226] Freeing unused kernel image (rodata/data gap) memory: 1860K
[    2.562235] rodata_test: all tests were successful
[    2.562245] Run /init as init process
[    2.562248]   with arguments:
[    2.562249]     /init
[    2.562252]   with environment:
[    2.562253]     HOME=/
[    2.562255]     TERM=linux
[    2.562257]     BOOT_IMAGE=/boot/syslinux/vmlinuz
[    2.562259]     changes=/porteus
[    2.562261]     login=root
[    2.562263]     from=LABEL:Porteus5
[    2.622740] usb 1-5: New USB device found, idVendor=413c, idProduct=301a, bcdDevice= 1.00
[    2.622745] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.622747] usb 1-5: Product: Dell MS116 USB Optical Mouse
[    2.622749] usb 1-5: Manufacturer: PixArt
[    2.626898] input: PixArt Dell MS116 USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:413C:301A.0001/input/input2
[    2.627222] hid-generic 0003:413C:301A.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt Dell MS116 USB Optical Mouse] on usb-0000:00:14.0-5/input0
[    2.732824] usb 2-7: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    2.746254] usb 2-7: New USB device found, idVendor=0781, idProduct=5591, bcdDevice= 1.00
[    2.746269] usb 2-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.746276] usb 2-7: Product: Ultra USB 3.0
[    2.746280] usb 2-7: Manufacturer: SanDisk
[    2.746284] usb 2-7: SerialNumber: 4C531001380215114152
[    2.748601] usb-storage 2-7:1.0: USB Mass Storage device detected
[    2.749235] scsi host1: usb-storage 2-7:1.0
[    2.859679] usb 1-6: new high-speed USB device number 3 using xhci_hcd
[    3.007204] usb 1-6: New USB device found, idVendor=413c, idProduct=1010, bcdDevice=32.98
[    3.007218] usb 1-6: New USB device strings: Mfr=0, Product=11, SerialNumber=0
[    3.007225] usb 1-6: Product: USB 2.0 Hub [MTT]
[    3.009724] hub 1-6:1.0: USB hub found
[    3.011622] hub 1-6:1.0: 4 ports detected
[    3.129576] usb 1-10: new high-speed USB device number 4 using xhci_hcd
[    3.279681] tsc: Refined TSC clocksource calibration: 3095.983 MHz
[    3.279701] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2ca0755926d, max_idle_ns: 440795361862 ns
[    3.279793] clocksource: Switched to clocksource tsc
[    3.325668] usb 1-6.4: new low-speed USB device number 5 using xhci_hcd
[    3.342852] usb 1-10: New USB device found, idVendor=0bda, idProduct=5503, bcdDevice=91.03
[    3.342865] usb 1-10: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    3.342872] usb 1-10: Product: Integrated_Webcam_FHD
[    3.342877] usb 1-10: Manufacturer: CNFIE16R01347002D2C0
[    3.342881] usb 1-10: SerialNumber: 0001
[    3.414073] usb 1-6.4: New USB device found, idVendor=413c, idProduct=2110, bcdDevice= 0.06
[    3.414087] usb 1-6.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.414093] usb 1-6.4: Product: Dell Wired Multimedia Keyboard
[    3.414098] usb 1-6.4: Manufacturer: Dell
[    3.430038] input: Dell Dell Wired Multimedia Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.4/1-6.4:1.0/0003:413C:2110.0002/input/input3
[    3.482059] hid-generic 0003:413C:2110.0002: input,hidraw1: USB HID v1.10 Keyboard [Dell Dell Wired Multimedia Keyboard] on usb-0000:00:14.0-6.4/input0
[    3.494144] input: Dell Dell Wired Multimedia Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.4/1-6.4:1.1/0003:413C:2110.0003/input/input4
[    3.494620] input: Dell Dell Wired Multimedia Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.4/1-6.4:1.1/0003:413C:2110.0003/input/input5
[    3.546964] input: Dell Dell Wired Multimedia Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.4/1-6.4:1.1/0003:413C:2110.0003/input/input6
[    3.547527] hid-generic 0003:413C:2110.0003: input,hiddev96,hidraw2: USB HID v1.10 Mouse [Dell Dell Wired Multimedia Keyboard] on usb-0000:00:14.0-6.4/input1
[    3.793045] scsi 1:0:0:0: Direct-Access     SanDisk  Ultra USB 3.0    1.00 PQ: 0 ANSI: 6
[    3.794195] sd 1:0:0:0: [sda] 60062500 512-byte logical blocks: (30.8 GB/28.6 GiB)
[    3.795635] sd 1:0:0:0: [sda] Write Protect is off
[    3.795645] sd 1:0:0:0: [sda] Mode Sense: 43 00 00 00
[    3.796347] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    3.800165]  sda: sda1 sda2
[    3.801245] sd 1:0:0:0: [sda] Attached SCSI removable disk
[    4.608279] random: fast init done
[    4.620547] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    4.627689] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: disabled.
[    4.663998] loop0: detected capacity change from 0 to 150984
[    4.726904] loop0: detected capacity change from 0 to 150984
[    4.741552] loop1: detected capacity change from 0 to 259528
[    4.760220] loop2: detected capacity change from 0 to 213632
[    4.776015] loop3: detected capacity change from 0 to 35552
[    4.792583] loop4: detected capacity change from 0 to 8616
[    4.812891] loop5: detected capacity change from 0 to 2832
[    4.827738] loop6: detected capacity change from 0 to 34936
[    4.844435] loop7: detected capacity change from 0 to 49384
[    4.859819] loop8: detected capacity change from 0 to 59024
[    4.873837] loop9: detected capacity change from 0 to 1264
[    4.893227] loop10: detected capacity change from 0 to 52320
[    4.914475] loop11: detected capacity change from 0 to 504912
[    4.929120] loop12: detected capacity change from 0 to 12784
[    4.944903] loop13: detected capacity change from 0 to 16864
[    5.584810] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    5.641692] NET: Registered protocol family 10
[    5.641832] Segment Routing with IPv6
[    5.643944] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    5.657567] random: udevd: uninitialized urandom read (16 bytes read)
[    5.691928] udevd[621]: starting eudev-3.2.10
[    5.780158] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    5.780188] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    5.780216] wmi_bus wmi_bus-PNP0C14:05: WQBC data block query control method not found
[    5.780217] acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    5.781160] acpi PNP0C14:06: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    5.782499] acpi PNP0C14:07: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    5.783592] acpi PNP0C14:08: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    5.787308] input: Intel HID events as /devices/platform/INT33D5:00/input/input7
[    5.787380] intel-hid INT33D5:00: platform supports 5 button array
[    5.787397] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input8
[    5.813218] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    5.813331] 00:02: ttyS0 at I/O 0x3f8 (irq = 7, base_baud = 115200) is a 16550A
[    5.819286] intel_pch_thermal 0000:00:12.0: enabling device (0100 -> 0102)
[    5.891121] random: crng init done
[    5.891123] random: 7 urandom warning(s) missed due to ratelimiting
[    5.947950] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    5.948240] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    5.948327] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    5.948514] e1000e: Intel(R) PRO/1000 Network Driver
[    5.948515] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    5.948709] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    5.951287] i2c i2c-0: 1/2 memory slots populated (from DMI)
[    6.125614] checking generic (c0000000 12c000) vs hw (e2000000 1000000)
[    6.125617] checking generic (c0000000 12c000) vs hw (c0000000 10000000)
[    6.125618] fb0: switching to inteldrmfb from EFI VGA
[    6.125657] Console: switching to colour dummy device 80x25
[    6.125674] i915 0000:00:02.0: vgaarb: deactivate vga console
[    6.128303] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    6.138135] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    6.138137] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    6.138138] RAPL PMU: hw unit of domain package 2^-14 Joules
[    6.138138] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    6.138139] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    6.147853] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    6.191308] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    6.200162] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    6.200422] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
[    6.200536] ACPI: video: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
[    6.200556] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input10
[    6.209442] fbcon: i915drmfb (fb0) is primary device
[    6.223691] cryptd: max_cpu_qlen set to 1000
[    6.223750] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[    6.223771] snd_hda_intel 0000:00:1f.3: enabling device (0100 -> 0102)
[    6.229166] MXM: GUID detected in BIOS
[    6.229184] ACPI Warning: \_SB.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210105/nsarguments-61)
[    6.229218] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210105/nsarguments-61)
[    6.229343] pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
[    6.229345] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.PEG0.PEGP handle
[    6.229346] nouveau: detected PR support, will not use DSM
[    6.229359] nouveau 0000:01:00.0: enabling device (0106 -> 0107)
[    6.287760] AVX2 version of gcm_enc/dec engaged.
[    6.287792] AES CTR mode by8 optimization enabled
[    6.344804] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    6.412576] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 30:d0:42:e0:eb:7f
[    6.412579] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    6.412728] e1000e 0000:00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FFFFFF-0FF
[    6.579620] usb 1-10: Found UVC 1.50 device Integrated_Webcam_FHD (0bda:5503)
[    6.600710] input: Integrated_Webcam_FHD: Integrat as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/input/input11
[    6.602111] usb 1-10: Found UVC 1.50 device Integrated_Webcam_FHD (0bda:5503)
[    6.608603] input: Integrated_Webcam_FHD: Integrat as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.2/input/input12
[    6.608635] usbcore: registered new interface driver uvcvideo
[    6.776917] e1000e 0000:00:1f.6 eth126: renamed from eth0
[    6.797386] e1000e 0000:00:1f.6 eth1: renamed from eth126
[    6.825568] intel_rapl_common: Found RAPL domain package
[    6.825570] intel_rapl_common: Found RAPL domain core
[    6.825570] intel_rapl_common: Found RAPL domain uncore
[    6.825571] intel_rapl_common: Found RAPL domain dram
[    7.353186] Console: switching to colour frame buffer device 240x67
[    7.369815] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops 0xffffffffa02d8080)
[    7.372107] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    7.372223] nouveau 0000:01:00.0: NVIDIA GP107 (137000a1)
[    7.394998] nouveau 0000:01:00.0: bios: version 86.07.7b.00.07
[    7.412343] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC274: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:line
[    7.412346] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=1 (0x16/0x0/0x0/0x0/0x0)
[    7.412348] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    7.412349] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    7.412350] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    7.412350] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
[    7.412351] snd_hda_codec_realtek hdaudioC0D0:      Headphone Mic=0x1a
[    7.412352] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    7.414742] nouveau 0000:01:00.0: pmu: firmware unavailable
[    7.485550] nouveau 0000:01:00.0: fb: 3072 MiB GDDR5
[    7.804245] vga_switcheroo: enabled
[    7.804390] [TTM] Zone  kernel: Available graphics memory: 8040408 KiB
[    7.804391] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
[    7.804400] nouveau 0000:01:00.0: DRM: VRAM: 3072 MiB
[    7.804402] nouveau 0000:01:00.0: DRM: GART: 536870912 MiB
[    7.804403] nouveau 0000:01:00.0: DRM: BIT table 'A' not found
[    7.804404] nouveau 0000:01:00.0: DRM: BIT table 'L' not found
[    7.804405] nouveau 0000:01:00.0: DRM: Pointer to TMDS table not found
[    7.804406] nouveau 0000:01:00.0: DRM: DCB version 4.1
[    7.804686] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
[    7.804814] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 1
[    7.804816] nouveau 0000:01:00.0: DRM: Disabling PCI power management to avoid bug
[    7.880499] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[    7.880553] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[    7.880631] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[    7.881110] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[    7.881457] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[    7.881499] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[    7.881542] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[   11.904918] e1000e 0000:00:1f.6 eth1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[   11.905029] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
root@porteus:~# 

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

NVMe PCIe SSD not recognized

Post#14 by beny » 13 Jul 2021, 11:09

this is the issue seem:
[ 2.244278] ahci 0000:00:17.0: version 3.0
[ 2.244380] ahci 0000:00:17.0: Found 1 remapped NVMe devices.
[ 2.244382] ahci 0000:00:17.0: Switch your BIOS from RAID to AHCI mode to use them.
[ 2.244453] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl RAID mode
[ 2.244456] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds apst
rych you have an usb key that you can boot Aporteus,arch have a better way to see device...well i think so.
I found it out: I should turn on AHCI (not use the RAID) in BIOS this is a solution in a post of linux question try it and report; Dell and linux..

rych
Warlord
Warlord
Posts: 622
Joined: 04 Jan 2014, 04:27
Distribution: Porteus 5.0 x64 OpenBox
Location: NZ
Contact:

NVMe PCIe SSD not recognized

Post#15 by rych » 13 Jul 2021, 16:08

beny, Great, at least porteus actually "Found 1 remapped NVMe devices", it just can't use it. And yes, it's indeed a "solution" to switch SATA mode from RAID to AHCI in BIOS each time I boot and want to see the host disk (and not to forget to switch it back to RAID for a Windows reboot. From what I've read so far (see links below) there is no other solution at the kernel level and won't be as Intel doesn't want to support its RST on Linux for some reason. (Actually switching things in BIOS each time before and after booting into a guest OS will become a necessity next year when Windows 11 will probably be enforcing the Secure boot to be enabled for booting)

"Intel SATA AHCI controllers support a strange mode where NVMe devices disappear from the PCI bus, and instead are remapped into AHCI PCI memory
space" https://lore.kernel.org/linux-pci/20190 ... @lst.de/T/


"no sign of NVME devices ... I suspect they are behind one of the two PCI bridges" https://irclogs.ubuntu.com/2021/05/12/%23ubuntu.txt

Post Reply