Jump to content
XPEnology Community

TinyCore RedPill Loader (TCRP)


pocopico

Recommended Posts

1 hour ago, marchidaniele said:

 

 

For solve my problem I have edit grub at start of bootloader.

 

I have tried various values of:

- DiskIdxMap=000001 (for 3 controller) or 1E1F00 with maxdisks=16

- SataPortMap=118 or 11@ (suggested by ./rploader)

 

the problem now is that I can't get the disks to start from position 1, but they always start common from position 3.

Question: the LSI controller is seen by DSM as SCSI, should I add the sas parameter to the grub?

 

What values should I use to get the 16TB disks started from sda?

 

Another question of questions: how do I change the parameters of the user_config file into TinyRed without redoing the build?

Thanks

 

I have no idea what platform you are using, but this might work : DiskIdxMap=0A0800

Edited by pocopico
Link to comment
Share on other sites

Please be patient, i am on Promox, will share my Mapping:

 

With 2 LSI 2008 in sum 10 Disks (8+2):

 

SataPortMap: 00

DiskIdxMap: 0

 

its absolute correct in DSM, Boot Disk (Virtual) none, since I Boot an .img File.

 

Which was the main Reason for me to go off VMWare ESXi to Promox.

Link to comment
Share on other sites

Attempting to build a new loader for 7.2.0-64561 for the DS3622xs+ and receive this error message during build.


[#] Filling-in newly downloaded recipe for extension all-modules platform ds3622xsp_64561

 

[#] Downloading remote file https://github.com/pocopico/redpill-modules/releases/latest/download/broadwellnk-4.4.180.tgz to /home/tc/redpill-load/custom/extensions/all-modules/ds3622xsp_64561/broadwellnk-4.4.180.tgz
curl: (22) The requested URL returned error: 404 Not Found  

                                                                                                                                              

[-] Recipe file for extension all-modules platform ds3622xsp_64561 is logically invalid - failed to download file https://github.com/pocopico/redpill-modules/releases/latest/download/broadwellnk-4.4.180.tgz. You SHOULD contact the extension packer to report that (see below)

 

[!] Failed to dump extension all-modules for platform ds3622xsp_64561 as its recipe file cannot be retrieved. Isn't the extension misspelled or not supported on that platform?

*** Process will exit ***

Edited by irishj
Link to comment
Share on other sites

1 hour ago, Dvalin21 said:

Hello! I flashed my thumb drive to 9.5, ran fullupgrade and then proceeded to build different platforms. I tried DS923+ and DS3622xs+ and both gave me os  sha256sum check failed.

 

Which versions ? 7.1.0/7.1.1/7.20  ? Also did you use HTML or CLI ? 

Link to comment
Share on other sites

5 hours ago, irishj said:

Attempting to build a new loader for 7.2.0-64561 for the DS3622xs+ and receive this error message during build.


[#] Filling-in newly downloaded recipe for extension all-modules platform ds3622xsp_64561

 

[#] Downloading remote file https://github.com/pocopico/redpill-modules/releases/latest/download/broadwellnk-4.4.180.tgz to /home/tc/redpill-load/custom/extensions/all-modules/ds3622xsp_64561/broadwellnk-4.4.180.tgz
curl: (22) The requested URL returned error: 404 Not Found  

                                                                                                                                              

[-] Recipe file for extension all-modules platform ds3622xsp_64561 is logically invalid - failed to download file https://github.com/pocopico/redpill-modules/releases/latest/download/broadwellnk-4.4.180.tgz. You SHOULD contact the extension packer to report that (see below)

 

[!] Failed to dump extension all-modules for platform ds3622xsp_64561 as its recipe file cannot be retrieved. Isn't the extension misspelled or not supported on that platform?

*** Process will exit ***

 

I was working on modules today, maybe it was during a modules update, could that be the issue ? Try again later.

Edited by pocopico
Link to comment
Share on other sites

1 hour ago, pocopico said:

 

I was working on modules today, maybe it was during a modules update, could that be the issue ? Try again later.

 

https://github.com/pocopico/redpill-modules/releases/latest/download/broadwellnk-4.4.180.tgz
https://github.com/pocopico/redpill-modules/releases/latest/download/broadwellnk-4.4.180.tgz.

 

tgz extension name followed by . There are more typos in this one.
Wouldn't it be possible to fix only this part?

Link to comment
Share on other sites

@pocopico

 

So I switched to html and tried building this way. When download the pat file it say it couldn't tell if the pat file was encrypted or unencrypted. Possibly corrupted.

 

Update: I switched to DS1621+, built on HTML, and was able to install 7.2.0-64561 on AMD Athlon II 270 CPU. 

Edited by Dvalin21
Switch to DS1621+
  • Like 1
Link to comment
Share on other sites

10 hours ago, Peter Suh said:

 

Its should be fixed isnt it ? 

Link to comment
Share on other sites

24 minutes ago, pocopico said:

 

Its should be fixed isnt it ? 

 

@pocopico

 

Since it was modified 17 hours ago, your config.json has become weird like below.
Displayed as 1 line.


2023-05-277_52_32.thumb.png.ad0f59cac3d34abccf76371f365b6b28.png

 

 

The json body may not have been damaged, but it would be nice to try again with jq.
When I build the loader, something unexpected happens like below.
It seems that the FAKE operation to change the sha256 value of the decrypted and recompressed pat file in config.json fails.

 

2023-05-277_56_20.png.313b7b4eee58c402515c58cf3bdeb626.png

Link to comment
Share on other sites

Hi
config.json in one line is just become ugly, but correct cause sed problems in rploader.sh line 762 and sha256 are not updated proper for cached undecrypted pat. 
https://github.com/pocopico/tinycore-redpill/blob/main/rploader.sh#L762
Until author will fixed, manually edit of sha256 in config.json and restart the build command with withfriend will build working loader for 7.2.0-64561.
DON'T TRY WITH PRODUCTION BOX.
WAIT FOR STABLE VERSION.

Edited by pcristi
Link to comment
Share on other sites

1 hour ago, pcristi said:

Hi
config.json in one line is just become ugly, but correct cause sed problems in rploader.sh line 762 and sha256 are not updated proper for cached undecrypted pat. 
https://github.com/pocopico/tinycore-redpill/blob/main/rploader.sh#L762
Until author will fixed, manually edit of sha256 in config.json and restart the build command with withfriend will build working loader for 7.2.0-64561.
DON'T TRY WITH PRODUCTION BOX.
WAIT FOR STABLE VERSION.

 

Thanks @pcristi @Peter Suh , that was it. 

Link to comment
Share on other sites

15 hours ago, pocopico said:

 

I was working on modules today, maybe it was during a modules update, could that be the issue ? Try again later.

 

It's working fine now for loader creation, thanks for the update.

 

Has anything changed in regards to loader creation when using a HBA ?  I've created a new loader for 7.2.0-64561 on DS3622xs+ which I've done many times before and never had an issue, now when the loader boots after creation, I see a message in the UI that no disks have been detected.  All my disks are connected to a HBA (Avago (LSI) Logic Fusion-MPT 6GSAS SAS2308_2)

 

Created the loader via CLI and the build command was "./rploader.sh build ds3622xsp-7.2.0-64561 withfriend" - Output below

 

tc@box:~$ ./rploader.sh build ds3622xsp-7.2.0-64561 withfriend
bspatch does not exist, bringing over from repo
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 10232  100 10232    0     0  38179      0 --:--:-- --:--:-- --:--:-- 38037
Rploader Version : 0.9.4.6
Loader source : https://github.com/pocopico/redpill-load.git Loader Branch : develop 
Redpill module source : https://github.com/pocopico/redpill-lkm.git : Redpill module branch : master 
Extensions :   all-modules
  eudev
  disks
  misc 
Extensions URL : "https://github.com/pocopico/tcrp-addons/raw/main/all-modules/rpext-index.json",
"https://github.com/pocopico/tcrp-addons/raw/main/eudev/rpext-index.json",
"https://github.com/pocopico/tcrp-addons/raw/main/disks/rpext-index.json",
"https://github.com/pocopico/tcrp-addons/raw/main/misc/rpext-index.json"
TOOLKIT_URL : https://sourceforge.net/projects/toolkit-me/files/ds.broadwellnk-7.2.dev.txz/download
TOOLKIT_SHA : 0d9edca67d9e7e14c2529bbb58341b623936124d5264f71f1e4acbacf3ea202d
SYNOKERNEL_URL : https://sourceforge.net/projects/dsgpl/files/Synology%20NAS%20GPL%20Source/25426branch/broadwellnk-source/linux-4.4.x.txz/download
SYNOKERNEL_SHA : d3e85eb80f16a83244fcae6016ab6783cd8ac55e3af2b4240455261396e1e1be
COMPILE_METHOD : toolkit_dev
TARGET_PLATFORM       : ds3622xsp
TARGET_VERSION    : 7.2.0
TARGET_REVISION : 64561
REDPILL_LKM_MAKE_TARGET : dev-v7
KERNEL_MAJOR : 4
MODULE_ALIAS_FILE :  modules.alias.4.json
SYNOMODEL : ds3622xsp_64561 
MODEL : DS3622xs+ 
Local Cache Folder : /mnt/sdc3/auxfiles
DATE Internet : 27052023 Local : 27052023
Checking Internet Access -> OK
Checking if a newer version exists on the main repo -> Version is current
Cloning into 'redpill-lkm'...
remote: Enumerating objects: 1649, done.
remote: Counting objects: 100% (1649/1649), done.
remote: Compressing objects: 100% (620/620), done.
remote: Total 1649 (delta 1016), reused 1579 (delta 996), pack-reused 0
Receiving objects: 100% (1649/1649), 5.81 MiB | 10.96 MiB/s, done.
Resolving deltas: 100% (1016/1016), done.
Cloning into 'redpill-load'...
remote: Enumerating objects: 4408, done.
remote: Counting objects: 100% (1240/1240), done.
remote: Compressing objects: 100% (677/677), done.
remote: Total 4408 (delta 631), reused 1156 (delta 552), pack-reused 3168
Receiving objects: 100% (4408/4408), 123.48 MiB | 22.81 MiB/s, done.
Resolving deltas: 100% (2195/2195), done.
withfriend option set, My friend will be added
No extra build option or static specified, using default <static> 
Using static compiled redpill extension
Removing any old redpill.ko modules
Looking for redpill for : ds3622xsp_64561 
Getting file https://raw.githubusercontent.com/pocopico/rp-ext/master/redpillprod/releases/redpill-4.4.302plus-broadwellnk.tgz
Extracting module
Getting file https://raw.githubusercontent.com/pocopico/rp-ext/master/redpillprod/src/check-redpill.sh
Got redpill-linux-v4.4.302+.ko 
Starting loader creation 
Found tinycore cache folder, linking to home/tc/custom-module
Checking user_config.json : Done
Entering redpill-load directory
Removing bundled exts directories
Cache directory OK 
Found build request for revision greater than 42218
Downloading extractor v2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  389M  100  389M    0     0  4473k      0  0:01:29  0:01:29 --:--:-- 7025k
Creating temp folder /tmp/pat 
Checking for cached pat file
Found tinycore cache folder, linking to home/tc/custom-module
Could not find pat file locally cached
Configdir : /home/tc/redpill-load/config/DS3622xs+/7.2.0-64561 
Configfile: /home/tc/redpill-load/config/DS3622xs+/7.2.0-64561/config.json 
Pat URL : https://global.download.synology.com/download/DSM/release/7.2/64561/DSM_DS3622xs%2B_64561.pat
Downloading pat file from URL : https://global.download.synology.com/download/DSM/release/7.2/64561/DSM_DS3622xs%2B_64561.pat 
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  366M  100  366M    0     0  4918k      0  0:01:16  0:01:16 --:--:-- 1944k
File //mnt/sdc3/auxfiles/ds3622xsp_64561.pat, is  encrypted
File //mnt/sdc3/auxfiles/ds3622xsp_64561.pat, has been cached but its encrypted, re-running decrypting process
Checking for cached pat file
Found tinycore cache folder, linking to home/tc/custom-module
Found locally cached pat file /home/tc/custom-module/ds3622xsp_64561.pat
File /home/tc/custom-module/ds3622xsp_64561.pat, is  encrypted
Extracting encrypted pat file : /home/tc/custom-module/ds3622xsp_64561.pat to /tmp/pat
option -f with value `/home/tc/custom-module/ds3622xsp_64561.pat'
option -C with value `/tmp/pat'
0
Creating unecrypted pat file ds3622xsp_64561.pat to /home/tc/redpill-load/cache folder 
VERSION
Pat file  sha256sum is : 4427994e2f195a2f6bee53806d5565d6112919fdff0eca4fc6e96fadd5e4f050
Checking config file existence -> OK
Editing config file -> Verifying config file -> OK ! 
Clearing temp folders
Processing add_extensions entries found on /home/tc/custom_config2.json file :   all-modules
  eudev
  disks
  misc
Adding extension "https://github.com/pocopico/tcrp-addons/raw/main/all-modules/rpext-index.json", 
[#] Checking runtime for required tools... [OK]
[#] Adding new extension from https://github.com/pocopico/tcrp-addons/raw/main/all-modules/rpext-index.json... 
[#] Downloading remote file https://github.com/pocopico/tcrp-addons/raw/main/all-modules/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################################################################################################### 100.0%
[OK]
[#] ========================================== all-modules ==========================================
[#] Extension name: all-modules
[#] Description: Adds All modules Support
[#] To get help visit: <todo>
[#] Extension preparer/packer: https://github.com/pocopico/tcrp-addons/tree/main/all-modules
[#] Software author: https://github.com/pocopico
[#] Update URL: https://raw.githubusercontent.com/pocopico/tcrp-addons/main/all-modules/rpext-index.json
[#] Platforms supported: dva1622_64551 ds1621p_42218 rs1619xsp_64561 sa6400_64561 rs3618xs_64551 rs3413xsp_64551 rs3621xsp_64551 ds720p_64551 ds1019p_64551 dva3221_42661 ds3617xs_42218 ds1520p_64561 ds920p_42661 sa3600_64561 dva3221_42962 rs3621xsp_42218 ds720p_42218 ds1019p_42218 ds918p_42661 rs1221p_42218 ds3622xsp_42962 rs3618xs_42962 ds1621p_64561 dva1622_42218 dva1622_64561 ds920p_42962 rs1619xsp_64551 dva3219_64551 ds1621p_42661 rs3621xsp_64561 ds720p_64561 ds1019p_64561 ds923p_42962 rs4021xsp_64561 fs2500_64551 ds723p_64561 ds2422p_64561 rs1619xsp_42218 dva3221_42218 ds1621xsp_42661 ds3615xs_42661 ds1621p_64551 sa3600_42661 rs1619xsp_42962 ds3622xsp_42661 ds723p_42661 ds2422p_42661 sa6400_42661 sa6400_64551 ds3622xsp_42218 rs3413xsp_42661 ds723p_42962 ds920p_64561 ds2422p_42962 dva3219_64561 rs1221p_42661 rs3413xsp_64561 dva1622_42962 rs3413xsp_42218 ds923p_64551 ds723p_64551 ds918p_64561 ds3617xs_64551 sa6400_42962 ds2422p_42218 rs4021xsp_64551 fs2500_42962 rs4021xsp_42962 zendofmodel ds3615xs_42962 ds2422p_64551 sa3600_42962 ds3617xs_42962 fs2500_42661 rs3618xs_42218 ds1520p_42218 rs4021xsp_42218 rs1221p_64551 ds3622xsp_64551 ds723p_42218 dva3219_42962 dva3219_42218 ds1520p_64551 ds3617xs_42661 ds1621xsp_42962 ds918p_64551 ds920p_42218 sa3400_42962 sa3400_64561 ds918p_42962 rs1619xsp_42661 rs3618xs_42661 rs3618xs_64561 ds1621xsp_64551 rs1221p_42962 ds3615xs_64561 dva3221_64561 ds920p_64551 dva1622_42661 ds1520p_42962 sa3600_64551 ds918p_42218 rs3621xsp_42962 ds720p_42962 ds1019p_42962 ds923p_42661 dva3219_42661 sa3400_42661 ds1621xsp_42218 ds3615xs_64551 ds923p_64561 ds923p_42218 ds3617xs_64561 sa3400_64551 rs3413xsp_42962 sa3400_42218 ds3615xs_42218 fs2500_64561 ds1621p_42962 dva3221_64551 ds1621xsp_64561 sa6400_42218 rs1221p_64561 sa3600_42218 ds1520p_42661 rs4021xsp_42661 ds3622xsp_64561 rs3621xsp_42661 ds720p_42661 ds1019p_42661 fs2500_42218 
[#] =======================================================================================

Adding extension "https://github.com/pocopico/tcrp-addons/raw/main/eudev/rpext-index.json", 
[#] Checking runtime for required tools... [OK]
[#] Adding new extension from https://github.com/pocopico/tcrp-addons/raw/main/eudev/rpext-index.json... 
[#] Downloading remote file https://github.com/pocopico/tcrp-addons/raw/main/eudev/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################################################################################################### 100.0%
[OK]
[#] ========================================== eudev ==========================================
[#] Extension name: Eudev binaries
[#] Description: Eudev binaries will assist with auto module loading
[#] To get help visit: https://github.com/pocopico/tcrp-addons/main/eudev/
[#] Extension preparer/packer: https://github.com/pocopico/tcrp-addons/main/eudev/
[#] Software author: https://github.com/pocopico/tcrp-addons/main/eudev/
[#] Update URL: https://raw.githubusercontent.com/pocopico/tcrp-addons/main/eudev/rpext-index.json
[#] Platforms supported: dva1622_64551 ds1621p_42218 rs1619xsp_64561 sa6400_64561 rs3618xs_64551 rs3413xsp_64551 rs3621xsp_64551 ds720p_64551 ds1019p_64551 dva3221_42661 ds3617xs_42218 ds1520p_64561 ds920p_42661 sa3600_64561 dva3221_42962 ds1019p_42218 ds918p_42661 ds3622xsp_42962 rs3618xs_42962 ds1621p_64561 dva1622_64561 ds920p_42962 rs1619xsp_64551 dva3219_64551 ds1621p_42661 rs3621xsp_64561 ds720p_64561 ds1019p_64561 ds923p_42962 rs4021xsp_64561 fs2500_64551 ds723p_64561 ds2422p_64561 dva3221_42218 ds1621xsp_42661 ds3615xs_42661 ds1621p_64551 sa3600_42661 rs1619xsp_42962 ds3622xsp_42661 ds723p_42661 ds2422p_42661 sa6400_42661 sa6400_64551 ds3622xsp_42218 rs3413xsp_42661 ds723p_42962 ds920p_64561 ds2422p_42962 dva3219_64561 rs1221p_42661 rs3413xsp_64561 dva1622_42962 ds923p_64551 ds723p_64551 ds918p_64561 ds3617xs_64551 sa6400_42962 ds2422p_42218 rs4021xsp_64551 fs2500_42962 rs4021xsp_42962 zendofmodel ds3615xs_42962 ds2422p_64551 sa3600_42962 ds3617xs_42962 fs2500_42661 ds1520p_42218 rs4021xsp_42218 rs1221p_64551 ds3622xsp_64551 dva3219_42962 dva3219_42218 ds1520p_64551 ds3617xs_42661 ds1621xsp_42962 ds918p_64551 ds920p_42218 sa3400_42962 sa3400_64561 ds918p_42962 rs1619xsp_42661 rs3618xs_42661 rs3618xs_64561 ds1621xsp_64551 rs1221p_42962 ds3615xs_64561 dva3221_64561 ds920p_64551 dva1622_42661 ds1520p_42962 sa3600_64551 ds918p_42218 rs3621xsp_42962 ds720p_42962 ds1019p_42962 ds923p_42661 dva3219_42661 sa3400_42661 ds1621xsp_42218 ds3615xs_64551 ds923p_64561 ds3617xs_64561 sa3400_64551 rs3413xsp_42962 ds3615xs_42218 fs2500_64561 ds1621p_42962 dva3221_64551 ds1621xsp_64561 rs1221p_64561 ds1520p_42661 rs4021xsp_42661 ds3622xsp_64561 rs3621xsp_42661 ds720p_42661 ds1019p_42661 fs2500_42218 
[#] =======================================================================================

Adding extension "https://github.com/pocopico/tcrp-addons/raw/main/disks/rpext-index.json", 
[#] Checking runtime for required tools... [OK]
[#] Adding new extension from https://github.com/pocopico/tcrp-addons/raw/main/disks/rpext-index.json... 
[#] Downloading remote file https://github.com/pocopico/tcrp-addons/raw/main/disks/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################################################################################################### 100.0%
[OK]
[#] ========================================== disks ==========================================
[#] Extension name: Disks
[#] Description: All in one solution for disk issues
[#] To get help visit: https://github.com/pocopico/tcrp-addons/main/disks/
[#] Extension preparer/packer: https://github.com/pocopico/tcrp-addons/main/disks/
[#] Software author: https://github.com/pocopico/tcrp-addons/main/disks/
[#] Update URL: https://raw.githubusercontent.com/pocopico/tcrp-addons/main/disks/rpext-index.json
[#] Platforms supported: dva1622_64551 ds1621p_42218 rs1619xsp_64561 sa6400_64561 rs3618xs_64551 rs3413xsp_64551 rs3621xsp_64551 ds720p_64551 ds1019p_64551 dva3221_42661 ds3617xs_42218 ds1520p_64561 ds920p_42661 sa3600_64561 dva3221_42962 ds1019p_42218 ds918p_42661 ds3622xsp_42962 rs3618xs_42962 ds1621p_64561 dva1622_64561 ds920p_42962 rs1619xsp_64551 dva3219_64551 ds1621p_42661 rs3621xsp_64561 ds720p_64561 ds1019p_64561 ds923p_42962 rs4021xsp_64561 fs2500_64551 ds723p_64561 ds2422p_64561 dva3221_42218 ds1621xsp_42661 ds3615xs_42661 ds1621p_64551 sa3600_42661 rs1619xsp_42962 ds3622xsp_42661 ds723p_42661 ds2422p_42661 sa6400_42661 sa6400_64551 ds3622xsp_42218 rs3413xsp_42661 ds723p_42962 ds920p_64561 ds2422p_42962 dva3219_64561 rs1221p_42661 rs3413xsp_64561 dva1622_42962 ds923p_64551 ds723p_64551 ds918p_64561 ds3617xs_64551 sa6400_42962 ds2422p_42218 rs4021xsp_64551 fs2500_42962 rs4021xsp_42962 zendofmodel ds3615xs_42962 ds2422p_64551 sa3600_42962 ds3617xs_42962 fs2500_42661 ds1520p_42218 rs4021xsp_42218 rs1221p_64551 ds3622xsp_64551 dva3219_42962 dva3219_42218 ds1520p_64551 ds3617xs_42661 ds1621xsp_42962 ds918p_64551 ds920p_42218 sa3400_42962 sa3400_64561 ds918p_42962 rs1619xsp_42661 rs3618xs_42661 rs3618xs_64561 ds1621xsp_64551 rs1221p_42962 ds3615xs_64561 dva3221_64561 ds920p_64551 dva1622_42661 ds1520p_42962 sa3600_64551 ds918p_42218 rs3621xsp_42962 ds720p_42962 ds1019p_42962 ds923p_42661 dva3219_42661 sa3400_42661 ds1621xsp_42218 ds3615xs_64551 ds923p_64561 ds3617xs_64561 sa3400_64551 rs3413xsp_42962 ds3615xs_42218 fs2500_64561 ds1621p_42962 dva3221_64551 ds1621xsp_64561 rs1221p_64561 ds1520p_42661 rs4021xsp_42661 ds3622xsp_64561 rs3621xsp_42661 ds720p_42661 ds1019p_42661 fs2500_42218 
[#] =======================================================================================

Adding extension "https://github.com/pocopico/tcrp-addons/raw/main/misc/rpext-index.json" 
[#] Checking runtime for required tools... [OK]
[#] Adding new extension from https://github.com/pocopico/tcrp-addons/raw/main/misc/rpext-index.json... 
[#] Downloading remote file https://github.com/pocopico/tcrp-addons/raw/main/misc/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################################################################################################### 100.0%
[OK]
[#] ========================================== misc ==========================================
[#] Extension name: Misc shell
[#] Description: Misc shell
[#] To get help visit: https://raw.githubusercontent.com/pocopico/tcrp-addons/main/misc
[#] Extension preparer/packer: https://raw.githubusercontent.com/pocopico/tcrp-addons/main/misc
[#] Software author: https://raw.githubusercontent.com/pocopico/tcrp-addons/main/misc
[#] Update URL: https://raw.githubusercontent.com/pocopico/tcrp-addons/main/misc/rpext-index.json
[#] Platforms supported: dva1622_64551 ds1621p_42218 rs1619xsp_64561 sa6400_64561 rs3618xs_64551 rs3413xsp_64551 rs3621xsp_64551 ds720p_64551 ds1019p_64551 dva3221_42661 ds3617xs_42218 ds1520p_64561 ds920p_42661 sa3600_64561 dva3221_42962 ds1019p_42218 ds918p_42661 ds3622xsp_42962 rs3618xs_42962 ds1621p_64561 dva1622_64561 ds920p_42962 rs1619xsp_64551 dva3219_64551 ds1621p_42661 rs3621xsp_64561 ds720p_64561 ds1019p_64561 ds923p_42962 rs4021xsp_64561 fs2500_64551 ds723p_64561 ds2422p_64561 dva3221_42218 ds1621xsp_42661 ds3615xs_42661 ds1621p_64551 sa3600_42661 rs1619xsp_42962 ds3622xsp_42661 ds723p_42661 ds2422p_42661 sa6400_42661 sa6400_64551 ds3622xsp_42218 rs3413xsp_42661 ds723p_42962 ds920p_64561 ds2422p_42962 dva3219_64561 rs1221p_42661 rs3413xsp_64561 dva1622_42962 rs3413xsp_42218 ds923p_64551 ds723p_64551 ds918p_64561 ds3617xs_64551 sa6400_42962 ds2422p_42218 rs4021xsp_64551 fs2500_42962 rs4021xsp_42962 zendofmodel ds3615xs_42962 ds2422p_64551 sa3600_42962 ds3617xs_42962 fs2500_42661 rs3618xs_42218 ds1520p_42218 rs4021xsp_42218 rs1221p_64551 ds3622xsp_64551 dva3219_42962 dva3219_42218 ds1520p_64551 ds3617xs_42661 ds1621xsp_42962 ds918p_64551 ds920p_42218 sa3400_42962 sa3400_64561 ds918p_42962 rs1619xsp_42661 rs3618xs_42661 rs3618xs_64561 ds1621xsp_64551 rs1221p_42962 ds3615xs_64561 dva3221_64561 ds920p_64551 dva1622_42661 ds1520p_42962 sa3600_64551 ds918p_42218 rs3621xsp_42962 ds720p_42962 ds1019p_42962 ds923p_42661 dva3219_42661 sa3400_42661 ds1621xsp_42218 ds3615xs_64551 ds923p_64561 ds3617xs_64561 sa3400_64551 rs3413xsp_42962 ds3615xs_42218 fs2500_64561 ds1621p_42962 dva3221_64551 ds1621xsp_64561 rs1221p_64561 ds1520p_42661 rs4021xsp_42661 ds3622xsp_64561 rs3621xsp_42661 ds720p_42661 ds1019p_42661 fs2500_42218 
[#] =======================================================================================

Updating extension : all-modules contents for model : ds3622xsp_64561  
[#] Checking runtime for required tools... [OK]
[#] Updating ds3622xsp_64561 platforms extensions... 
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/main/all-modules/releases/broadwellnk.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
##################################################################################################################################################################################################### 100.0%

[#] Filling-in newly downloaded recipe for extension all-modules platform ds3622xsp_64561
[#] Downloading remote file https://github.com/pocopico/redpill-modules/releases/latest/download/broadwellnk-4.4.180.tgz to /home/tc/redpill-load/custom/extensions/all-modules/ds3622xsp_64561/broadwellnk-4.4.180.tgz
##################################################################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/all-modules/ds3622xsp_64561/broadwellnk-4.4.180.tgz file...  [OK]
[#] Downloading remote file https://github.com/pocopico/redpill-modules/releases/latest/download/broadwellnk-4.4.302.tgz to /home/tc/redpill-load/custom/extensions/all-modules/ds3622xsp_64561/broadwellnk-4.4.302.tgz
##################################################################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/all-modules/ds3622xsp_64561/broadwellnk-4.4.302.tgz file...  [OK]
[#] Downloading remote file https://github.com/pocopico/redpill-modules/releases/latest/download/firmware.tgz to /home/tc/redpill-load/custom/extensions/all-modules/ds3622xsp_64561/firmware.tgz
##################################################################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/all-modules/ds3622xsp_64561/firmware.tgz file...  [OK]
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/main/all-modules/src/install.sh to /home/tc/redpill-load/custom/extensions/all-modules/ds3622xsp_64561/install.sh
##################################################################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/all-modules/ds3622xsp_64561/install.sh file...  [OK]
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/main/all-modules/auxfiles/kmod to /home/tc/redpill-load/custom/extensions/all-modules/ds3622xsp_64561/kmod
##################################################################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/all-modules/ds3622xsp_64561/kmod file...  [OK]
[#] Successfully processed recipe for extension all-modules platform ds3622xsp_64561
[#] Verifying /home/tc/redpill-load/custom/extensions/all-modules/ds3622xsp_64561/kmod file...  [OK]
Updating extension : eudev contents for model : ds3622xsp_64561  
[#] Checking runtime for required tools... [OK]
[#] Updating ds3622xsp_64561 platforms extensions... 
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/main/eudev/recipes/universal.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
##################################################################################################################################################################################################### 100.0%

[#] Filling-in newly downloaded recipe for extension eudev platform ds3622xsp_64561
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/master/eudev/releases/eudev.tgz to /home/tc/redpill-load/custom/extensions/eudev/ds3622xsp_64561/eudev.tgz
##################################################################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/eudev/ds3622xsp_64561/eudev.tgz file...  [OK]
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/master/eudev/releases/install.sh to /home/tc/redpill-load/custom/extensions/eudev/ds3622xsp_64561/install.sh
##################################################################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/eudev/ds3622xsp_64561/install.sh file...  [OK]
[#] Successfully processed recipe for extension eudev platform ds3622xsp_64561
[#] Verifying /home/tc/redpill-load/custom/extensions/eudev/ds3622xsp_64561/install.sh file...  [OK]
Updating extension : disks contents for model : ds3622xsp_64561  
[#] Checking runtime for required tools... [OK]
[#] Updating ds3622xsp_64561 platforms extensions... 
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/main/disks/recipes/universal.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
##################################################################################################################################################################################################### 100.0%

[#] Filling-in newly downloaded recipe for extension disks platform ds3622xsp_64561
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/main/disks/releases/dtc to /home/tc/redpill-load/custom/extensions/disks/ds3622xsp_64561/dtc
##################################################################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/disks/ds3622xsp_64561/dtc file...  [OK]
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/main/disks/releases/install.sh to /home/tc/redpill-load/custom/extensions/disks/ds3622xsp_64561/install.sh
##################################################################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/disks/ds3622xsp_64561/install.sh file...  [OK]
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/main/disks/releases/readlink to /home/tc/redpill-load/custom/extensions/disks/ds3622xsp_64561/readlink
##################################################################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/disks/ds3622xsp_64561/readlink file...  [OK]
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/main/disks/releases/sed to /home/tc/redpill-load/custom/extensions/disks/ds3622xsp_64561/sed
##################################################################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/disks/ds3622xsp_64561/sed file...  [OK]
[#] Successfully processed recipe for extension disks platform ds3622xsp_64561
[#] Verifying /home/tc/redpill-load/custom/extensions/disks/ds3622xsp_64561/sed file...  [OK]
Updating extension : misc contents for model : ds3622xsp_64561  
[#] Checking runtime for required tools... [OK]
[#] Updating ds3622xsp_64561 platforms extensions... 
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/main/misc/recipes/universal.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
##################################################################################################################################################################################################### 100.0%

[#] Filling-in newly downloaded recipe for extension misc platform ds3622xsp_64561
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/master/misc/releases/install-all.sh to /home/tc/redpill-load/custom/extensions/misc/ds3622xsp_64561/install-all.sh
##################################################################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/misc/ds3622xsp_64561/install-all.sh file...  [OK]
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/master/misc/releases/ttyd.tar.gz to /home/tc/redpill-load/custom/extensions/misc/ds3622xsp_64561/ttyd.tar.gz
##################################################################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/misc/ds3622xsp_64561/ttyd.tar.gz file...  [OK]
[#] Unpacking files from /home/tc/redpill-load/custom/extensions/misc/ds3622xsp_64561/ttyd.tar.gz to /home/tc/redpill-load/custom/extensions/misc/ds3622xsp_64561/...  [OK]
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/master/misc/releases/install_rd.sh to /home/tc/redpill-load/custom/extensions/misc/ds3622xsp_64561/install_rd.sh
##################################################################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/misc/ds3622xsp_64561/install_rd.sh file...  [OK]
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/master/misc/releases/lrzsz.tar.gz to /home/tc/redpill-load/custom/extensions/misc/ds3622xsp_64561/lrzsz.tar.gz
##################################################################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/misc/ds3622xsp_64561/lrzsz.tar.gz file...  [OK]
[#] Unpacking files from /home/tc/redpill-load/custom/extensions/misc/ds3622xsp_64561/lrzsz.tar.gz to /home/tc/redpill-load/custom/extensions/misc/ds3622xsp_64561/...  [OK]
[#] Successfully processed recipe for extension misc platform ds3622xsp_64561
[#] Unpacking files from /home/tc/redpill-load/custom/extensions/misc/ds3622xsp_64561/lrzsz.tar.gz to /home/tc/redpill-load/custom/extensions/misc/ds3622xsp_64561/...  [OK]
[#] Checking runtime for required tools... [OK]
[#] Updating extensions... 

[#] Checking runtime for required tools... [OK]
[#] Adding new extension from https://github.com/pocopico/tcrp-addons/raw/main/boot-wait/rpext-index.json... 
[#] Downloading remote file https://github.com/pocopico/tcrp-addons/raw/main/boot-wait/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################################################################################################### 100.0%
[OK]
[#] ========================================== thethorgroup.boot-wait ==========================================
[#] Extension name: RedPill Bootwait
[#] Description: Simple extension which stops the execution early waiting for the boot device to appear
[#] To get help visit: https://github.com/RedPill-TTG/redpill-boot-wait
[#] Extension preparer/packer: https://github.com/RedPill-TTG/redpill-boot-wait
[#] Update URL: https://raw.githubusercontent.com/pocopico/tcrp-addons/main/boot-wait/rpext-index.json
[#] Platforms supported: dva1622_64551 ds1621p_42218 sa6400_64561 rs3618xs_64551 rs3413xsp_64551 ds1019p_64551 dva3221_42661 ds3617xs_42218 ds1520p_64561 ds920p_42661 sa3600_64561 dva3221_42962 ds1019p_42218 ds918p_42661 ds3622xsp_42962 rs3618xs_42962 ds1621p_64561 dva1622_64561 ds920p_42962 dva3219_64551 ds1621p_42661 ds1019p_64561 ds923p_42962 rs4021xsp_64561 fs2500_64551 ds723p_64561 ds2422p_64561 dva3221_42218 ds1621xsp_42661 ds3615xs_42661 ds1621p_64551 sa3600_42661 ds3622xsp_42661 ds723p_42661 ds2422p_42661 sa6400_42661 sa6400_64551 ds3622xsp_42218 rs3413xsp_42661 ds723p_42962 ds920p_64561 ds2422p_42962 dva3219_64561 rs3413xsp_64561 dva1622_42962 rs3413xsp_42218 ds923p_64551 ds723p_64551 ds918p_64561 ds3617xs_64551 sa6400_42962 ds2422p_42218 rs4021xsp_64551 fs2500_42962 rs4021xsp_42962 zendofmodel ds3615xs_42962 ds2422p_64551 sa3600_42962 ds3617xs_42962 rs3618xs_42218 fs2500_42661 ds1520p_42218 rs4021xsp_42218 ds3622xsp_64551 dva3219_42962 dva3219_42218 ds1520p_64551 ds3617xs_42661 ds1621xsp_42962 ds918p_64551 ds920p_42218 ds918p_42962 rs3618xs_42661 rs3618xs_64561 ds1621xsp_64551 ds3615xs_64561 dva3221_64561 ds920p_64551 dva1622_42661 ds1520p_42962 sa3600_64551 ds918p_42218 ds1019p_42962 ds923p_42661 dva3219_42661 ds1621xsp_42218 ds3615xs_64551 ds923p_64561 ds3617xs_64561 rs3413xsp_42962 ds3615xs_42218 fs2500_64561 ds1621p_42962 dva3221_64551 ds1621xsp_64561 ds1520p_42661 rs4021xsp_42661 ds3622xsp_64561 ds1019p_42661 fs2500_42218 
[#] =======================================================================================

[#] Checking runtime for required tools... [OK]
[#] Updating all-modules extension... 
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/main/all-modules/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################################################################################################### 100.0%

[#] Extension all-modules index is already up to date
[#] Updating disks extension... 
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/main/disks/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################################################################################################### 100.0%

[#] Extension disks index is already up to date
[#] Updating eudev extension... 
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/main/eudev/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################################################################################################### 100.0%

[#] Extension eudev index is already up to date
[#] Updating misc extension... 
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/main/misc/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################################################################################################### 100.0%

[#] Extension misc index is already up to date
[#] Updating thethorgroup.boot-wait extension... 
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/main/boot-wait/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################################################################################################### 100.0%

[#] Extension thethorgroup.boot-wait index is already up to date
[#] Updating thethorgroup.boot-wait extension... [OK]
[#] Checking runtime for required tools... [OK]
[#] Updating ds3622xsp_64561 platforms extensions... 
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/main/all-modules/releases/broadwellnk.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
##################################################################################################################################################################################################### 100.0%

[#] Extension all-modules for ds3622xsp_64561 platform is already up to date
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/main/disks/recipes/universal.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
##################################################################################################################################################################################################### 100.0%
[#] Extension disks for ds3622xsp_64561 platform is already up to date
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/main/eudev/recipes/universal.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
##################################################################################################################################################################################################### 100.0%
[#] Extension eudev for ds3622xsp_64561 platform is already up to date
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/main/misc/recipes/universal.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
##################################################################################################################################################################################################### 100.0%
[#] Extension misc for ds3622xsp_64561 platform is already up to date
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/main/boot-wait/recipes/universal.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
##################################################################################################################################################################################################### 100.0%
[#] Filling-in newly downloaded recipe for extension thethorgroup.boot-wait platform ds3622xsp_64561
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/main/boot-wait/src/boot-wait.sh to /home/tc/redpill-load/custom/extensions/thethorgroup.boot-wait/ds3622xsp_64561/boot-wait.sh
##################################################################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/thethorgroup.boot-wait/ds3622xsp_64561/boot-wait.sh file... [OK]
[#] Successfully processed recipe for extension thethorgroup.boot-wait platform ds3622xsp_64561
[#] Verifying /home/tc/redpill-load/custom/extensions/thethorgroup.boot-wait/ds3622xsp_64561/boot-wait.sh file... [OK]
[#] Updating extensions... [OK]
[#] Verifying /home/tc/redpill-load/cache/ds3622xsp_64561.pat file... [OK]
[#] Unpacking /home/tc/redpill-load/cache/ds3622xsp_64561.pat file to /home/tc/redpill-load/build/1685197755/pat-ds3622xsp_64561-unpacked... [OK]
[#] Verifying /home/tc/redpill-load/build/1685197755/pat-ds3622xsp_64561-unpacked/zImage file... [OK]
[#] Patching /home/tc/redpill-load/build/1685197755/pat-ds3622xsp_64561-unpacked/zImage to /home/tc/redpill-load/build/1685197755/zImage-patched... [OK]
[#] Verifying /home/tc/redpill-load/build/1685197755/pat-ds3622xsp_64561-unpacked/rd.gz file... [OK]
[#] Unpacking /home/tc/redpill-load/build/1685197755/pat-ds3622xsp_64561-unpacked/rd.gz file to /home/tc/redpill-load/build/1685197755/rd-ds3622xsp_64561-unpacked... [OK]
[#] Apply patches to /home/tc/redpill-load/build/1685197755/rd-ds3622xsp_64561-unpacked... [OK]
[#] Patching config files in ramdisk... [OK]
[#] Adding OS config patching... [OK]
[#] Repacking ramdisk to /home/tc/redpill-load/build/1685197755/rd-patched-ds3622xsp_64561.gz... [OK]
[#] Bundling extensions... [#] Checking runtime for required tools... [OK]
[#] Dumping ds3622xsp_64561 platform extensions to /home/tc/redpill-load/build/1685197755/custom-initrd/exts... [OK]
[#] Packing custom ramdisk layer to /home/tc/redpill-load/build/1685197755/custom.gz... [OK]
[#] Generating GRUB config... [OK]
[#] Creating loader image at loader.img... [OK]
[#] Cleaning up... [OK]
Mounting /dev/sdc1 to localdiskp1 
Mounting /dev/sdc2 to localdiskp2 
Copying custom.gz to sdc3
Bringing over my friend
##################################################################################################################################################################################################### 100.0%
##################################################################################################################################################################################################### 100.0%
##################################################################################################################################################################################################### 100.0%
bzImage-friend checksum OK !
initrd-friend checksum OK !
Entries in Localdisk bootloader : 
=======================================================================
menuentry 'RedPill DS3622xs v7.2.0-64561 (USB, Verbose)' {
menuentry 'RedPill DS3622xs v7.2.0-64561 (SATA, Verbose)' {
Updated user_config with USB Command Line : withefi earlyprintk syno_hw_version=DS3622xs+ console=ttyS0,115200n8 netif_num=1 pid=0xa4a5 earlycon=uart8250,io,0x3f8,115200n8 syno_port_thaw=1 mac1=000C2991B6DF sn=20C0SQRLT3KPB vid=0x0525 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap=10 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=1 
Updated user_config with SATA Command Line : withefi earlyprintk syno_hw_version=DS3622xs+ console=ttyS0,115200n8 netif_num=1 pid=0xa4a5 earlycon=uart8250,io,0x3f8,115200n8 synoboot_satadom=1 syno_port_thaw=1 mac1=000C2991B6DF sn=20C0SQRLT3KPB vid=0x0525 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap=10 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=1 
Generating GRUB entries for model :ds3622xsp_64561 in /home/tc
Generating default grub.cfg for model generate
Generated successfully
Added USB entry
Added SATA entry
Added TCRP entry
Added TCRP FRIEND entry
cp: '/home/tc/redpill-load/localdiskp1/boot/grub/grub.cfg' and '/home/tc/redpill-load/localdiskp1/boot/grub/grub.cfg' are the same file
menuentry 'RedPill DS3622xs+ 7.2.0-64561 (USB, Verbose)' {
menuentry 'RedPill DS3622xs+ 7.2.0-64561 (SATA, Verbose)' {
menuentry 'Tiny Core Image Build' {
menuentry 'Tiny Core Friend' {
Copying grub file /home/tc/grub.cfg to /home/tc/redpill-load/localdiskp1/boot/grub/grub.cfg
menuentry 'RedPill DS3622xs+ 7.2.0-64561 (USB, Verbose)' {
menuentry 'RedPill DS3622xs+ 7.2.0-64561 (SATA, Verbose)' {
menuentry 'Tiny Core Image Build' {
menuentry 'Tiny Core Friend' {
Setting next grub entry 
Setting next grub entry to Friend : Tiny Core Friend
Grub entry has been set to : Tiny Core Friend
Ramdisk in not compressed 
51765 blocks
36401 blocks
88164 blocks
Machine is VIRTUAL Hypervisor=VMware
Cleaning up files
Caching files for future use
No adequate space on TCRP loader partition /mnt/sdc3 to cache pat file
Found /mnt/sdc3/auxfiles/ds3622xsp_64561.pat file
Removing older cached pat files to cache current
Found /home/tc/redpill-load/cache/ds3622xsp_64561.pat, copying to cache directory : /mnt/sdc3/auxfiles 
Saving user session for future use. Saving current extensions  -> OK !
Saving current user_config.json  -> OK !
tc@box:~$ rm -rf /home/tc/oldpat.tar.gz;./rploader.sh clean now;  rm -rf /mnt/"$(mount | grep -i optional | grep cde | awk -F / '{print $3}' | uniq | cut -c 1-3)3"/auxfiles;  rm -rf /home/tc/custom-module
;  ./rploader.sh backup now;
Clearing local redpill files
Please make sure you are using the latest 1GB img before using backup option
Current /home/tc size is 65M , try to keep it less than 1GB as it might not fit into your image
Should i update the sdc with your current files [Yy/Nn]
y
Backing up home files to sdc : Backing up files to /mnt/sdc3//mydata.tgz  
Done.

tc@box:~$ ./rploader.sh backuploader
Backing up current loader
Checking backup folder existence
The backup folder holds the following backups
total 0
Creating backup folder 2023-May-27-14-30
Mounting partition 1
Mounting partition 2
Listing backup files : 
total 27344
-rwxrwxrwx 1 root root 10493416 May 27 14:30 partition2.tgz
-rwxrwxrwx 1 root root 17505245 May 27 14:30 partition1.tgz
Partition 1 : 620 files and directories 
Partition 2 : 9 files and directories 
DONE

 

Link to comment
Share on other sites

So after updating to 7.2.0 with latest loader (after verify failed fix) on DS3622xs+ I get these errors when opening file station , or for example accessing external access (not configured I know) the whole control panel hangs - need to reload, and synology application service fails to start (tried to uninstall/reinstall and repair). 

 

Accessing security in control panel has an error also.

 

I noticed also that the dsm doesnt load with configured mac address in config file, it always loads the realmac. 

Any tips?

Screenshot 2023-05-27 182223.png

Screenshot 2023-05-27 182356.png

Screenshot 2023-05-27 182602.png

Edited by myxcon
Link to comment
Share on other sites

On 5/27/2023 at 3:39 PM, irishj said:

 

It's working fine now for loader creation, thanks for the update.

 

Has anything changed in regards to loader creation when using a HBA ?  I've created a new loader for 7.2.0-64561 on DS3622xs+ which I've done many times before and never had an issue, now when the loader boots after creation, I see a message in the UI that no disks have been detected.  All my disks are connected to a HBA (Avago (LSI) Logic Fusion-MPT 6GSAS SAS2308_2)

 

Created the loader via CLI and the build command was "./rploader.sh build ds3622xsp-7.2.0-64561 withfriend" - Output below

 

 

 

Tried ARC loader and it worked fine

Link to comment
Share on other sites

3 hours ago, extreen said:

Tell me what parameters to set in user_conf.json, if I have a disk in port 2 of the only controller and I need it to be sda or number 1 in the dsm

 

you need to check the DiskIdxMap value. 

 

Furher reading here : 

 

Edited by pocopico
Link to comment
Share on other sites

@pocopico, could you please take a look at the issue: https://github.com/pocopico/tinycore-redpill/issues/208 I have already tried various BIOS (boot in mode Legacy and UEFI) settings (vt-x, vt-d, CPU states, etc.), different HDDs, versions of DSM 7.1 and 7.2, DVA3221 and 920+, all existing loaders (TCRP, M-Shell, ARPL, ARPL-i18n, ARC). And only in TCRP (without Friend) and TCRP M-Shell (without Friend) there are no issues. @Peter Suh previously worked on it and as far as I understand, solved it in the part related to CPU. But apparently there is something else because my situation has not changed. Maybe this is some kind of peculiarity of my hardware although there doesn't seem to be anything special about it. I would appreciate any ideas.

 

Links:

 

Link to comment
Share on other sites

I have successfully updated my Virtual (proxmox) DS918+ from 7.1 Update5 to 7.2.0-64561 with the latest version 0.9.4.6.

 

Installed manually the 7.2 Update over the Synology WebUi.

Shutdown the Machine.

Replace the Redpill Image and bootet with it.

Bring over my user_config

Geting into the Redpill Webui and hit the build buttton.

Restart with Friend and all is working fine.

 

Thank you for the great work.

  • Like 1
Link to comment
Share on other sites

After completing the creation of the loader, I load into a FRIEND
running:
insmod /lib/modules/hpsa.ko
is working.
Next I install *.pat, overload .
Before the initial setup, I go under root
running:
insmod /lib/modules /hpsa.ko
there is no such file,
wget https://github.com/pocopico/redpill-modules/blob/master/broadwellnk-4.4.302/hpsa.ko
running:
insmod /lib/modules/hpsa.ko
insmod: ERROR: could not insert module /lib/modules/hpsa.ko: Invalid module format

I'm going through the DSM primary setup wizard, I'm already logged in under a new account, since root won't let me (I don't know the password).

wget https://github.com/pocopico/redpill-modules/blob/master/broadwellnk-4.4.302/hpsa.ko
extreen@NAS:/volume1/SYSTEM$ insmod ./hpsa.ko 
insmod: ERROR: could not insert module ./hpsa.ko: Operation not permitted

 

Tell me what I'm doing wrong. How to load DSM modules to detect all disks?

Link to comment
Share on other sites

Hi guys,

 

I tried to update to 7.2 from the latest TCRP but it did not work.

I tried to revert to the the latest 7.1.1-42962 (previously on the update 4) but now the bootloader is booting but fail at boot with this error looking to logs :

udevadm settle failed

 

With 3617xs loader, it's boot fine, i can find my synology to migrate it but it get stuck at 55% when installing the pat

 

Anyone have an idea about that ? 

 

Device is HP Microserver Gen 8 baremetal installation - Xeon with 8 Gb of ram

 

Also tried Arc Loader wich not even boot on the USB key (Sony USB Key of 16 Gb)

 

More logs

Loading Linux...
Loading initramfs...
Starting kernel with USB boot
[    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: BOOT_IMAGE=/zImage-dsm withefi earlyprintk syno_hw_version=DS3622xs+ console=ttyS0,115200n8 netif_num=1 pid=0x06b1 earlycon=uart8250,io,0x3f8,115200n8 syno_port_thaw=1 mac1=001132C4FF39 sn=2150SQRLYRB6R vid=0x054c 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
[    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 0x0000000000000000-0x00000000000997ff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000099800-0x0000000000099bff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000f1de3fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000f1de4000-0x00000000f1dedfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000f1dee000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fee0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000020bffefff] usable
[    0.000000] earlycon: Early serial console at I/O port 0x3f8 (options '115200n8')
[    0.000000] bootconsole [uart0] enabled
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: HP ProLiant MicroServer Gen8, BIOS J06 04/04/2019
[    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 = 0x20bfff max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0F4000000 mask FFC000000 uncachable
[    0.000000]   1 base 0F8000000 mask FF8000000 uncachable
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC
[    0.000000] e820: last_pfn = 0xf1de4 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000f4f80-0x000f4f8f] mapped at [ffff8800000f4f80]
[    0.000000] Base memory trampoline at [ffff880000092000] 92000 size 28672
[    0.000000] BRK [0x01b55000, 0x01b55fff] PGTABLE
[    0.000000] BRK [0x01b56000, 0x01b56fff] PGTABLE
[    0.000000] BRK [0x01b57000, 0x01b57fff] PGTABLE
[    0.000000] BRK [0x01b58000, 0x01b58fff] PGTABLE
[    0.000000] BRK [0x01b59000, 0x01b59fff] PGTABLE
[    0.000000] BRK [0x01b5a000, 0x01b5afff] PGTABLE
[    0.000000] log_buf_len: 33554432 bytes
[    0.000000] early log buf free: 1044740(99%)
[    0.000000] RAMDISK: [mem 0x32c69000-0x3562bfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F4F00 000024 (v02 HP    )
[    0.000000] ACPI: XSDT 0x00000000F1DE6400 0000AC (v01 HP     ProLiant 00000002 ▒?   0000162E)
[    0.000000] ACPI: FACP 0x00000000F1DE6540 0000F4 (v03 HP     ProLiant 00000002 ▒?   0000162E)
[    0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Pm1aControlBlock: 16/32 (20150930/tbfadt-623)
[    0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Pm2ControlBlock: 8/32 (20150930/tbfadt-623)
[    0.000000] ACPI BIOS Warning (bug): Invalid length for FADT/Pm1aControlBlock: 32, using default 16 (20150930/tbfadt-704)
[    0.000000] ACPI BIOS Warning (bug): Invalid length for FADT/Pm2ControlBlock: 32, using default 8 (20150930/tbfadt-704)
[    0.000000] ACPI: DSDT 0x00000000F1DE6640 001C1A (v01 HP     DSDT     00000001 INTL 20030228)
[    0.000000] ACPI: FACS 0x00000000F1DE4140 000040
[    0.000000] ACPI: FACS 0x00000000F1DE4140 000040
[    0.000000] ACPI: SPCR 0x00000000F1DE4180 000050 (v01 HP     SPCRRBSU 00000001 ▒?   0000162E)
[    0.000000] ACPI: MCFG 0x00000000F1DE4200 00003C (v01 HP     ProLiant 00000001      00000000)
[    0.000000] ACPI: HPET 0x00000000F1DE4240 000038 (v01 HP     ProLiant 00000002 ▒?   0000162E)
[    0.000000] ACPI: FFFF 0x00000000F1DE4280 000064 (v02 HP     ProLiant 00000002 ▒?   0000162E)
[    0.000000] ACPI: SPMI 0x00000000F1DE4300 000040 (v05 HP     ProLiant 00000001 ▒?   0000162E)
[    0.000000] ACPI: ERST 0x00000000F1DE4340 000230 (v01 HP     ProLiant 00000001 ▒?   0000162E)
[    0.000000] ACPI: APIC 0x00000000F1DE4580 000252 (v01 HP     ProLiant 00000002      00000000)
[    0.000000] ACPI: FFFF 0x00000000F1DE4800 000176 (v01 HP     ProLiant 00000001 ▒?   0000162E)
[    0.000000] ACPI: BERT 0x00000000F1DE4980 000030 (v01 HP     ProLiant 00000001 ▒?   0000162E)
[    0.000000] ACPI: HEST 0x00000000F1DE49C0 0000BC (v01 HP     ProLiant 00000001 ▒?   0000162E)
[    0.000000] ACPI: DMAR 0x00000000F1DE4A80 000378 (v01 HP     ProLiant 00000001 ▒?   0000162E)
[    0.000000] ACPI: FFFF 0x00000000F1DE63C0 00002D (v01 HP     ProLiant 00000001      00000000)
[    0.000000] ACPI: SSDT 0x00000000F1DE8280 000137 (v03 HP     CRSPCI0  00000002 HP   00000001)
[    0.000000] ACPI: SSDT 0x00000000F1DE83C0 000177 (v03 HP     riser0   00000002 INTL 20030228)
[    0.000000] ACPI: SSDT 0x00000000F1DE8540 000377 (v01 HP     pmab     00000001 INTL 20090625)
[    0.000000] ACPI: SSDT 0x00000000F1DE88C0 002234 (v01 INTEL  PPM RCM  80000001 INTL 20061109)
[    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-0x000000020bffefff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000098fff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000f1de3fff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000020bffefff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000020bffefff]
[    0.000000] On node 0 totalpages: 2088315
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3992 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 16320 pages used for memmap
[    0.000000]   DMA32 zone: 986596 pages, LIFO batch:31
[    0.000000]   Normal zone: 17152 pages used for memmap
[    0.000000]   Normal zone: 1097727 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x908
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl 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 high edge)
[    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: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: 64 Processors exceeds NR_CPUS limit of 24
[    0.000000] smpboot: Allowing 24 CPUs, 16 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00099000-0x00099fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00099000-0x0009dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf1de4000-0xf1dedfff]
[    0.000000] PM: Registered nosave memory: [mem 0xf1dee000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfee0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee10000-0xff7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff800000-0xffffffff]
[    0.000000] e820: [mem 0xf8000000-0xfebfffff] available for PCI devices
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:24 nr_cpumask_bits:24 nr_cpu_ids:24 nr_node_ids:1
[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff880209600000 s95192 r8192 d31784 u262144
[    0.000000] pcpu-alloc: s95192 r8192 d31784 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[    0.000000] pcpu-alloc: [0] 16 17 18 19 20 21 22 23
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2054757
[    0.000000] Kernel command line: BOOT_IMAGE=/zImage-dsm withefi earlyprintk syno_hw_version=DS3622xs+ console=ttyS0,115200n8 netif_num=1 pid=0x06b1 earlycon=uart8250,io,0x3f8,115200n8 syno_port_thaw=1 mac1=001132C4FF39 sn=2150SQRLYRB6R vid=0x054c 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
[    0.000000] Synology Hardware Version: DS3622xs+
[    0.000000] Internal netif num: 1
[    0.000000] Mac1: 001132C4FF39
[    0.000000] Serial Number: 2150SQRLYRB6R
[    0.000000] Disk Index Map: 00
[    0.000000] SYNO GPIO HDD detect pin: 0
[    0.000000] Vender format version: 2
[    0.000000] Power on seq num: 0
[    0.000000] Sata Port Map: 6
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] Memory: 8051204K/8353260K available (5548K kernel code, 880K rwdata, 1780K rodata, 924K init, 1568K bss, 302056K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000] NR_IRQS:4352 nr_irqs:616 16
[    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 2394.475 MHz processor
[    0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 4788.95 BogoMIPS (lpj=2394475)
[    0.003533] pid_max: default: 32768 minimum: 301
[    0.005195] ACPI: Core revision 20150930
[    0.008218] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.010486] Security Framework initialized
[    0.011852] AppArmor: AppArmor initialized
[    0.013255] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.015610] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.018225] Initializing cgroup subsys io
[    0.019609] Initializing cgroup subsys memory
[    0.021098] Initializing cgroup subsys devices
[    0.022582] Initializing cgroup subsys freezer
[    0.024204] CPU: Physical Processor ID: 0
[    0.025629] CPU: Processor Core ID: 0
[    0.026858] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.029249] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.031591] CPU0: Thermal monitoring enabled (TM1)
[    0.033236] process: using mwait in idle threads
[    0.034810] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.036943] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.039048] Speculative Store Bypass: Vulnerable
[    0.041141] Freeing SMP alternatives memory: 24K
[    0.042994] DMAR: Host address width 39
[    0.044367] DMAR: DRHD base: 0x000000fed90000 flags: 0x1
[    0.046258] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c9008020660262 ecap f010da
[    0.048898] DMAR: RMRR base: 0x000000f1ffd000 end: 0x000000f1ffffff
[    0.050982] DMAR: RMRR base: 0x000000f1ff6000 end: 0x000000f1ffcfff
[    0.053104] DMAR: RMRR base: 0x000000f1f93000 end: 0x000000f1f94fff
[    0.055297] DMAR: RMRR base: 0x000000f1f8f000 end: 0x000000f1f92fff
[    0.057507] DMAR: RMRR base: 0x000000f1f7f000 end: 0x000000f1f8efff
[    0.059591] DMAR: RMRR base: 0x000000f1f7e000 end: 0x000000f1f7efff
[    0.061676] DMAR: RMRR base: 0x000000000f4000 end: 0x000000000f4fff
[    0.063749] DMAR: RMRR base: 0x000000000e8000 end: 0x000000000e8fff
[    0.065950] DMAR: RMRR base: 0x000000f1dee000 end: 0x000000f1deefff
[    0.068049] DMAR-IR: IOAPIC id 8 under DRHD base  0xfed90000 IOMMU 0
[    0.070156] R-IR: HPET id 0 under DRHD base 0xfed90000
[    0.172090] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[    0.174455] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[    0.177342] DMAR-IR: Enabled IRQ remapping in xapic mode
[    0.179138] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.181079] Switched APIC routing to physical flat.
[    0.183086] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.195396] TSC deadline timer enabled
[    0.196686] smpboot: CPU0: Intel(R) Xeon(R) CPU E31265L @ 2.40GHz (family: 0x6, model: 0x2a, stepping: 0x7)
[    0.200142] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Broken BIOS detected, complain to your hardware vendor.
[    0.205271] [Firmware Bug]: the BIOS has corrupted hw-PMU resources (MSR 38d is 330)
[    0.207837] Intel PMU driver.
[    0.208851] ... version:                3
[    0.210203] ... bit width:              48
[    0.211557] ... generic registers:      4
[    0.212911] ... value mask:             0000ffffffffffff
[    0.214735] ... max period:             00007fffffffffff
[    0.216843] ... fixed-purpose events:   3
[    0.218227] ... event mask:             000000070000000f
[    0.220370] x86: Booting SMP configuration:
[    0.221797] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7
[    0.242808] x86: Booted up 1 node, 8 CPUs
[    0.244314] smpboot: Total of 8 processors activated (38311.60 BogoMIPS)
[    0.254139] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.257231] devtmpfs: initialized
[    0.258726] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.262002] futex hash table entries: 8192 (order: 7, 524288 bytes)
[    0.264327] NET: Registered protocol family 16
[    0.273055] cpuidle: using governor ladder
[    0.280542] cpuidle: using governor menu
[    0.282040] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.284594] ACPI: bus type PCI registered
[    0.286619] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf4000000-0xf7ffffff] (base 0xf4000000)
[    0.289988] PCI: MMCONFIG at [mem 0xf4000000-0xf7ffffff] reserved in E820
[    0.292307] PCI: Using configuration type 1 for base access
[    0.294419] perf_event_intel: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.303602] ACPI: Added _OSI(Module Device)
[    0.305167] ACPI: Added _OSI(Processor Device)
[    0.306642] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.308241] ACPI: Added _OSI(Processor Aggregator Device)
[    0.311897] ACPI: Interpreter enabled
[    0.313273] ACPI: (supports S0 S4 S5)
[    0.314536] ACPI: Using IOAPIC for interrupt routing
[    0.316336] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.321235] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-14])
[    0.323416] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.326322] acpi PNP0A08:00: _OSC: platform does not support [PME AER PCIeCapability]
[    0.329044] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[    0.332100] acpi PNP0A08:00: _OSC: OS requested [PME AER PCIeCapability]
[    0.334317] acpi PNP0A08:00: _OSC: platform willing to grant []
[    0.336386] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
[    0.338571] acpi PNP0A08:00: host bridge window expanded to [mem 0xfed00000-0xfed44fff window]; [mem 0xfed00000-0xfed44fff window] ignored
[    0.342995] PCI host bridge to bus 0000:00
[    0.344378] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfbffffff window]
[    0.347088] pci_bus 0000:00: root bus resource [io  0x1000-0xffff window]
[    0.349356] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.351603] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.353838] pci_bus 0000:00: root bus resource [io  0x0d00-0x0fff window]
[    0.356331] pci_bus 0000:00: root bus resource [mem 0xfed00000-0xfed44fff window]
[    0.358818] pci_bus 0000:00: root bus resource [io  0x03b0-0x03bb window]
[    0.361203] pci_bus 0000:00: root bus resource [io  0x03c0-0x03df window]
[    0.363463] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.366042] pci_bus 0000:00: root bus resource [bus 00-14]
[    0.367854] pci 0000:00:00.0: [8086:0108] type 00 class 0x060000
[    0.369938] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
[    0.371953] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.374058] pci 0000:00:06.0: [8086:010d] type 01 class 0x060400
[    0.376178] pci 0000:00:06.0: PME# supportfrom D0 D3hot D3cold
[    0.478432] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[    0.480597] pci 0000:00:1a.0: reg 0x10: [mem 0xfacf0000-0xfacf03ff]
[    0.482763] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.484877] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[    0.487005] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.489196] pci 0000:00:1c.0: Enabling MPC IRBNCE
[    0.490760] pci 0000:00:1c.0: Intel PCH root port ACS workaround enabled
[    0.493055] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
[    0.495205] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.497273] pci 0000:00:1c.4: Enabling MPC IRBNCE
[    0.498818] pci 0000:00:1c.4: Intel PCH root port ACS workaround enabled
[    0.501109] pci 0000:00:1c.6: [8086:1c1c] type 01 class 0x060400
[    0.503178] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.505412] pci 0000:00:1c.6: Enabling MPC IRBNCE
[    0.506994] pci 0000:00:1c.6: Intel PCH root port ACS workaround enabled
[    0.509272] pci 0000:00:1c.7: [8086:1c1e] type 01 class 0x060400
[    0.511556] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    0.513610] pci 0000:00:1c.7: Enabling MPC IRBNCE
[    0.515288] pci 0000:00:1c.7: Intel PCH root port ACS workaround enabled
[    0.517562] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[    0.519591] pci 0000:00:1d.0: reg 0x10: [mem 0xface0000-0xface03ff]
[    0.521863] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.524006] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[    0.526191] pci 0000:00:1f.0: [8086:1c54] type 00 class 0x060100
[    0.528477] pci 0000:00:1f.2: [8086:1c02] type 00 class 0x010601
[    0.530548] pci 0000:00:1f.2: reg 0x10: [io  0x10c0-0x10c7]
[    0.532405] pci 0000:00:1f.2: reg 0x14: [io  0x10c8-0x10cb]
[    0.534274] pci 0000:00:1f.2: reg 0x18: [io  0x10d0-0x10d7]
[    0.536477] pci 0000:00:1f.2: reg 0x1c: [io  0x10d8-0x10db]
[    0.538478] pci 0000:00:1f.2: reg 0x20: [io  0x10e0-0x10f
[    0.640348] pci 0000:00:1f.2: reg 0x24: [mem 0xfacd0000-0xfacd07ff]
[    0.642456] pci 0000:00:1f.2: PME# supported from D3hot
[    0.644359] pci 0000:07:00.0: [8086:105e] type 00 class 0x020000
[    0.646511] pci 0000:07:00.0: reg 0x10: [mem 0xfbfe0000-0xfbffffff]
[    0.648611] pci 0000:07:00.0: reg 0x14: [mem 0xfbfc0000-0xfbfdffff]
[    0.650812] pci 0000:07:00.0: reg 0x18: [io  0x4000-0x401f]
[    0.652701] pci 0000:07:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[    0.655036] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
[    0.657177] pci 0000:07:00.1: [8086:105e] type 00 class 0x020000
[    0.659295] pci 0000:07:00.1: reg 0x10: [mem 0xfbfa0000-0xfbfbffff]
[    0.661731] pci 0000:07:00.1: reg 0x14: [mem 0xfbf80000-0xfbf9ffff]
[    0.663841] pci 0000:07:00.1: reg 0x18: [io  0x4020-0x403f]
[    0.665923] pci 0000:07:00.1: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[    0.668207] pci 0000:07:00.1: PME# supported from D0 D3hot D3cold
[    0.672230] pci 0000:00:01.0: PCI bridge to [bus 07]
[    0.673994] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.676146] pci 0000:00:01.0:   bridge window [mem 0xfbf00000-0xfbffffff]
[    0.678435] pci 0000:00:06.0: PCI bridge to [bus 02]
[    0.680132] pci 0000:00:1c.0: PCI bridge to [bus 0d]
[    0.681931] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.683633] pci 0000:04:00.0: [1912:0014] type 00 class 0x0c0330
[    0.685817] pci 0000:04:00.0: reg 0x10: [mem 0xfbef0000-0xfbef1fff 64bit]
[    0.688260] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.692325] pci 0000:00:1c.6: PCI bridge to [bus 04]
[    0.694062] pci 0000:00:1c.6:   bridge window [mem 0xfbe00000-0xfbefffff]
[    0.696437] pci 0000:01:00.0: [103c:3306] type 00 class 0x088000
[    0.698589] pci 0000:01:00.0: reg 0x10: [io  0x3000-0x30ff]
[    0.700480] pci 0000:01:00.0: reg 0x14: [mem 0xfbdf0000-0xfbdf01ff]
[    0.702582] pci 0000:01:00.0: reg 0x18: [io  0x3400-0x34ff]
[    0.704595] pci 0000:01:00.1: [102b:0533] type 00 class 0x030000
[    0.706669] pci 0000:01:00.1: reg 0x10: [mem 0xf9000000-0xf9ffffff pref]
[  .708892] pci 0000:01:00.1: reg 0x14: [mem 0xfbde0000-0xfbde3fff]
[    0.811173] pci 0000:01:00.1: reg 0x18: [mem 0xfb000000-0xfb7fffff]
[    0.813422] pci 0000:01:00.2: [103c:3307] type 00 class 0x088000
[    0.815572] pci 0000:01:00.2: reg 0x10: [io  0x3800-0x38ff]
[    0.817468] pci 0000:01:00.2: reg 0x14: [mem 0xfaff0000-0xfaff00ff]
[    0.819568] pci 0000:01:00.2: reg 0x18: [mem 0xfae00000-0xfaefffff]
[    0.821642] pci 0000:01:00.2: reg 0x1c: [mem 0xfad80000-0xfadfffff]
[    0.823717] pci 0000:01:00.2: reg 0x20: [mem 0xfad70000-0xfad77fff]
[    0.825995] pci 0000:01:00.2: reg 0x24: [mem 0xfad60000-0xfad67fff]
[    0.828093] pci 0000:01:00.2: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    0.830345] pci 0000:01:00.2: PME# supported from D0 D3hot D3cold
[    0.832447] pci 0000:01:00.4: [103c:3300] type 00 class 0x0c0300
[    0.834601] pci 0000:01:00.4: reg 0x20: [io  0x3c00-0x3c1f]
[    0.838633] pci 0000:00:1c.7: PCI bridge to [bus 01]
[    0.840348] pci 0000:00:1c.7:   bridge window [io  0x3000-0x3fff]
[    0.842522] pci 0000:00:1c.7:   bridge window [mem 0xfad00000-0xfbdfffff]
[    0.844819] pci 0000:00:1c.7:   bridge window [mem 0xf9000000-0xf9ffffff 64bit pref]
[    0.847518] pci 0000:00:1e.0: PCI bridge to [bus 14] (subtractive decode)
[    0.849771] pci 0000:00:1e.0:   bridge window [mem 0xf8000000-0xfbffffff window] (subtractive decode)
[    0.852801] pci 0000:00:1e.0:   bridge window [io  0x1000-0xffff window] (subtractive decode)
[    0.855702] pci 0000:00:1e.0:   bridge window [io  0x0000-0x03af window] (subtractive decode)
[    0.858636] pci 0000:00:1e.0:   bridge window [io  0x03e0-0x0cf7 window] (subtractive decode)
[    0.861460] pci 0000:00:1e.0:   bridge window [io  0x0d00-0x0fff window] (subtractive decode)
[    0.864262] pci 0000:00:1e.0:   bridge window [mem 0xfed00000-0xfed44fff window] (subtractive decode)
[    0.867389] pci 0000:00:1e.0:   bridge window [io  0x03b0-0x03bb window] (subtractive decode)
[    0.870228] pci 0000:00:1e.0:   bridge window [io  0x03c0-0df window] (subtractive decode)
[    0.973095] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.976304] pci_bus 0000:00: on NUMA node 0
[    0.977711] pci 0000:00:01.0: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  128
[    0.980510] pci 0000:07:00.0: Max Payload Size set to  128/ 256 (was  128), Max Read Rq 4096
[    0.983288] pci 0000:07:00.1: Max Payload Size set to  128/ 256 (was  128), Max Read Rq 4096
[    0.986435] pci 0000:00:06.0: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  128
[    0.989247] pci 0000:00:1c.0: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  128
[    0.992032] pci 0000:00:1c.4: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  128
[    0.994840] pci 0000:00:1c.6: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  128
[    0.997690] pci 0000:04:00.0: Max Payload Size set to  128/ 128 (was  128), Max Read Rq 4096
[    1.000468] pci 0000:00:1c.7: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  128
[    1.003379] pci 0000:01:00.0: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  128
[    1.006240] pci 0000:01:00.1: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  128
[    1.009032] pci 0000:01:00.2: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  128
[    1.011820] pci 0000:01:00.4: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  128
[    1.014822] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 7 10 *11)
[    1.017032] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *7 10 11)
[    1.019285] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 7 10 *11)
[    1.021398] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 *10 11)
[    1.023540] ACPI: PCI Interrupt Link [LNKE] (IRQs *5 7 10 11)
[    1.025776] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 7 10 11) *3
[    1.028002] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 7 10 11) *0, disabled.
[    1.030549] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 7 10 11) *0, disabled.
[    1.033321] vgaarb: setting as boot devi PCI:0000:01:00.1
[    1.135496] vgaarb: device added: PCI:0000:01:00.1,decodes=io+mem,owns=io+mem,locks=none
[    1.138216] vgaarb: loaded
[    1.139139] vgaarb: bridge control possible 0000:01:00.1
[    1.140973] SCSI subsystem initialized
[    1.142285] libata version 3.00 loaded.
[    1.143600] pps_core: LinuxPPS API ver. 1 registered
[    1.145351] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.148489] PTP clock support registered
[    1.149861] EDAC MC: Ver: 3.0.0
[    1.151051] PCI: Using ACPI for IRQ routing
[    1.153882] PCI: pci_cache_line_size set to 64 bytes
[    1.155745] e820: reserve RAM buffer [mem 0x00099800-0x0009ffff]
[    1.157785] e820: reserve RAM buffer [mem 0xf1de4000-0xf3ffffff]
[    1.159801] e820: reserve RAM buffer [mem 0x20bfff000-0x20bffffff]
[    1.162411] clocksource: Switched to clocksource hpet
[    1.170857] AppArmor: AppArmor Filesystem Enabled
[    1.172505] pnp: PnP ACPI init
[    1.173745] system 00:00: [io  0x0408-0x040f] has been reserved
[    1.175864] system 00:00: [io  0x04d0-0x04d1] has been reserved
[    1.177846] system 00:00: [io  0x0310-0x0313] has been reserved
[    1.179923] system 00:00: [io  0x0316-0x0317] has been reserved
[    1.181886] system 00:00: [io  0x0700-0x071f] has been reserved
[    1.183860] system 00:00: [io  0x0880-0x08ff] has been reserved
[    1.185908] system 00:00: [io  0x0900-0x097f] has been reserved
[    1.187875] system 00:00: [io  0x0cd4-0x0cd7] has been reserved
[    1.189882] system 00:00: [io  0x0cd0-0x0cd3] has been reserved
[    1.191847] system 00:00: [io  0x0f50-0x0f58] has been reserved
[    1.193810] system 00:00: [io  0x0ca0-0x0ca1] has been reserved
[    1.195986] system 00:00: [io  0x0ca4-0x0ca5] has been reserved
[    1.197975] system 00:00: [io  0x03f8-0x03ff] has been reserved
[    1.199927] system 00:00: [mem 0xf4000000-0xf7ffffff] has been reserved
[    1.202085] system 00:00: [mem 0xfe000000-0xfebfffff] has been reserved
[    1.204257] system 00:00: [mem 0xfed90000-0xfed91fff] could not be reserved
[    1.206638] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.208939] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.211239] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[    1.213442] pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 PNP0f0e (active)
[    1.216022] pnp: PnP ACPI: found 4 devices
[    1.223464] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.226756] pci 0000:07:00.0: BAR 6: assigned [mem 0xfbf00000-0xfbf1ffff pref]
[    1.229186] pci 0000:07:00.1: BAR 6: assigned [mem 0xfbf20000-0xfbf3ffff pref]
[    1.231578] pci 0000:00:01.0: PCI bridge to [bus 07]
[    1.233292] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    1.235536] pci 0000:00:01.0:   bridge window [mem 0xfbf00000-0xfbffffff]
[    1.237801] pci 0000:00:06.0: PCI bridge to [bus 02]
[    1.239491] pci 0000:00:1c.0: PCI bridge to [bus 0d]
[    1.241163] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    1.242896] pci 0000:00:1c.6: PCI bridge to [bus 04]
[    1.244602] pci 0000:00:1c.6:   bridge window [mem 0xfbe00000-0xfbefffff]
[    1.246913] pci 0000:01:00.2: BAR 6: assigned [mem 0xfad00000-0xfad0ffff pref]
[    1.249299] pci 0000:00:1c.7: PCI bridge to [bus 01]
[    1.250934] pci 0000:00:1c.7:   bridge window [io  0x3000-0x3fff]
[    1.252904] pci 0000:00:1c.7:   bridge window [mem 0xfad00000-0xfbdfffff]
[    1.255266] pci 0000:00:1c.7:   bridge window [mem 0xf9000000-0xf9ffffff 64bit pref]
[    1.257829] pci 0000:00:1e.0: PCI bridge to [bus 14]
[    1.259638] pci_bus 0000:00: resource 4 [mem 0xf8000000-0xfbffffff window]
[    1.261901] pci_bus 0000:00: resource 5 [io  0x1000-0xffff window]
[    1.263962] pci_bus 0000:00: resource 6 [io  0x0000-0x03af window]
[    1.266096] pci_ 0000:00: resource 7 [io  0x03e0-0x0cf7 window]
[    1.368250] pci_bus 0000:00: resource 8 [io  0x0d00-0x0fff window]
[    1.370340] pci_bus 0000:00: resource 9 [mem 0xfed00000-0xfed44fff window]
[    1.372732] pci_bus 0000:00: resource 10 [io  0x03b0-0x03bb window]
[    1.374868] pci_bus 0000:00: resource 11 [io  0x03c0-0x03df window]
[    1.377026] pci_bus 0000:00: resource 12 [mem 0x000a0000-0x000bffff window]
[    1.379300] pci_bus 0000:07: resource 0 [io  0x4000-0x4fff]
[    1.381116] pci_bus 0000:07: resource 1 [mem 0xfbf00000-0xfbffffff]
[    1.383204] pci_bus 0000:04: resource 1 [mem 0xfbe00000-0xfbefffff]
[    1.385344] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    1.387255] pci_bus 0000:01: resource 1 [mem 0xfad00000-0xfbdfffff]
[    1.389283] pci_bus 0000:01: resource 2 [mem 0xf9000000-0xf9ffffff 64bit pref]
[    1.391607] pci_bus 0000:14: resource 4 [mem 0xf8000000-0xfbffffff window]
[    1.393809] pci_bus 0000:14: resource 5 [io  0x1000-0xffff window]
[    1.395896] pci_bus 0000:14: resource 6 [io  0x0000-0x03af window]
[    1.397890] pci_bus 0000:14: resource 7 [io  0x03e0-0x0cf7 window]
[    1.399889] pci_bus 0000:14: resource 8 [io  0x0d00-0x0fff window]
[    1.401876] pci_bus 0000:14: resource 9 [mem 0xfed00000-0xfed44fff window]
[    1.404212] pci_bus 0000:14: resource 10 [io  0x03b0-0x03bb window]
[    1.406323] pci_bus 0000:14: resource 11 [io  0x03c0-0x03df window]
[    1.408380] pci_bus 0000:14: resource 12 [mem 0x000a0000-0x000bffff window]
[    1.410872] NET: Registered protocol family 2
[    1.412499] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    1.415161] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.417587] TCP: Hash tables configured (established 65536 bind 65536)
[    1.419899] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    1.421939] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    1.424185] NET: Registered protocol family 1
[    1.447645] pci 0000:01:00.1: Video device with shadowed ROM
[    1.449732] PCI: CLS 64 bytes, default 64
[    2.531026] Trying to unpack rootfs image as initramfs...
[    2.554196] Freeing initrd memory: 42764K
[    2.556761] redpill: loading out-of-tree module taints kernel.
[    2.558810] redpill: module verification failed: signature and/or required key missing - tainting kernel
[    2.583341] PCI host bridge to bus 0001:09
[    2.584785] pci_bus 0001:09: root bus resource [io  0x0000-0xffff]
[    2.587284] pci_bus 0001:09: root bus resource [mem 0x00000000-0xfffffffff]
[    2.589623] pci_bus 0001:09: root bus resource [bus 00-ff]
[    2.591483] pci 0001:09:00.0: [1b4b:9235] type 00 class 0x010601
[    2.593516] pci 0001:09:00.0: Can't map mv9235 registers
[    2.595430] PCI host bridge to bus 0001:0c
[    2.596789] pci_bus 0001:0c: root bus resource [io  0x0000-0xffff]
[    2.598819] pci_bus 0001:0c: root bus resource [mem 0x00000000-0xfffffffff]
[    2.601087] pci_bus 0001:0c: busn_res: can not insert [bus 0c-ff] under domain [bus 00-ff] (conflicts with (null) [bus 09-ff])
[    2.604835] pci_bus 0001:0c: root bus resource [bus 00-ff]
[    2.606708] pci 0001:0c:00.0: [1b4b:9235] type 00 class 0x010601
[    2.608729] pci 0001:0c:00.0: Can't map mv9235 registers
[    2.621360] DMAR: No ATSR found
[    2.622575] DMAR: dmar0: Using Queued invalidation
[    2.624227] IOMMU passthrough mode = 1
[    2.625597] DMAR: Hardware identity mapping for device 0000:00:00.0
[    2.627714] DMAR: Hardware identity mapping for device 0000:00:01.0
[    2.629802] DMAR: Hardware identity mapping for device 0000:00:06.0
[    2.631935] DMAR: Hardware identity mapping for device 0000:00:1a.0
[    2.634253] DMAR: Hardware identity mapping for device 0000:00:1c.0
[    2.636452] DMAR: Hardware identity mapping for device 0000:00:1c.4
[    2.638534] DMAR: Hardware identity mapping for device 0000:00:1c.6
[    2.640607] DMAR: Hardware identity mapping for device 0000:00:1c.7
[    2.642671] DMAR: Hardware identity mapping for device 0000:00:1d.0
[    2.644785] DMAR: Hardware identity mapping for device 0000:00:1f.0
[    2.646926] DMAR: Hardware identity mapping for device 0000:04:00.0
[    2.649040] DMAR: Hardware identity mapping for device 0000:01:00.1
[    2.651114] DMAR: Hardware identity mapping for device 0000:01:00.4
[    2.653173] DMAR: Setting RMRR:
[    2.654243] DMAR: Setting identity map for device 0000:01:00.0 [0xf1dee000 - 0xf1deefff]
[    2.656982] DMAR: Setting identity map for device 0000:01:00.2 [0xf1dee000 - 0xf1deefff]
[    2.659713] DMAR: Ignoring identity map for HW passthrough device 0000:01:00.4 [0xf1dee000 - 0xf1deefff]
[    2.663134] DMAR: Setting identity map for device 0000:00:1f.2 [0xe8000 - 0xe8fff]
[    2.665738] DMAR: Setting identity map for device 0000:07:00.0 [0xe8000 - 0xe8fff]
[    2.668284] DMAR: Setting identity map for device 0000:07:00.1 [0xe8000 - 0xe8fff]
[    2.670772] DMAR: Ignoring identity map for HW passthrough device 0000:04:00.0 [0xe8000 - 0xe8fff]
[    2.673746] DMAR: Setting identity map for device 0000:01:00.0 [0xe8000 - 0xe8fff]
[    2.676352] DMAR: Setting identity map for device 0000:01:00.2 [0xe8000 - 0xe8fff]
[    2.678854] DMAR: Setting identity map for device 0000:00:1f.2 [0xf4000 - 0xf4fff]
[    2.681350] DMAR: ting identity map for device 0000:07:00.0 [0xf4000 - 0xf4fff]
[    2.783868] DMAR: Setting identity map for device 0000:07:00.1 [0xf4000 - 0xf4fff]
[    2.786846] DMAR: Ignoring identity map for HW passthrough device 0000:04:00.0 [0xf4000 - 0xf4fff]
[    2.789853] DMAR: Setting identity map for device 0000:01:00.0 [0xf4000 - 0xf4fff]
[    2.792381] DMAR: Setting identity map for device 0000:01:00.2 [0xf4000 - 0xf4fff]
[    2.794902] DMAR: Setting identity map for device 0000:00:1f.2 [0xf1f7e000 - 0xf1f7efff]
[    2.797645] DMAR: Setting identity map for device 0000:07:00.0 [0xf1f7e000 - 0xf1f7efff]
[    2.800363] DMAR: Setting identity map for device 0000:07:00.1 [0xf1f7e000 - 0xf1f7efff]
[    2.803271] DMAR: Ignoring identity map for HW passthrough device 0000:04:00.0 [0xf1f7e000 - 0xf1f7efff]
[    2.806510] DMAR: Setting identity map for device 0000:01:00.0 [0xf1f7e000 - 0xf1f7efff]
[    2.809236] DMAR: Setting identity map for device 0000:01:00.2 [0xf1f7e000 - 0xf1f7efff]
[    2.811881] DMAR: Setting identity map for device 0000:00:1f.2 [0xf1f7f000 - 0xf1f8efff]
[    2.814552] DMAR: Setting identity map for device 0000:07:00.0 [0xf1f7f000 - 0xf1f8efff]
[    2.817324] DMAR: Setting identity map for device 0000:07:00.1 [0xf1f7f000 - 0xf1f8efff]
[    2.819980] DMAR: Ignoring identity map for HW passthrough device 0000:04:00.0 [0xf1f7f000 - 0xf1f8efff]
[    2.823101] DMAR: Setting identity map for device 0000:01:00.0 [0xf1f7f000 - 0xf1f8efff]
[    2.825840] DMAR: Setting identity map for device 0000:01:00.2 [0xf1f7f000 - 0xf1f8efff]
[    2.828542] DMAR: Setting identity map for device 0000:00:1f.2 [0xf1f8f000 - 0xf1f92fff]
[    2.831219] DMAR: Setting identity map for device 0000:07:00.0 [0xf1f8f000 - 0xf1f92fff]
[    2.833872] DMAR: Setting identity map for device 0000:07:00.1 [0xf1f8f000 - 0xf1f92fff]
[    2.836617] DMAR: Ignoring identity map for HW passthrough device 0000:04:00.0 [0xf1f8f000 - 0xf1f92fff]
[    2.839742] DMAR: Setting identity map for device 0000:01:00.0 [0xf1f8f000 - 0xf1fff]
[    2.942483] DMAR: Setting identity map for device 0000:01:00.2 [0xf1f8f000 - 0xf1f92fff]
[    2.945298] DMAR: Setting identity map for device 0000:00:1f.2 [0xf1f93000 - 0xf1f94fff]
[    2.947982] DMAR: Setting identity map for device 0000:07:00.0 [0xf1f93000 - 0xf1f94fff]
[    2.950650] DMAR: Setting identity map for device 0000:07:00.1 [0xf1f93000 - 0xf1f94fff]
[    2.953319] DMAR: Ignoring identity map for HW passthrough device 0000:04:00.0 [0xf1f93000 - 0xf1f94fff]
[    2.956527] DMAR: Setting identity map for device 0000:01:00.0 [0xf1f93000 - 0xf1f94fff]
[    2.959223] DMAR: Setting identity map for device 0000:01:00.2 [0xf1f93000 - 0xf1f94fff]
[    2.961884] DMAR: Setting identity map for device 0000:01:00.0 [0xf1ff6000 - 0xf1ffcfff]
[    2.964558] DMAR: Setting identity map for device 0000:01:00.2 [0xf1ff6000 - 0xf1ffcfff]
[    2.967320] DMAR: Ignoring identity map for HW passthrough device 0000:01:00.4 [0xf1ff6000 - 0xf1ffcfff]
[    2.970456] DMAR: Ignoring identity map for HW passthrough device 0000:00:1a.0 [0xf1ffd000 - 0xf1ffffff]
[    2.973593] DMAR: Ignoring identity map for HW passthrough device 0000:00:1d.0 [0xf1ffd000 - 0xf1ffffff]
[    2.976799] DMAR: Prepare 0-16MiB unity mapping for LPC
[    2.978535] DMAR: Ignoring identity map for HW passthrough device 0000:00:1f.0 [0x0 - 0xffffff]
[    2.981404] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    2.983562] iommu: Adding device 0000:00:00.0 to group 0
[    2.985440] iommu: Adding device 0000:00:01.0 to group 1
[    2.987209] iommu: Adding device 0000:00:06.0 to group 2
[    2.988955] iommu: Adding device 0000:00:1a.0 to group 3
[    2.990729] iommu: Adding device 0000:00:1c.0 to group 4
[    2.992504] iommu: Adding device 0000:00:1c.4 to group 5
[    2.994277] iommu: Adding device 0000:00:1c.6 to group 6
[    2.996092] iommu: Adding device 0000:00:1c.7 to group 7
[    2.997856] iommu: Adding device 0000:00:1d.0 to group 8
[    2.999640] iommu: Adding device 0000:00:1e.0 to group 9
[    3.001418] io: Adding device 0000:00:1f.0 to group 10
[    3.103258] iommu: Adding device 0000:00:1f.2 to group 10
[    3.105157] iommu: Adding device 0000:07:00.0 to group 1
[    3.106926] iommu: Adding device 0000:07:00.1 to group 1
[    3.108702] iommu: Adding device 0000:04:00.0 to group 11
[    3.110525] iommu: Adding device 0000:01:00.0 to group 12
[    3.112333] iommu: Adding device 0000:01:00.1 to group 12
[    3.114191] iommu: Adding device 0000:01:00.2 to group 12
[    3.116080] iommu: Adding device 0000:01:00.4 to group 12
[    3.119460] RAPL PMU detected, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
[    3.122346] hw unit of domain pp0-core 2^-16 Joules
[    3.123980] hw unit of domain package 2^-16 Joules
[    3.125996] hw unit of domain pp1-gpu 2^-16 Joules
[    3.129514] audit: initializing netlink subsys (disabled)
[    3.131451] audit: type=2000 audit(1685517277.942:1): initialized
[    3.133830] Initialise system trusted keyring
[    3.157813] VFS: Disk quotas dquot_6.6.0
[    3.159322] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    3.218894] Key type asymmetric registered
[    3.220335] Asymmetric key parser 'x509' registered
[    3.222074] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    3.224541] io scheduler noop registered
[    3.225952] io scheduler deadline registered
[    3.227453] io scheduler cfq registered (default)
[    3.279611] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    3.302807] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    3.482805] serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    3.489392] brd: module loaded
[    3.490618] ACPI Warning: SystemIO range 0x0000000000000928-0x000000000000092F conflicts with OpRegion 0x0000000000000920-0x000000000000092F (\SGPE) (20150930/utaddress-254)
[    3.495952] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.499336] Unknown LPC device 1c54
[    3.500573] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    3.502698] Loading iSCSI transport class v2.0-870.
[    3.511525] rdac: device handler registered
[    3.520522] i2c /dev entries driver
[    3.521890] ahci 0000:00:1f.2: version 3.0
[    3.523555] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    3.536561] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    3.539389] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pmp pio slum part ems apst
[    3.554981] scsi host0: ahci
[    3.557990] scsi host1: ahci
[    3.560823] scsi host2: ahci
[    3.562994] scsi host3: ahci
[    3.564161] scsi host4: ahci
[    3.565376] scsi host5: ahci
[    3.566581] ata1: SATA max UDMA/133 abar m2048@0xfacd0000 port 0xfacd0100 irq 27
[    3.569199] ata2: SATA max UDMA/133 abar m2048@0xfacd0000 port 0xfacd0180 irq 27
[    3.571663] ata3: SATA max UDMA/133 abar m2048@0xfacd0000 port 0xfacd0200 irq 27
[    3.574256] ata4: SATA max UDMA/133 abar m2048@0xfacd0000 port 0xfacd0280 irq 27
[    3.576792] ata5: SATA max UDMA/133 abar m2048@0xfacd0000 port 0xfacd0300 irq 27
[    3.579256] ata6: SATA max UDMA/133 abar m2048@0xfacd0000 port 0xfacd0380 irq 27
[    3.581732] ahci: probe of 0001:09:00.0 failed with error -22
[    3.583696] ahci: probe of 0001:0c:00.0 failed with error -22
[    3.585809] rtc_cmos 00:01: RTC can wake from S4
[    3.587601] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    3.589792] rtc_cmos 00:01: alarms up to one day, 114 bytes nvram, hpet irqs
[    3.592319] md: raid1 personality registered for level 1
[    3.594567] EDAC MC0: Giving out device to module ie31200_edac controller IE31200: DEV 0000:00:00.0 (POLLED)
[    3.598809] NET: Registered protocol family 17
[    3.600409] Key type dns_resolver registered
[    3.602888] mce: Using 9 MCE banks
[    3.604943] registered taskstats version 1
[    3.606383] Loading compiled-in untrusted X.509 certificates
[    3.608534] Loading compiled-in X.509 certificates
[    3.610205] Loaded X.509 cert 'Synology SDG kernel module signing key: 7bd0b0d6bcd31651c22ce3978bdc8c8bdc417329'
[    3.614460] Loaded X.509 cert 'Synology Root Certification Authority: f2c075361f168425f8b5ef31b796406c3aab2089'
[    3.617967] Loaded X.509 cert 'Synology Kernel Module Signing Certification Authority: 600839b5d127e0e11d817a31f0575d323a7c0e28'
[    3.621784] Loaded X.509 cert 'Synology kernel module signing key: 4646ce54489669338118a3b1286da156ac366fa5'
[    3.625061] page_owner is disabled
[    3.626246] AppArmor: AppArmor sha1 policy hashing enabled
[    3.628445] rtc_cmos 00:01: setting system clock to 2023-05-31 07:14:39 UTC (1685517279)
[    3.886571] ata6: SATA link down (SStatus 0 SControl 300)
[    4.041527] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.043685] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.045839] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    4.047895] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.049981] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    4.055891] ata5.00: disabling queued TRIM support
[    4.057547] ata5.00: ATA-11: ZA480NM10001, SF44011J, max UDMA/133
[    4.059600] ata5.00: 937703088 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    4.061960] ata5.00: SN:            HKQ01JYN
[    4.063414] ata1.00: disabling queued TRIM support
[    4.065035] ata1.00: ATA-11: ZA480NM10001, SF44011J, max UDMA/133
[    4.067139] ata1.00: 937703088 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    4.069513] ata1.00: SN:            HKQ01L3H
[    4.076784] ata5.00: disabling queued TRIM support
[    4.078505] ata5.00: configured for UDMA/133
[    4.079996] ata1.00: disabling queued TRIM support
[    4.081614] ata1.00: configured for UDMA/133
[    4.083057] ata1.00: Find SSD disks. [ZA480NM10001]
[    4.086488] scsi 0:0:0:0: Direct-Access     ATA      ZA480NM10001             011J PQ: 0 ANSI: 5
[    4.089642] ata1.00: Enabling discard_zeroes_data
[    4.091279] sd 0:0:0:0: [sda] 937703088 512-byte logical blocks: (480 GB/447 GiB)
[    4.093781] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    4.095717] sd 0:0:0:0: [sda] Write Protect is off
[    4.097353] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 10
[    4.099052] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, supports DPO and FUA
[    4.102046] ata1.00: Enabling discard_zeroes_data
[    4.103900]  sda: sda1 sda2 sda3
[    4.105268] ata1.00: Enabling discard_zeroes_data
[    4.107014] sd 0:0:0:0: [sda] Attached SCSI disk
[    4.130529] tsc: Refined TSC clocksource calibration: 2394.560 MHz
[    4.132640] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2284248580e, max_idle_ns: 440795288736 ns
[    4.193464] ata4.00: ATA-8: TOSHIBA HDWE140, FP1R, max UDMA/100
[    4.195775] ata4.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    4.198263] ata4.00: SN:        49EDK1ZPFBBG
[    4.199904] ata2.00: ATA-8: TOSHIBA HDWE140, FP1R, max UDMA/100
[    4.202005] ata2.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    4.204431] ata2.00: SN:        49EOK1VRFBBG
[    4.205962] ata3.00: ATA-8: TOSHIBA HDWE140, FP1R, max UDMA/100
[    4.207942] ata3.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    4.210364] ata3.00: SN:        49EOK1VSFBBG
[    4.212229] ata4.00: configured for UDMA/100
[    4.213926] ata2.00: configured for UDMA/100
[    4.215714] ata3.00: configured for UDMA/100
[    4.216034] scsi 1:0:0:0: Direct-Access     TOSHIBA  HDWE140                  FP1R PQ: 0 ANSI: 5
[    4.216257] sd 1:0:0:0: [sdb] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[    4.216259] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    4.216337] sd 1:0:0:0: [sdb] Write Protect is off
[    4.216340] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 10
[    4.216368] sd 1:0:0:0: [sdb] Write cache: disabled, read cache: enabled, supports DPO and FUA
[    4.231342] scsi 2:0:0:0: Direct-Access     TOSHIBA  HDWE140                  FP1R PQ: 0 ANSI: 5
[    4.234536] sd 2:0:0:0: [sdc] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[    4.235047] scsi 3:0:0:0: Direct-Access     TOSHIBA  HDWE140                  FP1R PQ: 0 ANSI: 5
[    4.235349] sd 3:0:0:0: [sdd] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[    4.235351] sd 3:0:0:0: [sdd] 4096-byte physical blocks
[    4.235408] sd 3:0:0:0: [sdd] Write Protect is off
[    4.235410] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 10
[    4.235438] sd 3:0:0:0: [sdd] Write cache: disabled, read cache: enabled, supports DPO and FUA
[    4.235698] ata5.00: Find SSD disks. [ZA480NM10001]
[    4.237433] scsi 4:0:0:0: Direct-Access     ATA      ZA480NM10001             011J PQ: 0 ANSI: 5
[    4.237768] ata5.00: Enabl discard_zeroes_data
[    4.237785] sd 4:0:0:0: [sde] 937703088 512-byte logical blocks: (480 GB/447 GiB)
[    4.237786] sd 4:0:0:0: [sde] 4096-byte physical blocks
[    4.237870] sd 4:0:0:0: [sde] Write Protect is off
[    4.237873] sd 4:0:0:0: [sde] Mode Sense: 00 3a 00 10
[    4.237901] sd 4:0:0:0: [sde] Write cache: disabled, read cache: enabled, supports DPO and FUA
[    4.238025] ata5.00: Enabling discard_zeroes_data
[    4.238353]  sde: sde1 sde2 sde3
[    4.238709] ata5.00: Enabling discard_zeroes_data
[    4.238834] sd 4:0:0:0: [sde] Attached SCSI disk
[    4.373188] sd 2:0:0:0: [sdc] 4096-byte physical blocks
[    4.375026] sd 2:0:0:0: [sdc] Write Protect is off
[    4.376703] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 10
[    4.378410] sd 2:0:0:0: [sdc] Write cache: disabled, read cache: enabled, supports DPO and FUA
[    4.462913]  sdb: sdb1 sdb2 sdb3
[    4.464402] sd 1:0:0:0: [sdb] Attached SCSI disk
[    4.486432]  sdd: sdd1 sdd2 sdd3
[    4.487938] sd 3:0:0:0: [sdd] Attached SCSI disk
[    4.629366]  sdc: sdc1 sdc2 sdc3
[    4.630882] sd 2:0:0:0: [sdc] Attached SCSI disk
[    4.633710] Freeing unused kernel memory: 924K
[    4.655435] Write protecting the kernel read-only data: 8192k
[    4.682918] Freeing unused kernel memory: 584K
[    4.704608] Freeing unused kernel memory: 268K
START /linuxrc.syno
START /linuxrc.syno.impl
[    4.819575] random: nonblocking pool is initialized
Insert Marvell 1475 SATA controller driver
Insert basic USB modules...
:: Loading module usb-common ... [  OK  ]
:: Loading module usbcore[    4.882861] ACPI: bus type USB registered
[    4.901632] usbcore: registered new interface driver usbfs
[    4.927725] usbcore: registered new interface driver hub
[    4.952929] usbcore: registered new interface driver ethub
[    4.979202] usbcore: registered new device driver usb
 ... [  OK  ]
:: Loading module ehci-hcd[    5.010476] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
 ... [  OK  ]
:: Loading module ehci-pci[    5.044790] ehci-pci: EHCI PCI platform driver
[    5.066371] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    5.090686] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    5.126477] ehci-pci 0000:00:1a.0: debug port 2
[    5.147885] DMAR: 32bit 0000:00:1a.0 uses non-identity mapping
[    5.175593] DMAR: Setting identity map for device 0000:00:1a.0 [0xf1ffd000 - 0xf1ffffff]
[    5.218100] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    5.250135] ehci-pci 0000:00:1a.0: irq 21, io mem 0xfacf0000
[    5.276999] clocksource: Switched to clocksource tsc
[    5.282558] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
 [    5.282725] hub 1-0:1.0: USB hub found
[    5.282736] hub 1-0:1.0: 2 ports detected
.[    5.282921] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    5.282926] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
.[    5.282942] ehci-pci 0000:00:1d.0: debug port 2
[    5.282951] DMAR: 32bit 0000:00:1d.0 uses non-identity mapping
[    5.282962] DMAR: Setting identity map for device 0000:00:1d.0 [0xf1ffd000 - 0xf1ffffff]
.[    5.286864] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    5.286876] ehci-pci 0000:00:1d.0: irq 20, io mem 0xface0000
[    5.292561] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    5.292726] hub 2-0:1.0: USB hub found
[    5.292735] hub 2-0:1.0: 2 ports detected
 [[    5.305346] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    5.305352] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
[    5.505627] xhci_hcd 0000:04:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x00000410
[    5.506104] hub 3-0:1.0: USB hub found
[    5.506121] hub 3-0:1.0: 2 ports detected
[    5.506231] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    5.506234] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
  [    5.506288] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    5.506437] hub 4-0:1.0: USB hub found
[    5.506465] hub 4-0:1.0: 2 ports detected
[    5.520320] usbcore: registered new interface driver usb-storage
[    5.605576] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    5.696575] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    5.893783] Got empty serial number. Generate serial number from product.
[    5.912355] hub 1-1:1.0: USB hub found
[    5.940725] hub 1-1:1.0: 6 ports detected
[    5.972440] Got empty serial number. Generate serial number from product.
[    6.003656] drivers/usb/core/hub.c (2940) Same device found. Change serial to ffffffd1ffffffb2ffffffdbffffffa0
[    6.073454] hub 2-1:1.0: USB hub found
[    6.105405] hub 2-1:1.0: 6 ports detected
OK  ]
:: Loading module xhci-hcd ... [  OK  ]
:: Loading module xhci-pci ... [  OK  ]
:: Loading module usb-storage ... [  OK  ]
:: Loading kernel modules from extensions ...
:: 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'
link depmod to kmod
Extracting modules
Extracting firmware
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 "boot-wait.sh" for boot-wait->on_boot
[    6.453605] usb 1-1.3: new high-speed USB device number 3 using ehci-pci
[    6.473600] usb 2-1.3: new high-speed USB device number 3 using ehci-pci
[    6.568941] Got empty serial number. Generate serial number from product.
[    6.601366] drivers/usb/core/hub.c (2940) Same device found. Change serial to ffffffd1ffffffb2ffffffdbffffffa0
[    6.615463] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[    6.615523] scsi host6: usb-storage 1-1.3:1.0
[    6.700540] drivers/usb/core/hub.c (2940) Same device found. Change serial to ffffffd1ffffffb2ffffffdbffffffa1
[    6.748476] hub 2-1.3:1.0: USB hub found
[    6.767202] hub 2-1.3:1.0: 2 ports detected
Still waiting for boot device (waited 1 of 10 seconds)
Still waiting for boot device (waited 2 of 10 seconds)
[    8.508504] scsi 6:0:0:0: Direct-Access     Sony     Storage Media            0100 PQ: 0 ANSI: 4
[    8.551009] sd 6:0:0:0: [synoboot] 31703040 512-byte logical blocks: (16.2 GB/15.1 GiB)
[    8.589254] sd 6:0:0:0: [synoboot] Write Protect is off
[    8.614153] sd 6:0:0:0: [synoboot] Mode Sense: 43 00 00 00
[    8.641007] sd 6:0:0:0: [synoboot] No Caching mode page found
[    8.668167] sd 6:0:0:0: [synoboot] Assuming drive cache: write through
[    8.703008]  synoboot: synoboot1 synoboot2 synoboot3
[    8.729137] sd 6:0:0:0: [synoboot] Attached SCSI removable disk
Still waiting for boot device (waited 3 of 10 seconds)
Ran "boot-wait.sh" for boot-wait->on_boot - exit=0
Running "install.sh" for disks->on_boot
System is booting
'dtc' -> '/usr/sbin/dtc'
'readlink' -> '/usr/sbin/readlink'
'sed' -> '/usr/sbin/sed'
Adjust disks related configs automatically - patches
maxdisks=6
internalportcfg=0x3f
esataportcfg=0
usbportcfg=0xf00000
Ran "install.sh" for disks->on_boot - exit=0
Running "install.sh" for eudev->on_boot
System is bootingStarting eudev daemon
[    9.074458] udevd[5294]: starting version 3.2.11
[    9.096579] udevd[5294]: specified group 'tty' unknown
[    9.120821] udevd[5294]: specified group 'dialout' unknown
[    9.147237] udevd[5294]: specified group 'kmem' unknown
[    9.172480] udevd[5294]: specified group 'input' unknown
[    9.198215] udevd[5294]: specified group 'video' unknown
[    9.223562] udevd[5294]: specified group 'audio' unknown
[    9.248864] udevd[5294]: specified group 'disk' unknown
[    9.273560] udevd[5294]: specified group 'cdrom' unknown
[    9.298952] udevd[5294]: specified group 'tape' unknown
[    9.323865] udevd[5294]: specified group 'kvm' unknown
[    9.348951] udevd[5295]: starting eudev-3.2.11
Tr[    9.370405] udevd[5295]: specified group 'tty' unknown
iggering add eve[    9.394931] udevd[5295]: specified group 'dialout' unknown
nts to udev
[    9.421422] udevd[5295]: specified group 'kmem' unknown
[    9.446407] udevd[5295]: specified group 'input' unknown
[    9.471092] udevd[5295]: specified group 'video' unknown
[    9.495912] udevd[5295]: specified group 'audio' unknown
[    9.520993] udevd[5295]: specified group 'disk' unknown
[    9.546125] udevd[5295]: specified group 'cdrom' unknown
[    9.571241] udevd[5295]: specified group 'tape' unknown
[    9.596760] udevd[5295]: specified group 'kvm' unknown
[    9.625899] Monitor-Mwait will be used to enter C-1 state
[    9.626220] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    9.626223] ACPI: Power Button [PWRF]
[    9.629539] thermal LNXTHERM:00: registered as thermal_zone0
[    9.629540] ACPI: Thermal Zone [THM0] (8 C)
[    9.630175] e1000e: Intel(R) PRO/1000 Network Driver - 3.8.4-NAPI
[    9.630176] e1000e: Copyright(c) 1999 - 2020 Intel Corporation.
[    9.630335] e1000e 0000:07:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    9.803163] e1000e 0000:07:00.0 eth0: (PCI Express:2.5GT/s:Width x4) 00:26:55:dd:e9:d8
[    9.803165] e1000e 0000:07:00.0 eth0: Intel(R) PRO/1000 Network Connection
[    9.803243] e1000e 0000:07:00.0 eth0: MAC: 0, PHY: 4, PBA No: D51930-007
[    9.803387] e1000e 0000:07:00.1: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    9.976140] e1000e 0000:07:00.1 eth1: (PCI Express:2.5GT/s:Width x4) 00:26:55:dd:e9:d9
[    9.976142] e1000e 0000:07:00.1 eth1: Intel(R) PRO/1000 Network Connection
[    9.976220] e1000e 0000:07:00.1 eth1: MAC: 0, PHY: 4, PBA No: D51930-007
[   10.102674] Monitor-Mwait will be used to enter C-2 state
[   10.128317] ACPI: acpi_idle registered with cpuidle
udevadm settle failed
Ran "install.sh" for eudev->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
:: Executing "on_boot" custom scripts ... [  OK  ]
Extensions processed
insmod: can't insert '/lib/modules/etxhci-hcd.ko': No such file or directory
Insert net driver(Mindspeed only)...
[   49.668825] broadwellnk_synobios: module license 'Synology Inc.' taints kernel.
[   49.703572] Disabling lock debugging due to kernel taint
[   49.736177] synobios open /dev/ttyS1 success
[   49.756443] 2023-5-31 7:15:25 UTC
[   49.772296] synobios: load, major number 201
[   49.792634] Brand: Synology
[   49.806170] Model: DS-3622xs+
[   49.820272] set group disks wakeup number to 4, spinup time deno 7
[   49.850001] synobios cpu_arch proc entry initialized
[   49.873775] synobios crypto_hw proc entry initialized
[   49.897050] synobios syno_platform proc entry initialized
Starting /usr/syno/bin/synocfgen...
/usr/syno/bin/synocfgen returns 0
[   49.925773] Module [broadwellnk_synobios] is removed.
[   49.950482] synobios: unload
[   56.274363] NMI watchdog: BUG: soft lockup - CPU#2 stuck for 41s! [scsi_id:5325]
[   56.309968] Modules linked in: e1000e(OE) thermal(OE) button(OE) processor(OE+) usb_storage xhci_pci xhci_hcd ehci_pci ehci_hcd usbcore usb_common mv14xx(O) [last unloaded: broadwellnk_synobios]
[   56.392121] CPU: 2 PID: 5325 Comm: scsi_id Tainted: P           OE   4.4.180+ #42962
[   56.429329] Hardware name: HP ProLiant MicroServer Gen8, BIOS J06 04/04/2019
[   56.462677] task: ffff8801ff7ecc80 ti: ffff8800ee380000 task.ti: ffff8800ee380000
[   56.498192] RIP: 0010:[<ffffffff8108f1e0>]  [<ffffffff8108f1e0>] queued_spin_lock_slowpath+0xe0/0x150
[   56.542405] RSP: 0018:ffff8800ee383df0  EFLAGS: 00000202
[   56.567494] RAX: 0000000000200001 RBX: ffff8801fdcc0780 RCX: 00000000000c0000
[   56.601425] RDX: ffff880209696e00 RSI: 0000000000000000 RDI: ffffffffa000e460
[   56.635200] RBP: ffff8800ee383df0 R08: 0000000000000001 R09: 0000000000002285
[   56.669489] R10: fffffffffffff124 R11: 0000000000000206 R12: 000000000002005d
[   56.703509] R13: 0000000000002285 R14: 00007ffcd73993f0 R15: 00007ffcd73993f0
[   56.737910] FS:  00007fc4954f8c00(0000) GS:ffff880209680000(0000) knlGS:0000000000000000
[   56.776545] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   56.803752] CR2: 00007fc494b1ca30 CR3: 00000000f0f8d000 CR4: 00000000000606f0
[   56.837542] Stack:
[   56.846986]  ffff8800ee383e00 ffffffff81566a7c ffff8800ee383e30 ffffffffa0005553
[   56.882468]  00000000ffffffe7 00007ffcd73993f0 00007ffcd73993f0 ffff8801fdcc0780
[   56.918158]  ffff8800ee383e80 ffffffff812c91ca 000000006476f3e0 ffffea0007f31c80
[   56.953403] Call Trace:
[   56.964861]  [<ffffffff81566a7c>] _raw_spin_lock+0x1c/0x20
[   56.990792]  [<ffffffffa0005553>] sd_ioctl_canary+0x23/0x110 [redpill]
[   57.021543]  [<ffffffff812c91ca>] blkdev_ioctl+0x30a/0x9d0
[   57.047575]  [<ffffffff811c3af8>] block_ioctl+0x38/0x40
[   57.072445]  [<ffffffff8119be9a>] do_vfs_ioctl+0x7ea/0xa80
[   57.098385]  [<ffffffff8119c1d1>] SyS_ioctl+0xa1/0xb0
[   57.123209]  [<ffffffff81566d8a>] entry_SYSCALL_64_fastpath+0x1e/0x8e
[   57.153921] Code: 73 8d 81 48 89 10 8b 42 08 85 c0 75 1e f3 90 8b 42 08 85 c0 74 f7 eb 13 f3 90 8b 37 81 fe 00 01 00 00 74 f4 e9 32 ff ff ff f3 90 <8b> 07 66 85 c0 75 f7 39 c1 75 0f 89 c8 be 01 00 00 00 f0 0f b1
[   57.244247] Sending NMI to other CPUs:
[   57.262160] NMI backtrace for cpu 0
[   57.278835] CPU: 0 PID: 0 Comm: swapper/0 Tainted: P           OE   4.4.180+ #42962
[   57.316142] Hardware name: HP ProLiant MicroServer Gen8, BIOS J06 04/04/2019
[   57.350879] task: ffffffff818114c0 ti: ffffffff81800000 task.ti: ffffffff81800000
[   57.386429] RIP: 0010:[<ffffffff8102f321>]  [<ffffffff8102f321>] acpi_processor_ffh_cstate_enter+0x91/0xd0
[   57.432372] RSP: 0018:ffffffff81803e68  EFLAGS: 00000046
[   57.457736] RAX: 0000000000000020 RBX: ffff8802003c9490 RCX: 0000000000000001
[   57.491460] RDX: 0000000000000000 RSI: ffffffff81804000 RDI: 0000000000000020
[   57.525379] RBP: ffffffff81803e68 R08: 0000000000000001 R09: ffff880209615984
[   57.559982] R10: 000000000000049a R11: 00000000ffffffff R12: 0000000000000002
[   57.594078] R13: ffff8802003c9400 R14: 0000000000000002 R15: 0000000000000002
[   57.628825] FS:  0000000000000000(0000) GS:ffff880209600000(0000) knlGS:0000000000000000
[   57.667397] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   57.694573] CR2: 000000000075a334 CR3: 00000001fd80f000 CR4: 00000000000606f0
[   57.729194] Stack:
[   57.738983]  ffffffff81803e78 ffffffffa013fc51 ffffffff81803ed0 ffffffffa013ff8b
[   57.774232]  000001f3ffffffff 0000000000000018 ffffffffa0143700 0000000000000000
[   57.810683]  0000000000000002 ffff8801fd6aba00 ffffffffa01437d8 0000000d49c1a72f
[   57.848170] Call Trace:
[   57.859648]  [<ffffffffa013fc51>] acpi_idle_do_entry+0x10/0x2b [processor]
[   57.892612]  [<ffffffffa013ff8b>] acpi_idle_enter+0x1d0/0x1f2 [processor]
[   57.924897]  [<ffffffff814840f5>] cpuidle_enter_state+0xf5/0x2c0
[   57.953364]  [<ffffffff814842f2>] cpuidle_enter+0x12/0x20
[   57.979222]  [<ffffffff8108af29>] cpu_startup_entry+0x299/0x320
[   58.007188]  [<ffffffff81561a7b>] rest_init+0x72/0x74
[   58.031418]  [<ffffffff818f6e55>] start_kernel+0x3e2/0x3ef
[   58.057382]  [<ffffffff818f62e7>] x86_64_start_reservations+0x29/0x2b
[   58.087901]  [<ffffffff818f63e2>] x86_64_start_kernel+0xf9/0x104
[   58.116249] Code: 08 c0 ff ff 0f 01 c8 48 8b 86 08 c0 ff ff a8 08 75 19 8b 05 1a 48 9a 00 85 c0 7e 07 0f 00 2d 27 8b 5d 00 89 f8 44 89 c1 0f 01 c9 <65> 48 8b 04 25 44 48 00 00 f0 80 a0 0a c0 ff ff df 0f ae f0 48
[   58.205742] NMI backtrace for cpu 1
[   58.222107] CPU: 1 PID: 0 Comm: swapper/1 Tainted: P           OE   4.4.180+ #42962
[   58.259079] Hardware name: HP ProLiant MicroServer Gen8, BIOS J06 04/04/2019
[   58.292877] task: ffff880200308000 ti: ffff880200304000 task.ti: ffff880200304000
[   58.329409] RIP: 0010:[<ffffffff8102f321>]  [<ffffffff8102f321>] acpi_processor_ffh_cstate_enter+0x91/0xd0
[   58.375650] RSP: 0018:ffff880200307e30  EFLAGS: 00000046
[   58.400708] RAX: 0000000000000020 RBX: ffff8802003c9c90 RCX: 0000000000000001
[   58.434778] RDX: 0000000000000000 RSI: ffff880200308000 RDI: 0000000000000020
[   58.468903] RBP: ffff880200307e30 R08: 0000000000000001 R09: ffff880209655984
[   58.502921] R10: 000000000000049a R11: 00000000ffffffff R12: 0000000000000002
[   58.536687] R13: ffff8802003c9c00 R14: 0000000000000002 R15: 0000000000000002
[   58.570841] FS:  0000000000000000(0000) GS:ffff880209640000(0000) knlGS:0000000000000000
[   58.609063] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   58.636687] CR2: 00000000007d6298 CR3: 000000000180a000 CR4: 00000000000606f0
[   58.670533] Stack:
[   58.680141]  ffff880200307e40 ffffffffa013fc51 ffff880200307e98 ffffffffa013ff8b
[   58.715852]  0000000000000018 00000000006ae8b4 ffffffffa0143700 0000000000000000
[   58.751271]  0000000000000002 ffff8801fd6ab600 ffffffffa01437d8 0000000d49c1a71b
[   58.786623] Call Trace:
[   58.798337]  [<ffffffffa013fc51>] acpi_idle_do_entry+0x10/0x2b [processor]
[   58.831287]  [<ffffffffa013ff8b>] acpi_idle_enter+0x1d0/0x1f2 [processor]
[   58.863377]  [<ffffffff814840f5>] cpuidle_enter_state+0xf5/0x2c0
[   58.892387]  [<ffffffff814842f2>] cpuidle_enter+0x12/0x20
[   58.919113]  [<ffffffff8108af29>] cpu_startup_entry+0x299/0x320
[   58.947117]  [<ffffffff810b5109>] ? clockevents_config_and_register+0x29/0x30
[   58.981139]  [<ffffffff81030a2a>] start_secondary+0x10a/0x110
[   59.008475] Code: 08 c0 ff ff 0f 01 c8 48 8b 86 08 c0 ff ff a8 08 75 19 8b 05 1a 48 9a 00 85 c0 7e 07 0f 00 2d 27 8b 5d 00 89 f8 44 89 c1 0f 01 c9 <65> 48 8b 04 25 44 48 00 00 f0 80 a0 0a c0 ff ff df 0f ae f0 48
[   59.097860] NMI backtrace for cpu 3
[   59.114448] CPU: 3 PID: 0 Comm: swapper/3 Tainted: P           OE   4.4.180+ #42962
[   59.150453] Hardware name: HP ProLiant MicroServer Gen8, BIOS J06 04/04/2019
[   59.184064] task: ffff880200309980 ti: ffff880200314000 task.ti: ffff880200314000
[   59.219308] RIP: 0010:[<ffffffff8100d536>]  [<ffffffff8100d536>] mwait_idle+0xb6/0x190
[   59.256838] RSP: 0018:ffff880200317eb8  EFLAGS: 00000246
[   59.281891] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000
[   59.315628] RDX: 0000000000000000 RSI: ffff880200318000 RDI: 0000000000000082
[   59.350481] RBP: ffff880200317ed0 R08: 0000000000000002 R09: 0000000000000000
[   59.385018] R10: 000000000000049a R11: 0000000000005976 R12: 0000000000000003
[   59.418823] R13: ffff880200318000 R14: 00000000fffffff0 R15: 0000000000000000
[   59.452381] FS:  0000000000000000(0000) GS:ffff8802096c0000(0000) knlGS:0000000000000000
[   59.491149] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   59.518901] CR2: 0000558a408b10c0 CR3: 000000000180a000 CR4: 00000000000606f0
[   59.553101] Stack:
[   59.562816]  0000000000000000 ffffffff818d77f8 ffff880200318000 ffff880200317ee0
[   59.598653]  ffffffff8100e100 ffff880200317ef0 ffffffff8108ac88 ffff880200317f30
[   59.634364]  ffffffff8108afa1 ffffffff810b5109 0000000000000003 0000000000000000
[   59.669052] Call Trace:
[   59.680712]  [<ffffffff8100e100>] arch_cpu_idle+0x10/0x20
[   59.706544]  [<ffffffff8108ac88>] default_idle_call+0x28/0x30
[   59.733864]  [<ffffffff8108afa1>] cpu_startup_entry+0x311/0x320
[   59.762319]  [<ffffffff810b5109>] ? clockevents_config_and_register+0x29/0x30
[   59.796286]  [<ffffffff81030a2a>] start_secondary+0x10a/0x110
[   59.824211] Code: c0 ff ff 0f 01 c8 48 8b 86 08 c0 ff ff a8 08 75 1c 8b 05 06 66 9c 00 85 c0 7e 07 0f 00 2d 05 65 5f 00 31 c0 48 89 c1 fb 0f 01 c9 <eb> 01 fb 65 44 8b 25 cf fb ff 7e 8b 05 e1 22 8c 00 85 c0 0f 8e
[   59.914009] NMI backtrace for cpu 4
[   59.930490] CPU: 4 PID: 0 Comm: swapper/4 Tainted: P           OE   4.4.180+ #42962
[   59.966978] Hardware name: HP ProLiant MicroServer Gen8, BIOS J06 04/04/2019
[   60.000391] task: ffff88020030a640 ti: ffff880200318000 task.ti: ffff880200318000
[   60.035984] RIP: 0010:[<ffffffff8100d536>]  [<ffffffff8100d536>] mwait_idle+0xb6/0x190
[   60.074130] RSP: 0018:ffff88020031beb8  EFLAGS: 00000246
[   60.099487] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000
[   60.133480] RDX: 0000000000000000 RSI: ffff88020031c000 RDI: 0000000000000082
[   60.167244] RBP: ffff88020031bed0 R08: 0000000000000002 R09: 0000000000000000
[   60.201481] R10: 000000000000049a R11: 0000000000005976 R12: 0000000000000004
[   60.235105] R13: ffff88020031c000 R14: 00000000fffffff0 R15: 0000000000000000
[   60.269160] FS:  0000000000000000(0000) GS:ffff880209700000(0000) knlGS:0000000000000000
[   60.307985] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   60.335598] CR2: 00007f850891e280 CR3: 000000000180a000 CR4: 00000000000606f0
[   60.369717] Stack:
[   60.379548]  0000000000000000 ffffffff818d77f8 ffff88020031c000 ffff88020031bee0
[   60.414743]  ffffffff8100e100 ffff88020031bef0 ffffffff8108ac88 ffff88020031bf30
[   60.450111]  ffffffff8108afa1 ffffffff810b5109 0000000000000004 0000000000000000
[   60.485345] Call Trace:
[   60.497153]  [<ffffffff8100e100>] arch_cpu_idle+0x10/0x20
[   60.523204]  [<ffffffff8108ac88>] default_idle_call+0x28/0x30
[   60.550680]  [<ffffffff8108afa1>] cpu_startup_entry+0x311/0x320
[   60.579631]  [<ffffffff810b5109>] ? clockevents_config_and_register+0x29/0x30
[   60.613589]  [<ffffffff81030a2a>] start_secondary+0x10a/0x110
[   60.641068] Code: c0 ff ff 0f 01 c8 48 8b 86 08 c0 ff ff a8 08 75 1c 8b 05 06 66 9c 00 85 c0 7e 07 0f 00 2d 05 65 5f 00 31 c0 48 89 c1 fb 0f 01 c9 <eb> 01 fb 65 44 8b 25 cf fb ff 7e 8b 05 e1 22 8c 00 85 c0 0f 8e
[   60.731015] NMI backtrace for cpu 5
[   60.748123] CPU: 5 PID: 0 Comm: swapper/5 Tainted: P           OE   4.4.180+ #42962
[   60.784971] Hardware name: HP ProLiant MicroServer Gen8, BIOS J06 04/04/2019
[   60.818790] task: ffff88020030b300 ti: ffff88020031c000 task.ti: ffff88020031c000
[   60.854281] RIP: 0010:[<ffffffff8100d536>]  [<ffffffff8100d536>] mwait_idle+0xb6/0x190
[   60.892010] RSP: 0018:ffff88020031feb8  EFLAGS: 00000246
[   60.917533] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000
[   60.951230] RDX: 0000000000000000 RSI: ffff880200320000 RDI: 0000000000000082
[   60.986098] RBP: ffff88020031fed0 R08: 0000000000000002 R09: 0000000000000000
[   61.019945] R10: 000000000000049a R11: 000000000000599a R12: 0000000000000005
[   61.053830] R13: ffff880200320000 R14: 00000000fffffff0 R15: 0000000000000000
[   61.087892] FS:  0000000000000000(0000) GS:ffff880209740000(0000) knlGS:0000000000000000
[   61.126007] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   61.153462] CR2: 00007f8508921dac CR3: 000000000180a000 CR4: 00000000000606f0
[   61.188090] Stack:
[   61.197402]  0000000000000000 ffffffff818d77f8 ffff880200320000 ffff88020031fee0
[   61.232421]  ffffffff8100e100 ffff88020031fef0 ffffffff8108ac88 ffff88020031ff30
[   61.267777]  ffffffff8108afa1 ffffffff810b5109 0000000000000005 0000000000000000
[   61.303113] Call Trace:
[   61.314745]  [<ffffffff8100e100>] arch_cpu_idle+0x10/0x20
[   61.341012]  [<ffffffff8108ac88>] default_idle_call+0x28/0x30
[   61.368447]  [<ffffffff8108afa1>] cpu_startup_entry+0x311/0x320
[   61.397022]  [<ffffffff810b5109>] ? clockevents_config_and_register+0x29/0x30
[   61.431830]  [<ffffffff81030a2a>] start_secondary+0x10a/0x110
[   61.459652] Code: c0 ff ff 0f 01 c8 48 8b 86 08 c0 ff ff a8 08 75 1c 8b 05 06 66 9c 00 85 c0 7e 07 0f 00 2d 05 65 5f 00 31 c0 48 89 c1 fb 0f 01 c9 <eb> 01 fb 65 44 8b 25 cf fb ff 7e 8b 05 e1 22 8c 00 85 c0 0f 8e
[   61.549997] NMI backtrace for cpu 6
[   61.566608] CPU: 6 PID: 0 Comm: swapper/6 Tainted: P           OE   4.4.180+ #42962
[   61.603255] Hardware name: HP ProLiant MicroServer Gen8, BIOS J06 04/04/2019
[   61.637174] task: ffff88020030bfc0 ti: ffff880200320000 task.ti: ffff880200320000
[   61.673207] RIP: 0010:[<ffffffff8100d536>]  [<ffffffff8100d536>] mwait_idle+0xb6/0x190
[   61.711000] RSP: 0018:ffff880200323eb8  EFLAGS: 00000246
[   61.736249] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000
[   61.770506] RDX: 0000000000000000 RSI: ffff880200324000 RDI: 0000000000000082
[   61.804793] RBP: ffff880200323ed0 R08: 0000000000000002 R09: 0000000000000000
[   61.839379] R10: 000000000001cc28 R11: 0000000000000000 R12: 0000000000000006
[   61.873383] R13: ffff880200324000 R14: 00000000fffffff0 R15: 0000000000000000
[   61.907814] FS:  0000000000000000(0000) GS:ffff880209780000(0000) knlGS:0000000000000000
[   61.946212] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   61.973886] CR2: 0000558a408b10c0 CR3: 000000000180a000 CR4: 00000000000606f0
[   62.007275] Stack:
[   62.016876]  0000000000000000 ffffffff818d77f8 ffff880200324000 ffff880200323ee0
[   62.052269]  ffffffff8100e100 ffff880200323ef0 ffffffff8108ac88 ffff880200323f30
[   62.087275]  ffffffff8108afa1 ffffffff810b5109 0000000000000006 0000000000000000
[   62.122873] Call Trace:
[   62.134446]  [<ffffffff8100e100>] arch_cpu_idle+0x10/0x20
[   62.159939]  [<ffffffff8108ac88>] default_idle_call+0x28/0x30
[   62.187560]  [<ffffffff8108afa1>] cpu_startup_entry+0x311/0x320
[   62.215850]  [<ffffffff810b5109>] ? clockevents_config_and_register+0x29/0x30
[   62.249860]  [<ffffffff81030a2a>] start_secondary+0x10a/0x110
[   62.277400] Code: c0 ff ff 0f 01 c8 48 8b 86 08 c0 ff ff a8 08 75 1c 8b 05 06 66 9c 00 85 c0 7e 07 0f 00 2d 05 65 5f 00 31 c0 48 89 c1 fb 0f 01 c9 <eb> 01 fb 65 44 8b 25 cf fb ff 7e 8b 05 e1 22 8c 00 85 c0 0f 8e
[   62.368636] NMI backtrace for cpu 7
[   62.385437] CPU: 7 PID: 5327 Comm: scsi_id Tainted: P           OE   4.4.180+ #42962
[   62.422733] Hardware name: HP ProLiant MicroServer Gen8, BIOS J06 04/04/2019
[   62.456374] task: ffff8801fd279980 ti: ffff8801f7d98000 task.ti: ffff8801f7d98000
[   62.492384] RIP: 0010:[<ffffffff8108f1c4>]  [<ffffffff8108f1c4>] queued_spin_lock_slowpath+0xc4/0x150
[   62.536489] RSP: 0018:ffff8801f7d9bdf0  EFLAGS: 00000246
[   62.562385] RAX: 0000000000000000 RBX: ffff880032cd0000 RCX: 0000000000200000
[   62.596638] RDX: ffff8802097d6e00 RSI: 0000000000000002 RDI: ffffffffa000e460
[   62.630880] RBP: ffff8801f7d9bdf0 R08: 0000000000000001 R09: 0000000000002285
[   62.664858] R10: fffffffffffff124 R11: 0000000000000202 R12: 000000000002005d
[   62.698991] R13: 0000000000002285 R14: 00007fff76d489c0 R15: 00007fff76d489c0
[   62.733251] FS:  00007f198a6eac00(0000) GS:ffff8802097c0000(0000) knlGS:0000000000000000
[   62.771711] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   62.799333] CR2: 00007f1989d0ea30 CR3: 00000001fd406000 CR4: 00000000000606f0
[   62.833284] Stack:
[   62.843735]  ffff8801f7d9be00 ffffffff81566a7c ffff8801f7d9be30 ffffffffa0005553
[   62.878935]  00000000ffffffe7 00007fff76d489c0 00007fff76d489c0 ffff880032cd0000
[   62.915376]  ffff8801f7d9be80 ffffffff812c91ca 000000006476f3e0 ffffea0007e55500
[   62.950561] Call Trace:
[   62.962679]  [<ffffffff81566a7c>] _raw_spin_lock+0x1c/0x20
[   62.990014]  [<ffffffffa0005553>] sd_ioctl_canary+0x23/0x110 [redpill]
[   63.023555]  [<ffffffff812c91ca>] blkdev_ioctl+0x30a/0x9d0
[   63.049275]  [<ffffffff811c3af8>] block_ioctl+0x38/0x40
[   63.073917]  [<ffffffff8119be9a>] do_vfs_ioctl+0x7ea/0xa80
[   63.099866]  [<ffffffff8119c1d1>] SyS_ioctl+0xa1/0xb0
[   63.123708]  [<ffffffff81566d8a>] entry_SYSCALL_64_fastpath+0x1e/0x8e
[   63.154312] Code: 46 c1 ee 12 83 e0 03 83 ee 01 48 c1 e0 04 48 63 f6 48 05 00 6e 01 00 48 03 04 f5 20 73 8d 81 48 89 10 8b 42 08 85 c0 75 1e f3 90 <8b> 42 08 85 c0 74 f7 eb 13 f3 90 8b 37 81 fe 00 01 00 00 74 f4
[   79.688206] udevd[5295]: timeout, giving up waiting for workers to finish

 

 

Edited by Buny74
Link to comment
Share on other sites

8 hours ago, extreen said:

sudo su
I didn't realize it right away.
Now I'm launching it.

ash-4.4# insmod /lib/modules/hpsa.ko
insmod: ERROR: the /lib/modules/hpsa module could not be inserted.ko: Invalid module format

Try supported model:

 

https://github.com/pocopico/rp-ext/blob/main/hpsa/rpext-index.json

 

And read the error messages during the build.

rp-ext working, if you use supported model and dsm version.

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