Jump to content
XPEnology Community

TinyCore RedPill loader (TCRP) - Development release 0.9


Recommended Posts

One more thing, I booted back into TCRP (rather than TCRPFriend) to check something, and rploader.sh and user_config.json are missing from ~tc (possibly other files, those are the only two I knew to look for. I also noted that the redpill wallpaper was absent, as was the terminal that loops through system settings. Something's not right here....

Edited by WiteWulf
Link to comment
Share on other sites

9 minutes ago, WiteWulf said:

One other strange thing I noted: when doing the first install I used the PAT file listed on archive.synology.com as "7.1-42661 (with Update 1)", but after the install is complete Control Panel states that "DSM 7.1.0-42661 Update 4" is installed. I wasn't sure if I'd installed U4 and not made a note of it the first time around, so I built the server again and it did the same.

 

Yes after the install and on first boot DSM will search is a smallupdate is available and will download and install it. We used to mask the update server to avoid so but with TCRP Friend its not required anymore. 

 

Yes i would like you to perform again the same process after applying some changes 

Link to comment
Share on other sites

2 minutes ago, WiteWulf said:

One more thing, I booted back into TCRP (rather than TCRPFriend) to check something, and rploader.sh and user_config.json are missing from ~tc (possibly other files, those are the only two I knew to look for. I also noted that the redpill wallpaper was absent, as was the terminal that loops through system settings. Something's not right here....

 

Yes, looks like you probably had an incomplete TCRP backup. Its one of the known issues with Tinycore.

 

  • Like 1
Link to comment
Share on other sites

1 minute ago, pocopico said:

 

Yes after the install and on first boot DSM will search is a smallupdate is available and will download and install it. We used to mask the update server to avoid so but with TCRP Friend its not required anymore. 

 

Yes i would like you to perform again the same process after applying some changes 

Okay, just say when you're ready to go. I'll grab some lunch, catch up with some $dayjob, and run through it again

Link to comment
Share on other sites

17 minutes ago, WiteWulf said:

Okay, just say when you're ready to go. I'll grab some lunch, catch up with some $dayjob, and run through it again

 

FYI, After the last TCRP Friend commits, i've tested the process again starting from 42661 just like you and to 42962 and the user_config.json file and its network settings is still there.

Link to comment
Share on other sites

I've got a feeling the missing user_config.json may have been part of the failed backup problem, then.

 

Both times I ran this I did a build first, then remembered I hadn't entered the ipsettings in user_config.json. I added the settings and ran the build again, then did 'rploader.sh backup' and both times the backup failed, but I didn't think to mention it.

Edited by WiteWulf
Link to comment
Share on other sites

@pocopico

 

I'll post the results of my tests too.

 

I tested it in a VM environment with Virtualbox.

 

I have already used 7.1.1-42962 with TCRP, DS1621+'s DSM and admin2 accounts created normally and booting confirmed.

 

Edited /mnt/tcrp/user_config.json after loading the TCRP friend loader as you said.

 

I was a little uneasy because the vi editor displayed looks like broken or disappearing characters, but I succeeded in adding the following after modifying the contents.

 

No spaces are allowed before "ip*" and if used will result in an error and destroy user_config.json to 0 bytes.

 

By using user_config.json.bak that was backed up in advance, stable loading was completed as shown in the capture below.

 

"ipsettings" : {
"ipset": "static",
"ipaddr": "192.168.35.98/24",
"ipgw": "192.168.35.1",
"ipdns": ""
},

 

455411496_2022-10-049_06_56.thumb.png.c3f06fd89e929246493bf72f2175fdc5.png

 

However, the ping does not go out with the static IP I specified.

 

Even root login without password by accessing the serial console is not possible.

 

I can't proceed any further.

 

328247057_2022-10-049_14_06.thumb.png.3faf6ca6bbe245fafcea8d0257f19166.png

Edited by Peter Suh
Link to comment
Share on other sites

@pocopico is 0.9 meant to be the default release now? I just downloaded tinycore-redpill.v0.8.0.0.vmdk.gz to see if that exhibited the same behaviour of going straight to 42661-4 when I installed 42661-1, and when I did './rploader.sh update' it installed 0.9.2.7

 

I thought users were generally supposed to be sticking to the 0.8 stable release and only using the 0.9 developer release if they made the decision to move over to it?

 

In the past when I've started with the 0.8.0.0 vmdk it's updated to a later 0.8 version (0.8.0.5?), not 0.9

 

image.thumb.png.3ec722cddd125c572b2a29e2f53ca7cf.png

Edited by WiteWulf
Link to comment
Share on other sites

15 minutes ago, WiteWulf said:

@pocopico is 0.9 meant to be the default release now? I just downloaded tinycore-redpill.v0.8.0.0.vmdk.gz to see if that exhibited the same behaviour of going straight to 42661-4 when I installed 42661-1, and when I did './rploader.sh update' it installed 0.9.2.7

 

I thought users were generally supposed to be sticking to the 0.8 stable release and only using the 0.9 developer release if they made the decision to move over to it?

 

In the past when I've started with the 0.8.0.0 vmdk it's updated to a later 0.8 version (0.8.0.5?), not 0.9

 

image.thumb.png.3ec722cddd125c572b2a29e2f53ca7cf.png

 

Well yes and no. No new features will come to 0.8. So TCRP Friend is only available on 0.9. The exact same technic and modules are still used in develop now main branch so DSM stability is expected to be the same. 

Edited by pocopico
Link to comment
Share on other sites

Okay, let me put this another way: if a user has consciously chosen to download and use the 0.8.0.0 Stable release is it your intention to update that to 0.9.2.7 (developer), rather than 0.8.0.5 (stable) when they type './rploader.sh update'?

 

It seems wrong to me to do this. Updating should take you to the latest version of the software you've installed, not move you across from stable to development, or vice versa.

 

If a user wants to move from stable to developer releases for new features that should be a choice they make in a different way, not through the update functionality, imho. Previously (until a few days ago, iirc) users had to either download the different vmdk file, or use curl to download the 0.9 rploader.sh and do a fullupgrade

Edited by WiteWulf
Link to comment
Share on other sites

4 minutes ago, WiteWulf said:

Okay, let me put this another way: if a user has consciously chosen to download and use the 0.8.0.0 Stable release is it your intention to update that to 0.9.2.7 (developer), rather than 0.8.0.5 (stable) when they type './rploader.sh update'?

 

It seems wrong to me to do this. Updating should take you to the latest version of the software you've installed, not move you across from stable to development, or vice versa.

 

If a user wants to move from stable to developer releases for new features that should be a choice they make in a different way, not through the update functionality, imho. Previously (until a few days ago, iirc) users had to either download the different vmdk file, or use curl to download the 0.9 rploader.sh and do a fullupgrade

 

Yes, you are right. There is a problem. The old main moved to stable and the old develop moved to main. 

 

The 0.8.x images have not been updated and the request to update unfortunatelly ends to main which is the old develop. I should immediately update the 0.8.x images

 

you can run :

 

curl -L https://github.com/pocopico/tinycore-redpill/raw/stable/rploader.sh -O 

 

and then the update will point to stable branch as it should .

Edited by pocopico
  • Like 1
Link to comment
Share on other sites

Ignore this, as Pocopico pointed out (and I missed), DSM searches for updates on first boot and TCRPFriend now enables this. A different behaviour from TCRP 0.8, but one to be aware for users migrating to 0.9

 

There's something not right with TCRP's detection of patch/update versions. I noted earlier that I installed what I thought was the base install PAT for 7.1.0-42661, into which Synology rolls Update 1. I've used this PAT file many times, for different Synology machine types, in the past and it always installs as 7.1.0-42661-1

 

While doing the TCRPFriend testing earlier (with TCRP 0.9) I noticed that using the same PAT it was jumping straight to 7.1.0-42661-4 after installation had finished, without me installing any additional patches. I wanted to know if this was a bug in TCRP0.9, so ran through an install using TCRP0.8 instead (this was when we discovered the problems with the repo). Initially trying to setup a DS920+ failed with kernel panics (which weird as I've done 920s with TCRP0.8 loads of times during testing). I tried a DS3622xs+ instead and that worked, but also seemed to jump straight to Update 4.

 

I don't know exactly how DSM works out what version it's running, and how TCRP and postupdate manage it, but I'm not convinced this machine is actually running Update 4. I think a label has been written somewhere after TCRP thought the device had been updated, but it hasn't really, and I think some mismatch of binary versions is causing the kernel panics on the DS920+ I tried to build.

 

There's detailed log of my actions and console output below. NB. this is on the LAN I've previously discussed with no DHCP, so there's a lot of messing about with Synology Assistant to manually configure the IP address of the server.
 

Spoiler

Using tinycore-redpill.v0.8.0.0.vmdk

 

curl -L https://github.com/pocopico/tinycore-redpill/raw/stable/rploader.sh -O

./rploader.sh version to confirm version is 0.8.0.5

./rploader.sh fullupgrade

./rploader.sh satamap

./rploader.sh serialgen DS920+ realmac

./rploader.sh build geminilake-7.1.0-42661

./rploader.sh backup

exitcheck.sh reboot

 

Guest boots into DS920+ 7.1.0-42661 SATA option, but has 169.x.x.x address

Use Synology Assistant to give it the correct network config NB. Synology Assistant shows device as having 7.1-42661 installed

Open web browser to device and install DSM_DS920+_42661.pat (7.1.0-42661 plus Update 1)

Device reboots after first phase of installation but again comes up with 169.x.x.x address, so needs configuring via Synology Assistant again. NB. Synology Assistant still shows device as having 7.1-42661 installed

Go back to web browser and Sync web UI is in recover state, says disks have been moved from another diskstation. Click Recover and device reboots

I go into TCRP as this seems like it may need a ‘postupdate’

./rploader.sh postupdate geminilake-7.1.0-42661, says 7.1-42661-3 detected, do I want to use this for loader? I say yes

exitcheck.sh reboot

It kernel panics at boot:

[    3.798870] Kernel panic - not syncing: Fatal exception

[    3.798873] CPU: 1 PID: 5693 Comm: insmod Tainted: G           OE   4.4.180+ #42661

[    3.798874] Hardware name: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 11/12/2020

[    3.798876]  0000000000000000 ffff8800bae83c60 ffffffff812dbb9b ffffffffa001c94b

[    3.798878]  ffff8800b7029b90 ffff8800bae83cd8 ffffffff81120a17 ffff880000000008

[    3.798880]  ffff8800bae83ce8 ffff8800bae83c88 ffffffff81097aa9 0000000000000292

[    3.798880] Call Trace:

[    3.798887]  [<ffffffff812dbb9b>] dump_stack+0x4d/0x72

[    3.798892]  [<ffffffff81120a17>] panic+0xc6/0x21e

[    3.798895]  [<ffffffff81097aa9>] ? vprintk_default+0x9/0x10

[    3.798896]  [<ffffffffa0025000>] ? 0xffffffffa0025000

[    3.798905]  [<ffffffffa000f362>] rp_crash+0x12/0x12 [redpill]

[    3.798910]  [<ffffffffa002514c>] init_+0x14c/0x17e [redpill]

[    3.798911]  [<ffffffff81000340>] do_one_initcall+0x80/0x130

[    3.798913]  [<ffffffff810bda2b>] do_init_module+0x5b/0x1d0

[    3.798915]  [<ffffffff810bf804>] load_module+0x1be4/0x2080

[    3.798918]  [<ffffffff810bc700>] ? __symbol_put+0x40/0x40

[    3.798921]  [<ffffffff8118971c>] ? kernel_read+0x3c/0x50

[    3.798923]  [<ffffffff810bfe5d>] SYSC_finit_module+0x7d/0xa0

[    3.798925]  [<ffffffff810bfe99>] SyS_finit_module+0x9/0x10

[    3.798927]  [<ffffffff815685ca>] entry_SYSCALL_64_fastpath+0x1e/0x8e

[    3.799931] Kernel Offset: disabled

[    3.799935] ---[ end Kernel panic - not syncing: Fatal exception

 

Restart it and it kernel panics again, and again

 

Full boot output leading to kernel panic:

Loading Linux...

Loading initramfs...

Starting kernel with SATA boot

WARNING: SATA boot support on this platform is experimental!

[    0.000000] Initializing cgroup subsys cpuset

[    0.000000] Initializing cgroup subsys cpu

[    0.000000] Initializing cgroup subsys cpuacct

[    0.000000] Linux version 4.4.180+ (root@build13) (gcc version 8.5.0 (GCC) ) #42661 SMP Fri Apr 1 15:33:03 CST 2022

[    0.000000] Command line: BOOT_IMAGE=/zImage withefi earlyprintk syno_hw_version=DS920+ console=ttyS0,115200n8 netif_num=1 synoboot2 pid=0xa4a5 earlycon=uart8250,io,0x3f8,115200n8 synoboot_satadom=2 mac1=000C2936CF6A sn=2030SBRLV8F3T HddEnableDynamicPower=1 vid=0x0525 elevator=elevator loglevel=15 intel_iommu=igfx_off DiskIdxMap=1000 vender_format_version=2 log_buf_len=32M root=/dev/md0 SataPortMap=18 syno_ttyS1=serial,0x2f8 syno_ttyS0=serial,0x3f8

[    0.000000] KERNEL supported cpus:

[    0.000000]   Intel GenuineIntel

[    0.000000] Disabled fast string operations

[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256

[    0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'

[    0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'

[    0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'

[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.

[    0.000000] e820: BIOS-provided physical RAM map:

[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable

[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved

[    0.000000] BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved

[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bfedffff] usable

[    0.000000] BIOS-e820: [mem 0x00000000bfee0000-0x00000000bfefefff] ACPI data

[    0.000000] BIOS-e820: [mem 0x00000000bfeff000-0x00000000bfefffff] ACPI NVS

[    0.000000] BIOS-e820: [mem 0x00000000bff00000-0x00000000bfffffff] usable

[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved

[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved

[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved

[    0.000000] BIOS-e820: [mem 0x00000000fffe0000-0x00000000ffffffff] reserved

[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable

[    0.000000] earlycon: Early serial console at I/O port 0x3f8 (options '115200n8')

[    0.000000] bootconsole [uart0] enabled

[    0.000000] NX (Execute Disable) protection: active

[    0.000000] SMBIOS 2.7 present.

[    0.000000] DMI: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 11/12/2020

[    0.000000] Kernel/User page tables isolation: disabled

[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved

[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable

[    0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000

[    0.000000] MTRR default type: uncachable

[    0.000000] MTRR fixed ranges enabled:

[    0.000000]   00000-9FFFF write-back

[    0.000000]   A0000-BFFFF uncachable

[    0.000000]   C0000-CFFFF write-protect

[    0.000000]   D0000-EFFFF uncachable

[    0.000000]   F0000-FFFFF write-protect

[    0.000000] MTRR variable ranges enabled:

[    0.000000]   0 base 000000000000 mask 1FFE00000000 write-back

[    0.000000]   1 base 0000C0000000 mask 1FFFC0000000 uncachable

[    0.000000]   2 disabled

[    0.000000]   3 disabled

[    0.000000]   4 disabled

[    0.000000]   5 disabled

[    0.000000]   6 disabled

[    0.000000]   7 disabled

[    0.000000] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved

[    0.000000] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC

[    0.000000] e820: last_pfn = 0xc0000 max_arch_pfn = 0x400000000

[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 28672

[    0.000000] Using GB pages for direct mapping

[    0.000000] BRK [0x01a7b000, 0x01a7bfff] PGTABLE

[    0.000000] BRK [0x01a7c000, 0x01a7cfff] PGTABLE

[    0.000000] BRK [0x01a7d000, 0x01a7dfff] PGTABLE

[    0.000000] log_buf_len: 33554432 bytes

[    0.000000] early log buf free: 127024(96%)

[    0.000000] RAMDISK: [mem 0x37033000-0x37810fff]

[    0.000000] ACPI: Early table checksum verification disabled

[    0.000000] ACPI: RSDP 0x00000000000F6A00 000024 (v02 PTLTD )

[    0.000000] ACPI: XSDT 0x00000000BFEEEA0F 00005C (v01 INTEL  440BX    06040000 VMW  01324272)

[    0.000000] ACPI: FACP 0x00000000BFEFEE73 0000F4 (v04 INTEL  440BX    06040000 PTL  000F4240)

[    0.000000] ACPI: DSDT 0x00000000BFEEEC95 0101DE (v01 PTLTD  Custom   06040000 MSFT 03000001)

[    0.000000] ACPI: FACS 0x00000000BFEFFFC0 000040

[    0.000000] ACPI: FACS 0x00000000BFEFFFC0 000040

[    0.000000] ACPI: BOOT 0x00000000BFEEEC6D 000028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)

[    0.000000] ACPI: APIC 0x00000000BFEEEC0F 00005E (v01 PTLTD  ? APIC   06040000  LTP 00000000)

[    0.000000] ACPI: MCFG 0x00000000BFEEEBD3 00003C (v01 PTLTD  $PCITBL$ 06040000  LTP 00000001)

[    0.000000] ACPI: SRAT 0x00000000BFEEEB0B 0000C8 (v02 VMWARE MEMPLUG  06040000 VMW  00000001)

[    0.000000] ACPI: HPET 0x00000000BFEEEAD3 000038 (v01 VMWARE VMW HPET 06040000 VMW  00000001)

[    0.000000] ACPI: WAET 0x00000000BFEEEAAB 000028 (v01 VMWARE VMW WAET 06040000 VMW  00000001)

[    0.000000] ACPI: Local APIC address 0xfee00000

[    0.000000] Zone ranges:

[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]

[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]

[    0.000000]   Normal   [mem 0x0000000100000000-0x000000013fffffff]

[    0.000000] Movable zone start for each node

[    0.000000] Early memory node ranges

[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]

[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000bfedffff]

[    0.000000]   node   0: [mem 0x00000000bff00000-0x00000000bfffffff]

[    0.000000]   node   0: [mem 0x0000000100000000-0x000000013fffffff]

[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000013fffffff]

[    0.000000] On node 0 totalpages: 1048446

[    0.000000]   DMA zone: 64 pages used for memmap

[    0.000000]   DMA zone: 22 pages reserved

[    0.000000]   DMA zone: 3998 pages, LIFO batch:0

[    0.000000]   DMA32 zone: 12224 pages used for memmap

[    0.000000]   DMA32 zone: 782304 pages, LIFO batch:31

[    0.000000]   Normal zone: 4096 pages used for memmap

[    0.000000]   Normal zone: 262144 pages, LIFO batch:31

[    0.000000] ACPI: PM-Timer IO Port: 0x1008

[    0.000000] ACPI: Local APIC address 0xfee00000

[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])

[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])

[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23

[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)

[    0.000000] ACPI: IRQ0 used by override.

[    0.000000] ACPI: IRQ9 used by override.

[    0.000000] Using ACPI (MADT) for SMP configuration information

[    0.000000] ACPI: HPET id: 0x8086af01 base: 0xfed00000

[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs

[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]

[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]

[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dbfff]

[    0.000000] PM: Registered nosave memory: [mem 0x000dc000-0x000fffff]

[    0.000000] PM: Registered nosave memory: [mem 0xbfee0000-0xbfefefff]

[    0.000000] PM: Registered nosave memory: [mem 0xbfeff000-0xbfefffff]

[    0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xefffffff]

[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]

[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfebfffff]

[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec0ffff]

[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfedfffff]

[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]

[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfffdffff]

[    0.000000] PM: Registered nosave memory: [mem 0xfffe0000-0xffffffff]

[    0.000000] e820: [mem 0xc0000000-0xefffffff] available for PCI devices

[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns

[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1

[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013dc00000 s95128 r8192 d31848 u1048576

[    0.000000] pcpu-alloc: s95128 r8192 d31848 u1048576 alloc=1*2097152

[    0.000000] pcpu-alloc: [0] 0 1

[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1032040

[    0.000000] Kernel command line: BOOT_IMAGE=/zImage withefi earlyprintk syno_hw_version=DS920+ console=ttyS0,115200n8 netif_num=1 synoboot2 pid=0xa4a5 earlycon=uart8250,io,0x3f8,115200n8 synoboot_satadom=2 mac1=000C2936CF6A sn=2030SBRLV8F3T HddEnableDynamicPower=1 vid=0x0525 elevator=elevator loglevel=15 intel_iommu=igfx_off DiskIdxMap=1000 vender_format_version=2 log_buf_len=32M root=/dev/md0 SataPortMap=18 syno_ttyS1=serial,0x2f8 syno_ttyS0=serial,0x3f8

[    0.000000] Synology Hardware Version: DS920+

[    0.000000] Internal netif num: 1

[    0.000000] Mac1: 000C2936CF6A

[    0.000000] Serial Number: 2030SBRLV8F3T

[    0.000000] Support HDD Dynamic Power.

[    0.000000] DMAR: Disable GFX device mapping

[    0.000000] Vender format version: 2

[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)

[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)

[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)

[    0.000000] Memory: 4004028K/4193784K available (5554K kernel code, 867K rwdata, 1820K rodata, 968K init, 664K bss, 189756K reserved, 0K cma-reserved)

[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1

[    0.000000] Hierarchical RCU implementation.

[    0.000000] Build-time adjustment of leaf fanout to 64.

[    0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.

[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2

[    0.000000] NR_IRQS:4352 nr_irqs:440 16

[    0.000000] Console: colour dummy device 80x25

[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns

[    0.000000] hpet clockevent registered

[    0.000000] tsc: Fast TSC calibration using PIT

[    0.000000] tsc: Detected 2493.760 MHz processor

[    0.000005] Calibrating delay loop (skipped), value calculated using timer frequency.. 4987.52 BogoMIPS (lpj=2493760)

[    0.000021] pid_max: default: 32768 minimum: 301

[    0.000037] ACPI: Core revision 20150930

[    0.004988] ACPI: 1 ACPI AML tables successfully acquired and loaded

[    0.005003] Security Framework initialized

[    0.005019] AppArmor: AppArmor initialized

[    0.005035] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)

[    0.005050] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)

[    0.006001] Initializing cgroup subsys io

[    0.006016] Initializing cgroup subsys memory

[    0.006032] Initializing cgroup subsys devices

[    0.006048] Initializing cgroup subsys freezer

[    0.006063] Disabled fast string operations

[    0.006079] CPU: Physical Processor ID: 0

[    0.007006] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024

[    0.007022] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4

[    0.007993] Speculative Store Bypass: Vulnerable

[    0.008990] Freeing SMP alternatives memory: 24K

[    0.009248] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1

[    0.020012] TSC deadline timer enabled

[    0.020034] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz (family: 0x6, model: 0x3f, stepping: 0x2)

[    0.021065] smpboot: native_smp_prepare_cpus: this boot have memory training fail, last reason is 0x88

[    0.022051] Performance Events: 16-deep LBR, Haswell events, core PMU driver.

[    0.023076] perf_event_intel: CPUID marked event: 'cpu cycles' unavailable

[    0.024042] perf_event_intel: CPUID marked event: 'instructions' unavailable

[    0.025046] perf_event_intel: CPUID marked event: 'bus cycles' unavailable

[    0.026051] perf_event_intel: CPUID marked event: 'cache references' unavailable

[    0.027056] perf_event_intel: CPUID marked event: 'cache misses' unavailable

[    0.028061] perf_event_intel: CPUID marked event: 'branch instructions' unavailable

[    0.029065] perf_event_intel: CPUID marked event: 'branch misses' unavailable

[    0.030072] ... version:                1

[    0.030113] ... bit width:              48

[    0.030154] ... generic registers:      4

[    0.030195] ... value mask:             0000ffffffffffff

[    0.031075] ... max period:             000000007fffffff

[    0.031116] ... fixed-purpose events:   0

[    0.031157] ... event mask:             000000000000000f

[    0.031378] NMI watchdog: disabled (cpu0): hardware events not enabled

[    0.032081] NMI watchdog: Shutting down hard lockup detector on all cpus

[    0.033154] x86: Booting SMP configuration:

[    0.033195] .... node  #0, CPUs:      #1

[    0.034130] Disabled fast string operations

[    0.114265] x86: Booted up 1 node, 2 CPUs

[    0.115304] smpboot: Total of 2 processors activated (9987.27 BogoMIPS)

[    0.116554] devtmpfs: initialized

[    0.117367] PM: Registering ACPI NVS region [mem 0xbfeff000-0xbfefffff] (4096 bytes)

[    0.118432] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns

[    0.119431] futex hash table entries: 512 (order: 3, 32768 bytes)

[    0.120552] pinctrl core: initialized pinctrl subsystem

[    0.121509] NET: Registered protocol family 16

[    0.126555] cpuidle: using governor ladder

[    0.129559] cpuidle: using governor menu

[    0.129594] Simple Boot Flag at 0x36 set to 0x80

[    0.130411] ACPI: bus type PCI registered

[    0.130677] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)

[    0.131637] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820

[    0.132675] pmd_set_huge: Cannot satisfy [mem 0xf0000000-0xf0200000] with a huge-page mapping due to MTRR override.

[    0.134470] PCI: Using configuration type 1 for base access

[    0.135561] perf_event_intel: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off

[    0.141927] ACPI: Added _OSI(Module Device)

[    0.142586] ACPI: Added _OSI(Processor Device)

[    0.142621] ACPI: Added _OSI(3.0 _SCP Extensions)

[    0.142656] ACPI: Added _OSI(Processor Aggregator Device)

[    0.148654] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored

[    0.150715] ACPI: Interpreter enabled

[    0.150750] ACPI: (supports S0 S4 S5)

[    0.150785] ACPI: Using IOAPIC for interrupt routing

[    0.151702] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug

[    0.169216] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f])

[    0.169899] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]

[    0.170972] acpi PNP0A03:00: _OSC: platform does not support [AER]

[    0.171979] acpi PNP0A03:00: _OSC: OS now controls [PME PCIeCapability]

[    0.173034] PCI host bridge to bus 0000:00

[    0.173070] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]

[    0.174037] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]

[    0.175080] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]

[    0.176125] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]

[    0.177170] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]

[    0.178215] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]

[    0.179259] pci_bus 0000:00: root bus resource [io  0x0d00-0xfeff window]

[    0.180303] pci_bus 0000:00: root bus resource [bus 00-7f]

[    0.180907] pci 0000:00:00.0: [8086:7190] type 00 class 0x060000

[    0.182001] pci 0000:00:01.0: [8086:7191] type 01 class 0x060400

[    0.183069] pci 0000:00:07.0: [8086:7110] type 00 class 0x060100

[    0.184104] pci 0000:00:07.1: [8086:7111] type 00 class 0x01018a

[    0.185112] pci 0000:00:07.1: reg 0x20: [io  0x1060-0x106f]

[    0.186157] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]

[    0.187168] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io  0x03f6]

[    0.188212] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]

[    0.189256] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io  0x0376]

[    0.190369] pci 0000:00:07.3: [8086:7113] type 00 class 0x068000

[    0.191992] pci 0000:00:07.3: quirk: [io  0x1000-0x103f] claimed by PIIX4 ACPI

[    0.193023] pci 0000:00:07.3: quirk: [io  0x1040-0x104f] claimed by PIIX4 SMB

[    0.194132] pci 0000:00:07.7: [15ad:0740] type 00 class 0x088000

[    0.195136] pci 0000:00:07.7: reg 0x10: [io  0x1080-0x10bf]

[    0.196181] pci 0000:00:07.7: reg 0x14: [mem 0xfebfe000-0xfebfffff 64bit]

[    0.198267] pci 0000:00:0f.0: [15ad:0405] type 00 class 0x030000

[    0.199276] pci 0000:00:0f.0: reg 0x10: [io  0x1070-0x107f]

[    0.200290] pci 0000:00:0f.0: reg 0x14: [mem 0xe8000000-0xefffffff pref]

[    0.201335] pci 0000:00:0f.0: reg 0x18: [mem 0xfe000000-0xfe7fffff]

[    0.204438] pci 0000:00:0f.0: reg 0x30: [mem 0x00000000-0x00007fff pref]

[    0.205548] pci 0000:00:11.0: [15ad:0790] type 01 class 0x060401

[    0.206557] pci 0000:00:11.0: System wakeup disabled by ACPI

[    0.207583] pci 0000:00:15.0: [15ad:07a0] type 01 class 0x060400

[    0.209105] pci 0000:00:15.0: PME# supported from D0 D3hot D3cold

[    0.209652] pci 0000:00:15.0: System wakeup disabled by ACPI

[    0.210692] pci 0000:00:15.1: [15ad:07a0] type 01 class 0x060400

[    0.212118] pci 0000:00:15.1: PME# supported from D0 D3hot D3cold

[    0.213166] pci 0000:00:15.1: System wakeup disabled by ACPI

[    0.214228] pci 0000:00:15.2: [15ad:07a0] type 01 class 0x060400

[    0.215237] pci 0000:00:15.2: PME# supported from D0 D3hot D3cold

[    0.216282] pci 0000:00:15.2: System wakeup disabled by ACPI

[    0.217173] pci 0000:00:15.3: [15ad:07a0] type 01 class 0x060400

[    0.218186] pci 0000:00:15.3: PME# supported from D0 D3hot D3cold

[    0.219230] pci 0000:00:15.3: System wakeup disabled by ACPI

[    0.220297] pci 0000:00:15.4: [15ad:07a0] type 01 class 0x060400

[    0.221319] pci 0000:00:15.4: PME# supported from D0 D3hot D3cold

[    0.222364] pci 0000:00:15.4: System wakeup disabled by ACPI

[    0.223375] pci 0000:00:15.5: [15ad:07a0] type 01 class 0x060400

[    0.224396] pci 0000:00:15.5: PME# supported from D0 D3hot D3cold

[    0.225440] pci 0000:00:15.5: System wakeup disabled by ACPI

[    0.226507] pci 0000:00:15.6: [15ad:07a0] type 01 class 0x060400

[    0.227529] pci 0000:00:15.6: PME# supported from D0 D3hot D3cold

[    0.228574] pci 0000:00:15.6: System wakeup disabled by ACPI

[    0.229623] pci 0000:00:15.7: [15ad:07a0] type 01 class 0x060400

[    0.230646] pci 0000:00:15.7: PME# supported from D0 D3hot D3cold

[    0.231690] pci 0000:00:15.7: System wakeup disabled by ACPI

[    0.232247] pci 0000:00:16.0: [15ad:07a0] type 01 class 0x060400

[    0.233260] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold

[    0.234305] pci 0000:00:16.0: System wakeup disabled by ACPI

[    0.235310] pci 0000:00:16.1: [15ad:07a0] type 01 class 0x060400

[    0.236354] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold

[    0.237399] pci 0000:00:16.1: System wakeup disabled by ACPI

[    0.238272] pci 0000:00:16.2: [15ad:07a0] type 01 class 0x060400

[    0.239285] pci 0000:00:16.2: PME# supported from D0 D3hot D3cold

[    0.240329] pci 0000:00:16.2: System wakeup disabled by ACPI

[    0.241330] pci 0000:00:16.3: [15ad:07a0] type 01 class 0x060400

[    0.242361] pci 0000:00:16.3: PME# supported from D0 D3hot D3cold

[    0.243395] pci 0000:00:16.3: System wakeup disabled by ACPI

[    0.244406] pci 0000:00:16.4: [15ad:07a0] type 01 class 0x060400

[    0.245445] pci 0000:00:16.4: PME# supported from D0 D3hot D3cold

[    0.246490] pci 0000:00:16.4: System wakeup disabled by ACPI

[    0.247539] pci 0000:00:16.5: [15ad:07a0] type 01 class 0x060400

[    0.248562] pci 0000:00:16.5: PME# supported from D0 D3hot D3cold

[    0.249607] pci 0000:00:16.5: System wakeup disabled by ACPI

[    0.250629] pci 0000:00:16.6: [15ad:07a0] type 01 class 0x060400

[    0.251618] pci 0000:00:16.6: PME# supported from D0 D3hot D3cold

[    0.252662] pci 0000:00:16.6: System wakeup disabled by ACPI

[    0.253697] pci 0000:00:16.7: [15ad:07a0] type 01 class 0x060400

[    0.254719] pci 0000:00:16.7: PME# supported from D0 D3hot D3cold

[    0.255763] pci 0000:00:16.7: System wakeup disabled by ACPI

[    0.256778] pci 0000:00:17.0: [15ad:07a0] type 01 class 0x060400

[    0.257781] pci 0000:00:17.0: PME# supported from D0 D3hot D3cold

[    0.258825] pci 0000:00:17.0: System wakeup disabled by ACPI

[    0.259356] pci 0000:00:17.1: [15ad:07a0] type 01 class 0x060400

[    0.260370] pci 0000:00:17.1: PME# supported from D0 D3hot D3cold

[    0.261412] pci 0000:00:17.1: System wakeup disabled by ACPI

[    0.262488] pci 0000:00:17.2: [15ad:07a0] type 01 class 0x060400

[    0.263501] pci 0000:00:17.2: PME# supported from D0 D3hot D3cold

[    0.264545] pci 0000:00:17.2: System wakeup disabled by ACPI

[    0.265605] pci 0000:00:17.3: [15ad:07a0] type 01 class 0x060400

[    0.266626] pci 0000:00:17.3: PME# supported from D0 D3hot D3cold

[    0.267671] pci 0000:00:17.3: System wakeup disabled by ACPI

[    0.268679] pci 0000:00:17.4: [15ad:07a0] type 01 class 0x060400

[    0.269721] pci 0000:00:17.4: PME# supported from D0 D3hot D3cold

[    0.270770] pci 0000:00:17.4: System wakeup disabled by ACPI

[    0.271832] pci 0000:00:17.5: [15ad:07a0] type 01 class 0x060400

[    0.273355] pci 0000:00:17.5: PME# supported from D0 D3hot D3cold

[    0.274428] pci 0000:00:17.5: System wakeup disabled by ACPI

[    0.275452] pci 0000:00:17.6: [15ad:07a0] type 01 class 0x060400

[    0.276479] pci 0000:00:17.6: PME# supported from D0 D3hot D3cold

[    0.277509] pci 0000:00:17.6: System wakeup disabled by ACPI

[    0.278434] pci 0000:00:17.7: [15ad:07a0] type 01 class 0x060400

[    0.279412] pci 0000:00:17.7: PME# supported from D0 D3hot D3cold

[    0.280457] pci 0000:00:17.7: System wakeup disabled by ACPI

[    0.281461] pci 0000:00:18.0: [15ad:07a0] type 01 class 0x060400

[    0.282505] pci 0000:00:18.0: PME# supported from D0 D3hot D3cold

[    0.283550] pci 0000:00:18.0: System wakeup disabled by ACPI

[    0.284589] pci 0000:00:18.1: [15ad:07a0] type 01 class 0x060400

[    0.285613] pci 0000:00:18.1: PME# supported from D0 D3hot D3cold

[    0.286658] pci 0000:00:18.1: System wakeup disabled by ACPI

[    0.287734] pci 0000:00:18.2: [15ad:07a0] type 01 class 0x060400

[    0.288747] pci 0000:00:18.2: PME# supported from D0 D3hot D3cold

[    0.289792] pci 0000:00:18.2: System wakeup disabled by ACPI

[    0.290835] pci 0000:00:18.3: [15ad:07a0] type 01 class 0x060400

[    0.291856] pci 0000:00:18.3: PME# supported from D0 D3hot D3cold

[    0.292901] pci 0000:00:18.3: System wakeup disabled by ACPI

[    0.293959] pci 0000:00:18.4: [15ad:07a0] type 01 class 0x060400

[    0.295467] pci 0000:00:18.4: PME# supported from D0 D3hot D3cold

[    0.296517] pci 0000:00:18.4: System wakeup disabled by ACPI

[    0.297568] pci 0000:00:18.5: [15ad:07a0] type 01 class 0x060400

[    0.298589] pci 0000:00:18.5: PME# supported from D0 D3hot D3cold

[    0.299634] pci 0000:00:18.5: System wakeup disabled by ACPI

[    0.300690] pci 0000:00:18.6: [15ad:07a0] type 01 class 0x060400

[    0.301713] pci 0000:00:18.6: PME# supported from D0 D3hot D3cold

[    0.302757] pci 0000:00:18.6: System wakeup disabled by ACPI

[    0.303819] pci 0000:00:18.7: [15ad:07a0] type 01 class 0x060400

[    0.304843] pci 0000:00:18.7: PME# supported from D0 D3hot D3cold

[    0.305887] pci 0000:00:18.7: System wakeup disabled by ACPI

[    0.306987] pci 0000:00:01.0: PCI bridge to [bus 01]

[    0.307972] pci 0000:02:01.0: [15ad:07e0] type 00 class 0x010601

[    0.309986] pci 0000:02:01.0: reg 0x24: [mem 0xfd5ff000-0xfd5fffff]

[    0.311031] pci 0000:02:01.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]

[    0.312075] pci 0000:02:01.0: PME# supported from D3hot

[    0.312541] pci 0000:02:01.0: System wakeup disabled by ACPI

[    0.313592] pci 0000:02:02.0: [15ad:07e0] type 00 class 0x010601

[    0.315614] pci 0000:02:02.0: reg 0x24: [mem 0xfd5fe000-0xfd5fefff]

[    0.316658] pci 0000:02:02.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]

[    0.317703] pci 0000:02:02.0: PME# supported from D3hot

[    0.318709] pci 0000:02:02.0: System wakeup disabled by ACPI

[    0.319761] pci 0000:00:11.0: PCI bridge to [bus 02] (subtractive decode)

[    0.320765] pci 0000:00:11.0:   bridge window [io  0x2000-0x3fff]

[    0.321811] pci 0000:00:11.0:   bridge window [mem 0xfd500000-0xfdffffff]

[    0.322868] pci 0000:00:11.0:   bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref]

[    0.323882] pci 0000:00:11.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)

[    0.324926] pci 0000:00:11.0:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)

[    0.325970] pci 0000:00:11.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)

[    0.327014] pci 0000:00:11.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)

[    0.328605] pci 0000:00:11.0:   bridge window [mem 0xc0000000-0xfebfffff window] (subtractive decode)

[    0.329649] pci 0000:00:11.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)

[    0.330693] pci 0000:00:11.0:   bridge window [io  0x0d00-0xfeff window] (subtractive decode)

[    0.331809] pci 0000:03:00.0: [15ad:07b0] type 00 class 0x020000

[    0.332816] pci 0000:03:00.0: reg 0x10: [mem 0xfd4fc000-0xfd4fcfff]

[    0.333860] pci 0000:03:00.0: reg 0x14: [mem 0xfd4fd000-0xfd4fdfff]

[    0.334904] pci 0000:03:00.0: reg 0x18: [mem 0xfd4fe000-0xfd4fffff]

[    0.335948] pci 0000:03:00.0: reg 0x1c: [io  0x4000-0x400f]

[    0.337986] pci 0000:03:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]

[    0.339063] pci 0000:03:00.0: supports D1 D2

[    0.339685] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold

[    0.340734] pci 0000:03:00.0: System wakeup disabled by ACPI

[    0.341785] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'

[    0.342824] pci 0000:00:15.0: PCI bridge to [bus 03]

[    0.343701] pci 0000:00:15.0:   bridge window [io  0x4000-0x4fff]

[    0.344747] pci 0000:00:15.0:   bridge window [mem 0xfd400000-0xfd4fffff]

[    0.345809] pci 0000:00:15.1: PCI bridge to [bus 04]

[    0.346713] pci 0000:00:15.1:   bridge window [io  0x8000-0x8fff]

[    0.347747] pci 0000:00:15.1:   bridge window [mem 0xfd000000-0xfd0fffff]

[    0.348805] pci 0000:00:15.1:   bridge window [mem 0xe7700000-0xe77fffff 64bit pref]

[    0.349862] pci 0000:00:15.2: PCI bridge to [bus 05]

[    0.350730] pci 0000:00:15.2:   bridge window [io  0xc000-0xcfff]

[    0.351762] pci 0000:00:15.2:   bridge window [mem 0xfcc00000-0xfccfffff]

[    0.352820] pci 0000:00:15.2:   bridge window [mem 0xe7300000-0xe73fffff 64bit pref]

[    0.353879] pci 0000:00:15.3: PCI bridge to [bus 06]

[    0.354746] pci 0000:00:15.3:   bridge window [mem 0xfc800000-0xfc8fffff]

[    0.355793] pci 0000:00:15.3:   bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref]

[    0.356850] pci 0000:00:15.4: PCI bridge to [bus 07]

[    0.356885] pci 0000:00:15.4:   bridge window [mem 0xfc400000-0xfc4fffff]

[    0.357878] pci 0000:00:15.4:   bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref]

[    0.358938] pci 0000:00:15.5: PCI bridge to [bus 08]

[    0.358973] pci 0000:00:15.5:   bridge window [mem 0xfc000000-0xfc0fffff]

[    0.359966] pci 0000:00:15.5:   bridge window [mem 0xe6700000-0xe67fffff 64bit pref]

[    0.361028] pci 0000:00:15.6: PCI bridge to [bus 09]

[    0.361775] pci 0000:00:15.6:   bridge window [mem 0xfbc00000-0xfbcfffff]

[    0.362824] pci 0000:00:15.6:   bridge window [mem 0xe6300000-0xe63fffff 64bit pref]

[    0.363878] pci 0000:00:15.7: PCI bridge to [bus 0a]

[    0.363914] pci 0000:00:15.7:   bridge window [mem 0xfb800000-0xfb8fffff]

[    0.364909] pci 0000:00:15.7:   bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref]

[    0.365967] pci 0000:00:16.0: PCI bridge to [bus 0b]

[    0.366796] pci 0000:00:16.0:   bridge window [io  0x5000-0x5fff]

[    0.367827] pci 0000:00:16.0:   bridge window [mem 0xfd300000-0xfd3fffff]

[    0.368890] pci 0000:00:16.0:   bridge window [mem 0xe7a00000-0xe7afffff 64bit pref]

[    0.369950] pci 0000:00:16.1: PCI bridge to [bus 0c]

[    0.370816] pci 0000:00:16.1:   bridge window [io  0x9000-0x9fff]

[    0.371850] pci 0000:00:16.1:   bridge window [mem 0xfcf00000-0xfcffffff]

[    0.372907] pci 0000:00:16.1:   bridge window [mem 0xe7600000-0xe76fffff 64bit pref]

[    0.373965] pci 0000:00:16.2: PCI bridge to [bus 0d]

[    0.374929] pci 0000:00:16.2:   bridge window [io  0xd000-0xdfff]

[    0.376002] pci 0000:00:16.2:   bridge window [mem 0xfcb00000-0xfcbfffff]

[    0.377052] pci 0000:00:16.2:   bridge window [mem 0xe7200000-0xe72fffff 64bit pref]

[    0.378106] pci 0000:00:16.3: PCI bridge to [bus 0e]

[    0.378849] pci 0000:00:16.3:   bridge window [mem 0xfc700000-0xfc7fffff]

[    0.379897] pci 0000:00:16.3:   bridge window [mem 0xe6e00000-0xe6efffff 64bit pref]

[    0.380955] pci 0000:00:16.4: PCI bridge to [bus 0f]

[    0.381863] pci 0000:00:16.4:   bridge window [mem 0xfc300000-0xfc3fffff]

[    0.382908] pci 0000:00:16.4:   bridge window [mem 0xe6a00000-0xe6afffff 64bit pref]

[    0.383979] pci 0000:00:16.5: PCI bridge to [bus 10]

[    0.384875] pci 0000:00:16.5:   bridge window [mem 0xfbf00000-0xfbffffff]

[    0.385921] pci 0000:00:16.5:   bridge window [mem 0xe6600000-0xe66fffff 64bit pref]

[    0.386978] pci 0000:00:16.6: PCI bridge to [bus 11]

[    0.387880] pci 0000:00:16.6:   bridge window [mem 0xfbb00000-0xfbbfffff]

[    0.388933] pci 0000:00:16.6:   bridge window [mem 0xe6200000-0xe62fffff 64bit pref]

[    0.389990] pci 0000:00:16.7: PCI bridge to [bus 12]

[    0.390025] pci 0000:00:16.7:   bridge window [mem 0xfb700000-0xfb7fffff]

[    0.391018] pci 0000:00:16.7:   bridge window [mem 0xe5e00000-0xe5efffff 64bit pref]

[    0.392081] pci 0000:00:17.0: PCI bridge to [bus 13]

[    0.393053] pci 0000:00:17.0:   bridge window [io  0x6000-0x6fff]

[    0.394105] pci 0000:00:17.0:   bridge window [mem 0xfd200000-0xfd2fffff]

[    0.395164] pci 0000:00:17.0:   bridge window [mem 0xe7900000-0xe79fffff 64bit pref]

[    0.396221] pci 0000:00:17.1: PCI bridge to [bus 14]

[    0.396924] pci 0000:00:17.1:   bridge window [io  0xa000-0xafff]

[    0.397954] pci 0000:00:17.1:   bridge window [mem 0xfce00000-0xfcefffff]

[    0.399012] pci 0000:00:17.1:   bridge window [mem 0xe7500000-0xe75fffff 64bit pref]

[    0.400072] pci 0000:00:17.2: PCI bridge to [bus 15]

[    0.400916] pci 0000:00:17.2:   bridge window [io  0xe000-0xefff]

[    0.401963] pci 0000:00:17.2:   bridge window [mem 0xfca00000-0xfcafffff]

[    0.403018] pci 0000:00:17.2:   bridge window [mem 0xe7100000-0xe71fffff 64bit pref]

[    0.404079] pci 0000:00:17.3: PCI bridge to [bus 16]

[    0.404937] pci 0000:00:17.3:   bridge window [mem 0xfc600000-0xfc6fffff]

[    0.406000] pci 0000:00:17.3:   bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref]

[    0.407059] pci 0000:00:17.4: PCI bridge to [bus 17]

[    0.407094] pci 0000:00:17.4:   bridge window [mem 0xfc200000-0xfc2fffff]

[    0.408090] pci 0000:00:17.4:   bridge window [mem 0xe6900000-0xe69fffff 64bit pref]

[    0.409147] pci 0000:00:17.5: PCI bridge to [bus 18]

[    0.409989] pci 0000:00:17.5:   bridge window [mem 0xfbe00000-0xfbefffff]

[    0.411031] pci 0000:00:17.5:   bridge window [mem 0xe6500000-0xe65fffff 64bit pref]

[    0.412091] pci 0000:00:17.6: PCI bridge to [bus 19]

[    0.413070] pci 0000:00:17.6:   bridge window [mem 0xfba00000-0xfbafffff]

[    0.414127] pci 0000:00:17.6:   bridge window [mem 0xe6100000-0xe61fffff 64bit pref]

[    0.415186] pci 0000:00:17.7: PCI bridge to [bus 1a]

[    0.416012] pci 0000:00:17.7:   bridge window [mem 0xfb600000-0xfb6fffff]

[    0.417055] pci 0000:00:17.7:   bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref]

[    0.418115] pci 0000:00:18.0: PCI bridge to [bus 1b]

[    0.419004] pci 0000:00:18.0:   bridge window [io  0x7000-0x7fff]

[    0.420056] pci 0000:00:18.0:   bridge window [mem 0xfd100000-0xfd1fffff]

[    0.421115] pci 0000:00:18.0:   bridge window [mem 0xe7800000-0xe78fffff 64bit pref]

[    0.422172] pci 0000:00:18.1: PCI bridge to [bus 1c]

[    0.423041] pci 0000:00:18.1:   bridge window [io  0xb000-0xbfff]

[    0.424073] pci 0000:00:18.1:   bridge window [mem 0xfcd00000-0xfcdfffff]

[    0.425132] pci 0000:00:18.1:   bridge window [mem 0xe7400000-0xe74fffff 64bit pref]

[    0.426188] pci 0000:00:18.2: PCI bridge to [bus 1d]

[    0.427057] pci 0000:00:18.2:   bridge window [mem 0xfc900000-0xfc9fffff]

[    0.428105] pci 0000:00:18.2:   bridge window [mem 0xe7000000-0xe70fffff 64bit pref]

[    0.429162] pci 0000:00:18.3: PCI bridge to [bus 1e]

[    0.430070] pci 0000:00:18.3:   bridge window [mem 0xfc500000-0xfc5fffff]

[    0.431123] pci 0000:00:18.3:   bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref]

[    0.432181] pci 0000:00:18.4: PCI bridge to [bus 1f]

[    0.433076] pci 0000:00:18.4:   bridge window [mem 0xfc100000-0xfc1fffff]

[    0.434131] pci 0000:00:18.4:   bridge window [mem 0xe6800000-0xe68fffff 64bit pref]

[    0.435189] pci 0000:00:18.5: PCI bridge to [bus 20]

[    0.436089] pci 0000:00:18.5:   bridge window [mem 0xfbd00000-0xfbdfffff]

[    0.437143] pci 0000:00:18.5:   bridge window [mem 0xe6400000-0xe64fffff 64bit pref]

[    0.438201] pci 0000:00:18.6: PCI bridge to [bus 21]

[    0.439098] pci 0000:00:18.6:   bridge window [mem 0xfb900000-0xfb9fffff]

[    0.440156] pci 0000:00:18.6:   bridge window [mem 0xe6000000-0xe60fffff 64bit pref]

[    0.441214] pci 0000:00:18.7: PCI bridge to [bus 22]

[    0.442109] pci 0000:00:18.7:   bridge window [mem 0xfb500000-0xfb5fffff]

[    0.443168] pci 0000:00:18.7:   bridge window [mem 0xe5c00000-0xe5cfffff 64bit pref]

[    0.445220] pci_bus 0000:00: on NUMA node 0

[    0.445322] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *9 10 11 14 15)

[    0.446242] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 14 15) *0, disabled.

[    0.447264] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 14 15)

[    0.448270] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 14 15)

[    0.452374] ACPI: Enabled 2 GPEs in block 00 to 0F

[    0.453332] vgaarb: setting as boot device: PCI:0000:00:0f.0

[    0.454314] vgaarb: device added: PCI:0000:00:0f.0,decodes=io+mem,owns=io+mem,locks=none

[    0.455248] vgaarb: loaded

[    0.455283] vgaarb: bridge control possible 0000:00:0f.0

[    0.456271] SCSI subsystem initialized

[    0.456351] libata version 3.00 loaded.

[    0.456426] pps_core: LinuxPPS API ver. 1 registered

[    0.457293] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>

[    0.458382] PTP clock support registered

[    0.458498] PCI: Using ACPI for IRQ routing

[    0.461429] PCI: pci_cache_line_size set to 64 bytes

[    0.462436] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]

[    0.463447] e820: reserve RAM buffer [mem 0xbfee0000-0xbfffffff]

[    0.464623] clocksource: Switched to clocksource hpet

[    0.470702] AppArmor: AppArmor Filesystem Enabled

[    0.470747] pnp: PnP ACPI init

[    0.470798] system 00:00: [io  0x1000-0x103f] has been reserved

[    0.471666] system 00:00: [io  0x1040-0x104f] has been reserved

[    0.472630] system 00:00: [io  0x0cf0-0x0cf1] has been reserved

[    0.473631] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)

[    0.474692] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)

[    0.475685] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)

[    0.476684] pnp 00:03: Plug and Play ACPI device, IDs VMW0003 PNP0f13 (active)

[    0.477711] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved

[    0.478666] system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)

[    0.479707] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)

[    0.480709] system 00:06: [io  0xfce0-0xfcff] has been reserved

[    0.481671] system 00:06: [mem 0xf0000000-0xf7ffffff] has been reserved

[    0.482665] system 00:06: [mem 0xfe800000-0xfe9fffff] has been reserved

[    0.483666] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)

[    0.486656] pnp: PnP ACPI: found 7 devices

[    0.492385] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns

[    0.493703] pci 0000:00:15.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000

[    0.495699] pci 0000:00:15.3: bridge window [io  0x1000-0x0fff] to [bus 06] add_size 1000

[    0.496699] pci 0000:00:15.4: bridge window [io  0x1000-0x0fff] to [bus 07] add_size 1000

[    0.497699] pci 0000:00:15.5: bridge window [io  0x1000-0x0fff] to [bus 08] add_size 1000

[    0.498699] pci 0000:00:15.6: bridge window [io  0x1000-0x0fff] to [bus 09] add_size 1000

[    0.499700] pci 0000:00:15.7: bridge window [io  0x1000-0x0fff] to [bus 0a] add_size 1000

[    0.500700] pci 0000:00:16.3: bridge window [io  0x1000-0x0fff] to [bus 0e] add_size 1000

[    0.501699] pci 0000:00:16.4: bridge window [io  0x1000-0x0fff] to [bus 0f] add_size 1000

[    0.502699] pci 0000:00:16.5: bridge window [io  0x1000-0x0fff] to [bus 10] add_size 1000

[    0.503700] pci 0000:00:16.6: bridge window [io  0x1000-0x0fff] to [bus 11] add_size 1000

[    0.504701] pci 0000:00:16.7: bridge window [io  0x1000-0x0fff] to [bus 12] add_size 1000

[    0.505700] pci 0000:00:17.3: bridge window [io  0x1000-0x0fff] to [bus 16] add_size 1000

[    0.506700] pci 0000:00:17.4: bridge window [io  0x1000-0x0fff] to [bus 17] add_size 1000

[    0.507701] pci 0000:00:17.5: bridge window [io  0x1000-0x0fff] to [bus 18] add_size 1000

[    0.508700] pci 0000:00:17.6: bridge window [io  0x1000-0x0fff] to [bus 19] add_size 1000

[    0.509700] pci 0000:00:17.7: bridge window [io  0x1000-0x0fff] to [bus 1a] add_size 1000

[    0.510702] pci 0000:00:18.2: bridge window [io  0x1000-0x0fff] to [bus 1d] add_size 1000

[    0.511701] pci 0000:00:18.3: bridge window [io  0x1000-0x0fff] to [bus 1e] add_size 1000

[    0.512701] pci 0000:00:18.4: bridge window [io  0x1000-0x0fff] to [bus 1f] add_size 1000

[    0.513701] pci 0000:00:18.5: bridge window [io  0x1000-0x0fff] to [bus 20] add_size 1000

[    0.514701] pci 0000:00:18.6: bridge window [io  0x1000-0x0fff] to [bus 21] add_size 1000

[    0.515701] pci 0000:00:18.7: bridge window [io  0x1000-0x0fff] to [bus 22] add_size 1000

[    0.516680] pci 0000:00:15.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000

[    0.517638] pci 0000:00:15.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000

[    0.518668] pci 0000:00:15.3: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000

[    0.519672] pci 0000:00:15.3: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000

[    0.520669] pci 0000:00:15.4: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000

[    0.521668] pci 0000:00:15.4: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000

[    0.522668] pci 0000:00:15.5: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000

[    0.523668] pci 0000:00:15.5: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000

[    0.524668] pci 0000:00:15.6: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000

[    0.525670] pci 0000:00:15.6: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000

[    0.526669] pci 0000:00:15.7: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000

[    0.527679] pci 0000:00:15.7: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000

[    0.528672] pci 0000:00:16.3: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000

[    0.529669] pci 0000:00:16.3: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000

[    0.530668] pci 0000:00:16.4: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000

[    0.531669] pci 0000:00:16.4: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000

[    0.532669] pci 0000:00:16.5: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000

[    0.533670] pci 0000:00:16.5: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000

[    0.534669] pci 0000:00:16.6: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000

[    0.535669] pci 0000:00:16.6: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000

[    0.536670] pci 0000:00:16.7: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000

[    0.537670] pci 0000:00:16.7: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000

[    0.538670] pci 0000:00:17.3: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000

[    0.539670] pci 0000:00:17.3: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000

[    0.540670] pci 0000:00:17.4: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000

[    0.541670] pci 0000:00:17.4: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000

[    0.542670] pci 0000:00:17.5: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000

[    0.543670] pci 0000:00:17.5: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000

[    0.544670] pci 0000:00:17.6: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000

[    0.545670] pci 0000:00:17.6: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000

[    0.546671] pci 0000:00:17.7: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000

[    0.547670] pci 0000:00:17.7: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000

[    0.548670] pci 0000:00:18.2: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000

[    0.549670] pci 0000:00:18.2: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000

[    0.550674] pci 0000:00:18.3: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000

[    0.551675] pci 0000:00:18.3: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000

[    0.552675] pci 0000:00:18.4: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000

[    0.553683] pci 0000:00:18.4: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000

[    0.554671] pci 0000:00:18.5: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000

[    0.555671] pci 0000:00:18.5: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000

[    0.556672] pci 0000:00:18.6: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000

[    0.557675] pci 0000:00:18.6: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000

[    0.558672] pci 0000:00:18.7: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000

[    0.559671] pci 0000:00:18.7: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000

[    0.560677] pci 0000:00:15.0: BAR 15: assigned [mem 0xc0000000-0xc01fffff 64bit pref]

[    0.561673] pci 0000:00:0f.0: BAR 6: assigned [mem 0xc0200000-0xc0207fff pref]

[    0.562674] pci 0000:00:15.3: BAR 13: no space for [io  size 0x1000]

[    0.563672] pci 0000:00:15.3: BAR 13: failed to assign [io  size 0x1000]

[    0.564673] pci 0000:00:15.4: BAR 13: no space for [io  size 0x1000]

[    0.565672] pci 0000:00:15.4: BAR 13: failed to assign [io  size 0x1000]

[    0.566673] pci 0000:00:15.5: BAR 13: no space for [io  size 0x1000]

[    0.567672] pci 0000:00:15.5: BAR 13: failed to assign [io  size 0x1000]

[    0.568672] pci 0000:00:15.6: BAR 13: no space for [io  size 0x1000]

[    0.569672] pci 0000:00:15.6: BAR 13: failed to assign [io  size 0x1000]

[    0.570673] pci 0000:00:15.7: BAR 13: no space for [io  size 0x1000]

[    0.571672] pci 0000:00:15.7: BAR 13: failed to assign [io  size 0x1000]

[    0.572673] pci 0000:00:16.3: BAR 13: no space for [io  size 0x1000]

[    0.573672] pci 0000:00:16.3: BAR 13: failed to assign [io  size 0x1000]

[    0.574673] pci 0000:00:16.4: BAR 13: no space for [io  size 0x1000]

[    0.575674] pci 0000:00:16.4: BAR 13: failed to assign [io  size 0x1000]

[    0.576678] pci 0000:00:16.5: BAR 13: no space for [io  size 0x1000]

[    0.577673] pci 0000:00:16.5: BAR 13: failed to assign [io  size 0x1000]

[    0.578674] pci 0000:00:16.6: BAR 13: no space for [io  size 0x1000]

[    0.579674] pci 0000:00:16.6: BAR 13: failed to assign [io  size 0x1000]

[    0.580674] pci 0000:00:16.7: BAR 13: no space for [io  size 0x1000]

[    0.581678] pci 0000:00:16.7: BAR 13: failed to assign [io  size 0x1000]

[    0.582679] pci 0000:00:17.3: BAR 13: no space for [io  size 0x1000]

[    0.583674] pci 0000:00:17.3: BAR 13: failed to assign [io  size 0x1000]

[    0.584674] pci 0000:00:17.4: BAR 13: no space for [io  size 0x1000]

[    0.585673] pci 0000:00:17.4: BAR 13: failed to assign [io  size 0x1000]

[    0.586674] pci 0000:00:17.5: BAR 13: no space for [io  size 0x1000]

[    0.587674] pci 0000:00:17.5: BAR 13: failed to assign [io  size 0x1000]

[    0.588674] pci 0000:00:17.6: BAR 13: no space for [io  size 0x1000]

[    0.589686] pci 0000:00:17.6: BAR 13: failed to assign [io  size 0x1000]

[    0.590675] pci 0000:00:17.7: BAR 13: no space for [io  size 0x1000]

[    0.591674] pci 0000:00:17.7: BAR 13: failed to assign [io  size 0x1000]

[    0.592675] pci 0000:00:18.2: BAR 13: no space for [io  size 0x1000]

[    0.593675] pci 0000:00:18.2: BAR 13: failed to assign [io  size 0x1000]

[    0.594677] pci 0000:00:18.3: BAR 13: no space for [io  size 0x1000]

[    0.595686] pci 0000:00:18.3: BAR 13: failed to assign [io  size 0x1000]

[    0.596681] pci 0000:00:18.4: BAR 13: no space for [io  size 0x1000]

[    0.597676] pci 0000:00:18.4: BAR 13: failed to assign [io  size 0x1000]

[    0.598677] pci 0000:00:18.5: BAR 13: no space for [io  size 0x1000]

[    0.599676] pci 0000:00:18.5: BAR 13: failed to assign [io  size 0x1000]

[    0.600676] pci 0000:00:18.6: BAR 13: no space for [io  size 0x1000]

[    0.601675] pci 0000:00:18.6: BAR 13: failed to assign [io  size 0x1000]

[    0.602681] pci 0000:00:18.7: BAR 13: no space for [io  size 0x1000]

[    0.603643] pci 0000:00:18.7: BAR 13: failed to assign [io  size 0x1000]

[    0.604681] pci 0000:00:18.7: BAR 13: no space for [io  size 0x1000]

[    0.605676] pci 0000:00:18.7: BAR 13: failed to assign [io  size 0x1000]

[    0.606677] pci 0000:00:18.6: BAR 13: no space for [io  size 0x1000]

[    0.607676] pci 0000:00:18.6: BAR 13: failed to assign [io  size 0x1000]

[    0.608677] pci 0000:00:18.5: BAR 13: no space for [io  size 0x1000]

[    0.609676] pci 0000:00:18.5: BAR 13: failed to assign [io  size 0x1000]

[    0.610677] pci 0000:00:18.4: BAR 13: no space for [io  size 0x1000]

[    0.611677] pci 0000:00:18.4: BAR 13: failed to assign [io  size 0x1000]

[    0.612689] pci 0000:00:18.3: BAR 13: no space for [io  size 0x1000]

[    0.613674] pci 0000:00:18.3: BAR 13: failed to assign [io  size 0x1000]

[    0.614677] pci 0000:00:18.2: BAR 13: no space for [io  size 0x1000]

[    0.615676] pci 0000:00:18.2: BAR 13: failed to assign [io  size 0x1000]

[    0.616679] pci 0000:00:17.7: BAR 13: no space for [io  size 0x1000]

[    0.617677] pci 0000:00:17.7: BAR 13: failed to assign [io  size 0x1000]

[    0.618678] pci 0000:00:17.6: BAR 13: no space for [io  size 0x1000]

[    0.619677] pci 0000:00:17.6: BAR 13: failed to assign [io  size 0x1000]

[    0.620678] pci 0000:00:17.5: BAR 13: no space for [io  size 0x1000]

[    0.621677] pci 0000:00:17.5: BAR 13: failed to assign [io  size 0x1000]

[    0.622678] pci 0000:00:17.4: BAR 13: no space for [io  size 0x1000]

[    0.623677] pci 0000:00:17.4: BAR 13: failed to assign [io  size 0x1000]

[    0.624678] pci 0000:00:17.3: BAR 13: no space for [io  size 0x1000]

[    0.625677] pci 0000:00:17.3: BAR 13: failed to assign [io  size 0x1000]

[    0.626678] pci 0000:00:16.7: BAR 13: no space for [io  size 0x1000]

[    0.627677] pci 0000:00:16.7: BAR 13: failed to assign [io  size 0x1000]

[    0.628679] pci 0000:00:16.6: BAR 13: no space for [io  size 0x1000]

[    0.629678] pci 0000:00:16.6: BAR 13: failed to assign [io  size 0x1000]

[    0.630683] pci 0000:00:16.5: BAR 13: no space for [io  size 0x1000]

[    0.631682] pci 0000:00:16.5: BAR 13: failed to assign [io  size 0x1000]

[    0.632679] pci 0000:00:16.4: BAR 13: no space for [io  size 0x1000]

[    0.633678] pci 0000:00:16.4: BAR 13: failed to assign [io  size 0x1000]

[    0.634679] pci 0000:00:16.3: BAR 13: no space for [io  size 0x1000]

[    0.635679] pci 0000:00:16.3: BAR 13: failed to assign [io  size 0x1000]

[    0.636680] pci 0000:00:15.7: BAR 13: no space for [io  size 0x1000]

[    0.637679] pci 0000:00:15.7: BAR 13: failed to assign [io  size 0x1000]

[    0.638679] pci 0000:00:15.6: BAR 13: no space for [io  size 0x1000]

[    0.639679] pci 0000:00:15.6: BAR 13: failed to assign [io  size 0x1000]

[    0.640679] pci 0000:00:15.5: BAR 13: no space for [io  size 0x1000]

[    0.641679] pci 0000:00:15.5: BAR 13: failed to assign [io  size 0x1000]

[    0.642680] pci 0000:00:15.4: BAR 13: no space for [io  size 0x1000]

[    0.643679] pci 0000:00:15.4: BAR 13: failed to assign [io  size 0x1000]

[    0.644679] pci 0000:00:15.3: BAR 13: no space for [io  size 0x1000]

[    0.645679] pci 0000:00:15.3: BAR 13: failed to assign [io  size 0x1000]

[    0.646683] pci 0000:00:01.0: PCI bridge to [bus 01]

[    0.646718] pci 0000:02:01.0: BAR 6: assigned [mem 0xfd500000-0xfd50ffff pref]

[    0.647681] pci 0000:02:02.0: BAR 6: assigned [mem 0xfd510000-0xfd51ffff pref]

[    0.648680] pci 0000:00:11.0: PCI bridge to [bus 02]

[    0.648715] pci 0000:00:11.0:   bridge window [io  0x2000-0x3fff]

[    0.649704] pci 0000:00:11.0:   bridge window [mem 0xfd500000-0xfdffffff]

[    0.650695] pci 0000:00:11.0:   bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref]

[    0.651713] pci 0000:03:00.0: BAR 6: assigned [mem 0xfd400000-0xfd40ffff pref]

[    0.652681] pci 0000:00:15.0: PCI bridge to [bus 03]

[    0.652716] pci 0000:00:15.0:   bridge window [io  0x4000-0x4fff]

[    0.653704] pci 0000:00:15.0:   bridge window [mem 0xfd400000-0xfd4fffff]

[    0.654698] pci 0000:00:15.0:   bridge window [mem 0xc0000000-0xc01fffff 64bit pref]

[    0.655714] pci 0000:00:15.1: PCI bridge to [bus 04]

[    0.655749] pci 0000:00:15.1:   bridge window [io  0x8000-0x8fff]

[    0.656704] pci 0000:00:15.1:   bridge window [mem 0xfd000000-0xfd0fffff]

[    0.657696] pci 0000:00:15.1:   bridge window [mem 0xe7700000-0xe77fffff 64bit pref]

[    0.658718] pci 0000:00:15.2: PCI bridge to [bus 05]

[    0.658753] pci 0000:00:15.2:   bridge window [io  0xc000-0xcfff]

[    0.659707] pci 0000:00:15.2:   bridge window [mem 0xfcc00000-0xfccfffff]

[    0.660698] pci 0000:00:15.2:   bridge window [mem 0xe7300000-0xe73fffff 64bit pref]

[    0.661715] pci 0000:00:15.3: PCI bridge to [bus 06]

[    0.662650] pci 0000:00:15.3:   bridge window [mem 0xfc800000-0xfc8fffff]

[    0.663697] pci 0000:00:15.3:   bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref]

[    0.664715] pci 0000:00:15.4: PCI bridge to [bus 07]

[    0.664750] pci 0000:00:15.4:   bridge window [mem 0xfc400000-0xfc4fffff]

[    0.665696] pci 0000:00:15.4:   bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref]

[    0.666715] pci 0000:00:15.5: PCI bridge to [bus 08]

[    0.666750] pci 0000:00:15.5:   bridge window [mem 0xfc000000-0xfc0fffff]

[    0.667697] pci 0000:00:15.5:   bridge window [mem 0xe6700000-0xe67fffff 64bit pref]

[    0.668715] pci 0000:00:15.6: PCI bridge to [bus 09]

[    0.668750] pci 0000:00:15.6:   bridge window [mem 0xfbc00000-0xfbcfffff]

[    0.669698] pci 0000:00:15.6:   bridge window [mem 0xe6300000-0xe63fffff 64bit pref]

[    0.670715] pci 0000:00:15.7: PCI bridge to [bus 0a]

[    0.670751] pci 0000:00:15.7:   bridge window [mem 0xfb800000-0xfb8fffff]

[    0.671697] pci 0000:00:15.7:   bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref]

[    0.672715] pci 0000:00:16.0: PCI bridge to [bus 0b]

[    0.672750] pci 0000:00:16.0:   bridge window [io  0x5000-0x5fff]

[    0.673707] pci 0000:00:16.0:   bridge window [mem 0xfd300000-0xfd3fffff]

[    0.674699] pci 0000:00:16.0:   bridge window [mem 0xe7a00000-0xe7afffff 64bit pref]

[    0.675720] pci 0000:00:16.1: PCI bridge to [bus 0c]

[    0.675755] pci 0000:00:16.1:   bridge window [io  0x9000-0x9fff]

[    0.676706] pci 0000:00:16.1:   bridge window [mem 0xfcf00000-0xfcffffff]

[    0.677698] pci 0000:00:16.1:   bridge window [mem 0xe7600000-0xe76fffff 64bit pref]

[    0.678716] pci 0000:00:16.2: PCI bridge to [bus 0d]

[    0.678751] pci 0000:00:16.2:   bridge window [io  0xd000-0xdfff]

[    0.679705] pci 0000:00:16.2:   bridge window [mem 0xfcb00000-0xfcbfffff]

[    0.680699] pci 0000:00:16.2:   bridge window [mem 0xe7200000-0xe72fffff 64bit pref]

[    0.681716] pci 0000:00:16.3: PCI bridge to [bus 0e]

[    0.681751] pci 0000:00:16.3:   bridge window [mem 0xfc700000-0xfc7fffff]

[    0.682697] pci 0000:00:16.3:   bridge window [mem 0xe6e00000-0xe6efffff 64bit pref]

[    0.683716] pci 0000:00:16.4: PCI bridge to [bus 0f]

[    0.683751] pci 0000:00:16.4:   bridge window [mem 0xfc300000-0xfc3fffff]

[    0.684697] pci 0000:00:16.4:   bridge window [mem 0xe6a00000-0xe6afffff 64bit pref]

[    0.685716] pci 0000:00:16.5: PCI bridge to [bus 10]

[    0.685752] pci 0000:00:16.5:   bridge window [mem 0xfbf00000-0xfbffffff]

[    0.686697] pci 0000:00:16.5:   bridge window [mem 0xe6600000-0xe66fffff 64bit pref]

[    0.687716] pci 0000:00:16.6: PCI bridge to [bus 11]

[    0.687752] pci 0000:00:16.6:   bridge window [mem 0xfbb00000-0xfbbfffff]

[    0.688702] pci 0000:00:16.6:   bridge window [mem 0xe6200000-0xe62fffff 64bit pref]

[    0.689717] pci 0000:00:16.7: PCI bridge to [bus 12]

[    0.689752] pci 0000:00:16.7:   bridge window [mem 0xfb700000-0xfb7fffff]

[    0.690699] pci 0000:00:16.7:   bridge window [mem 0xe5e00000-0xe5efffff 64bit pref]

[    0.691717] pci 0000:00:17.0: PCI bridge to [bus 13]

[    0.691752] pci 0000:00:17.0:   bridge window [io  0x6000-0x6fff]

[    0.692707] pci 0000:00:17.0:   bridge window [mem 0xfd200000-0xfd2fffff]

[    0.693712] pci 0000:00:17.0:   bridge window [mem 0xe7900000-0xe79fffff 64bit pref]

[    0.694721] pci 0000:00:17.1: PCI bridge to [bus 14]

[    0.694757] pci 0000:00:17.1:   bridge window [io  0xa000-0xafff]

[    0.695708] pci 0000:00:17.1:   bridge window [mem 0xfce00000-0xfcefffff]

[    0.696700] pci 0000:00:17.1:   bridge window [mem 0xe7500000-0xe75fffff 64bit pref]

[    0.697721] pci 0000:00:17.2: PCI bridge to [bus 15]

[    0.697757] pci 0000:00:17.2:   bridge window [io  0xe000-0xefff]

[    0.698706] pci 0000:00:17.2:   bridge window [mem 0xfca00000-0xfcafffff]

[    0.699712] pci 0000:00:17.2:   bridge window [mem 0xe7100000-0xe71fffff 64bit pref]

[    0.700718] pci 0000:00:17.3: PCI bridge to [bus 16]

[    0.700753] pci 0000:00:17.3:   bridge window [mem 0xfc600000-0xfc6fffff]

[    0.701711] pci 0000:00:17.3:   bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref]

[    0.702722] pci 0000:00:17.4: PCI bridge to [bus 17]

[    0.702757] pci 0000:00:17.4:   bridge window [mem 0xfc200000-0xfc2fffff]

[    0.703700] pci 0000:00:17.4:   bridge window [mem 0xe6900000-0xe69fffff 64bit pref]

[    0.704718] pci 0000:00:17.5: PCI bridge to [bus 18]

[    0.704754] pci 0000:00:17.5:   bridge window [mem 0xfbe00000-0xfbefffff]

[    0.705701] pci 0000:00:17.5:   bridge window [mem 0xe6500000-0xe65fffff 64bit pref]

[    0.706718] pci 0000:00:17.6: PCI bridge to [bus 19]

[    0.707660] pci 0000:00:17.6:   bridge window [mem 0xfba00000-0xfbafffff]

[    0.708700] pci 0000:00:17.6:   bridge window [mem 0xe6100000-0xe61fffff 64bit pref]

[    0.709722] pci 0000:00:17.7: PCI bridge to [bus 1a]

[    0.709758] pci 0000:00:17.7:   bridge window [mem 0xfb600000-0xfb6fffff]

[    0.710699] pci 0000:00:17.7:   bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref]

[    0.711719] pci 0000:00:18.0: PCI bridge to [bus 1b]

[    0.711754] pci 0000:00:18.0:   bridge window [io  0x7000-0x7fff]

[    0.712720] pci 0000:00:18.0:   bridge window [mem 0xfd100000-0xfd1fffff]

[    0.713700] pci 0000:00:18.0:   bridge window [mem 0xe7800000-0xe78fffff 64bit pref]

[    0.714719] pci 0000:00:18.1: PCI bridge to [bus 1c]

[    0.714755] pci 0000:00:18.1:   bridge window [io  0xb000-0xbfff]

[    0.715714] pci 0000:00:18.1:   bridge window [mem 0xfcd00000-0xfcdfffff]

[    0.716703] pci 0000:00:18.1:   bridge window [mem 0xe7400000-0xe74fffff 64bit pref]

[    0.717719] pci 0000:00:18.2: PCI bridge to [bus 1d]

[    0.717755] pci 0000:00:18.2:   bridge window [mem 0xfc900000-0xfc9fffff]

[    0.718701] pci 0000:00:18.2:   bridge window [mem 0xe7000000-0xe70fffff 64bit pref]

[    0.719720] pci 0000:00:18.3: PCI bridge to [bus 1e]

[    0.719755] pci 0000:00:18.3:   bridge window [mem 0xfc500000-0xfc5fffff]

[    0.720701] pci 0000:00:18.3:   bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref]

[    0.721720] pci 0000:00:18.4: PCI bridge to [bus 1f]

[    0.721755] pci 0000:00:18.4:   bridge window [mem 0xfc100000-0xfc1fffff]

[    0.722702] pci 0000:00:18.4:   bridge window [mem 0xe6800000-0xe68fffff 64bit pref]

[    0.723720] pci 0000:00:18.5: PCI bridge to [bus 20]

[    0.723755] pci 0000:00:18.5:   bridge window [mem 0xfbd00000-0xfbdfffff]

[    0.724702] pci 0000:00:18.5:   bridge window [mem 0xe6400000-0xe64fffff 64bit pref]

[    0.725721] pci 0000:00:18.6: PCI bridge to [bus 21]

[    0.725757] pci 0000:00:18.6:   bridge window [mem 0xfb900000-0xfb9fffff]

[    0.726703] pci 0000:00:18.6:   bridge window [mem 0xe6000000-0xe60fffff 64bit pref]

[    0.727720] pci 0000:00:18.7: PCI bridge to [bus 22]

[    0.727756] pci 0000:00:18.7:   bridge window [mem 0xfb500000-0xfb5fffff]

[    0.728703] pci 0000:00:18.7:   bridge window [mem 0xe5c00000-0xe5cfffff 64bit pref]

[    0.729725] pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]

[    0.730693] pci_bus 0000:00: resource 5 [mem 0x000d0000-0x000d3fff window]

[    0.731692] pci_bus 0000:00: resource 6 [mem 0x000d4000-0x000d7fff window]

[    0.732692] pci_bus 0000:00: resource 7 [mem 0x000d8000-0x000dbfff window]

[    0.733692] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xfebfffff window]

[    0.734692] pci_bus 0000:00: resource 9 [io  0x0000-0x0cf7 window]

[    0.735692] pci_bus 0000:00: resource 10 [io  0x0d00-0xfeff window]

[    0.736688] pci_bus 0000:02: resource 0 [io  0x2000-0x3fff]

[    0.737662] pci_bus 0000:02: resource 1 [mem 0xfd500000-0xfdffffff]

[    0.738689] pci_bus 0000:02: resource 2 [mem 0xe7b00000-0xe7ffffff 64bit pref]

[    0.739688] pci_bus 0000:02: resource 4 [mem 0x000a0000-0x000bffff window]

[    0.740689] pci_bus 0000:02: resource 5 [mem 0x000d0000-0x000d3fff window]

[    0.741688] pci_bus 0000:02: resource 6 [mem 0x000d4000-0x000d7fff window]

[    0.742688] pci_bus 0000:02: resource 7 [mem 0x000d8000-0x000dbfff window]

[    0.743688] pci_bus 0000:02: resource 8 [mem 0xc0000000-0xfebfffff window]

[    0.744688] pci_bus 0000:02: resource 9 [io  0x0000-0x0cf7 window]

[    0.745689] pci_bus 0000:02: resource 10 [io  0x0d00-0xfeff window]

[    0.746689] pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]

[    0.747646] pci_bus 0000:03: resource 1 [mem 0xfd400000-0xfd4fffff]

[    0.748689] pci_bus 0000:03: resource 2 [mem 0xc0000000-0xc01fffff 64bit pref]

[    0.749689] pci_bus 0000:04: resource 0 [io  0x8000-0x8fff]

[    0.750684] pci_bus 0000:04: resource 1 [mem 0xfd000000-0xfd0fffff]

[    0.751689] pci_bus 0000:04: resource 2 [mem 0xe7700000-0xe77fffff 64bit pref]

[    0.752689] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]

[    0.753689] pci_bus 0000:05: resource 1 [mem 0xfcc00000-0xfccfffff]

[    0.754689] pci_bus 0000:05: resource 2 [mem 0xe7300000-0xe73fffff 64bit pref]

[    0.755690] pci_bus 0000:06: resource 1 [mem 0xfc800000-0xfc8fffff]

[    0.756689] pci_bus 0000:06: resource 2 [mem 0xe6f00000-0xe6ffffff 64bit pref]

[    0.757689] pci_bus 0000:07: resource 1 [mem 0xfc400000-0xfc4fffff]

[    0.758690] pci_bus 0000:07: resource 2 [mem 0xe6b00000-0xe6bfffff 64bit pref]

[    0.759690] pci_bus 0000:08: resource 1 [mem 0xfc000000-0xfc0fffff]

[    0.760691] pci_bus 0000:08: resource 2 [mem 0xe6700000-0xe67fffff 64bit pref]

[    0.761692] pci_bus 0000:09: resource 1 [mem 0xfbc00000-0xfbcfffff]

[    0.762690] pci_bus 0000:09: resource 2 [mem 0xe6300000-0xe63fffff 64bit pref]

[    0.763691] pci_bus 0000:0a: resource 1 [mem 0xfb800000-0xfb8fffff]

[    0.764695] pci_bus 0000:0a: resource 2 [mem 0xe5f00000-0xe5ffffff 64bit pref]

[    0.765695] pci_bus 0000:0b: resource 0 [io  0x5000-0x5fff]

[    0.766667] pci_bus 0000:0b: resource 1 [mem 0xfd300000-0xfd3fffff]

[    0.767696] pci_bus 0000:0b: resource 2 [mem 0xe7a00000-0xe7afffff 64bit pref]

[    0.768696] pci_bus 0000:0c: resource 0 [io  0x9000-0x9fff]

[    0.769667] pci_bus 0000:0c: resource 1 [mem 0xfcf00000-0xfcffffff]

[    0.770696] pci_bus 0000:0c: resource 2 [mem 0xe7600000-0xe76fffff 64bit pref]

[    0.771696] pci_bus 0000:0d: resource 0 [io  0xd000-0xdfff]

[    0.772666] pci_bus 0000:0d: resource 1 [mem 0xfcb00000-0xfcbfffff]

[    0.773696] pci_bus 0000:0d: resource 2 [mem 0xe7200000-0xe72fffff 64bit pref]

[    0.774696] pci_bus 0000:0e: resource 1 [mem 0xfc700000-0xfc7fffff]

[    0.775696] pci_bus 0000:0e: resource 2 [mem 0xe6e00000-0xe6efffff 64bit pref]

[    0.776697] pci_bus 0000:0f: resource 1 [mem 0xfc300000-0xfc3fffff]

[    0.777697] pci_bus 0000:0f: resource 2 [mem 0xe6a00000-0xe6afffff 64bit pref]

[    0.778701] pci_bus 0000:10: resource 1 [mem 0xfbf00000-0xfbffffff]

[    0.779697] pci_bus 0000:10: resource 2 [mem 0xe6600000-0xe66fffff 64bit pref]

[    0.780697] pci_bus 0000:11: resource 1 [mem 0xfbb00000-0xfbbfffff]

[    0.781699] pci_bus 0000:11: resource 2 [mem 0xe6200000-0xe62fffff 64bit pref]

[    0.782695] pci_bus 0000:12: resource 1 [mem 0xfb700000-0xfb7fffff]

[    0.783697] pci_bus 0000:12: resource 2 [mem 0xe5e00000-0xe5efffff 64bit pref]

[    0.784685] pci_bus 0000:13: resource 0 [io  0x6000-0x6fff]

[    0.785656] pci_bus 0000:13: resource 1 [mem 0xfd200000-0xfd2fffff]

[    0.786671] pci_bus 0000:13: resource 2 [mem 0xe7900000-0xe79fffff 64bit pref]

[    0.787679] pci_bus 0000:14: resource 0 [io  0xa000-0xafff]

[    0.788654] pci_bus 0000:14: resource 1 [mem 0xfce00000-0xfcefffff]

[    0.789671] pci_bus 0000:14: resource 2 [mem 0xe7500000-0xe75fffff 64bit pref]

[    0.790681] pci_bus 0000:15: resource 0 [io  0xe000-0xefff]

[    0.791645] pci_bus 0000:15: resource 1 [mem 0xfca00000-0xfcafffff]

[    0.792672] pci_bus 0000:15: resource 2 [mem 0xe7100000-0xe71fffff 64bit pref]

[    0.793680] pci_bus 0000:16: resource 1 [mem 0xfc600000-0xfc6fffff]

[    0.794673] pci_bus 0000:16: resource 2 [mem 0xe6d00000-0xe6dfffff 64bit pref]

[    0.795671] pci_bus 0000:17: resource 1 [mem 0xfc200000-0xfc2fffff]

[    0.796682] pci_bus 0000:17: resource 2 [mem 0xe6900000-0xe69fffff 64bit pref]

[    0.797672] pci_bus 0000:18: resource 1 [mem 0xfbe00000-0xfbefffff]

[    0.798673] pci_bus 0000:18: resource 2 [mem 0xe6500000-0xe65fffff 64bit pref]

[    0.799680] pci_bus 0000:19: resource 1 [mem 0xfba00000-0xfbafffff]

[    0.800674] pci_bus 0000:19: resource 2 [mem 0xe6100000-0xe61fffff 64bit pref]

[    0.801672] pci_bus 0000:1a: resource 1 [mem 0xfb600000-0xfb6fffff]

[    0.802684] pci_bus 0000:1a: resource 2 [mem 0xe5d00000-0xe5dfffff 64bit pref]

[    0.803672] pci_bus 0000:1b: resource 0 [io  0x7000-0x7fff]

[    0.803686] pci_bus 0000:1b: resource 1 [mem 0xfd100000-0xfd1fffff]

[    0.804673] pci_bus 0000:1b: resource 2 [mem 0xe7800000-0xe78fffff 64bit pref]

[    0.805681] pci_bus 0000:1c: resource 0 [io  0xb000-0xbfff]

[    0.806653] pci_bus 0000:1c: resource 1 [mem 0xfcd00000-0xfcdfffff]

[    0.807672] pci_bus 0000:1c: resource 2 [mem 0xe7400000-0xe74fffff 64bit pref]

[    0.808684] pci_bus 0000:1d: resource 1 [mem 0xfc900000-0xfc9fffff]

[    0.809672] pci_bus 0000:1d: resource 2 [mem 0xe7000000-0xe70fffff 64bit pref]

[    0.810675] pci_bus 0000:1e: resource 1 [mem 0xfc500000-0xfc5fffff]

[    0.811681] pci_bus 0000:1e: resource 2 [mem 0xe6c00000-0xe6cfffff 64bit pref]

[    0.812674] pci_bus 0000:1f: resource 1 [mem 0xfc100000-0xfc1fffff]

[    0.813672] pci_bus 0000:1f: resource 2 [mem 0xe6800000-0xe68fffff 64bit pref]

[    0.814683] pci_bus 0000:20: resource 1 [mem 0xfbd00000-0xfbdfffff]

[    0.815673] pci_bus 0000:20: resource 2 [mem 0xe6400000-0xe64fffff 64bit pref]

[    0.816674] pci_bus 0000:21: resource 1 [mem 0xfb900000-0xfb9fffff]

[    0.817682] pci_bus 0000:21: resource 2 [mem 0xe6000000-0xe60fffff 64bit pref]

[    0.818675] pci_bus 0000:22: resource 1 [mem 0xfb500000-0xfb5fffff]

[    0.819674] pci_bus 0000:22: resource 2 [mem 0xe5c00000-0xe5cfffff 64bit pref]

[    0.820696] NET: Registered protocol family 2

[    0.820724] TCP established hash table entries: 32768 (order: 6, 262144 bytes)

[    0.821686] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)

[    0.822688] TCP: Hash tables configured (established 32768 bind 32768)

[    0.823695] UDP hash table entries: 2048 (order: 4, 65536 bytes)

[    0.824683] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)

[    0.825686] NET: Registered protocol family 1

[    0.825700] pci 0000:00:00.0: Limiting direct PCI/PCI transfers

[    0.826698] pci 0000:00:0f.0: Video device with shadowed ROM

[    0.827686] PCI: CLS 32 bytes, default 64

[    0.974685] Trying to unpack rootfs image as initramfs...

[    2.022798] Freeing initrd memory: 8056K

[    2.022876] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)

[    2.023783] software IO TLB: mapped [mem 0xbbee0000-0xbfee0000] (64MB)

[    2.024790] RAPL PMU detected, API unit is 2^-32 Joules, 3 fixed counters 10737418240 ms ovfl timer

[    2.025781] hw unit of domain pp0-core 2^-0 Joules

[    2.025791] hw unit of domain package 2^-0 Joules

[    2.025802] hw unit of domain dram 2^-16 Joules

[    2.026093] audit: initializing netlink subsys (disabled)

[    2.026339] audit: type=2000 audit(1664895378.002:1): initialized

[    2.026730] Initialise system trusted keyring

[    2.041278] VFS: Disk quotas dquot_6.6.0

[    2.041485] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)

[    2.098574] Key type asymmetric registered

[    2.098861] Asymmetric key parser 'x509' registered

[    2.099083] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)

[    2.099451] io scheduler noop registered

[    2.099618] io scheduler deadline registered

[    2.099977] io scheduler cfq registered

[    2.104700] pcieport 0000:00:15.0: Signaling PME through PCIe PME interrupt

[    2.105086] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt

[    2.105381] pcie_pme 0000:00:15.0:pcie01: service driver pcie_pme loaded

[    2.105798] pcieport 0000:00:15.1: Signaling PME through PCIe PME interrupt

[    2.106128] pcie_pme 0000:00:15.1:pcie01: service driver pcie_pme loaded

[    2.106469] pcieport 0000:00:15.2: Signaling PME through PCIe PME interrupt

[    2.106851] pcie_pme 0000:00:15.2:pcie01: service driver pcie_pme loaded

[    2.107201] pcieport 0000:00:15.3: Signaling PME through PCIe PME interrupt

[    2.107514] pcie_pme 0000:00:15.3:pcie01: service driver pcie_pme loaded

[    2.107949] pcieport 0000:00:15.4: Signaling PME through PCIe PME interrupt

[    2.108235] pcie_pme 0000:00:15.4:pcie01: service driver pcie_pme loaded

[    2.108577] pcieport 0000:00:15.5: Signaling PME through PCIe PME interrupt

[    2.108956] pcie_pme 0000:00:15.5:pcie01: service driver pcie_pme loaded

[    2.109270] pcieport 0000:00:15.6: Signaling PME through PCIe PME interrupt

[    2.109606] pcie_pme 0000:00:15.6:pcie01: service driver pcie_pme loaded

[    2.110042] pcieport 0000:00:15.7: Signaling PME through PCIe PME interrupt

[    2.110323] pcie_pme 0000:00:15.7:pcie01: service driver pcie_pme loaded

[    2.110673] pcieport 0000:00:16.0: Signaling PME through PCIe PME interrupt

[    2.111046] pcie_pme 0000:00:16.0:pcie01: service driver pcie_pme loaded

[    2.111371] pcieport 0000:00:16.1: Signaling PME through PCIe PME interrupt

[    2.111782] pcie_pme 0000:00:16.1:pcie01: service driver pcie_pme loaded

[    2.112085] pcieport 0000:00:16.2: Signaling PME through PCIe PME interrupt

[    2.112369] pcie_pme 0000:00:16.2:pcie01: service driver pcie_pme loaded

[    2.112848] pcieport 0000:00:16.3: Signaling PME through PCIe PME interrupt

[    2.113136] pcie_pme 0000:00:16.3:pcie01: service driver pcie_pme loaded

[    2.113435] pcieport 0000:00:16.4: Signaling PME through PCIe PME interrupt

[    2.113904] pcie_pme 0000:00:16.4:pcie01: service driver pcie_pme loaded

[    2.114187] pcieport 0000:00:16.5: Signaling PME through PCIe PME interrupt

[    2.114481] pcie_pme 0000:00:16.5:pcie01: service driver pcie_pme loaded

[    2.114854] pcieport 0000:00:16.6: Signaling PME through PCIe PME interrupt

[    2.115143] pcie_pme 0000:00:16.6:pcie01: service driver pcie_pme loaded

[    2.115475] pcieport 0000:00:16.7: Signaling PME through PCIe PME interrupt

[    2.115832] pcie_pme 0000:00:16.7:pcie01: service driver pcie_pme loaded

[    2.116127] pcieport 0000:00:17.0: Signaling PME through PCIe PME interrupt

[    2.116480] pcie_pme 0000:00:17.0:pcie01: service driver pcie_pme loaded

[    2.116822] pcieport 0000:00:17.1: Signaling PME through PCIe PME interrupt

[    2.117147] pcie_pme 0000:00:17.1:pcie01: service driver pcie_pme loaded

[    2.117476] pcieport 0000:00:17.2: Signaling PME through PCIe PME interrupt

[    2.117957] pcie_pme 0000:00:17.2:pcie01: service driver pcie_pme loaded

[    2.118283] pcieport 0000:00:17.3: Signaling PME through PCIe PME interrupt

[    2.118609] pcie_pme 0000:00:17.3:pcie01: service driver pcie_pme loaded

[    2.119034] pcieport 0000:00:17.4: Signaling PME through PCIe PME interrupt

[    2.119318] pcie_pme 0000:00:17.4:pcie01: service driver pcie_pme loaded

[    2.119633] pcieport 0000:00:17.5: Signaling PME through PCIe PME interrupt

[    2.120032] pcie_pme 0000:00:17.5:pcie01: service driver pcie_pme loaded

[    2.120378] pcieport 0000:00:17.6: Signaling PME through PCIe PME interrupt

[    2.120789] pcie_pme 0000:00:17.6:pcie01: service driver pcie_pme loaded

[    2.121147] pcieport 0000:00:17.7: Signaling PME through PCIe PME interrupt

[    2.121490] pcie_pme 0000:00:17.7:pcie01: service driver pcie_pme loaded

[    2.121867] pcieport 0000:00:18.0: Signaling PME through PCIe PME interrupt

[    2.122177] pcie_pme 0000:00:18.0:pcie01: service driver pcie_pme loaded

[    2.122507] pcieport 0000:00:18.1: Signaling PME through PCIe PME interrupt

[    2.122883] pcie_pme 0000:00:18.1:pcie01: service driver pcie_pme loaded

[    2.123208] pcieport 0000:00:18.2: Signaling PME through PCIe PME interrupt

[    2.123531] pcie_pme 0000:00:18.2:pcie01: service driver pcie_pme loaded

[    2.123973] pcieport 0000:00:18.3: Signaling PME through PCIe PME interrupt

[    2.124279] pcie_pme 0000:00:18.3:pcie01: service driver pcie_pme loaded

[    2.124622] pcieport 0000:00:18.4: Signaling PME through PCIe PME interrupt

[    2.125030] pcie_pme 0000:00:18.4:pcie01: service driver pcie_pme loaded

[    2.125353] pcieport 0000:00:18.5: Signaling PME through PCIe PME interrupt

[    2.125820] pcie_pme 0000:00:18.5:pcie01: service driver pcie_pme loaded

[    2.126147] pcieport 0000:00:18.6: Signaling PME through PCIe PME interrupt

[    2.126799] pcie_pme 0000:00:18.6:pcie01: service driver pcie_pme loaded

[    2.127796] pcieport 0000:00:18.7: Signaling PME through PCIe PME interrupt

[    2.128797] pcie_pme 0000:00:18.7:pcie01: service driver pcie_pme loaded

[    2.263439] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled

[    2.284548] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A

[    2.285041] console [ttyS0] enabled

[    2.285041] console [ttyS0] enabled

[    2.285342] bootconsole [uart0] disabled

[    2.285342] bootconsole [uart0] disabled

[    2.432471] Linux agpgart interface v0.103

[    2.432839] agpgart-intel 0000:00:00.0: Intel 440BX Chipset

[    2.433447] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x0

[    2.442773] brd: module loaded

[    2.443038] Loading iSCSI transport class v2.0-870.

[    2.450845] ahci 0000:02:01.0: version 3.0

[    2.451522] ahci 0000:02:01.0: AHCI 0001.0300 32 slots 30 ports 6 Gbps 0x3fffffff impl SATA mode

[    2.452221] ahci 0000:02:01.0: flags: 64bit ncq clo only

[    2.452613] Cannot find slot node of this ata_port.

[    2.453068] Cannot find slot node of this ata_port.

[    2.453397] Cannot find slot node of this ata_port.

[    2.453735] Cannot find slot node of this ata_port.

[    2.454129] Cannot find slot node of this ata_port.

[    2.454471] Cannot find slot node of this ata_port.

[    2.454887] Cannot find slot node of this ata_port.

[    2.455269] Cannot find slot node of this ata_port.

[    2.455574] Cannot find slot node of this ata_port.

[    2.455971] Cannot find slot node of this ata_port.

[    2.456329] Cannot find slot node of this ata_port.

[    2.456630] Cannot find slot node of this ata_port.

[    2.457076] Cannot find slot node of this ata_port.

[    2.457417] Cannot find slot node of this ata_port.

[    2.457755] Cannot find slot node of this ata_port.

[    2.458140] Cannot find slot node of this ata_port.

[    2.458449] Cannot find slot node of this ata_port.

[    2.458921] Cannot find slot node of this ata_port.

[    2.459238] Cannot find slot node of this ata_port.

[    2.459617] Cannot find slot node of this ata_port.

[    2.459996] Cannot find slot node of this ata_port.

[    2.460321] Cannot find slot node of this ata_port.

[    2.460700] Cannot find slot node of this ata_port.

[    2.461096] Cannot find slot node of this ata_port.

[    2.461416] Cannot find slot node of this ata_port.

[    2.461842] Cannot find slot node of this ata_port.

[    2.462118] Cannot find slot node of this ata_port.

[    2.462438] Cannot find slot node of this ata_port.

[    2.462947] Cannot find slot node of this ata_port.

[    2.463325] Cannot find slot node of this ata_port.

[    2.555395] scsi host0: ahci

[    2.558458] scsi host1: ahci

[    2.562181] scsi host2: ahci

[    2.564672] scsi host3: ahci

[    2.566598] scsi host4: ahci

[    2.568143] scsi host5: ahci

[    2.569100] scsi host6: ahci

[    2.571034] scsi host7: ahci

[    2.571951] scsi host8: ahci

[    2.572700] scsi host9: ahci

[    2.574199] scsi host10: ahci

[    2.576855] scsi host11: ahci

[    2.578568] scsi host12: ahci

[    2.580420] scsi host13: ahci

[    2.581677] scsi host14: ahci

[    2.583259] scsi host15: ahci

[    2.585099] scsi host16: ahci

[    2.586367] scsi host17: ahci

[    2.587603] scsi host18: ahci

[    2.589187] scsi host19: ahci

[    2.590379] scsi host20: ahci

[    2.591866] scsi host21: ahci

[    2.593627] scsi host22: ahci

[    2.595343] scsi host23: ahci

[    2.596526] scsi host24: ahci

[    2.598025] scsi host25: ahci

[    2.599557] scsi host26: ahci

[    2.600824] scsi host27: ahci

[    2.602335] scsi host28: ahci

[    2.603712] scsi host29: ahci

[    2.604062] ata1 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff100 irq 56

[    2.604610] ata2 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff180 irq 56

[    2.605148] ata3 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff200 irq 56

[    2.605618] ata4 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff280 irq 56

[    2.606190] ata5 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff300 irq 56

[    2.606838] ata6 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff380 irq 56

[    2.607376] ata7 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff400 irq 56

[    2.607956] ata8 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff480 irq 56

[    2.608511] ata9 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff500 irq 56

[    2.608927] ata10 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff580 irq 56

[    2.609877] ata11 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff600 irq 56

[    2.610840] ata12 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff680 irq 56

[    2.611839] ata13 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff700 irq 56

[    2.612839] ata14 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff780 irq 56

[    2.613839] ata15 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff800 irq 56

[    2.614839] ata16 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff880 irq 56

[    2.615839] ata17 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff900 irq 56

[    2.616839] ata18 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff980 irq 56

[    2.617841] ata19 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ffa00 irq 56

[    2.618840] ata20 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ffa80 irq 56

[    2.619840] ata21 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ffb00 irq 56

[    2.620840] ata22 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ffb80 irq 56

[    2.621840] ata23 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ffc00 irq 56

[    2.622840] ata24 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ffc80 irq 56

[    2.623841] ata25 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ffd00 irq 56

[    2.624841] ata26 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ffd80 irq 56

[    2.625841] ata27 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ffe00 irq 56

[    2.626842] ata28 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ffe80 irq 56

[    2.627842] ata29 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5fff00 irq 56

[    2.628861] ata30 : SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5fff80 irq 56

[    2.630462] ahci 0000:02:02.0: AHCI 0001.0300 32 slots 30 ports 6 Gbps 0x3fffffff impl SATA mode

[    2.630958] ahci 0000:02:02.0: flags: 64bit ncq clo only

[    2.631858] Cannot find slot node of this ata_port.

[    2.631877] Cannot find slot node of this ata_port.

[    2.631896] Cannot find slot node of this ata_port.

[    2.631915] Cannot find slot node of this ata_port.

[    2.632823] Cannot find slot node of this ata_port.

[    2.633426] Cannot find slot node of this ata_port.

[    2.633859] Cannot find slot node of this ata_port.

[    2.633878] Cannot find slot node of this ata_port.

[    2.633896] Cannot find slot node of this ata_port.

[    2.633915] Cannot find slot node of this ata_port.

[    2.633934] Cannot find slot node of this ata_port.

[    2.634830] Cannot find slot node of this ata_port.

[    2.634849] Cannot find slot node of this ata_port.

[    2.634868] Cannot find slot node of this ata_port.

[    2.634887] Cannot find slot node of this ata_port.

[    2.634906] Cannot find slot node of this ata_port.

[    2.634925] Cannot find slot node of this ata_port.

[    2.635826] Cannot find slot node of this ata_port.

[    2.635845] Cannot find slot node of this ata_port.

[    2.635864] Cannot find slot node of this ata_port.

[    2.635882] Cannot find slot node of this ata_port.

[    2.635901] Cannot find slot node of this ata_port.

[    2.636814] Cannot find slot node of this ata_port.

[    2.636833] Cannot find slot node of this ata_port.

[    2.636852] Cannot find slot node of this ata_port.

[    2.636871] Cannot find slot node of this ata_port.

[    2.636890] Cannot find slot node of this ata_port.

[    2.637814] Cannot find slot node of this ata_port.

[    2.637850] Cannot find slot node of this ata_port.

[    2.637869] Cannot find slot node of this ata_port.

[    2.702352] scsi host30: ahci

[    2.702996] scsi host31: ahci

[    2.703957] scsi host32: ahci

[    2.704753] scsi host33: ahci

[    2.706548] scsi host34: ahci

[    2.708358] scsi host35: ahci

[    2.709754] scsi host36: ahci

[    2.711188] scsi host37: ahci

[    2.712642] scsi host38: ahci

[    2.713782] scsi host39: ahci

[    2.715261] scsi host40: ahci

[    2.716712] scsi host41: ahci

[    2.717964] scsi host42: ahci

[    2.719506] scsi host43: ahci

[    2.721121] scsi host44: ahci

[    2.722949] scsi host45: ahci

[    2.724803] scsi host46: ahci

[    2.726020] scsi host47: ahci

[    2.727052] scsi host48: ahci

[    2.728050] scsi host49: ahci

[    2.729910] scsi host50: ahci

[    2.731581] scsi host51: ahci

[    2.732395] scsi host52: ahci

[    2.734446] scsi host53: ahci

[    2.736122] scsi host54: ahci

[    2.737380] scsi host55: ahci

[    2.738562] scsi host56: ahci

[    2.739921] scsi host57: ahci

[    2.741873] scsi host58: ahci

[    2.743302] scsi host59: ahci

[    2.743555] ata31 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5fe100 irq 57

[    2.744162] ata32 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5fe180 irq 57

[    2.744675] ata33 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5fe200 irq 57

[    2.745329] ata34 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5fe280 irq 57

[    2.745895] ata35 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5fe300 irq 57

[    2.746356] ata36 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5fe380 irq 57

[    2.746929] ata37 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5fe400 irq 57

[    2.747856] ata38 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5fe480 irq 57

[    2.748853] ata39 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5fe500 irq 57

[    2.749883] ata40 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5fe580 irq 57

[    2.750855] ata41 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5fe600 irq 57

[    2.751854] ata42 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5fe680 irq 57

[    2.752853] ata43 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5fe700 irq 57

[    2.753853] ata44 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5fe780 irq 57

[    2.754853] ata45 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5fe800 irq 57

[    2.755855] ata46 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5fe880 irq 57

[    2.756853] ata47 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5fe900 irq 57

[    2.757856] ata48 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5fe980 irq 57

[    2.758854] ata49 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5fea00 irq 57

[    2.759854] ata50 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5fea80 irq 57

[    2.760854] ata51 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5feb00 irq 57

[    2.761854] ata52 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5feb80 irq 57

[    2.762854] ata53 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5fec00 irq 57

[    2.763853] ata54 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5fec80 irq 57

[    2.764853] ata55 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5fed00 irq 57

[    2.765853] ata56 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5fed80 irq 57

[    2.766853] ata57 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5fee00 irq 57

[    2.767853] ata58 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5fee80 irq 57

[    2.768853] ata59 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5fef00 irq 57

[    2.769853] ata60 : SATA max UDMA/133 abar m4096@0xfd5fe000 port 0xfd5fef80 irq 57

[    2.770924] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUS] at 0x60,0x64 irq 1,12

[    2.772414] serio: i8042 KBD port at 0x60,0x64 irq 1

[    2.772762] serio: i8042 AUX port at 0x60,0x64 irq 12

[    2.782252] mousedev: PS/2 mouse device common for all mice

[    2.782641] i2c /dev entries driver

[    2.782998] md: raid1 personality registered for level 1

[    2.783438] NET: Registered protocol family 17

[    2.783738] Key type dns_resolver registered

[    2.784377] mce: Using 8 MCE banks

[    2.784946] registered taskstats version 1

[    2.785277] Loading compiled-in untrusted X.509 certificates

[    2.785693] Loading compiled-in X.509 certificates

[    2.786122] Loaded X.509 cert 'Synology SDG kernel module signing key: 7bd0b0d6bcd31651c22ce3978bdc8c8bdc417329'

[    2.786931] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0

[    2.787567] evbug: Connected device: input0 (AT Translated Set 2 keyboard at isa0060/serio0/input0)

[    2.790526] Loaded X.509 cert 'Synology Root Certification Authority: f2c075361f168425f8b5ef31b796406c3aab2089'

[    2.791364] Loaded X.509 cert 'Synology Kernel Module Signing Certification Authority: 600839b5d127e0e11d817a31f0575d323a7c0e28'

[    2.792222] Loaded X.509 cert 'Synology kernel module signing key: 4646ce54489669338118a3b1286da156ac366fa5'

[    2.792905] page_owner is disabled

[    2.793162] AppArmor: AppArmor sha1 policy hashing enabled

[    2.796049] hctosys: unable to open rtc device (rtc0)

[    2.935955] ata29 : SATA link down (SStatus 0 SControl 300)

[    2.936903] ata29 : No present pin info for SATA link down event

[    2.938924] ata5 : SATA link down (SStatus 0 SControl 300)

[    2.940880] ata5 : No present pin info for SATA link down event

[    2.941895] ata22 : SATA link down (SStatus 0 SControl 300)

[    2.942871] ata22 : No present pin info for SATA link down event

[    2.943878] ata26 : SATA link down (SStatus 0 SControl 300)

[    2.944869] ata26 : No present pin info for SATA link down event

[    2.945880] ata1 : SATA link up 6.0 Gbps (SStatus 133 SControl 300)

[    2.946918] ata1.00 : ATA-6: VMware Virtual SATA Hard Drive, 00000001, max UDMA/100

[    2.947873] ata1.00 : 2097152 sectors, multi 0: LBA48 NCQ (depth 31/32)

[    2.948872] ata1.00 : SN:00000000000000000001

[    2.948914] ata23 : SATA link down (SStatus 0 SControl 300)

[    2.949870] ata23 : No present pin info for SATA link down event

[    2.950883] ata12 : SATA link down (SStatus 0 SControl 300)

[    2.951872] ata12 : No present pin info for SATA link down event

[    2.952878] ata2 : SATA link down (SStatus 0 SControl 300)

[    2.952900] ata2 : No present pin info for SATA link down event

[    2.952950] ata19 : SATA link down (SStatus 0 SControl 300)

[    2.952972] ata19 : No present pin info for SATA link down event

[    2.953879] ata3 : SATA link down (SStatus 0 SControl 300)

[    2.953900] ata3 : No present pin info for SATA link down event

[    2.953930] ata21 : SATA link down (SStatus 0 SControl 300)

[    2.954872] ata21 : No present pin info for SATA link down event

[    2.955882] ata11 : SATA link down (SStatus 0 SControl 300)

[    2.956872] ata11 : No present pin info for SATA link down event

[    2.957881] ata10 : SATA link down (SStatus 0 SControl 300)

[    2.958872] ata10 : No present pin info for SATA link down event

[    2.959879] ata27 : SATA link down (SStatus 0 SControl 300)

[    2.960871] ata27 : No present pin info for SATA link down event

[    2.961881] ata25 : SATA link down (SStatus 0 SControl 300)

[    2.962872] ata25 : No present pin info for SATA link down event

[    2.963880] ata30 : SATA link down (SStatus 0 SControl 300)

[    2.963901] ata30 : No present pin info for SATA link down event

[    2.964894] ata8 : SATA link down (SStatus 0 SControl 300)

[    2.965873] ata8 : No present pin info for SATA link down event

[    2.966879] ata9 : SATA link down (SStatus 0 SControl 300)

[    2.967858] ata9 : No present pin info for SATA link down event

[    2.967887] ata17 : SATA link down (SStatus 0 SControl 300)

[    2.967908] ata17 : No present pin info for SATA link down event

[    2.968893] ata7 : SATA link down (SStatus 0 SControl 300)

[    2.969875] ata7 : No present pin info for SATA link down event

[    2.970920] ata13 : SATA link down (SStatus 0 SControl 300)

[    2.970941] ata13 : No present pin info for SATA link down event

[    2.971907] ata20 : SATA link down (SStatus 0 SControl 300)

[    2.972878] ata20 : No present pin info for SATA link down event

[    2.973910] ata4 : SATA link down (SStatus 0 SControl 300)

[    2.974883] ata4 : No present pin info for SATA link down event

[    2.975946] ata16 : SATA link down (SStatus 0 SControl 300)

[    2.976878] ata16 : No present pin info for SATA link down event

[    2.977889] ata24 : SATA link down (SStatus 0 SControl 300)

[    2.978876] ata24 : No present pin info for SATA link down event

[    2.979889] ata6 : SATA link down (SStatus 0 SControl 300)

[    2.980870] ata6 : No present pin info for SATA link down event

[    2.981935] ata18 : SATA link down (SStatus 0 SControl 300)

[    2.982880] ata18 : No present pin info for SATA link down event

[    2.983917] ata1.00 : configured for UDMA/100

[    2.983948] ata1.00 : Find SSD disks. [VMware Virtual SATA Hard Drive]

[    2.983958] ata14 : SATA link down (SStatus 0 SControl 300)

[    2.983959] ata14 : No present pin info for SATA link down event

[    2.983972] ata15 : SATA link down (SStatus 0 SControl 300)

[    2.983973] ata15 : No present pin info for SATA link down event

[    2.983982] ata28 : SATA link down (SStatus 0 SControl 300)

[    2.983983] ata28 : No present pin info for SATA link down event

[    2.990945] I/O scheduler elevator not found

[    2.991045] scsi 0:0:0:0: Direct-Access     VMware   Virtual SATA Hard Drive  0001 PQ: 0 ANSI: 5

[    2.991937] Cannot find slot node of this ata_port.

[    2.991959] got SATA disk[0]

[    2.992045] sd 0:0:0:0: [sata1] 2097152 512-byte logical blocks: (1.07 GB/1.00 GiB)

[    2.992654] sd 0:0:0:0: [sata1] Write Protect is off

[    2.993084] sd 0:0:0:0: [sata1] Mode Sense: 00 3a 00 00

[    2.993445] sd 0:0:0:0: [sata1] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA

[    3.006962]  sata1: p1 p2 p3

[    3.007256] sd 0:0:0:0: [sata1] Attached SCSI disk

[    3.026949] tsc: Refined TSC clocksource calibration: 2493.984 MHz

[    3.027892] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23f306c2967, max_idle_ns: 440795220698 ns

[    3.078967] ata33 : SATA link down (SStatus 0 SControl 300)

[    3.079908] ata33 : No present pin info for SATA link down event

[    3.080926] ata51 : SATA link down (SStatus 0 SControl 300)

[    3.082893] ata51 : No present pin info for SATA link down event

[    3.084907] ata60 : SATA link down (SStatus 0 SControl 300)

[    3.085889] ata60 : No present pin info for SATA link down event

[    3.086899] ata59 : SATA link down (SStatus 0 SControl 300)

[    3.088883] ata59 : No present pin info for SATA link down event

[    3.089885] ata36 : SATA link down (SStatus 0 SControl 300)

[    3.090871] ata36 : No present pin info for SATA link down event

[    3.091890] ata35 : SATA link down (SStatus 0 SControl 300)

[    3.091911] ata35 : No present pin info for SATA link down event

[    3.092894] ata32 : SATA link down (SStatus 0 SControl 300)

[    3.093884] ata32 : No present pin info for SATA link down event

[    3.094891] ata46 : SATA link down (SStatus 0 SControl 300)

[    3.095883] ata46 : No present pin info for SATA link down event

[    3.096894] ata52 : SATA link down (SStatus 0 SControl 300)

[    3.097884] ata52 : No present pin info for SATA link down event

[    3.098891] ata43 : SATA link down (SStatus 0 SControl 300)

[    3.099884] ata43 : No present pin info for SATA link down event

[    3.100895] ata48 : SATA link down (SStatus 0 SControl 300)

[    3.101885] ata48 : No present pin info for SATA link down event

[    3.102892] ata57 : SATA link down (SStatus 0 SControl 300)

[    3.103880] ata57 : No present pin info for SATA link down event

[    3.104895] ata40 : SATA link down (SStatus 0 SControl 300)

[    3.105885] ata40 : No present pin info for SATA link down event

[    3.106892] ata47 : SATA link down (SStatus 0 SControl 300)

[    3.107878] ata47 : No present pin info for SATA link down event

[    3.108895] ata55 : SATA link down (SStatus 0 SControl 300)

[    3.109879] ata55 : No present pin info for SATA link down event

[    3.110897] ata31 : SATA link up 6.0 Gbps (SStatus 133 SControl 300)

[    3.111927] ata44 : SATA link down (SStatus 0 SControl 300)

[    3.112886] ata44 : No present pin info for SATA link down event

[    3.113893] ata41 : SATA link down (SStatus 0 SControl 300)

[    3.114886] ata41 : No present pin info for SATA link down event

[    3.115895] ata37 : SATA link down (SStatus 0 SControl 300)

[    3.116886] ata37 : No present pin info for SATA link down event

[    3.116949] ata58 : SATA link down (SStatus 0 SControl 300)

[    3.117889] ata58 : No present pin info for SATA link down event

[    3.118911] ata56 : SATA link down (SStatus 0 SControl 300)

[    3.119887] ata56 : No present pin info for SATA link down event

[    3.120911] ata38 : SATA link down (SStatus 0 SControl 300)

[    3.120933] ata38 : No present pin info for SATA link down event

[    3.121899] ata53 : SATA link down (SStatus 0 SControl 300)

[    3.121920] ata53 : No present pin info for SATA link down event

[    3.122899] ata45 : SATA link down (SStatus 0 SControl 300)

[    3.123886] ata45 : No present pin info for SATA link down event

[    3.124900] ata34 : SATA link down (SStatus 0 SControl 300)

[    3.125898] ata34 : No present pin info for SATA link down event

[    3.126911] ata50 : SATA link down (SStatus 0 SControl 300)

[    3.127881] ata50 : No present pin info for SATA link down event

[    3.128910] ata42 : SATA link down (SStatus 0 SControl 300)

[    3.129886] ata42 : No present pin info for SATA link down event

[    3.130911] ata49 : SATA link down (SStatus 0 SControl 300)

[    3.131903] ata49 : No present pin info for SATA link down event

[    3.132927] ata39 : SATA link down (SStatus 0 SControl 300)

[    3.133897] ata39 : No present pin info for SATA link down event

[    3.134922] ata54 : SATA link down (SStatus 0 SControl 300)

[    3.135897] ata54 : No present pin info for SATA link down event

[    3.136948] ata31.00 : ATA-6: VMware Virtual SATA Hard Drive, 00000001, max UDMA/100

[    3.137892] ata31.00 : 62914560 sectors, multi 0: LBA48 NCQ (depth 31/32)

[    3.138887] ata31.00 : SN:10000000000000000001

[    3.138945] ata31.00 : configured for UDMA/100

[    3.139002] ata31.00 : Find SSD disks. [VMware Virtual SATA Hard Drive]

[    3.139974] I/O scheduler elevator not found

[    3.140070] scsi 30:0:0:0: Direct-Access     VMware   Virtual SATA Hard Drive  0001 PQ: 0 ANSI: 5

[    3.140948] Cannot find slot node of this ata_port.

[    3.140969] got SATA disk[1]

[    3.141064] sd 30:0:0:0: [sata2] 62914560 512-byte logical blocks: (32.2 GB/30.0 GiB)

[    3.141681] sd 30:0:0:0: [sata2] Write Protect is off

[    3.142095] sd 30:0:0:0: [sata2] Mode Sense: 00 3a 00 00

[    3.142463] sd 30:0:0:0: [sata2] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA

[    3.143913]  sata2: p1 p2

[    3.144292] sd 30:0:0:0: [sata2] Attached SCSI disk

[    3.147348] redpill: loading out-of-tree module taints kernel.

[    3.147764] redpill: module verification failed: signature and/or required key missing - tainting kernel

[    3.148557] <redpill/redpill_main.c:45> ================================================================================================

[    3.149591] <redpill/redpill_main.c:46> RedPill v0.5-at-2022_06_28-12_16_32 loading...

[    3.150680] <redpill/call_protected.c:83> Got addr ffffffff811f7f30 for cmdline_proc_show

[    3.151306] <redpill/cmdline_delegate.c:322> Cmdline count: 427

[    3.151705] <redpill/cmdline_delegate.c:389> Cmdline: BOOT_IMAGE=/zImage withefi earlyprintk syno_hw_version=DS920+ console=ttyS0,115200n8 netif_num=1 synoboot2 pid=0xa4a5 earlycon=uart8250,io,0x3f8,115200n8 synoboot_satadom=2 mac1=000C2936CF6A sn=2030SBRLV8F3T HddEnableDynamicPower=1 vid=0x0525 elevator=elevator loglevel=15 intel_iommu=igfx_off DiskIdxMap=1000 vender_format_version=2 log_buf_len=32M root=/dev/md0 SataPortMap=18 syno_ttyS1=serial,0x2f8 syno_ttyS0=serial,0x3f8

[    3.151705]

[    3.155897] <redpill/cmdline_delegate.c:401> Param #0: |BOOT_IMAGE=/zImage|

[    3.156926] <redpill/cmdline_delegate.c:296> Option "BOOT_IMAGE=/zImage" not recognized - ignoring

[    3.157668] <redpill/cmdline_delegate.c:401> Param #1: |withefi|

[    3.157976] <redpill/cmdline_delegate.c:296> Option "withefi" not recognized - ignoring

[    3.158714] <redpill/cmdline_delegate.c:401> Param #2: |earlyprintk|

[    3.158933] <redpill/cmdline_delegate.c:296> Option "earlyprintk" not recognized - ignoring

[    3.159893] <redpill/cmdline_delegate.c:401> Param #3: |syno_hw_version=DS920+|

[    3.160892] <redpill/cmdline_delegate.c:26> HW version set to: DS920+

[    3.161893] <redpill/cmdline_delegate.c:401> Param #4: |console=ttyS0,115200n8|

[    3.162893] <redpill/cmdline_delegate.c:296> Option "console=ttyS0,115200n8" not recognized - ignoring

[    3.163893] <redpill/cmdline_delegate.c:401> Param #5: |netif_num=1|

[    3.164892] <redpill/cmdline_delegate.c:239> Declared network ifaces # as 1

[    3.165892] <redpill/cmdline_delegate.c:401> Param #6: |synoboot2|

[    3.166895] <redpill/cmdline_delegate.c:296> Option "synoboot2" not recognized - ignoring

[    3.167892] <redpill/cmdline_delegate.c:401> Param #7: |pid=0xa4a5|

[    3.168892] <redpill/cmdline_delegate.c:142> PID override: 0xa4a5

[    3.169892] <redpill/cmdline_delegate.c:401> Param #8: |earlycon=uart8250,io,0x3f8,115200n8|

[    3.170897] <redpill/cmdline_delegate.c:296> Option "earlycon=uart8250,io,0x3f8,115200n8" not recognized - ignoring

[    3.171897] <redpill/cmdline_delegate.c:401> Param #9: |synoboot_satadom=2|

[    3.172900] <redpill/cmdline_delegate.c:64> Boot media SATADISK (fake) requested

[    3.173897] <redpill/cmdline_delegate.c:401> Param #10: |mac1=000C2936CF6A|

[    3.174898] <redpill/cmdline_delegate.c:284> Set MAC #1: 000C2936CF6A

[    3.175898] <redpill/cmdline_delegate.c:401> Param #11: |sn=2030SBRLV8F3T|

[    3.176897] <redpill/cmdline_delegate.c:45> S/N set to: 2030SBRLV8F3T

[    3.177897] <redpill/cmdline_delegate.c:401> Param #12: |HddEnableDynamicPower=1|

[    3.178901] <redpill/cmdline_delegate.c:296> Option "HddEnableDynamicPower=1" not recognized - ignoring

[    3.179898] <redpill/cmdline_delegate.c:401> Param #13: |vid=0x0525|

[    3.180898] <redpill/cmdline_delegate.c:108> VID override: 0x0525

[    3.181898] <redpill/cmdline_delegate.c:401> Param #14: |elevator=elevator|

[    3.182898] <redpill/cmdline_delegate.c:296> Option "elevator=elevator" not recognized - ignoring

[    3.183898] <redpill/cmdline_delegate.c:401> Param #15: |loglevel=15|

[    3.184901] <redpill/cmdline_delegate.c:296> Option "loglevel=15" not recognized - ignoring

[    3.185898] <redpill/cmdline_delegate.c:401> Param #16: |intel_iommu=igfx_off|

[    3.186899] <redpill/cmdline_delegate.c:296> Option "intel_iommu=igfx_off" not recognized - ignoring

[    3.187899] <redpill/cmdline_delegate.c:401> Param #17: |DiskIdxMap=1000|

[    3.188898] <redpill/cmdline_delegate.c:296> Option "DiskIdxMap=1000" not recognized - ignoring

[    3.189899] <redpill/cmdline_delegate.c:401> Param #18: |vender_format_version=2|

[    3.190903] <redpill/cmdline_delegate.c:296> Option "vender_format_version=2" not recognized - ignoring

[    3.191899] <redpill/cmdline_delegate.c:401> Param #19: |log_buf_len=32M|

[    3.192909] <redpill/cmdline_delegate.c:296> Option "log_buf_len=32M" not recognized - ignoring

[    3.193895] <redpill/cmdline_delegate.c:401> Param #20: |root=/dev/md0|

[    3.194894] <redpill/cmdline_delegate.c:296> Option "root=/dev/md0" not recognized - ignoring

[    3.195894] <redpill/cmdline_delegate.c:401> Param #21: |SataPortMap=18|

[    3.196894] <redpill/cmdline_delegate.c:296> Option "SataPortMap=18" not recognized - ignoring

[    3.197895] <redpill/cmdline_delegate.c:401> Param #22: |syno_ttyS1=serial,0x2f8|

[    3.198894] <redpill/cmdline_delegate.c:296> Option "syno_ttyS1=serial,0x2f8" not recognized - ignoring

[    3.199894] <redpill/cmdline_delegate.c:401> Param #23: |syno_ttyS0=serial,0x3f8|

[    3.200894] <redpill/cmdline_delegate.c:296> Option "syno_ttyS0=serial,0x3f8" not recognized - ignoring

[    3.201894] <redpill/cmdline_delegate.c:360> Add cmdline blacklist "vid=" @ 0

[    3.202894] <redpill/cmdline_delegate.c:361> Add cmdline blacklist "pid=" @ 1

[    3.203894] <redpill/cmdline_delegate.c:362> Add cmdline blacklist "mfg" @ 2

[    3.204907] <redpill/cmdline_delegate.c:363> Add cmdline blacklist "dom_szmax=" @ 3

[    3.205896] <redpill/cmdline_delegate.c:364> Add cmdline blacklist "elevator=" @ 4

[    3.206895] <redpill/cmdline_delegate.c:365> Add cmdline blacklist "loglevel=" @ 5

[    3.207895] <redpill/cmdline_delegate.c:366> Add cmdline blacklist "log_buf_len=" @ 6

[    3.208895] <redpill/cmdline_delegate.c:367> Add cmdline blacklist "earlyprintk" @ 7

[    3.209895] <redpill/cmdline_delegate.c:368> Add cmdline blacklist "syno_port_thaw=" @ 8

[    3.210895] <redpill/cmdline_delegate.c:371> Add cmdline blacklist "synoboot_satadom=" @ 9

[    3.211895] <redpill/cmdline_delegate.c:422> CmdLine processed successfully, tokens=24

[    3.212896] <redpill/runtime_config.c:187> Found platform definition for "DS920+"

[    3.213896] <redpill/runtime_config.c:198> Validating runtime config...

[    3.214896] <redpill/runtime_config.c:92> Using fake SATA disk boot - vid= and pid= parameter values will be ignored

[    3.215896] <redpill/runtime_config.c:94> Configured boot device type to fake-SATA DOM

[    3.216896] <redpill/runtime_config.c:207> Config validation resulted in OK

[    3.217896] <redpill/runtime_config.c:224> Runtime config populated

[    3.218896] <redpill/uart_fixer.c:72> Registering UART fixer shim

[    3.221896] <redpill/call_protected.c:107> Got addr ffffffff819285ad for early_serial_setup

[    3.222899] <redpill/uart_fixer.c:54> Fixed muted ttyS0 to hw port @ 3f8

[    3.223901] <redpill/uart_fixer.c:86> Successfully registered UART fixer shim

[    3.224897] <redpill/scsi_notifier.c:164> Registering SCSI device notifier

[    3.225897] <redpill/scsi_notifier.c:178> The sd driver was already loaded when SCSI device notifier registered - some devices may already be registered

[    3.227904] <redpill/scsi_notifier.c:104> Overriding sd_probe()<ffffffff813f3b50> with sd_probe_shim [redpill]()<ffffffffa0000930>

[    3.229898] <redpill/scsi_notifier.c:192> Successfully registered SCSI device notifier

[    3.230898] <redpill/sata_port_shim.c:116> Registering SATA port emulator shim

[    3.231897] <redpill/sata_port_shim.c:120> Registering for new devices notifications

[    3.232903] <redpill/scsi_notifier.c:149> scsi_disk_probe_handler+0x0/0x20 [redpill] (priority=-2147483648) subscribed to SCSI device events

[    3.234898] <redpill/sata_port_shim.c:127> Iterating over existing devices

[    3.235918] <redpill/sata_port_shim.c:134> Successfully registered SATA port emulator shim

[    3.236899] <redpill/boot_device_shim.c:48> Registering boot device router shim

[    3.237898] <redpill/fake_sata_boot_shim.c:277> Registering fake SATA boot device shim

[    3.238898] <redpill/fake_sata_boot_shim.c:282> This fake SATA boot device is a prototype - if stability is desired use USB boot media instead

[    3.240899] <redpill/fake_sata_boot_shim.c:288> Registering for new devices notifications

[    3.241903] <redpill/scsi_notifier.c:149> scsi_disk_probe_handler+0x0/0x120 [redpill] (priority=-2147483648) subscribed to SCSI device events

[    3.243899] <redpill/fake_sata_boot_shim.c:296> Iterating over existing devices

[    3.244916] <redpill/boot_shim_base.c:34> Checking if SATA disk is a shim target - id=0 channel=0 vendor="VMware  Virtual         0001" model="Virtual SATA Hard Drive "

[    3.246922] <redpill/boot_shim_base.c:56> Device has capacity of ~1024 MiB - it is a shimmable target (<=1024)

[    3.247912] <redpill/fake_sata_boot_shim.c:228> Found a shimmable SCSI device - reconnecting to trigger shimming

[    3.248931] <redpill/scsi_toolbox.c:157> Removing device from host0

[    3.250613] sd 0:0:0:0: [sata1] Stopping disk

[    3.256948] <redpill/scsi_toolbox.c:162> Triggering template-based rescan of host0

[    3.256952] ata1.00 : disabled

[    3.257784] ata1.00 : already disabled (class=0x2)

[    3.258172] ata1 : hard resetting link

[    3.562964] ata1 : SATA link up 6.0 Gbps (SStatus 133 SControl 300)

[    3.563993] ata1.00 : ATA-6: VMware Virtual SATA Hard Drive, 00000001, max UDMA/100

[    3.564939] ata1.00 : 2097152 sectors, multi 0: LBA48 NCQ (depth 31/32)

[    3.565931] ata1.00 : SN:00000000000000000001

[    3.565991] ata1.00 : configured for UDMA/100

[    3.566015] ata1 : EH complete

[    3.566048] ata1.00 : Find SSD disks. [VMware Virtual SATA Hard Drive]

[    3.566109] <redpill/fake_sata_boot_shim.c:299> Failed to enumerate current SCSI disks - error=1

[    3.566111] <redpill/redpill_main.c:73> RedPill v0.5-at-2022_06_28-12_16_32 cannot be loaded, initializer error=1

[    3.566113] Kernel panic - not syncing: Fatal exception

[    3.566115] CPU: 1 PID: 5662 Comm: insmod Tainted: G           OE   4.4.180+ #42661

[    3.566116] Hardware name: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 11/12/2020

[    3.566119]  0000000000000000 ffff8800b870fc60 ffffffff812dbb9b ffffffffa001c94b

[    3.566121]  ffff8800b7011e30 ffff8800b870fcd8 ffffffff81120a17 ffff880000000008

[    3.566123]  ffff8800b870fce8 ffff8800b870fc88 ffffffff81097aa9 0000000000000292

[    3.566124] Call Trace:

[    3.566130]  [<ffffffff812dbb9b>] dump_stack+0x4d/0x72

[    3.566134]  [<ffffffff81120a17>] panic+0xc6/0x21e

[    3.566137]  [<ffffffff81097aa9>] ? vprintk_default+0x9/0x10

[    3.566139]  [<ffffffffa0025000>] ? 0xffffffffa0025000

[    3.566149]  [<ffffffffa000f362>] rp_crash+0x12/0x12 [redpill]

[    3.566153]  [<ffffffffa002514c>] init_+0x14c/0x17e [redpill]

[    3.566155]  [<ffffffff81000340>] do_one_initcall+0x80/0x130

[    3.566158]  [<ffffffff810bda2b>] do_init_module+0x5b/0x1d0

[    3.566159]  [<ffffffff810bf804>] load_module+0x1be4/0x2080

[    3.566162]  [<ffffffff810bc700>] ? __symbol_put+0x40/0x40

[    3.566167]  [<ffffffff8118971c>] ? kernel_read+0x3c/0x50

[    3.566169]  [<ffffffff810bfe5d>] SYSC_finit_module+0x7d/0xa0

[    3.566170]  [<ffffffff810bfe99>] SyS_finit_module+0x9/0x10

[    3.566173]  [<ffffffff815685ca>] entry_SYSCALL_64_fastpath+0x1e/0x8e

[    3.567220] Kernel Offset: disabled

[    3.567224] ---[ end Kernel panic - not syncing: Fatal exception

 

I then ran through the same procedure again, but this time creating a DS3622xs+

After the ‘postupdate’ command it rebooted and did not kernel panic but came up once more with 169.x.x.x after failing to DHCP. I manually configured it with Synology Assistant and was able to access to the Web UI NB. Synology Assistant thinks it is now running 7.1.0-42661-4, but the device otherwise appears to be fully functional.

 

Edited by WiteWulf
Link to comment
Share on other sites

@pocopico

1 problem 
power schedule only works on ds3622xs.

I'm starting from scratch ds3622xs+, power shedule works great.

iI'm starting from scratch ds918, DS9203 and etc, power shedule not work.

the system shuts down perfectly but does not turn on. Only ds3622xs the system turns on normally. why is that?

the mac address is the same.

Link to comment
Share on other sites

9 hours ago, WiteWulf said:

@puls200 that's being discussed in another thread. Please try searching the forums before asking for help :)

 

 

Admittedly there's not much there, but better to add a "me too" in an existing thread...

 

Since power on scheduling is not possible for DS918+ and DS920+, this method seems to be possible as an alternative.

 

However, it must be a model that can run WOL scheduling scripts on the router.

 

https://community.ui.com/questions/WOL-start-shutdown-schedule-possible/20cd99ee-4da5-4250-b0de-4b5114b0b983

Edited by Peter Suh
Link to comment
Share on other sites

4 hours ago, Peter Suh said:

 

Since power on scheduling is not possible for DS918+ and DS920+, this method seems to be possible as an alternative.

 

However, it must be a model that can run WOL scheduling scripts on the router.

 

https://community.ui.com/questions/WOL-start-shutdown-schedule-possible/20cd99ee-4da5-4250-b0de-4b5114b0b983

 

but for that WOL should work on the NAS.

Link to comment
Share on other sites

20 hours ago, pocopico said:

Yes after the install and on first boot DSM will search is a smallupdate is available and will download and install it. We used to mask the update server to avoid so but with TCRP Friend its not required anymore. 

Sorry Pocopico, I completely missed this the first time I read it. That explains the unexpected jump in version.

Link to comment
Share on other sites

3 часа назад, Peter Suh сказал:

 

Yes, that's right. It should be assumed that WOL is already working fine on the NAS.

I noticed this feature DS918, DS920, DVA1622 if the Powerbutton works, then the scheduled inclusion does not work.

And ds3622xs+ the Powerbutton not works, then the scheduled inclusion does work is fine.

Tell me please. Can I not install the ACPid module when creating a bootloader for 918?

Edited by puls200
  • Like 1
Link to comment
Share on other sites

1 hour ago, puls200 said:

I noticed this feature DS918, DS920, DVA1622 if the Powerbutton works, then the scheduled inclusion does not work.

And ds3622xs+ the Powerbutton not works, then the scheduled inclusion does work is fine.

Tell me please. Can I not install the ACPid module when creating a bootloader for 918?

 

I think its time to "visit" the acpi button extension again. Anyone knows one version that works ? 

Link to comment
Share on other sites

4 hours ago, puls200 said:

I noticed this feature DS918, DS920, DVA1622 if the Powerbutton works, then the scheduled inclusion does not work.

And ds3622xs+ the Powerbutton not works, then the scheduled inclusion does work is fine.

Tell me please. Can I not install the ACPid module when creating a bootloader for 918?

 

redpill-acpid has just been updated and should work for most platforms. 

 

https://github.com/pocopico/rp-ext/raw/main/redpill-acpid/rpext-index.json

 

 

  • Like 3
  • Thanks 1
Link to comment
Share on other sites

I will post this here since I am using the development version of TCRP 0.9.2.6.

So today was maintenance day. Server was dismantled and cleaned and dusted. Thermal paste was re-applied.

IMG_8610_b.jpg

The important bit is that once re-assembled and booted and plugged to TV I noticed that TCRP Friend updated by itself without my intervention. TCRP said it detected a new version and went on an updated. Unfortunately I was too slow to take my phone and take a picture of the process. 

@pocopico Is this auto update intended? 

Also coincidently, TCRP Friend still shows v0.0.1 after the update. It was already v0.0.1 prior the update.

  • Like 2
Link to comment
Share on other sites

42 minutes ago, Polanskiman said:

I will post this here since I am using the development version of TCRP 0.9.2.6.

So today was maintenance day. Server was dismantled and cleaned and dusted. Thermal paste was re-applied.

IMG_8610_b.jpg

The important bit is that once re-assembled and booted and plugged to TV I noticed that TCRP Friend updated by itself without my intervention. TCRP said it detected a new version and went on an updated. Unfortunately I was too slow to take my phone and take a picture of the process. 

@pocopico Is this auto update intended? 

Also coincidently, TCRP Friend still shows v0.0.1 after the update. It was already v0.0.1 prior the update.

 

@Polanskiman

 

It seems that pocopipo will start activity after about 3 hours,
As I already know this, I will post it instead.

 

The final release repo of pocopico's TCRP friend exists below.
https://github.com/pocopico/tcrpfriend/releases

 

In the final version 0.0.1, only file replacement is taking place to reflect the changes.

It seems that only boot.sh, the shell for core processing, is being changed once a day.

 

This automatic update is exactly what pocopico's TCRP friend intended.
Write the sha256 value to the chksum file and modify bzImage-friend, initrd-friend
Detect changes in two files (sha256) and try to update automatically.

  • Like 1
Link to comment
Share on other sites

1 hour ago, Polanskiman said:

I will post this here since I am using the development version of TCRP 0.9.2.6.

So today was maintenance day. Server was dismantled and cleaned and dusted. Thermal paste was re-applied.

IMG_8610_b.jpg

The important bit is that once re-assembled and booted and plugged to TV I noticed that TCRP Friend updated by itself without my intervention. TCRP said it detected a new version and went on an updated. Unfortunately I was too slow to take my phone and take a picture of the process. 

@pocopico Is this auto update intended? 

Also coincidently, TCRP Friend still shows v0.0.1 after the update. It was already v0.0.1 prior the update.

 

Hi, as @Peter Suh correctly stated, the TCRP Friend will automatically check  for an update at reboot in oder to get the latest TCRP Friend. As i'm trying to stabilize TCRP Friend, i decided not to change the versions. But i think its about time to start so.

 

Edited by pocopico
  • Like 1
Link to comment
Share on other sites

Is it only me or wouldn't it be sensible to allow the user to at least be able to enable/disable this auto update feature? Or perhaps this is just temporary considering it's still in development?

 

I can imagine a scenario where there could be a bug in an updated code of TCRP Friend which would then prevent DSM from booting, or would that not be possible? Just thinking out loud here.

  • Like 1
Link to comment
Share on other sites

  • Polanskiman changed the title to TinyCore RedPill loader (TCRP) - Development release 0.9

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...