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

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

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. 

  • Like 1
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

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