Jump to content
XPEnology Community

TinyCore RedPill Loader Build Support Tool ( M-Shell )


Peter Suh

Recommended Posts

13 hours ago, Peter Suh said:

2.Your symptoms above are not normal.
If you tell us your hardware environment or characteristics, we can solve it together through log analysis.

 

I'm not sure if its the same issues a29psx is having, but I recently moved to a new motherboard and rebuilt the loader. On new new hardware, M Shell/TCRP always hangs at first boot, DSM never comes online. Doing a quick reboot through the IPMI interface on my board, it always finishes booting on the second try. 

Any logs I should look at, or provide, to help sort this out?

Despite the minor issue, everything else is working great, so thank you for your work!

Link to comment
Share on other sites

9 hours ago, Erik29gamer said:

I'm not sure if its the same issues a29psx is having, but I recently moved to a new motherboard and rebuilt the loader. On new new hardware, M Shell/TCRP always hangs at first boot, DSM never comes online. Doing a quick reboot through the IPMI interface on my board, it always finishes booting on the second try. 

Any logs I should look at, or provide, to help sort this out?

Despite the minor issue, everything else is working great, so thank you for your work!

 

Is an IP address assigned through the IPMI interface?
If so, do not reboot and check the log through this IP address as shown below.

 

You must use a web browser.

 

http://<youripaddr>:7681/

id : root / pw : ( no password )

 

cat /var/log/linuxrc.syno.log

 

 

 

Link to comment
Share on other sites

On 2/26/2023 at 9:25 PM, Peter Suh said:

 

Is an IP address assigned through the IPMI interface?
If so, do not reboot and check the log through this IP address as shown below.

 

You must use a web browser.

 

http://<youripaddr>:7681/

id : root / pw : ( no password )

 

cat /var/log/linuxrc.syno.log

 

 

 

Should this be accessible after boot? I haven't had time to reboot my NAS, as my SO has been using it for work. But with everything booted up and functioning, I get "Connection Closed" constantly flashing on that page/port, no login option.

Edited by Erik29gamer
Link to comment
Share on other sites

12 hours ago, Erik29gamer said:

Should this be accessible after boot? I haven't had time to reboot my NAS, as my SO has been using it for work. But with everything booted up and functioning, I get "Connection Closed" constantly flashing on that page/port, no login option.

 

 

When everything is in normal operation, you cannot enter the login window where you can see the Junior log.
Blinking in that state is normal.


You have to keep entering the Junior state, but you can't forcefully create a junior mode in TCRP FRIEND.
In TCRP FRIEND, you enter as a junior in the process of migrating to another model.


Alternatively, after building in TCRP Jot mode, enter edit mode in grub boot state and temporarily add the force_junior option to the end of the command line.

Link to comment
Share on other sites

Good day. I need help with discover additional hard drives in my system. 

I have: 

  • Supermicro 4U chassis with 16HDD Bays 
  • Supermicro X9DRH-iF motherboard (Specs)
  • 2x Xeon e5-2620v2 Processors
  • 64Gb DDR3 ECC REG 
  • ASMEDIA PCI-E to 20x SATA port controller
  • 6x HDD WD4000F9YZ and 5x HDD SD4000DM00 (11 total)

I attempt to install latest TCRP with PeterSuh's M-Shell (Friend Mode). 

I choose RS4021xs+ build, paste serial and mac's but after build and first boot i didn't see all my disks and see only 7 HDD's

In user_config i see parameter "max_disks=16" and understood that DSM scan sata slots on motherboard first, but that motherboard have 10 sata slots (8x SATA2 and 2 SATA3). 
For this reason i use Asmedia controller with 20x SATA3 port and all disks connected to that controller. 

I attempt to modify max_disks parameter with value 30 (understood 10 internal + 20 external), but DSM again show me only 7 HDD's 

Can you help me to solve that problem, please

Edited by SecundiS
correct
Link to comment
Share on other sites

2 hours ago, SecundiS said:

Good day. I need help with discover additional hard drives in my system. 

I have: 

  • Supermicro 4U chassis with 16HDD Bays 
  • Supermicro X9DRH-iF motherboard (Specs)
  • 2x Xeon e5-2620v2 Processors
  • 64Gb DDR3 ECC REG 
  • ASMEDIA PCI-E to 20x SATA port controller
  • 6x HDD WD4000F9YZ and 5x HDD SD4000DM00 (11 total)

I attempt to install latest TCRP with PeterSuh's M-Shell (Friend Mode). 

I choose RS4021xs+ build, paste serial and mac's but after build and first boot i didn't see all my disks and see only 7 HDD's

In user_config i see parameter "max_disks=16" and understood that DSM scan sata slots on motherboard first, but that motherboard have 10 sata slots (8x SATA2 and 2 SATA3). 
For this reason i use Asmedia controller with 20x SATA3 port and all disks connected to that controller. 

I attempt to modify max_disks parameter with value 30 (understood 10 internal + 20 external), but DSM again show me only 7 HDD's 

Can you help me to solve that problem, please

 

Do you want to rebuild the TCRP FRIEND loader after adding the following values to user_config.json?

 

     "SasIdxMap": "0",
     "SataPortMap": "",
     "DiskIdxMap": ""

Link to comment
Share on other sites

7 часов назад, Peter Suh сказал:

 

Do you want to rebuild the TCRP FRIEND loader after adding the following values to user_config.json?

 

     "SasIdxMap": "0",
     "SataPortMap": "",
     "DiskIdxMap": ""

 

Okay, what i've done: 

  1. In BIOS i disable internal SATA Controller
  2. I add "SasIdxMap": "0", to user_config
  3. Set max_disks to 20 (bcs i disable internal sata controller)
  4. Rebuild TCRP
  5. ./rploader.sh backup
  6.  ./rploader.sh backuploader
  7. exitcheck.sh reboot

After 1st boot and attempt to download .pat file over internet and local method i see that error (see pic, "cant install file")

Снимок экрана 2023-03-05 в 02.11.47.png

 

I also have: 

  • Dell PERC H730p (2GB) Raid controller
  • Adaptec ASR 71605Q (1GB) Raid Controller
  • 9361-8i RAID Controller

Will some of that better to use instead of PCI-E to SATA Controller?

Edited by SecundiS
correct
Link to comment
Share on other sites

3 hours ago, SecundiS said:

 

Okay, what i've done: 

  1. In BIOS i disable internal SATA Controller
  2. I add "SasIdxMap": "0", to user_config
  3. Set max_disks to 20 (bcs i disable internal sata controller)
  4. Rebuild TCRP
  5. ./rploader.sh backup
  6.  ./rploader.sh backuploader
  7. exitcheck.sh reboot

After 1st boot and attempt to download .pat file over internet and local method i see that error (see pic, "cant install file")

Снимок экрана 2023-03-05 в 02.11.47.png

 

I also have: 

  • Dell PERC H730p (2GB) Raid controller
  • Adaptec ASR 71605Q (1GB) Raid Controller
  • 9361-8i RAID Controller

Will some of that better to use instead of PCI-E to SATA Controller?

 

When installing DSM, if the automatic download fails, download and install the PAT file manually.

 

Please refer to the instructions below to switch to my M SHELL for TCRP.

https://xpenology.com/forum/topic/13342-nvme-cache-support/?do=findComment&comment=439299

And, the 20-port Sata controller you are using seems to have at least two hosts internally.
What model exactly?

How is the ./rploader.sh satamap instructing?
(For reference only, do not apply in practice)

 

For SataPortMap and DiskIdxMap settings, refer to the instructions below.

 

config SYNO_SATA_PORT_MAP

bool "Modify SATA Hosts Port Number"

depends on SYNO_FIXED_DISK_NAME

default y

help

  <DSM> #18789

  Reads Sata-Port-Mapping information and forces the sata hosts

  to initialize specified number of ports. This makes the disk

  name not skip some characters.

 

  Notice - Do NOT set the port number out of the range that [0-9].

          It supports as most 9 ports now.

 

  For example, SataPortMap=4233 means the 1st host use 4 ports,

  the 2nd host use 2 ports, the 3rd and 4th host use 3 ports.

 

config SYNO_DISK_INDEX_MAP

bool "Modify Disk Name Sequence"

depends on SYNO_FIXED_DISK_NAME

default y

help

  <DSM> #19604

  Add boot argument DiskIdxMap to modify disk name sequence. Each

  two characters define the start disk index of the sata host. This

  argument is a hex string and is related with SataPortMap.

 

  For example, DiskIdxMap=030600 means the disk name of the first

  host start from sdd, the second host start from sdq, and the third

  host start sda.

 

 

An additional RAID controller you have may work even better.
in this case
"SasIdxMap": "0" setting must be added and
Do not use SataPortMap, DiskIdxMap.

Edited by Peter Suh
Link to comment
Share on other sites

8 часов назад, Peter Suh сказал:

 

When installing DSM, if the automatic download fails, download and install the PAT file manually.

 

Please refer to the instructions below to switch to my M SHELL for TCRP.

https://xpenology.com/forum/topic/13342-nvme-cache-support/?do=findComment&comment=439299

And, the 20-port Sata controller you are using seems to have at least two hosts internally.
What model exactly?

How is the ./rploader.sh satamap instructing?
(For reference only, do not apply in practice)

 

For SataPortMap and DiskIdxMap settings, refer to the instructions below.

 

config SYNO_SATA_PORT_MAP

bool "Modify SATA Hosts Port Number"

depends on SYNO_FIXED_DISK_NAME

default y

help

  <DSM> #18789

  Reads Sata-Port-Mapping information and forces the sata hosts

  to initialize specified number of ports. This makes the disk

  name not skip some characters.

 

  Notice - Do NOT set the port number out of the range that [0-9].

          It supports as most 9 ports now.

 

  For example, SataPortMap=4233 means the 1st host use 4 ports,

  the 2nd host use 2 ports, the 3rd and 4th host use 3 ports.

 

config SYNO_DISK_INDEX_MAP

bool "Modify Disk Name Sequence"

depends on SYNO_FIXED_DISK_NAME

default y

help

  <DSM> #19604

  Add boot argument DiskIdxMap to modify disk name sequence. Each

  two characters define the start disk index of the sata host. This

  argument is a hex string and is related with SataPortMap.

 

  For example, DiskIdxMap=030600 means the disk name of the first

  host start from sdd, the second host start from sdq, and the third

  host start sda.

 

 

An additional RAID controller you have may work even better.
in this case
"SasIdxMap": "0" setting must be added and
Do not use SataPortMap, DiskIdxMap.

 

  1. I download .pat manually and when attempt to upload - update - fails
  2. I already using tcrp with your m-shell (I tried clean tcrp img with downloading m-shell and img with preinstalled m-shell)
  3. I can also tell, that when i build DSM with EUDEV handling method - it switch off my 2 onboard lan ports (Intel i350) after 1st boot and i can't login.
    When i switch to DDSML and build DSM - lan ports seems to be ok. Dunno what it was
  4. Model Controller see in attach
  5. "For SataPortMap and DiskIdxMap settings, refer to the instructions below".
    But my configuration not need to modify SataPortMap and DiskIdxMap, bcs it is device-Tree model

WhatsApp Image 2023-03-05 at 12.33.55.jpeg

Link to comment
Share on other sites

11 часов назад, Peter Suh сказал:

 

When installing DSM, if the automatic download fails, download and install the PAT file manually.

 

Please refer to the instructions below to switch to my M SHELL for TCRP.

https://xpenology.com/forum/topic/13342-nvme-cache-support/?do=findComment&comment=439299

And, the 20-port Sata controller you are using seems to have at least two hosts internally.
What model exactly?

How is the ./rploader.sh satamap instructing?
(For reference only, do not apply in practice)

 

For SataPortMap and DiskIdxMap settings, refer to the instructions below.

 

config SYNO_SATA_PORT_MAP

bool "Modify SATA Hosts Port Number"

depends on SYNO_FIXED_DISK_NAME

default y

help

  <DSM> #18789

  Reads Sata-Port-Mapping information and forces the sata hosts

  to initialize specified number of ports. This makes the disk

  name not skip some characters.

 

  Notice - Do NOT set the port number out of the range that [0-9].

          It supports as most 9 ports now.

 

  For example, SataPortMap=4233 means the 1st host use 4 ports,

  the 2nd host use 2 ports, the 3rd and 4th host use 3 ports.

 

config SYNO_DISK_INDEX_MAP

bool "Modify Disk Name Sequence"

depends on SYNO_FIXED_DISK_NAME

default y

help

  <DSM> #19604

  Add boot argument DiskIdxMap to modify disk name sequence. Each

  two characters define the start disk index of the sata host. This

  argument is a hex string and is related with SataPortMap.

 

  For example, DiskIdxMap=030600 means the disk name of the first

  host start from sdd, the second host start from sdq, and the third

  host start sda.

 

 

An additional RAID controller you have may work even better.
in this case
"SasIdxMap": "0" setting must be added and
Do not use SataPortMap, DiskIdxMap.

 

How is the ./rploader.sh satamap instructing?
(For reference only, do not apply in practice)

 

See attach

WhatsApp Image 2023-03-05 at 17.42.07.jpeg

Link to comment
Share on other sites

18 hours ago, SecundiS said:

 

  1. I download .pat manually and when attempt to upload - update - fails
  2. I already using tcrp with your m-shell (I tried clean tcrp img with downloading m-shell and img with preinstalled m-shell)
  3. I can also tell, that when i build DSM with EUDEV handling method - it switch off my 2 onboard lan ports (Intel i350) after 1st boot and i can't login.
    When i switch to DDSML and build DSM - lan ports seems to be ok. Dunno what it was
  4. Model Controller see in attach
  5. "For SataPortMap and DiskIdxMap settings, refer to the instructions below".
    But my configuration not need to modify SataPortMap and DiskIdxMap, bcs it is device-Tree model

WhatsApp Image 2023-03-05 at 12.33.55.jpeg

 

 

More important than finding all the disks is that you don't encounter any file corruption messages during the DSM installation process.
It seems that this part has not been resolved yet.
There is a high probability of encountering this message in TCRP JOT, and a relatively low probability in TCRP FRIEND.


This phenomenon occurs when the three partitions on the USB cannot be mounted during the booting process of the loader.
It is not clear why this occurs.


Guidelines to avoid this
If possible, use a USB 3.0 or higher stick with a USB 3.0 port to gain quick access to these 3 partition mounts.
However, even these guidelines cannot be 100% guaranteed.

 

Link to comment
Share on other sites

16 часов назад, Peter Suh сказал:

 

 

More important than finding all the disks is that you don't encounter any file corruption messages during the DSM installation process.
It seems that this part has not been resolved yet.
There is a high probability of encountering this message in TCRP JOT, and a relatively low probability in TCRP FRIEND.


This phenomenon occurs when the three partitions on the USB cannot be mounted during the booting process of the loader.
It is not clear why this occurs.


Guidelines to avoid this
If possible, use a USB 3.0 or higher stick with a USB 3.0 port to gain quick access to these 3 partition mounts.
However, even these guidelines cannot be 100% guaranteed.

 

 

I use SanDisk SSD (64GB) as a boot drive. 

Connect to my MacBook as external Drive

I download TCRP and next use these commands to make bootable SSD: 

  1. sudo diskutil eject /dev/diskX

  2. sudo dd if=/Users/"username"/Downloads/"downloaded-tcrp-image".img of=/dev/diskX bs=1m

When it done - i place that SSD in server and power on server

Edited by SecundiS
correct
Link to comment
Share on other sites

1 hour ago, SecundiS said:

 

I use SanDisk SSD (64GB) as a boot drive. 

Connect to my MacBook as external Drive

I download TCRP and next use these commands to make bootable SSD: 

  1. sudo diskutil eject /dev/diskX

  2. sudo dd if=/Users/"username"/Downloads/"downloaded-tcrp-image".img of=/dev/diskX bs=1m

When it done - i place that SSD in server and power on server

 

Like you, I am making a bootloader disk on macos.
There is no problem using the 64GB SSD for the bootloader.
I continued to create a bootloader only on USB,
I haven't had a repeat test recently using an SSD as a bootloader, but I'll try again on an SSD.

 

1. sudo diskutil unmountDisk /dev/disk4
2. sudo dcfldd if=/Users/petersuh/Downloads/tinycore-redpill.v0.9.4.0-1.m-shell.img of=/dev/disk4

Edited by Peter Suh
Link to comment
Share on other sites

2 hours ago, Peter Suh said:

 

Like you, I am making a bootloader disk on macos.
There is no problem using the 64GB SSD for the bootloader.
I continued to create a bootloader only on USB,
I haven't had a repeat test recently using an SSD as a bootloader, but I'll try again on an SSD.

 

1. sudo diskutil unmountDisk /dev/disk4
2. sudo dcfldd if=/Users/petersuh/Downloads/tinycore-redpill.v0.9.4.0-1.m-shell.img of=/dev/disk4

 

 

Spoiler

  Booting `Tiny Core Friend RS4021xs+ 7.1.1-42962 Update 0 DDSML'

Loading Linux...
vga=791 is deprecated. Use set gfxpayload=1024x768x16,1024x768 before linux
command instead.
Loading initramfs...
Booting TinyCore Friend
[    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) ) #42962 SMP Sat Sep 3 22:22:16 CST 
2022
[    0.000000] Command line: withefi earlyprintk syno_hw_version=RS4021xs+ console=ttyS0,115200n8 netif_num=2 pid=
0xa4a5 earlycon=uart8250,io,0x3f8,115200n8 synoboot_satadom=2 syno_port_thaw=1 mac2=D0509978AC1B mac1=D0509978AC1C
 sn=2250T2RCV8F0W vid=0x0525 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap syno_hdd_detect=0 vender_format
_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap  dom_szmax=76318.7 
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    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 0x0000000000000400-0x000000000009d7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cdc5cfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cdc5d000-0x00000000cdc63fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000cdc64000-0x00000000dd838fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dd839000-0x00000000dd8dafff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dd8db000-0x00000000dd8fdfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000dd8fe000-0x00000000dda51fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dda52000-0x00000000df7fefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000df7ff000-0x00000000df7fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041fffffff] 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.8 present.
[    0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./E3C222D4U, BIOS P3.20 06/01/2015
[    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 = 0x420000 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-C7FFF write-protect
[    0.000000]   C8000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask 7C00000000 write-back
[    0.000000]   1 base 0400000000 mask 7FE0000000 write-back
[    0.000000]   2 base 00E0000000 mask 7FE0000000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: last_pfn = 0xdf800 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd1c0-0x000fd1cf] mapped at [ffff8800000fd1c0]
[    0.000000] Base memory trampoline at [ffff880000096000] 96000 size 28672
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x41d355000, 0x41d355fff] PGTABLE
[    0.000000] BRK [0x41d356000, 0x41d356fff] PGTABLE
[    0.000000] BRK [0x41d357000, 0x41d357fff] PGTABLE
[    0.000000] BRK [0x41d358000, 0x41d358fff] PGTABLE
[    0.000000] BRK [0x41d359000, 0x41d359fff] PGTABLE
[    0.000000] BRK [0x41d35a000, 0x41d35afff] PGTABLE
[    0.000000] log_buf_len: 33554432 bytes
[    0.000000] early log buf free: 1043764(99%)
[    0.000000] RAMDISK: [mem 0x41a7ed000-0x41c7fffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F0540 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000DD8E30A0 0000C4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000DD8F5980 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000DD8E31F8 012784 (v02 ALASKA A M I    00000311 INTL 20120711)
[    0.000000] ACPI: FACS 0x00000000DDA51F80 000040
[    0.000000] ACPI: APIC 0x00000000DD8F5A90 000072 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000DD8F5B08 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x00000000DD8F5B50 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000DD8F5BF0 000C7D (v02 Ther_R Ther_Rvp 00001000 INTL 20120711)
[    0.000000] ACPI: AAFT 0x00000000DD8F6870 00003A (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[    0.000000] ACPI: SSDT 0x00000000DD8F68B0 000539 (v02 PmRef  Cpu0Ist  00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 0x00000000DD8F6DF0 000B74 (v02 CpuRef CpuSsdt  00003000 INTL 20051117)
[    0.000000] ACPI: MCFG 0x00000000DD8F7968 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000DD8F79A8 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000DD8F79E0 00036D (v01 SataRe SataTabl 00001000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000DD8F7D50 005BB8 (v02 SaSsdt SaSsdt   00003000 INTL 20120711)
[    0.000000] ACPI: SPMI 0x00000000DD8FD908 000040 (v05 ALASKA A M I    00000000 AMI. 00000000)
[    0.000000] ACPI: UEFI 0x00000000DD8FD948 000042 (v01 ALASKA A M I    01072009      00000000)
[    0.000000] ACPI: SPCR 0x00000000DD8FD990 000050 (v01 A M I  APTIO4   01072009 AMI. 00000005)
[    0.000000] ACPI: DMAR 0x00000000DD8FD9E0 000080 (v01 INTEL  BDW      00000001 INTL 00000001)
[    0.000000] ACPI: EINJ 0x00000000DD8FDA60 000130 (v01 AMI    AMI EINJ 00000000      00000000)
[    0.000000] ACPI: ERST 0x00000000DD8FDB90 000230 (v01 AMIER  AMI ERST 00000000      00000000)
[    0.000000] ACPI: HEST 0x00000000DD8FDDC0 0000A8 (v01 AMI    AMI HEST 00000000      00000000)
[    0.000000] ACPI: BERT 0x00000000DD8FDE68 000030 (v01 AMI    AMI BERT 00000000      00000000)
[    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-0x000000041fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000cdc5cfff]
[    0.000000]   node   0: [mem 0x00000000cdc64000-0x00000000dd838fff]
[    0.000000]   node   0: [mem 0x00000000df7ff000-0x00000000df7fffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000041fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000041fffffff]
[    0.000000] On node 0 totalpages: 4184015
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14113 pages used for memmap
[    0.000000]   DMA32 zone: 903219 pages, LIFO batch:31
[    0.000000]   Normal zone: 51200 pages used for memmap
[    0.000000]   Normal zone: 3276800 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcdc5d000-0xcdc63fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd839000-0xdd8dafff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd8db000-0xdd8fdfff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd8fe000-0xdda51fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdda52000-0xdf7fefff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf800000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xdf800000-0xf7ffffff] available for PCI devices
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 191096994039141
9 ns
[    0.000000] setup_percpu: NR_CPUS:24 nr_cpumask_bits:24 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff88041dc00000 s95192 r8192 d31784 u524288
[    0.000000] pcpu-alloc: s95192 r8192 d31784 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 4118616
[    0.000000] Kernel command line: withefi earlyprintk syno_hw_version=RS4021xs+ console=ttyS0,115200n8 netif_num
=2 pid=0xa4a5 earlycon=uart8250,io,0x3f8,115200n8 synoboot_satadom=2 syno_port_thaw=1 mac2=D0509978AC1B mac1=D0509
978AC1C sn=2250T2RCV8F0W vid=0x0525 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap syno_hdd_detect=0 vender
_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap  dom_szmax=76318.7 
[    0.000000] Synology Hardware Version: RS4021xs+
[    0.000000] Internal netif num: 2
[    0.000000] Synology boot device SATADOM: 2
[    0.000000] Mac2: D0509978AC1B
[    0.000000] Mac1: D0509978AC1C
[    0.000000] Serial Number: 2250T2RCV8F0W
[    0.000000] SYNO GPIO HDD detect pin: 0
[    0.000000] Vender format version: 2
[    0.000000] Power on seq num: 0
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.000000] Memory: 16305264K/16736060K available (5548K kernel code, 880K rwdata, 1780K rodata, 924K init, 156
8K bss, 430796K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=24 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:4352 nr_irqs:456 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [ttyS0] enabled
[    0.000000] console [ttyS0] enabled
[    0.000000] bootconsole [uart0] disabled
[    0.000000] bootconsole [uart0] disabled
[    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 3093.057 MHz processor
[    0.000005] Calibrating delay loop (skipped), value calculated using timer frequency.. 6186.11 BogoMIPS (lpj=30
93057)
[    0.010654] pid_max: default: 32768 minimum: 301
[    0.015300] ACPI: Core revision 20150930
[    0.063806] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.070257] Security Framework initialized
[    0.074375] AppArmor: AppArmor initialized
[    0.078500] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.085387] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.093218] Initializing cgroup subsys io
[    0.097247] Initializing cgroup subsys memory
[    0.101624] Initializing cgroup subsys devices
[    0.106081] Initializing cgroup subsys freezer
[    0.110578] CPU: Physical Processor ID: 0
[    0.114608] CPU: Processor Core ID: 0
[    0.120326] CPU0: Thermal monitoring enabled (TM1)
[    0.125139] process: using mwait in idle threads
[    0.129779] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.135884] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.142594] Speculative Store Bypass: Vulnerable
[    0.148208] Freeing SMP alternatives memory: 24K
[    0.152945] DMAR: Host address width 39
[    0.156806] DMAR: DRHD base: 0x000000fed90000 flags: 0x1
[    0.162136] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap d2008c20660462 ecap f010da
[    0.170063] DMAR: RMRR base: 0x000000df6b6000 end: 0x000000df6c4fff
[    0.176340] DMAR-IR: IOAPIC id 8 under DRHD base  0xfed90000 IOMMU 0
[    0.182708] DMAR-IR: HPET id 0 under DRHD base 0xfed90000
[    0.188116] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[    0.195086] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[    0.203229] DMAR-IR: Enabled IRQ remapping in xapic mode
[    0.208541] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.214791] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.230813] TSC deadline timer enabled
[    0.234562] smpboot: CPU0: Intel(R) Xeon(R) CPU E3-1220 v3 @ 3.10GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[    0.244672] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
[    0.254930] ... version:                3
[    0.258950] ... bit width:              48
[    0.263056] ... generic registers:      8
[    0.267069] ... value mask:             0000ffffffffffff
[    0.272384] ... max period:             00007fffffffffff
[    0.277701] ... fixed-purpose events:   3
[    0.281715] ... event mask:             00000007000000ff
[    0.287597] x86: Booting SMP configuration:
[    0.291790] .... node  #0, CPUs:      #1 #2 #3
[    0.312990] x86: Booted up 1 node, 4 CPUs
[    0.317200] smpboot: Total of 4 processors activated (24744.45 BogoMIPS)
[    0.334497] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.342926] devtmpfs: initialized
[    0.346972] PM: Registering ACPI NVS region [mem 0xcdc5d000-0xcdc63fff] (28672 bytes)
[    0.354806] PM: Registering ACPI NVS region [mem 0xdd8fe000-0xdda51fff] (1392640 bytes)
[    0.363001] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.372754] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.379401] NET: Registered protocol family 16
[    0.392896] cpuidle: using governor ladder
[    0.403019] cpuidle: using governor menu
[    0.407169] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.414742] ACPI: bus type PCI registered
[    0.418916] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.428230] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.435145] PCI: Using configuration type 1 for base access
[    0.441294] perf_event_intel: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
[    0.451717] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.466409] ACPI: Added _OSI(Module Device)
[    0.470621] ACPI: Added _OSI(Processor Device)
[    0.475089] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.479804] ACPI: Added _OSI(Processor Aggregator Device)
[    0.497882] ACPI: Executed 6 blocks of module-level executable AML code
[    0.561813] ACPI: Dynamic OEM Table Load:
[    0.565907] ACPI: SSDT 0xFFFF880408BC6400 0003D3 (v02 PmRef  Cpu0Cst  00003001 INTL 20051117)
[    0.576604] ACPI: Dynamic OEM Table Load:
[    0.580692] ACPI: SSDT 0xFFFF880408259800 0005AA (v02 PmRef  ApIst    00003000 INTL 20051117)
[    0.591455] ACPI: Dynamic OEM Table Load:
[    0.595534] ACPI: SSDT 0xFFFF880407C13000 000119 (v02 PmRef  ApCst    00003000 INTL 20051117)
[    0.607493] ACPI: Interpreter enabled
[    0.611215] ACPI: (supports S0 S4 S5)
[    0.614887] ACPI: Using IOAPIC for interrupt routing
[    0.620044] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.630385] ACPI: Power Resource [PG00] (on)
[    0.635455] ACPI: Power Resource [PG01] (on)
[    0.640485] ACPI: Power Resource [PG02] (on)
[    0.666366] ACPI: Power Resource [FN00] (off)
[    0.670918] ACPI: Power Resource [FN01] (off)
[    0.675465] ACPI: Power Resource [FN02] (off)
[    0.680010] ACPI: Power Resource [FN03] (off)
[    0.684553] ACPI: Power Resource [FN04] (off)
[    0.691054] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.697252] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.705994] acpi PNP0A08:00: _OSC: platform does not support [PME]
[    0.712517] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.719136] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.727862] PCI host bridge to bus 0000:00
[    0.731973] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.738764] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.745561] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.753047] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.760535] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.768022] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.775509] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.782998] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.790485] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.797974] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.805462] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.812950] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff window]
[    0.820429] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.825938] pci 0000:00:00.0: [8086:0c08] type 00 class 0x060000
[    0.832239] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    0.838317] pci 0000:00:14.0: reg 0x10: [mem 0xf7220000-0xf722ffff 64bit]
[    0.845250] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.851222] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.856986] pci 0000:00:19.0: [8086:153a] type 00 class 0x020000
[    0.863059] pci 0000:00:19.0: reg 0x10: [mem 0xf7200000-0xf721ffff]
[    0.869352] pci 0000:00:19.0: reg 0x14: [mem 0xf7234000-0xf7234fff]
[    0.875635] pci 0000:00:19.0: reg 0x18: [io  0xf040-0xf05f]
[    0.881339] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.887566] pci 0000:00:19.0: System wakeup disabled by ACPI
[    0.893321] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[    0.899388] pci 0000:00:1a.0: reg 0x10: [mem 0xf7233000-0xf72333ff]
[    0.905824] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.912051] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.917812] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[    0.923995] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.930141] pci 0000:00:1c.0: Enabling MPC IRBNCE
[    0.934854] pci 0000:00:1c.0: Intel PCH root port ACS workaround enabled
[    0.941739] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.947500] pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400
[    0.953686] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.959822] pci 0000:00:1c.4: Enabling MPC IRBNCE
[    0.964541] pci 0000:00:1c.4: Intel PCH root port ACS workaround enabled
[    0.971419] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    0.977181] pci 0000:00:1c.7: [8086:8c1e] type 01 class 0x060400
[    0.983363] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    0.989502] pci 0000:00:1c.7: Enabling MPC IRBNCE
[    0.994217] pci 0000:00:1c.7: Intel PCH root port ACS workaround enabled
[    1.001085] pci 0000:00:1c.7: System wakeup disabled by ACPI
[    1.006842] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[    1.012911] pci 0000:00:1d.0: reg 0x10: [mem 0xf7232000-0xf72323ff]
[    1.019343] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    1.025579] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    1.031332] pci 0000:00:1f.0: [8086:8c52] type 00 class 0x060100
[    1.037701] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601
[    1.043773] pci 0000:00:1f.2: reg 0x10: [io  0xf090-0xf097]
[    1.049375] pci 0000:00:1f.2: reg 0x14: [io  0xf080-0xf083]
[    1.054960] pci 0000:00:1f.2: reg 0x18: [io  0xf070-0xf077]
[    1.060551] pci 0000:00:1f.2: reg 0x1c: [io  0xf060-0xf063]
[    1.066142] pci 0000:00:1f.2: reg 0x20: [io  0xf020-0xf03f]
[    1.071736] pci 0000:00:1f.2: reg 0x24: [mem 0xf7231000-0xf72317ff]
[    1.078084] pci 0000:00:1f.2: PME# supported from D3hot
[    1.083501] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    1.089557] pci 0000:00:1f.3: reg 0x10: [mem 0xf7230000-0xf72300ff 64bit]
[    1.096396] pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
[    1.102283] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.107265] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    1.113375] pci 0000:00:1c.0:   bridge window [mem 0xe0000000-0xe01fffff]
[    1.120185] pci 0000:00:1c.0:   bridge window [mem 0xe0200000-0xe03fffff 64bit pref]
[    1.128067] pci 0000:02:00.0: [8086:1533] type 00 class 0x020000
[    1.134169] pci 0000:02:00.0: reg 0x10: [mem 0xf7100000-0xf717ffff]
[    1.140490] pci 0000:02:00.0: reg 0x18: [io  0xe000-0xe01f]
[    1.146093] pci 0000:02:00.0: reg 0x1c: [mem 0xf7180000-0xf7183fff]
[    1.152563] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    1.158789] pci 0000:02:00.0: System wakeup disabled by ACPI
[    1.166504] pci 0000:00:1c.4: PCI bridge to [bus 02]
[    1.171486] pci 0000:00:1c.4:   bridge window [io  0xe000-0xefff]
[    1.177599] pci 0000:00:1c.4:   bridge window [mem 0xf7100000-0xf71fffff]
[    1.184522] pci 0000:03:00.0: [1a03:1150] type 01 class 0x060400
[    1.190756] pci 0000:03:00.0: supports D1 D2
[    1.195032] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.201753] pci 0000:03:00.0: System wakeup disabled by ACPI
[    1.209448] pci 0000:00:1c.7: PCI bridge to [bus 03-04]
[    1.214684] pci 0000:00:1c.7:   bridge window [io  0xd000-0xdfff]
[    1.220791] pci 0000:00:1c.7:   bridge window [mem 0xf6000000-0xf70fffff]
[    1.227716] pci 0000:04:00.0: [1a03:2000] type 00 class 0x030000
[    1.233790] pci 0000:04:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[    1.240088] pci 0000:04:00.0: reg 0x14: [mem 0xf7000000-0xf701ffff]
[    1.246390] pci 0000:04:00.0: reg 0x18: [io  0xd000-0xd07f]
[    1.252134] pci 0000:04:00.0: supports D1 D2
[    1.256406] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.263211] pci 0000:03:00.0: PCI bridge to [bus 04]
[    1.268201] pci 0000:03:00.0:   bridge window [io  0xd000-0xdfff]
[    1.274300] pci 0000:03:00.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    1.281153] pci_bus 0000:00: on NUMA node 0
[    1.285361] pci 0000:00:1c.0: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  128
[    1.293821] pci 0000:00:1c.4: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  128
[    1.302286] pci 0000:02:00.0: Max Payload Size set to  128/ 512 (was  128), Max Read Rq  512
[    1.310738] pci 0000:00:1c.7: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  128
[    1.319198] pci 0000:03:00.0: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  512
[    1.330040] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15), disabled.
[    1.338244] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    1.346620] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15), disabled.
[    1.354808] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15), disabled.
[    1.362999] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 10 11 12 14 15), disabled.
[    1.371186] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    1.379568] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15), disabled.
[    1.387756] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    1.396588] ACPI: Enabled 7 GPEs in block 00 to 3F
[    1.401645] vgaarb: setting as boot device: PCI:0000:04:00.0
[    1.407305] vgaarb: device added: PCI:0000:04:00.0,decodes=io+mem,owns=io+mem,locks=none
[    1.415397] vgaarb: loaded
[    1.418114] vgaarb: bridge control possible 0000:04:00.0
[    1.423575] SCSI subsystem initialized
[    1.427424] libata version 3.00 loaded.
[    1.431365] pps_core: LinuxPPS API ver. 1 registered
[    1.436331] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.445470] PTP clock support registered
[    1.449513] EDAC MC: Ver: 3.0.0
[    1.452958] PCI: Using ACPI for IRQ routing
[    1.460904] PCI: pci_cache_line_size set to 64 bytes
[    1.465987] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    1.471995] e820: reserve RAM buffer [mem 0xcdc5d000-0xcfffffff]
[    1.478009] e820: reserve RAM buffer [mem 0xdd839000-0xdfffffff]
[    1.484016] e820: reserve RAM buffer [mem 0xdf800000-0xdfffffff]
[    1.490549] clocksource: Switched to clocksource hpet
[    1.512462] AppArmor: AppArmor Filesystem Enabled
[    1.517284] pnp: PnP ACPI init
[    1.520651] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    1.527282] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.534316] system 00:01: [io  0x0800-0x087f] has been reserved
[    1.540253] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.547111] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.553733] system 00:03: [io  0x1854-0x1857] has been reserved
[    1.559657] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    1.567343] system 00:04: [io  0x0290-0x029f] has been reserved
[    1.573272] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.580432] system 00:05: [io  0x0a00-0x0a1f] has been reserved
[    1.586369] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.593293] system 00:06: [io  0x04d0-0x04d1] has been reserved
[    1.599231] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.606470] pnp 00:07: [dma 0 disabled]
[    1.610436] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
[    1.617918] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.624555] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[    1.631170] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.637793] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.644414] system 00:08: [mem 0xf8000000-0xfbffffff] has been reserved
[    1.651035] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.657658] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
[    1.664623] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[    1.671246] system 00:08: [mem 0xff000000-0xffffffff] has been reserved
[    1.677868] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
[    1.684835] system 00:08: [mem 0xf7fe0000-0xf7feffff] has been reserved
[    1.691457] system 00:08: [mem 0xf7ff0000-0xf7ffffff] has been reserved
[    1.698081] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.705350] pnp: PnP ACPI: found 9 devices
[    1.718363] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.727332] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.732322] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    1.738444] pci 0000:00:1c.0:   bridge window [mem 0xe0000000-0xe01fffff]
[    1.745253] pci 0000:00:1c.0:   bridge window [mem 0xe0200000-0xe03fffff 64bit pref]
[    1.753020] pci 0000:00:1c.4: PCI bridge to [bus 02]
[    1.757998] pci 0000:00:1c.4:   bridge window [io  0xe000-0xefff]
[    1.764102] pci 0000:00:1c.4:   bridge window [mem 0xf7100000-0xf71fffff]
[    1.770915] pci 0000:03:00.0: PCI bridge to [bus 04]
[    1.775893] pci 0000:03:00.0:   bridge window [io  0xd000-0xdfff]
[    1.782000] pci 0000:03:00.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    1.788814] pci 0000:00:1c.7: PCI bridge to [bus 03-04]
[    1.794050] pci 0000:00:1c.7:   bridge window [io  0xd000-0xdfff]
[    1.800157] pci 0000:00:1c.7:   bridge window [mem 0xf6000000-0xf70fffff]
[    1.806960] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.813149] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.819337] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.826216] pci_bus 0000:00: resource 7 [mem 0x000c8000-0x000cbfff window]
[    1.833103] pci_bus 0000:00: resource 8 [mem 0x000cc000-0x000cffff window]
[    1.839981] pci_bus 0000:00: resource 9 [mem 0x000d0000-0x000d3fff window]
[    1.846861] pci_bus 0000:00: resource 10 [mem 0x000d4000-0x000d7fff window]
[    1.853830] pci_bus 0000:00: resource 11 [mem 0x000d8000-0x000dbfff window]
[    1.860796] pci_bus 0000:00: resource 12 [mem 0x000dc000-0x000dffff window]
[    1.867766] pci_bus 0000:00: resource 13 [mem 0x000e0000-0x000e3fff window]
[    1.874731] pci_bus 0000:00: resource 14 [mem 0x000e4000-0x000e7fff window]
[    1.881701] pci_bus 0000:00: resource 15 [mem 0xe0000000-0xfeafffff window]
[    1.888670] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    1.894249] pci_bus 0000:01: resource 1 [mem 0xe0000000-0xe01fffff]
[    1.900515] pci_bus 0000:01: resource 2 [mem 0xe0200000-0xe03fffff 64bit pref]
[    1.907743] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    1.913324] pci_bus 0000:02: resource 1 [mem 0xf7100000-0xf71fffff]
[    1.919599] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    1.925181] pci_bus 0000:03: resource 1 [mem 0xf6000000-0xf70fffff]
[    1.931455] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[    1.937035] pci_bus 0000:04: resource 1 [mem 0xf6000000-0xf70fffff]
[    1.943364] NET: Registered protocol family 2
[    1.948005] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.955767] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.962746] TCP: Hash tables configured (established 131072 bind 65536)
[    1.969410] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    1.975611] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    1.982285] NET: Registered protocol family 1
[    1.987865] pci 0000:04:00.0: Video device with shadowed ROM
[    1.993537] PCI: CLS 64 bytes, default 64
[    4.164155] Trying to unpack rootfs image as initramfs...
[    4.210122] Freeing initrd memory: 32844K
[    4.216742] redpill: loading out-of-tree module taints kernel.
[    4.222675] redpill: module verification failed: signature and/or required key missing - tainting kernel
[    4.308983] DMAR: No ATSR found
[    4.312377] DMAR: dmar0: Using Queued invalidation
[    4.317200] IOMMU passthrough mode = 1
[    4.321010] DMAR: Hardware identity mapping for device 0000:00:00.0
[    4.327284] DMAR: Hardware identity mapping for device 0000:00:14.0
[    4.333557] DMAR: Hardware identity mapping for device 0000:00:19.0
[    4.339835] DMAR: Hardware identity mapping for device 0000:00:1a.0
[    4.346108] DMAR: Hardware identity mapping for device 0000:00:1c.0
[    4.352381] DMAR: Hardware identity mapping for device 0000:00:1c.4
[    4.358658] DMAR: Hardware identity mapping for device 0000:00:1c.7
[    4.364932] DMAR: Hardware identity mapping for device 0000:00:1d.0
[    4.371204] DMAR: Hardware identity mapping for device 0000:00:1f.0
[    4.377480] DMAR: Hardware identity mapping for device 0000:00:1f.2
[    4.383753] DMAR: Hardware identity mapping for device 0000:00:1f.3
[    4.390042] DMAR: Hardware identity mapping for device 0000:02:00.0
[    4.396312] DMAR: Setting RMRR:
[    4.399465] DMAR: Ignoring identity map for HW passthrough device 0000:00:14.0 [0xdf6b6000 - 0xdf6c4fff]
[    4.408949] DMAR: Ignoring identity map for HW passthrough device 0000:00:1a.0 [0xdf6b6000 - 0xdf6c4fff]
[    4.418429] DMAR: Ignoring identity map for HW passthrough device 0000:00:1d.0 [0xdf6b6000 - 0xdf6c4fff]
[    4.427912] DMAR: Prepare 0-16MiB unity mapping for LPC
[    4.433146] DMAR: Ignoring identity map for HW passthrough device 0000:00:1f.0 [0x0 - 0xffffff]
[    4.441847] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    4.448382] iommu: Adding device 0000:00:00.0 to group 0
[    4.453727] iommu: Adding device 0000:00:14.0 to group 1
[    4.459067] iommu: Adding device 0000:00:19.0 to group 2
[    4.464407] iommu: Adding device 0000:00:1a.0 to group 3
[    4.469747] iommu: Adding device 0000:00:1c.0 to group 4
[    4.475091] iommu: Adding device 0000:00:1c.4 to group 5
[    4.480430] iommu: Adding device 0000:00:1c.7 to group 6
[    4.485767] iommu: Adding device 0000:00:1d.0 to group 7
[    4.491126] iommu: Adding device 0000:00:1f.0 to group 8
[    4.496461] iommu: Adding device 0000:00:1f.2 to group 8
[    4.501800] iommu: Adding device 0000:00:1f.3 to group 8
[    4.507142] iommu: Adding device 0000:02:00.0 to group 9
[    4.512478] iommu: Adding device 0000:03:00.0 to group 10
[    4.517892] iommu: Adding device 0000:04:00.0 to group 10
[    4.527760] RAPL PMU detected, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
[    4.536382] hw unit of domain pp0-core 2^-14 Joules
[    4.541270] hw unit of domain package 2^-14 Joules
[    4.546069] hw unit of domain dram 2^-14 Joules
[    4.550609] hw unit of domain pp1-gpu 2^-14 Joules
[    4.556716] audit: initializing netlink subsys (disabled)
[    4.562154] audit: type=2000 audit(1678155991.542:1): initialized
[    4.568754] Initialise system trusted keyring
[    4.689119] VFS: Disk quotas dquot_6.6.0
[    4.693139] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    4.858700] Key type asymmetric registered
[    4.862874] Asymmetric key parser 'x509' registered
[    4.867865] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    4.875272] io scheduler noop registered
[    4.879213] io scheduler deadline registered
[    4.883605] io scheduler cfq registered (default)
[    4.889684] aer 0000:00:1c.4:pcie02: service driver aer loaded
[    4.895597] aer 0000:00:1c.7:pcie02: service driver aer loaded
[    5.534064] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    5.557617] tsc: Refined TSC clocksource calibration: 3093.110 MHz
[    5.561354] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    5.575282] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2c95dae1b89, max_idle_ns: 440795318938 ns
[    5.812506] serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    5.826030] brd: module loaded
[    5.829257] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x000000
0000001800-0x000000000000187F (\PMIO) (20150930/utaddress-254)
[    5.844798] ACPI: If an ACPI driver is available for this device, you should use it instead of the native drive
r
[    5.854985] Unknown LPC device 8c52
[    5.858489] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x000000
0000001C00-0x0000000000001FFF (\GPR2) (20150930/utaddress-254)
[    5.874021] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x000000
0000001C00-0x0000000000001C3F (\GPRL) (20150930/utaddress-254)
[    5.889548] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x000000
0000001C00-0x0000000000001FFF (\GPR_) (20150930/utaddress-254)
[    5.905083] ACPI: If an ACPI driver is available for this device, you should use it instead of the native drive
r
[    5.915257] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x000000
0000001C00-0x0000000000001FFF (\GPR2) (20150930/utaddress-254)
[    5.930792] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x000000
0000001C00-0x0000000000001C3F (\GPRL) (20150930/utaddress-254)
[    5.946322] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x000000
0000001C00-0x0000000000001FFF (\GPR_) (20150930/utaddress-254)
[    5.961847] ACPI: If an ACPI driver is available for this device, you should use it instead of the native drive
r
[    5.972019] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    5.978278] Loading iSCSI transport class v2.0-870.
[    5.985233] rdac: device handler registered
[    5.997902] i2c /dev entries driver
[    6.001794] i801_smbus 0000:00:1f.3: SMBus using polling
[    6.012719] ahci 0000:00:1f.2: version 3.0
[    6.017240] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    6.025436] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
[    6.050365] scsi host0: ahci
[    6.064693] scsi host1: ahci
[    6.078484] scsi host2: ahci
[    6.084470] scsi host3: ahci
[    6.087649] scsi host4: ahci
[    6.091850] scsi host5: ahci
[    6.094911] ata1: SATA max UDMA/133 abar m2048@0xf7231000 port 0xf7231100 irq 27
[    6.102316] ata2: SATA max UDMA/133 abar m2048@0xf7231000 port 0xf7231180 irq 27
[    6.109721] ata3: SATA max UDMA/133 abar m2048@0xf7231000 port 0xf7231200 irq 27
[    6.117124] ata4: SATA max UDMA/133 abar m2048@0xf7231000 port 0xf7231280 irq 27
[    6.124523] ata5: SATA max UDMA/133 abar m2048@0xf7231000 port 0xf7231300 irq 27
[    6.131915] ata6: SATA max UDMA/133 abar m2048@0xf7231000 port 0xf7231380 irq 27
[    6.139567] rtc_cmos 00:02: RTC can wake from S4
[    6.144414] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    6.150582] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    6.158510] md: raid1 personality registered for level 1
[    6.164723] EDAC MC0: Giving out device to module ie31200_edac controller IE31200: DEV 0000:00:00.0 (POLLED)
[    6.175775] NET: Registered protocol family 17
[    6.180257] Key type dns_resolver registered
[    6.228318] mce: Using 9 MCE banks
[    6.232197] registered taskstats version 1
[    6.236344] Loading compiled-in untrusted X.509 certificates
[    6.242027] Loading compiled-in X.509 certificates
[    6.246870] Loaded X.509 cert 'Synology SDG kernel module signing key: 7bd0b0d6bcd31651c22ce3978bdc8c8bdc417329
'
[    6.259195] Loaded X.509 cert 'Synology Root Certification Authority: f2c075361f168425f8b5ef31b796406c3aab2089'
[    6.269304] Loaded X.509 cert 'Synology Kernel Module Signing Certification Authority: 600839b5d127e0e11d817a31
f0575d323a7c0e28'
[    6.280883] Loaded X.509 cert 'Synology kernel module signing key: 4646ce54489669338118a3b1286da156ac366fa5'
[    6.290741] page_owner is disabled
[    6.294192] AppArmor: AppArmor sha1 policy hashing enabled
[    6.300700] rtc_cmos 00:02: setting system clock to 2023-03-07 02:26:34 UTC (1678155994)
[    6.443629] ata4: SATA link down (SStatus 0 SControl 300)
[    6.449074] ata6: SATA link down (SStatus 0 SControl 300)
[    6.454515] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    6.460741] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    6.466962] ata3: SATA link down (SStatus 0 SControl 300)
[    6.472834] ata5: SATA link down (SStatus 0 SControl 300)
[    6.478256] ata2.00: ATA-8: WDC WD20EARS-00MVWB0, 51.0AB51, max UDMA/133
[    6.484966] ata2.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    6.492192] ata2.00: SN:     WD-WCAZA4491851
[    6.496488] ata1.00: ATA-8: INTEL SSDSC2BB080G4, D2010355, max UDMA/133
[    6.503104] ata1.00: 156301488 sectors, multi 1: LBA48 NCQ (depth 31/32)
[    6.509810] ata1.00: SN:BTWL34120677080KGN
[    6.514386] ata1.00: configured for UDMA/133
[    6.518691] ata1.00: Find SSD disks. [INTEL SSDSC2BB080G4]
[    6.519036] ata2.00: configured for UDMA/133
[    6.529008] scsi 0:0:0:0: Direct-Access     INTEL    SSDSC2BB080G4            0355 PQ: 0 ANSI: 5
[    6.538066] ata1.00: Enabling discard_zeroes_data
[    6.542981] ata1.00: Enabling discard_zeroes_data
[    6.547734] sd 0:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[    6.551626] scsi 1:0:0:0: Direct-Access     WDC      WD20EARS-00MVWB0         AB51 PQ: 0 ANSI: 5
[    6.552086] sd 1:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    6.552151] sd 1:0:0:0: [sdb] Write Protect is off
[    6.552155] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    6.552185] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.576664]  sdb: sdb1 sdb2 sdb3
[    6.577225] sd 1:0:0:0: [sdb] Attached SCSI disk
[    6.598697] clocksource: Switched to clocksource tsc
[    6.598769] sd 0:0:0:0: [sda] Write Protect is off
[    6.598774] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 10
[    6.598798] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[    6.598961] ata1.00: Enabling discard_zeroes_data
[    6.599258]  sda: sda1 sda2 sda3
[    6.599624] ata1.00: Enabling discard_zeroes_data
[    6.599755] sd 0:0:0:0: [sda] Attached SCSI disk
[    6.641547] Freeing unused kernel memory: 924K
[    6.646012] Write protecting the kernel read-only data: 8192k
[    6.652151] Freeing unused kernel memory: 584K
[    6.658094] Freeing unused kernel memory: 268K
START /linuxrc.syno
START /linuxrc.syno.impl
[    6.828630] random: nonblocking pool is initialized
Insert Marvell 1475 SATA controller driver
Insert basic USB modules...
:: Loading module usb-common ... [  OK  ]
:: Loading module usbcore[    6.938923] ACPI: bus type USB registered
[    6.942997] usbcore: registered new interface driver usbfs
[    6.948511] usbcore: registered new interface driver hub
[    6.953861] usbcore: registered new interface driver ethub
[    6.959373] usbcore: registered new device driver usb
 ... [  OK  ]
:: Loading module ehci-hcd[    6.983076] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
 ... [  OK  ]
:: Loading module ehci-pci[    6.998223] ehci-pci: EHCI PCI platform driver
 ... [  OK  ]
:: Loading module xhci-hcd ... [  OK  ]
:: Loading module xhci-pci[    7.028739] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    7.033991] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    7.242576] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009010
[    7.251029] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    7.258387] hub 1-0:1.0: USB hub found
[    7.262199] hub 1-0:1.0: 10 ports detected
[    7.272461] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    7.277727] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    7.285225] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.293729] hub 2-0:1.0: USB hub found
[    7.297532] hub 2-0:1.0: 2 ports detected
 ... [  OK  ]
:: Loading module usb-storage[    7.334191] usbcore: registered new interface driver usb-storage
 ... [  OK  ]
:: Loading kernel modules from extensions ...
Checking if kmods for thethorgroup.virtio should run using check-virtio.sh script
Checking for VirtIO
*No* VirtIO hypervisor detected
NOT loading kmods for thethorgroup.virtio
:: Loading kernel modules from extensions ... [  OK  ]
:: Executing "on_boot" custom scripts ...
Running "install.sh" for all-modules->on_boot
Copying kmod,tar to /bin/
'kmod' -> '/bin/kmod'
cp: can't create '/bin/tar': Text file busy
link depmod to kmod
[    7.594632] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    7.739389] hub 1-1:1.0: USB hub found
[    7.743890] hub 1-1:1.0: 5 ports detected
8139cp.ko
acpi-cpufreq.ko
alx.ko
aqc111.ko
atkbd.ko
atl1c.ko
atl1e.ko
atlantic.ko
atlantic_v2.ko
auxiliary.ko
b44.ko
be2net.ko
bitblit.ko
bnx2.ko
bnx2x.ko
bnxt_en.ko
button.ko
cdc_ncm.ko
cdrom.ko
cfbcopyarea.ko
cfbfillrect.ko
cfbimgblt.ko
cpufreq_conservative.ko
cpufreq_ondemand.ko
cpufreq_performance.ko
crc-ccitt.ko
crc-itu-t.ko
cxgb.ko
cxgb3.ko
cxgb4.ko
cxgb4vf.ko
dvb-core.ko
dvb-usb-dib0700.ko
dvb-usb-dvbsky.ko
dvb-usb.ko
dvb_usb_v2.ko
e1000.ko
e1000e.ko
efifb.ko
ehci-hcd.ko
ehci-pci.ko
etxhci-hcd.ko
fb.ko
fb_sys_fops.ko
fbcon.ko
fbdev.ko
font.ko
hid-generic.ko
i2c-algo-bit.ko
i40e.ko
i8042.ko
iavf.ko
ice.ko
igb.ko
igbvf.ko
igc.ko
intel_auxiliary.ko
it87.ko
ixgb.ko
ixgbe.ko
ixgbevf.ko
jc42.ko
jme.ko
libphy.ko
m88ds3103.ko
mdio.ko
megaraid_mbox.ko
megaraid_mm.ko
megaraid_sas.ko
mii.ko
mlx4_core.ko
mlx4_en.ko
mlx4_ib.ko
mlx5_core.ko
mlx5_ib.ko
mlx_compat.ko
mlxsw_core.ko
mlxsw_pci.ko
mmc_block.ko
mmc_core.ko
mpt3sas.ko
mptbase.ko
mptctl.ko
mptsas.ko
mptscsih.ko
mptspi.ko
mtk-sd.ko
nct6775.ko
processor.ko
r8125.ko
r8152.ko
r8168.ko
r8169.ko
rc-core.ko
scsi_transport_spi.ko
sdhci.ko
si2157.ko
si2168.ko
sk[    8.083652] usb 1-1.4: new low-speed USB device number 3 using xhci_hcd
ge.ko
sky2.ko
softcursor.ko
sp2.ko
sr_mod.ko
syscopyarea.ko
sysfillrect.ko
sysimgblt.ko
tg3.ko
thermal.ko
ts2020.ko
uhci-hcd.ko
ushc.ko
vesafb.ko
vga16fb.ko
vgastate.ko
via-sdmmc.ko
virtio.ko
virtio_input.ko
virtio_mmio.ko
virtio_net.ko
virtio_pci.ko
virtio_ring.ko
virtio_scsi.ko
vmw_pvscsi.ko
vmxnet3.ko
vub300.ko
xhci-hcd.ko
xhci-pci.ko
depmod: WARNING: could not open /lib/modules//modules.order: No such file or directory
depmod: WARNING: could not open /lib/modules//modules.builtin: No such file or directory
Ran "install.sh" for all-modules->on_boot - exit=0
Running "install_rd.sh" for misc->on_boot
Starting ttyd, listening on port: 7681
Ran "install_rd.sh" for misc->on_boot - exit=0
Running "check-all-modules.sh" for modprobe->on_boot
broadwellnk
4.4.180
modules.alias.4.json
Copying kmod to /bin/
'kmod' -> '/bin/kmod'
Copying sed,jq,lspci files to /sbin/
'sed' -> '/usr/sbin/sed'
'jq' -> '/usr/sbin/jq'
'lspci' -> '/usr/sbin/lspci'
Copying lspci libraries to /lib/
'libz.so.1' -> '/lib/libz.so.1'
'libudev.so.1' -> '/lib/libudev.so.1'
'libattr.so.1' -> '/lib/libattr.so.1'
'libcap.so.2' -> '/lib/libcap.so.2'
link modprobe to kmod
Ran "check-all-modules.sh" for modprobe->on_boot - exit=0
Running "install-nvme-cache.sh" for nvme-cache->on_boot
System is booting
nvme-cache - early
Ran "install-nvme-cache.sh" for nvme-cache->on_boot - exit=0
Running "boot-wait.sh" for thethorgroup.boot-wait->on_boot
[    8.254468] Got empty serial number. Generate serial number from product.
Still waiting for boot device (waited 1 of 30 seconds)
Still waiting for boot device (waited 2 of 30 seconds)
Still waiting for boot device (waited 3 of 30 seconds)
Still waiting for boot device (waited 4 of 30 seconds)
Still waiting for boot device (waited 5 of 30 seconds)
Still waiting for boot device (waited 6 of 30 seconds)
Still waiting for boot device (waited 7 of 30 seconds)
Still waiting for boot device (waited 8 of 30 seconds)
Still waiting for boot device (waited 9 of 30 seconds)
Still waiting for boot device (waited 10 of 30 seconds)
Still waiting for boot device (waited 11 of 30 seconds)
Still waiting for boot device (waited 12 of 30 seconds)
Still waiting for boot device (waited 13 of 30 seconds)
Still waiting for boot device (waited 14 of 30 seconds)
Still waiting for boot device (waited 15 of 30 seconds)
Still waiting for boot device (waited 16 of 30 seconds)
Still waiting for boot device (waited 17 of 30 seconds)
Still waiting for boot device (waited 18 of 30 seconds)
Still waiting for boot device (waited 19 of 30 seconds)
Still waiting for boot device (waited 20 of 30 seconds)
Still waiting for boot device (waited 21 of 30 seconds)
Still waiting for boot device (waited 22 of 30 seconds)
Still waiting for boot device (waited 23 of 30 seconds)
Still waiting for boot device (waited 24 of 30 seconds)
Still waiting for boot device (waited 25 of 30 seconds)
Still waiting for boot device (waited 26 of 30 seconds)
Still waiting for boot device (waited 27 of 30 seconds)
Still waiting for boot device (waited 28 of 30 seconds)
Still waiting for boot device (waited 29 of 30 seconds)
Still waiting for boot device (waited 30 of 30 seconds)
ERROR: Timeout waiting for /dev/synoboot device to appear.
Most likely your vid/pid configuration is not correct, or you don't have drivers needed for your USB/SATA controll
er

========== BEGIN DUMP OF ALL PARTITIONS DETECTED ===========
/dev/sda1                  2048          147455          145408  83  
/dev/sda2                147456          301055          153600  83  
/dev/sda3                301056         2097151         1796096  83  


/dev/sdb1                  8192        16785407        16777216  fd  
/[   38.337764] VFS: opened file in mnt_point: (/dev), file: (/null), comm: (sh)
dev/sdb2               [   38.345496] VFS: opened file in mnt_point: (/dev), file: (/null), comm: (sh)
[   38.353923] VFS: opened file in mnt_point: (/dev), file: (/urandom), comm: (ttyd)
16785408               20979711         4194304  fd  
/dev/sdb3              21241856      3906824351      3885582496  fd  


========== END OF DUMP OF ALL PARTITIONS DETECTED ==========
Ran "boot-wait.sh" for thethorgroup.boot-wait->on_boot - exit=1
ERROR: Some [   38.382585] VFS: opened file in mnt_point: (/dev), file: (/null), comm: (sh)
[   38.390635] VFS: opened file in mnt_point: (/dev), file: (/null), comm: (sh)
of the scripts f[   38.397683] VFS: opened file in mnt_point: (/dev), file: (/urandom), comm: (ttyd)
ailed! See above for any with exit != 0
:: Executing "on_boot" custom scripts ... [  OK  ]
Exit on error [99] rp ext init exec failure...
Tue Mar  7 02:27:06 UTC 2023
none /sys/kernel/debug debugfs rw,relatime 0 0
umount: can't unmount /dev: Device or resource busy
umount: /etc/mtab: No such file or directory
linuxrc.syno failed on 99
starting pid 5090, tty '': '/etc/rc'
:: Starting /etc/rc
:: Mounting procfs ... [  OK  ]
:: Mounting tmpfs ... [  OK  ]
:: Mounting devtmpfs ... [FAILED]
:: Mounting devpts ... [  OK  ]
:: Mounting sysfs ... [  OK  ]
[   38.526645] md: md1 stopped.
[   38.530399] md: bind<sdb2>
[   38.534705] md/raid1:md1: active with 1 out of 16 mirrors
[   38.546320] md1: detected capacity change from 0 to 2147418112
[   38.581919] Adding 2097084k swap on /dev/md1.  Priority:-1 extents:1 across:2097084k 
:: Loading module sg[   38.696945] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   38.702358] sd 1:0:0:0: Attached scsi generic sg1 type 0
 ... [  OK  ]
:: Loading module crc-ccitt ... [  OK  ]
:: Loading module crc-itu-t ... [  OK  ]
:: Loading module processor[   38.745604] Monitor-Mwait will be used to enter C-1 state
[   38.751060] Monitor-Mwait will be used to enter C-2 state
[   38.756501] ACPI: acpi_idle registered with cpuidle
 ... [  OK  ]
:: Loading module acpi-cpufreq ... [  OK  ]
:: Loading module cpufreq_ondemand ... [  OK  ]
:: Loading module cpufreq_performance ... [  OK  ]
:: Loading module cpufreq_conservative ... [  OK  ]
:: Loading module mdio ... [  OK  ]
:: Loading module sha256_generic ... [  OK  ]
:: Loading module fat ... [  OK  ]
:: Loading module vfat ... [  OK  ]
:: Loading module udp_tunnel ... [  OK  ]
:: Loading module ip6_udp_tunnel ... [  OK  ]
:: Loading module vxlan ... [  OK  ]
:: Loading module dca[   38.938205] dca service started, version 1.12.1
 ... [  OK  ]
:: Loading module e1000e[   38.952387] e1000e: Intel(R) PRO/1000 Network Driver - 3.8.4-NAPI
[   38.958495] e1000e: Copyright(c) 1999 - 2020 Intel Corporation.
[   38.964785] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   39.146116] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) d0:50:99:78:ac:1b
[   39.154044] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[   39.160987] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
 ... [  OK  ]
:: Loading module i2c-algo-bit ... [  OK  ]
:: Loading module igb[   39.192300] Intel(R) Gigabit Ethernet Linux Driver - version 5.3.5.22
[   39.198746] Copyright(c) 2007 - 2018 Intel Corporation.
[   39.247339] igb 0000:02:00.0: added PHC on eth1
[   39.251891] igb 0000:02:00.0: Intel(R) Gigabit Ethernet Linux Driver
[   39.258255] igb 0000:02:00.0: eth1: (PCIe:2.5GT/s:Width x1) 
[   39.263924] igb 0000:02:00.0 eth1: MAC: d0:50:99:78:ac:1c
[   39.269402] igb 0000:02:00.0: eth1: PBA No: 001300-000
[   39.306867] igb 0000:02:00.0: LRO is disabled
[   39.311255] igb 0000:02:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
 ... [  OK  ]
:: Loading module be2net ... [  OK  ]
:: Loading module ixgbe[   39.348512] Intel(R) 10GbE PCI Express Linux Network Driver - version 5.5.5
[   39.355479] Copyright(c) 1999 - 2019 Intel Corporation.
 ... [  OK  ]
:: Loading module r8168 ... [  OK  ]
:: Loading module i40e[   39.388209] i40e: Intel(R) 40-10 Gigabit Ethernet Connection Network Driver - version 2.7
.29
[   39.396655] i40e: Copyright(c) 2013 - 2018 Intel Corporation.
 ... [  OK  ]
:: Loading module atlantic ... [  OK  ]
:: Loading module sunrpc[   39.449309] RPC: Registered named UNIX socket transport module.
[   39.455251] RPC: Registered udp transport module.
[   39.459965] RPC: Registered tcp transport module.
[   39.464679] RPC: Registered tcp NFSv4.1 backchannel transport module.
 ... [  OK  ]
:: Loading module grace ... [  OK  ]
:: Loading module lockd ... [  OK  ]
:: Loading module nfs ... [  OK  ]
:: Loading module nfsv3 ... [  OK  ]
:: Loading module adt7475 ... [  OK  ]
cat: can't open '/sys/class/hwmon/hwmon0/device/name': No such file or directory
Can not detect ADT device, Retry: 1...
:: Unloading module adt7475[   40.586720] Module [adt7475] is removed. 
 ... [  OK  ]
:: Unloading module i2c-i801[   40.604673] Module [i2c_i801] is removed. 
 ... [FAILED]
:: Loading module adt7475 ... [  OK  ]
cat: can't open '/sys/class/hwmon/hwmon0/device/name': No such file or directory
Can not detect ADT device, Retry: 2...
:: Unloading module adt7475[   42.651868] Module [adt7475] is removed. 
 ... [  OK  ]
:: Unloading module i2c-i801[   42.669560] Module [i2c_i801] is removed. 
 ... [FAILED]
:: Loading module adt7475 ... [  OK  ]
cat: can't open '/sys/class/hwmon/hwmon0/device/name': No such file or directory
Can not detect ADT device, Retry: 3...
:: Unloading module adt7475[   44.716683] Module [adt7475] is removed. 
 ... [  OK  ]
:: Unloading module i2c-i801[   44.734793] Module [i2c_i801] is removed. 
 ... [FAILED]
:: Loading module adt7475 ... [  OK  ]
:: Loading module leds-atmega1608 ... [  OK  ]
[   45.821940] broadwellnk_synobios: module license 'Synology Inc.' taints kernel.
[   45.829257] Disabling lock debugging due to kernel taint
[   45.857101] synobios open /dev/ttyS1 success
[   45.861477] 2023-3-7 2:27:13 UTC
[   45.864719] synobios: load, major number 201
[   45.868998] Brand: Synology
[   45.871809] Model: RS-4021xs+
[   45.874788] set group disks wakeup number to 4, spinup time deno 7
[   45.880979] synobios cpu_arch proc entry initialized
[   45.885950] synobios crypto_hw proc entry initialized
[   45.891004] synobios syno_platform proc entry initialized
Starting SW init...
[   46.511613] Module [broadwellnk_synobios] is removed. 
[   46.516775] synobios: unload
:: Loading module synobios[   46.597131] synobios open /dev/ttyS1 success
[   46.601510] 2023-3-7 2:27:14 UTC
[   46.604748] synobios: load, major number 201
[   46.609025] Brand: Synology
[   46.611835] Model: RS-4021xs+
[   46.614815] set group disks wakeup number to 4, spinup time deno 7
[   46.621004] synobios cpu_arch proc entry initialized
[   46.625978] synobios crypto_hw proc entry initialized
[   46.631041] synobios syno_platform proc entry initialized
 ... [  OK  ]
udhcpc: started, v1.30.1
udhcpc: started, v1.30.1
eth0      Link encap:Ethernet  HWaddr D0:50:99:78:AC:1C  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:20 Memory:f7200000-f7220000 

eth1      Link encap:Ethernet  HWaddr D0:50:99:78:AC:1B  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

:: Starting syslogd ... [  OK  ]
:: Starting scemd
[   52.617678] igb 0000:02:00.0 eth1: igb: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[   53.017927] e1000e 0000:00:19.0 eth0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
:: Starting services in background
Starting JuniorExpansionPack
Starting findhostd in flash_rd...
Starting services in flash_rd...
Running /usr/syno/etc/rc.d/J01httpd.sh...
Starting httpd:80 in flash_rd...
Starting httpd:5000 in flash_rd...
Running /usr/syno/etc/rc.d/J03ssdpd.sh...
/usr/bin/minissdpd -i eth0 -i eth1
(15): upnp:rootdevice
(51): uuid:upnp_SynologyNAS-d0509978ac1c::upnp:rootdevice
(63): Synology/synology_broadwellnk_rs4021xs+/7.1-42962/192.168.35.52
(46): http://192.168.35.52:5000/description-eth0.xml
Connected.
done.
/usr/syno/bin/reg_ssdp_service 192.168.35.52 d0509978ac1c 7.1-42962 synology_broadwellnk_rs4021xs+ eth0
(15): upnp:rootdevice
(51): uuid:upnp_SynologyNAS-d0509978ac1b::upnp:rootdevice
(63): Synology/synology_broadwellnk_rs4021xs+/7.1-42962/192.168.35.95
(46): http://192.168.35.95:5000/description-eth1.xml
Connected.
done.
/usr/syno/bin/reg_ssdp_service 192.168.35.95 d0509978ac1b 7.1-42962 synology_broadwellnk_rs4021xs+ eth1
Running /usr/syno/etc/rc.d/J04synoagentregisterd.sh...
Starting synoagentregisterd...
Running /usr/syno/etc/rc.d/J30DisableNCQ.sh...
Running /usr/syno/etc/rc.d/J80ADTFanControl.sh...
ADT Set FAN SPEED
/usr/syno/etc/rc.d/J80ADTFanControl.sh: line 41: can't create /tmp/ADTFanPath//pwm1_high_freq: nonexistent directo
ry
/usr/syno/etc/rc.d/J80ADTFanControl.sh: line 43: can't create /tmp/ADTFanPath//pwm1_syno_control: nonexistent dire
ctory
/usr/syno/etc/rc.d/J80ADTFanControl.sh: line 50: can't create /tmp/ADTFanPath//pwm1: nonexistent directory
/usr/syno/etc/rc.d/J80ADTFanControl.sh: line 41: can't create /tmp/ADTFanPath//pwm2_high_freq: nonexistent directo
ry
/usr/syno/etc/rc.d/J80ADTFanControl.sh: line 43: can't create /tmp/ADTFanPath//pwm2_syno_control: nonexistent dire
ctory
/usr/syno/etc/rc.d/J80ADTFanControl.sh: line 50: can't create /tmp/ADTFanPath//pwm2: nonexistent directory
Running /usr/syno/etc/rc.d/J98nbnsd.sh...
Starting nbnsd...
Running /usr/syno/etc/rc.d/J99avahi.sh...
Starting Avahi mDNS/DNS-SD Daemon
cname_load_conf failed:/var/tmp/nginx/avahi-aliases.conf
:: Loading module etxhci-hcd ... [  OK  ]
:: Loading module uhci-hcd[   57.578581] uhci_hcd: USB Universal Host Controller Interface driver
 ... [  OK  ]
:: Loading module hid ... [  OK  ]
:: Loading module usbhid[   57.613960] usbcore: registered new interface driver usbhid
[   57.619558] usbhid: USB HID core driver
 ... [  OK  ]
:: Loading module hid-generic[   57.634867] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices
/pci0000:00/0000:00:14.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:046B:FF10.0001/input/input0
[   57.700543] hid-generic 0003:046B:FF10.0001: input: USB HID v1.10 Keyboard [American Megatrends Inc. Virtual Ke
yboard and Mouse] on usb-0000:00:14.0-1.4/input0
[   57.715051] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:14.0/usb1
/1-1/1-1.4/1-1.4:1.1/0003:046B:FF10.0002/input/input1
[   57.729751] hid-generic 0003:046B:FF10.0002: input: USB HID v1.10 Mouse [American Megatrends Inc. Virtual Keybo
ard and Mouse] on usb-0000:00:14.0-1.4/input1
 ... [  OK  ]
Excution Error
============ Date ============
Tue Mar  7 02:27:25 UTC 2023
==============================
starting pid 7451, tty '': '/sbin/getty 115200 console'

Tue Mar  7 02:27:25 2023

SynologyNAS login: root

Synology strongly advises you not to run commands as the root user, who has
the highest privileges on the system. Doing so may cause major damages
to the system. Please note that if you choose to proceed, all consequences are
at your own risk.

BusyBox v1.30.1 () built-in shell (ash)

SynologyNAS> ll /dev/*syno*
crw-r--r--    1 root     root      201,   0 Mar  7 02:27 /dev/synobios
SynologyNAS> 
Meta-Z for help | 115200 8N1 | NOR | Minicom 2.8 | VT102 | Offline | tty.usbserial-1490                          

 



 

Running "boot-wait.sh" for thethorgroup.boot-wait->on_boot
[    8.254468] Got empty serial number. Generate serial number from product.
Still waiting for boot device (waited 1 of 30 seconds)
Still waiting for boot device (waited 2 of 30 seconds)
Still waiting for boot device (waited 3 of 30 seconds)
Still waiting for boot device (waited 4 of 30 seconds)
Still waiting for boot device (waited 5 of 30 seconds)
Still waiting for boot device (waited 6 of 30 seconds)
Still waiting for boot device (waited 7 of 30 seconds)
Still waiting for boot device (waited 8 of 30 seconds)
Still waiting for boot device (waited 9 of 30 seconds)
Still waiting for boot device (waited 10 of 30 seconds)
Still waiting for boot device (waited 11 of 30 seconds)
Still waiting for boot device (waited 12 of 30 seconds)
Still waiting for boot device (waited 13 of 30 seconds)
Still waiting for boot device (waited 14 of 30 seconds)
Still waiting for boot device (waited 15 of 30 seconds)
Still waiting for boot device (waited 16 of 30 seconds)
Still waiting for boot device (waited 17 of 30 seconds)
Still waiting for boot device (waited 18 of 30 seconds)
Still waiting for boot device (waited 19 of 30 seconds)
Still waiting for boot device (waited 20 of 30 seconds)
Still waiting for boot device (waited 21 of 30 seconds)
Still waiting for boot device (waited 22 of 30 seconds)
Still waiting for boot device (waited 23 of 30 seconds)
Still waiting for boot device (waited 24 of 30 seconds)
Still waiting for boot device (waited 25 of 30 seconds)
Still waiting for boot device (waited 26 of 30 seconds)
Still waiting for boot device (waited 27 of 30 seconds)
Still waiting for boot device (waited 28 of 30 seconds)
Still waiting for boot device (waited 29 of 30 seconds)
Still waiting for boot device (waited 30 of 30 seconds)
ERROR: Timeout waiting for /dev/synoboot device to appear.
Most likely your vid/pid configuration is not correct, or you don't have drivers needed for your USB/SATA controll
er

========== BEGIN DUMP OF ALL PARTITIONS DETECTED ===========
/dev/sda1                  2048          147455          145408  83  
/dev/sda2                147456          301055          153600  83  
/dev/sda3                301056         2097151         1796096  83  


/dev/sdb1                  8192        16785407        16777216  fd  
/[   38.337764] VFS: opened file in mnt_point: (/dev), file: (/null), comm: (sh)
dev/sdb2               [   38.345496] VFS: opened file in mnt_point: (/dev), file: (/null), comm: (sh)
[   38.353923] VFS: opened file in mnt_point: (/dev), file: (/urandom), comm: (ttyd)
16785408               20979711         4194304  fd  
/dev/sdb3              21241856      3906824351      3885582496  fd  


========== END OF DUMP OF ALL PARTITIONS DETECTED ==========
Ran "boot-wait.sh" for thethorgroup.boot-wait->on_boot - exit=1
ERROR: Some [   38.382585] VFS: opened file in mnt_point: (/dev), file: (/null), comm: (sh)
[   38.390635] VFS: opened file in mnt_point: (/dev), file: (/null), comm: (sh)
of the scripts f[   38.397683] VFS: opened file in mnt_point: (/dev), file: (/urandom), comm: (ttyd)
ailed! See above for any with exit != 0
:: Executing "on_boot" custom scripts ... [  OK  ]
Exit on error [99] rp ext init exec failure...

 

 

SynologyNAS login: root

Synology strongly advises you not to run commands as the root user, who has
the highest privileges on the system. Doing so may cause major damages
to the system. Please note that if you choose to proceed, all consequences are
at your own risk.

 

BusyBox v1.30.1 () built-in shell (ash)

SynologyNAS> ll /dev/*syno*
crw-r--r--    1 root     root      201,   0 Mar  7 02:27 /dev/synobios

 

 

This is the result of burning the bootloader on the INTEL SSD DC S3500 80GB and creating and testing the conditions most similar to yours.

The core of the problem in the pool log has been re-marked above.
Boot-wait waits 30 seconds and mounts 3 synoboot FAT partitions.
If this mount fails, the DSM file will show a corruption message mostly around 55%.

 

This problem is not easily resolved.
First of all, please switch to USB and build the loader.
I will notify again when the problem is improved in the future.

Edited by Peter Suh
Link to comment
Share on other sites

[NOTICE]

 

M SHELL for TCRP loader build time has been reduced.

 

 

Since the PAT file of DSM 7.1 version has been encrypted, there was a problem that this PAT file could not be used directly with the Genology loader.

There was no encryption like this until version 7.0.1 in the past.

7.1.1 To build the loader, go through the decryption process of the encrypted PAT file and

For this decryption, the tar decompressed PAT file must be made into a decrypted PAT file again like the 7.0.1 version.

It took about 15 seconds to compress and regenerate this decrypted PAT file, so there was a bit of a daze.

 

By adding more binaries that support multi-thread compression called pigz, it has been improved to compress quickly.

The more threads your CPU has, the faster it will compress.

What used to take about 15 seconds ended in about 2-3.

It has already been reflected and can be checked when building a new loader.

 

And, once the loader is built, the already created decrypted PAT file is not discarded and the loader keeps it.

Use this file right away the next time you have to rebuild the loader.

Because the encryption/decryption process and compression process are all omitted, the loader is built faster.

Even if the build target model is changed, the PAT is received again from the beginning, and compression/decryption and recompression are performed again.

extractor.gz

pigz

Edited by Peter Suh
  • Thanks 1
Link to comment
Share on other sites

On 3/3/2023 at 8:32 AM, Peter Suh said:

When everything is in normal operation, you cannot enter the login window where you can see the Junior log.
Blinking in that state is normal.

Thanks for the help.

I ended up moving to a different motherboard (same cpu/chipset) for unrelated reasons, and the issue is no longer occurring. I'm going to assume it was a hardware issue at this point, but I appreciate the advice! 

  • Like 1
Link to comment
Share on other sites

Hi,

I have a couple of issue

 

1) all-modules doesn`t include tn40xx, so my 10GbE network doesn`t work. Can you add this module at least for DS3622xs+?

 

2) to compile redpill with tn40xx module i have to use command "./myv.sh DS3622xs+F realmac manual" but M-Shell see my 2 network card (internal 1Gbps and external 10Gbps) but TCRP doesn`t support the second one, so i don`t have eth1 interface (have only eth0)

Quote

Notice : realmac option is requested, real mac will be used
Should i update the user_config.json with these values ? [Yy/Nn]
Two or more Ethernet Interface was detected!! 2
Add mac2 automatically.

ifconfig: eth1: error fetching interface information: Device not found
Real Mac2 Address :
Notice : realmac option is requested, real mac2 will be used
Mac2 Address for Model DS3622xs+ :

 

and the result is empty value for mac2 in command line and wrong value for netif_num

Quote

withefi earlyprintk syno_hw_version=DS3622xs+ console=ttyS0,115200n8 netif_num=1 pid=0x5591 earlycon=uart8250,io,0x3f8,115200n8 syno_port_thaw=1 mac2 mac1=D43D7EF5FD0A sn=2030SQRL2WZVN vid=0x0781 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap=00 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=6


3) When i run "./myv.sh DS3622xs+F realmac manual" then Friend is not build-in. It compile Jot mode - it looks like "manual" and "F" cannot be used together.

Link to comment
Share on other sites

11 hours ago, shibby said:

Hi,

I have a couple of issue

 

1) all-modules doesn`t include tn40xx, so my 10GbE network doesn`t work. Can you add this module at least for DS3622xs+?

 

2) to compile redpill with tn40xx module i have to use command "./myv.sh DS3622xs+F realmac manual" but M-Shell see my 2 network card (internal 1Gbps and external 10Gbps) but TCRP doesn`t support the second one, so i don`t have eth1 interface (have only eth0)

 

and the result is empty value for mac2 in command line and wrong value for netif_num


3) When i run "./myv.sh DS3622xs+F realmac manual" then Friend is not build-in. It compile Jot mode - it looks like "manual" and "F" cannot be used together.

 

1)

-> M shell uses the integrated module of ARPL.
Please make a request to the arpl-modules Github repo issue or ARPL topic below, and when fabio finishes editing, I will also sync it to m shell.
It seems that fabio and pocopico are very busy with their livelihoods these days.
I might have to wait a bit.

 

https://github.com/fbelavenuto/arpl-modules

 

 

https://xpenology.com/forum/topic/65408-automated-redpill-loader-arpl/page/79/

 

 

2)

-> When the M shell was switched to the menu mode, the integrated module was used, and support for myv.sh was discontinued.
We will remove the part that operates as if the function is valid.

 

3)

-> -> Replace with the answer of 2).

 

Edited by Peter Suh
Link to comment
Share on other sites

@Peter Suh but this issue

 

21 hours ago, shibby said:

M-Shell see my 2 network card (internal 1Gbps and external 10Gbps) but TCRP doesn`t support the second one, so i don`t have eth1 interface (have only eth0)

 

appear also when i use menu mode.

 

You count NIC cards here

https://github.com/PeterSuh-Q3/tinycore-redpill/blob/main/my.sh#L413

 

(btw you can do this easier by "lspci -n | cut -c 9-12 | grep 0200 | wc -l")

 

but realmac for second NIC you try to get from eth1 interface, but in my case there is no eth1 (no tn40xx module in Tinycore linux) so in ifconfig i have only eth0 (internal NIC) but no eth1 (10GbE NIC) - macgen  function cannot get real MAC from eth1

https://github.com/PeterSuh-Q3/tinycore-redpill/blob/main/myfunc.h#L602


PS what about when we have more than 2 NICs? Maybe in this case when lspci return more than 1 NIC but you cant get realmac from ifconfig then M-Shell should generate random MAC`s for those NICs?

Link to comment
Share on other sites

14 minutes ago, shibby said:

@Peter Suh but this issue

 

 

appear also when i use menu mode.

 

You count NIC cards here

https://github.com/PeterSuh-Q3/tinycore-redpill/blob/main/my.sh#L413

 

(btw you can do this easier by "lspci -n | cut -c 9-12 | grep 0200 | wc -l")

 

but realmac for second NIC you try to get from eth1 interface, but in my case there is no eth1 (no tn40xx module in Tinycore linux) so in ifconfig i have only eth0 (internal NIC) but no eth1 (10GbE NIC) - macgen  function cannot get real MAC from eth1

https://github.com/PeterSuh-Q3/tinycore-redpill/blob/main/myfunc.h#L602


PS what about when we have more than 2 NICs? Maybe in this case when lspci return more than 1 NIC but you cant get realmac from ifconfig then M-Shell should generate random MAC`s for those NICs?

 

 

Sorry, but you keep referring to routines that are no longer supported.


Now everything supports 4 nics in menu_m.sh and macgen.sh is used to import realmac.

 

So far, I haven't done maintenance on the routines that have been discontinued, but I'll take this opportunity to comment them out so there's no misunderstanding.

Link to comment
Share on other sites

33 minutes ago, shibby said:

@Peter Suh but this issue

 

 

appear also when i use menu mode.

 

You count NIC cards here

https://github.com/PeterSuh-Q3/tinycore-redpill/blob/main/my.sh#L413

 

(btw you can do this easier by "lspci -n | cut -c 9-12 | grep 0200 | wc -l")

 

but realmac for second NIC you try to get from eth1 interface, but in my case there is no eth1 (no tn40xx module in Tinycore linux) so in ifconfig i have only eth0 (internal NIC) but no eth1 (10GbE NIC) - macgen  function cannot get real MAC from eth1

https://github.com/PeterSuh-Q3/tinycore-redpill/blob/main/myfunc.h#L602


PS what about when we have more than 2 NICs? Maybe in this case when lspci return more than 1 NIC but you cant get realmac from ifconfig then M-Shell should generate random MAC`s for those NICs?

 

 

I will change my mind.

 

myv.sh became an unnecessary program when the arpl integration module was used,
For users like you who want to add the missing driver from rp-ext and mix it with the integration module, I'll keep the command line.

 

The existing method is when rploader.sh is running
First delete all drivers under the /home/tc/redpill-load/custom/extensions folder and start.

If it is called from myv.sh, I will modify this process to be omitted.

 

Also, realmac processing in ./my.sh will be supplemented so that up to 4 nics are automatically processed.


I'll let you know when development is complete and deployed.

 

 

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

2 hours ago, shibby said:

@Peter Suh but this issue

 

 

appear also when i use menu mode.

 

You count NIC cards here

https://github.com/PeterSuh-Q3/tinycore-redpill/blob/main/my.sh#L413

 

(btw you can do this easier by "lspci -n | cut -c 9-12 | grep 0200 | wc -l")

 

but realmac for second NIC you try to get from eth1 interface, but in my case there is no eth1 (no tn40xx module in Tinycore linux) so in ifconfig i have only eth0 (internal NIC) but no eth1 (10GbE NIC) - macgen  function cannot get real MAC from eth1

https://github.com/PeterSuh-Q3/tinycore-redpill/blob/main/myfunc.h#L602


PS what about when we have more than 2 NICs? Maybe in this case when lspci return more than 1 NIC but you cant get realmac from ifconfig then M-Shell should generate random MAC`s for those NICs?

 

 

A new version of myv.sh that works for your needs has just been released.
When you enter TCRP Linux, menu.sh handles all automatic updates.

 

The realmac option to find 4 nics is no longer supported.

Because the function is already working in menu.sh.


Use menu.sh to set up realmac and loader do not build in menu.

All settings except USB VID/PID settings must be pre-processed in menu.sh.


And, run the command like below.

 

./rploader.sh identifyusb
./myv.sh DS920+F noconfig

 

In Junior's /exts you have a list of modules, whatever you want.

 

SynologyNAS> ll /exts
drwxr-sr-x 11 root root 0 Mar 17 13:26 .
drwxr-sr-x 16 root root 0 Mar 17 13:28 ..
drwxr-sr-x 2 root root 0 Mar 17 13:26 PeterSuh-Q3.tn40xx
-rw-r--r-- 1 root root 1359 Mar 17 13:26 __README__.txt
drwxr-sr-x 2 root root 0 Mar 17 13:26 all-modules
drwxr-sr-x 2 root root 0 Mar 17 13:26 cpuinfo
drwxr-sr-x 2 root root 0 Mar 17 13:26 dtbpatch
drwxr-sr-x 2 root root 0 Mar 17 13:26 eudev
-rwxr-xr-x 1 root root 4221 Mar 17 13:26 exec.sh
drwxr-sr-x 2 root root 0 Mar 17 13:26 misc
drwxr-sr-x 2 root root 0 Mar 17 13:26 powersched
drwxr-sr-x 2 root root 0 Mar 17 13:26 thethorgroup.boot-wait
drwxr-sr-x 2 root root 0 Mar 17 13:26 thethorgroup.virtio

 

  • Like 1
Link to comment
Share on other sites

On 2/18/2023 at 1:00 AM, Peter Suh said:

 

Can you tell me the PID of your HBA?

 

The PID must match in modules.alias.4.json file of M SHELL.

 

Please send me the result of the command below.

 

lspci -nn

Hi,

Sorry for the delayed response, I had to migrate my data and was waiting for it to finish.

The output for the card is "13:00.0 Serial Attached SCSI controller [0107]: LSI Logic / Symbios Logic SAS3224 PCI-Express Fusion-MPT SAS-3 [1000:00c4] (rev 01)"

 

Link to comment
Share on other sites

1 hour ago, djlongy said:

Hi,

Sorry for the delayed response, I had to migrate my data and was waiting for it to finish.

The output for the card is "13:00.0 Serial Attached SCSI controller [0107]: LSI Logic / Symbios Logic SAS3224 PCI-Express Fusion-MPT SAS-3 [1000:00c4] (rev 01)"

 

 

That file already contains the PID just fine as shown below.
It sounds like you've already had success using the HBA. Congratulations.

{
     "name": "mpt3sas",
     "alias": "pci:v00001000d000000C4sv*sd*bc*sc*i*"
},

Link to comment
Share on other sites

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...