Jump to content
XPEnology Community

The DSM version recorded on the motherboard does not match the DSM version installed on the drives ?!?


asaf

Recommended Posts

Hi guys,

 

I have XPEnology installed on a baremetal Gen8 Microserver.

Until yesterday I had a stable running DS3622xs+ with DSM 7.1.1-42962.

Decided to upgrade to 7.2.0-64570 and at the same time to add the 5th SATA port on the motherboard to the satamap in order to use it for the Survaillance station.

Built the loader pretty easily following this Tutorial: Install/Migrate to DSM 7.x with TinyCore RedPill (TCRP) Loader

Restarted, bootloader worked, Synology Assistent found the DS, I connected to it and installed DSM 7.2.0-64570 manually from the file I've downloaded from Synology download section beforehand.

Restarted again and... the problem.

The DS is found but only in Recoverable status.

 

SynAss.thumb.png.ad5f77471df0967ec7b7c84ce39cceb4.png

 

SynAss2.png.1b3e30f28189d87b1ba4eee5b564f407.png

 

WelcomeBack.thumb.png.efcdb2a2761d1f03f5c28b30b80fcc1c.png

 

When I chose to Recover it starts installing DSM for a second or two, than restarts and 10 mins later - Something went wrong

 

SomethingsWrong.thumb.png.d4fc3827935b7cf64c311356a6d78f9e.png

 

Then connecting to the DS again just to find it in Recoverable status again.

 

Obviously something's wrong but I can't figure it out myself.

Am I missing something in the bootloader?

Or else?

Can anybody help to identify and resolve the issue?

 

Here's the log of bootloader building process:

 

login as: tc
tc@192.168.0.250's password:
   ( '>')
  /) TC (\   Core is distributed with ABSOLUTELY NO WARRANTY.
 (/-_--_-\)           www.tinycorelinux.net

tc@box:~$ ./rploader.sh update
Checking Internet Access -> OK
Checking if a newer version exists on the main repo -> Version is current
tc@box:~$ ./rploader.sh fullupgrade
Performing a full TCRP upgrade
Cloning into 'tinycore-redpill'...
remote: Enumerating objects: 1178, done.
remote: Counting objects: 100% (1178/1178), done.
remote: Compressing objects: 100% (956/956), done.
remote: Total 1178 (delta 239), reused 1094 (delta 201), pack-reused 0
Receiving objects: 100% (1178/1178), 18.29 MiB | 16.98 MiB/s, done.
Resolving deltas: 100% (239/239), done.
Please make sure you are using the latest 1GB img before using backup option
Current /home/tc size is 49M , try to keep it less than 1GB as it might not fit into your image
Should i update the sdf with your current files [Yy/Nn]
y
Backing up home files to sdf : Backing up files to /mnt/sdf3//mydata.tgz
Done.

tc@box:~$ ./rploader.sh identifyusb
Found Generic Ultra SerialNumber: 000002660A01
Vendor ID : 0x0424 Product ID : 0x4030
Should i update the user_config.json with these values ? [Yy/Nn]
y
tc@box:~$ ./rploader.sh serialgen DS3622xs+ realmac
Serial Number for Model = 2150SQRMXKZ5W
Mac Address for Model DS3622xs+ = 00:11:32:39:74:BD
Real Mac Address : 00:11:32:08:29:70
Notice : realmac option is requested, real mac will be used
Should i update the user_config.json with these values ? [Yy/Nn]
y
tc@box:~$ ./rploader.sh satamap

Found "00:1f.2 Intel Corporation 6 Series/C200 Series Chipset Family SATA AHCI Controller (rev 05)"
Detected 6 ports/5 drives. Override # of ports or ENTER to accept <6> 5

Computed settings:
SataPortMap=5
DiskIdxMap=00

Should i update the user_config.json with these values ? [Yy/Nn] y
Done.
tc@box:~$ cat user_config.json
{
  "general": {
    "model": "DS3622xs+",
    "version": "7.1.1-42962",
    "smallfixnumber": "0",
    "zimghash": "",
    "rdhash": "",
    "usb_line": "",
    "sata_line": "",
    "redpillmake": "prod",
    "friendautoupd": "true",
    "staticboot": "false",
    "hidesensitive": "false"
  },
  "ipsettings": {
    "ipset": "",
    "ipaddr": "",
    "ipgw": "",
    "ipdns": "",
    "ipproxy": ""
  },
  "extra_cmdline": {
    "pid": "0x4030",
    "vid": "0x0424",
    "sn": "2150SQRMXKZ5W",
    "mac1": "001132082970",
    "netif_num": "1",
    "SataPortMap": "5",
    "DiskIdxMap": "00"
  },
  "synoinfo": {
    "internalportcfg": "0xffff",
    "maxdisks": "16",
    "support_bde_internal_10g": "no",
    "support_disk_compatibility": "no",
    "support_memory_compatibility": "no",
    "maxlanport": "8",
    "netif_seq": "0 1 2 3 4 5 6 7"
  },
  "ramdisk_copy": {}
}
tc@box:~$ vi user_config.json
tc@box:~$ cat user_config.json
{
  "general": {
    "model": "DS3622xs+",
    "version": "7.2.0-64570",
    "smallfixnumber": "0",
    "zimghash": "",
    "rdhash": "",
    "usb_line": "",
    "sata_line": "",
    "redpillmake": "prod",
    "friendautoupd": "true",
    "staticboot": "false",
    "hidesensitive": "false"
  },
  "ipsettings": {
    "ipset": "",
    "ipaddr": "",
    "ipgw": "",
    "ipdns": "",
    "ipproxy": ""
  },
  "extra_cmdline": {
    "pid": "0x4030",
    "vid": "0x0424",
    "sn": "2150SQRMXKZ5W",
    "mac1": "001132082970",
    "netif_num": "1",
    "SataPortMap": "5",
    "DiskIdxMap": "00"
  },
  "synoinfo": {
    "internalportcfg": "0xffff",
    "maxdisks": "16",
    "support_bde_internal_10g": "no",
    "support_disk_compatibility": "no",
    "support_memory_compatibility": "no",
    "maxlanport": "8",
    "netif_seq": "0 1 2 3 4 5 6 7"
  },
  "ramdisk_copy": {}
}
tc@box:~$ ./rploader.sh build ds3622xsp-7.2.0-64570
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   100k      0 --:--:-- --:--:-- --:--:--  100k
Rploader Version : 0.9.4.9
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/dsgpl/files/toolkit/DSM7.0/ds.bromolow-7.0.dev.txz/download
TOOLKIT_SHA : a5fbc3019ae8787988c2e64191549bfc665a5a9a4cdddb5ee44c10a48ff96cdd
SYNOKERNEL_URL : https://sourceforge.net/projects/dsgpl/files/Synology%20NAS%20GPL%20Source/25426branch/bromolow-source/linux-3.10.x.txz/download
SYNOKERNEL_SHA : 18aecead760526d652a731121d5b8eae5d6e45087efede0da057413af0b489ed
COMPILE_METHOD : toolkit_dev
TARGET_PLATFORM       : ds3622xsp
TARGET_VERSION    : 7.2.0
TARGET_REVISION : 64570
REDPILL_LKM_MAKE_TARGET : dev-v7
KERNEL_MAJOR : 4
MODULE_ALIAS_FILE :  modules.alias.4.json
SYNOMODEL : ds3622xsp_64570
MODEL : DS3622xs+
Local Cache Folder : /mnt/sdf3/auxfiles
DATE Internet : 28062023 Local : 28062023
Checking Internet Access -> OK
Checking if a newer version exists on the main repo -> Version is current
Cloning into 'redpill-lkm'...
remote: Enumerating objects: 1715, done.
remote: Counting objects: 100% (483/483), done.
remote: Compressing objects: 100% (94/94), done.
remote: Total 1715 (delta 415), reused 401 (delta 389), pack-reused 1232
Receiving objects: 100% (1715/1715), 5.84 MiB | 5.98 MiB/s, done.
Resolving deltas: 100% (1049/1049), done.
Cloning into 'redpill-load'...
remote: Enumerating objects: 5098, done.
remote: Counting objects: 100% (1929/1929), done.
remote: Compressing objects: 100% (912/912), done.
remote: Total 5098 (delta 1031), reused 1891 (delta 999), pack-reused 3169
Receiving objects: 100% (5098/5098), 125.93 MiB | 9.28 MiB/s, done.
Resolving deltas: 100% (2582/2582), done.
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_64570
Getting file https://raw.githubusercontent.com/pocopico/rp-ext/master/redpillprod/releases/redpill-broadwellnk-4.4.302.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   106M      0  0:00:03  0:00:03 --:--:--  106M
OK old pat downloaded !!!
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-64570
Configfile: /home/tc/redpill-load/config/DS3622xs+/7.2.0-64570/config.json
Pat URL : https://global.download.synology.com/download/DSM/release/7.2/64570-1/DSM_DS3622xs%2B_64570.pat
Downloading pat file from URL : https://global.download.synology.com/download/DSM/release/7.2/64570-1/DSM_DS3622xs%2B_64570.pat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  390M  100  390M    0     0  94.6M      0  0:00:04  0:00:04 --:--:-- 94.6M
File //mnt/sdf3/auxfiles/ds3622xsp_64570.pat, is  encrypted
File //mnt/sdf3/auxfiles/ds3622xsp_64570.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_64570.pat
File /home/tc/custom-module/ds3622xsp_64570.pat, is  encrypted
Extracting encrypted pat file : /home/tc/custom-module/ds3622xsp_64570.pat to /tmp/pat
option -f with value `/home/tc/custom-module/ds3622xsp_64570.pat'
option -C with value `/tmp/pat'
0
Creating unecrypted pat file ds3622xsp_64570.pat to /home/tc/redpill-load/cache folder
VERSION
Pat file  sha256sum is : 7bdf581843d5553ffdc2f9681257a3ca8f6cddc8d90364646a909fff626cd634
Checking config file existence -> OK
Editing config file -> Verifying config file -> OK !
Clearing temp folders
Processing add_extensions entries found on /home/tc/custom_config.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: ds1621p_42218 ds920p_64570 dva3221_42661 ds3615xs_64570 ds3617xs_42218 dva3221_64570 ds920p_42661 fs6400_42661 dva3221_42962 ds1019p_42218 ds918p_42661 fs6400_42218 ds3622xsp_42962 rs3618xs_42962 dva1622_42218 ds920p_42962 ds1621p_42661 ds923p_42962 ds923p_64570 ds3617xs_64570 ds3622xsp_64570 dva3221_42218 ds1621xsp_42661 ds3615xs_42661 fs6400_64570 rs3618xs_64570 ds3622xsp_42661 ds723p_42661 ds2422p_42661 sa6400_42661 ds3622xsp_42218 rs3413xsp_42661 ds723p_42962 ds2422p_42962 fs6400_42962 fs2500_64570 ds1621xsp_64570 dva1622_42962 rs3413xsp_42218 ds1520p_64570 sa6400_42962 ds2422p_42218 fs2500_42962 rs4021xsp_42962 zendofmodel ds3615xs_42962 ds3617xs_42962 ds1621p_64570 rs3618xs_42218 fs2500_42661 sa6400_64570 ds1520p_42218 rs4021xsp_42218 ds723p_42218 dva3219_42962 dva3219_42218 rs4021xsp_64570 ds723p_64570 ds3617xs_42661 ds1621xsp_42962 ds920p_42218 ds918p_42962 rs3618xs_42661 dva1622_42661 ds1520p_42962 ds918p_42218 ds1019p_42962 ds923p_42661 dva3219_42661 ds1621xsp_42218 ds2422p_64570 ds923p_42218 ds918p_64570 dva1622_64570 rs3413xsp_42962 rs3413xsp_64570 ds1019p_64570 ds3615xs_42218 ds1621p_42962 sa6400_42218 dva3219_64570 ds1520p_42661 rs4021xsp_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: ds1621p_42218 ds920p_64570 dva3221_42661 ds3615xs_64570 ds3617xs_42218 dva3221_64570 ds920p_42661 fs6400_42661 dva3221_42962 ds1019p_42218 ds918p_42661 fs6400_42218 ds3622xsp_42962 rs3618xs_42962 dva1622_42218 ds920p_42962 ds1621p_42661 ds923p_42962 ds923p_64570 ds3617xs_64570 ds3622xsp_64570 dva3221_42218 ds1621xsp_42661 ds3615xs_42661 fs6400_64570 rs3618xs_64570 ds3622xsp_42661 ds723p_42661 ds2422p_42661 sa6400_42661 ds3622xsp_42218 rs3413xsp_42661 ds723p_42962 ds2422p_42962 fs6400_42962 fs2500_64570 ds1621xsp_64570 dva1622_42962 rs3413xsp_42218 ds1520p_64570 sa6400_42962 ds2422p_42218 fs2500_42962 rs4021xsp_42962 zendofmodel ds3615xs_42962 ds3617xs_42962 ds1621p_64570 rs3618xs_42218 fs2500_42661 sa6400_64570 ds1520p_42218 rs4021xsp_42218 ds723p_42218 dva3219_42962 dva3219_42218 rs4021xsp_64570 ds723p_64570 ds3617xs_42661 ds1621xsp_42962 ds920p_42218 ds918p_42962 rs3618xs_42661 dva1622_42661 ds1520p_42962 ds918p_42218 ds1019p_42962 ds923p_42661 dva3219_42661 ds1621xsp_42218 ds2422p_64570 ds923p_42218 ds918p_64570 dva1622_64570 rs3413xsp_42962 rs3413xsp_64570 ds1019p_64570 ds3615xs_42218 ds1621p_42962 sa6400_42218 dva3219_64570 ds1520p_42661 rs4021xsp_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: ds1621p_42218 ds920p_64570 dva3221_42661 ds3615xs_64570 ds3617xs_42218 dva3221_64570 ds920p_42661 fs6400_42661 dva3221_42962 ds1019p_42218 ds918p_42661 fs6400_42218 ds3622xsp_42962 rs3618xs_42962 dva1622_42218 ds920p_42962 ds1621p_42661 ds923p_42962 ds923p_64570 ds3617xs_64570 ds3622xsp_64570 dva3221_42218 ds1621xsp_42661 ds3615xs_42661 fs6400_64570 rs3618xs_64570 ds3622xsp_42661 ds723p_42661 ds2422p_42661 sa6400_42661 ds3622xsp_42218 rs3413xsp_42661 ds723p_42962 ds2422p_42962 fs6400_42962 fs2500_64570 ds1621xsp_64570 dva1622_42962 rs3413xsp_42218 ds1520p_64570 sa6400_42962 ds2422p_42218 fs2500_42962 rs4021xsp_42962 zendofmodel ds3615xs_42962 ds3617xs_42962 ds1621p_64570 rs3618xs_42218 fs2500_42661 sa6400_64570 ds1520p_42218 rs4021xsp_42218 ds723p_42218 dva3219_42962 dva3219_42218 rs4021xsp_64570 ds723p_64570 ds3617xs_42661 ds1621xsp_42962 ds920p_42218 ds918p_42962 rs3618xs_42661 dva1622_42661 ds1520p_42962 ds918p_42218 ds1019p_42962 ds923p_42661 dva3219_42661 ds1621xsp_42218 ds2422p_64570 ds923p_42218 ds918p_64570 dva1622_64570 rs3413xsp_42962 rs3413xsp_64570 ds1019p_64570 ds3615xs_42218 ds1621p_42962 sa6400_42218 dva3219_64570 ds1520p_42661 rs4021xsp_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: ds1621p_42218 ds920p_64570 dva3221_42661 ds3615xs_64570 ds3617xs_42218 dva3221_64570 ds920p_42661 fs6400_42661 dva3221_42962 ds1019p_42218 ds918p_42661 fs6400_42218 ds3622xsp_42962 rs3618xs_42962 dva1622_42218 ds920p_42962 ds1621p_42661 ds923p_42962 ds923p_64570 ds3617xs_64570 ds3622xsp_64570 dva3221_42218 ds1621xsp_42661 ds3615xs_42661 fs6400_64570 rs3618xs_64570 ds3622xsp_42661 ds723p_42661 ds2422p_42661 sa6400_42661 ds3622xsp_42218 rs3413xsp_42661 ds723p_42962 ds2422p_42962 fs6400_42962 fs2500_64570 ds1621xsp_64570 dva1622_42962 rs3413xsp_42218 ds1520p_64570 sa6400_42962 ds2422p_42218 fs2500_42962 rs4021xsp_42962 zendofmodel ds3615xs_42962 ds3617xs_42962 ds1621p_64570 rs3618xs_42218 fs2500_42661 sa6400_64570 ds1520p_42218 rs4021xsp_42218 ds723p_42218 dva3219_42962 dva3219_42218 rs4021xsp_64570 ds723p_64570 ds3617xs_42661 ds1621xsp_42962 ds920p_42218 ds918p_42962 rs3618xs_42661 dva1622_42661 ds1520p_42962 ds918p_42218 ds1019p_42962 ds923p_42661 dva3219_42661 ds1621xsp_42218 ds2422p_64570 ds923p_42218 ds918p_64570 dva1622_64570 rs3413xsp_42962 rs3413xsp_64570 ds1019p_64570 ds3615xs_42218 ds1621p_42962 sa6400_42218 dva3219_64570 ds1520p_42661 rs4021xsp_42661 ds1019p_42661 fs2500_42218
[#] =======================================================================================

Updating extension : all-modules contents for model : ds3622xsp_64570
[#] Checking runtime for required tools... [OK]
[#] Updating ds3622xsp_64570 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_64570
[#] 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_64570/broadwellnk-4.4.180.tgz
######################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/all-modules/ds3622xsp_64570/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_64570/broadwellnk-4.4.302.tgz
######################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/all-modules/ds3622xsp_64570/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_64570/firmware.tgz
######################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/all-modules/ds3622xsp_64570/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_64570/install.sh
######################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/all-modules/ds3622xsp_64570/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_64570/kmod
######################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/all-modules/ds3622xsp_64570/kmod file...  [OK]
[#] Successfully processed recipe for extension all-modules platform ds3622xsp_64570
[#] Verifying /home/tc/redpill-load/custom/extensions/all-modules/ds3622xsp_64570/kmod file...  [OK]
Updating extension : eudev contents for model : ds3622xsp_64570
[#] Checking runtime for required tools... [OK]
[#] Updating ds3622xsp_64570 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_64570
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/master/eudev/releases/eudev-6.2.tgz to /home/tc/redpill-load/custom/extensions/eudev/ds3622xsp_64570/eudev-6.2.tgz
######################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/eudev/ds3622xsp_64570/eudev-6.2.tgz file...  [OK]
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/master/eudev/releases/eudev-7.1.tgz to /home/tc/redpill-load/custom/extensions/eudev/ds3622xsp_64570/eudev-7.1.tgz
######################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/eudev/ds3622xsp_64570/eudev-7.1.tgz file...  [OK]
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/master/eudev/releases/eudev-7.2.tgz to /home/tc/redpill-load/custom/extensions/eudev/ds3622xsp_64570/eudev-7.2.tgz
######################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/eudev/ds3622xsp_64570/eudev-7.2.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_64570/install.sh
######################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/eudev/ds3622xsp_64570/install.sh file...  [OK]
[#] Successfully processed recipe for extension eudev platform ds3622xsp_64570
[#] Verifying /home/tc/redpill-load/custom/extensions/eudev/ds3622xsp_64570/install.sh file...  [OK]
Updating extension : disks contents for model : ds3622xsp_64570
[#] Checking runtime for required tools... [OK]
[#] Updating ds3622xsp_64570 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_64570
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/main/disks/releases/dtc to /home/tc/redpill-load/custom/extensions/disks/ds3622xsp_64570/dtc
######################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/disks/ds3622xsp_64570/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_64570/install.sh
######################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/disks/ds3622xsp_64570/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_64570/readlink
######################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/disks/ds3622xsp_64570/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_64570/sed
######################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/disks/ds3622xsp_64570/sed file...  [OK]
[#] Successfully processed recipe for extension disks platform ds3622xsp_64570
[#] Verifying /home/tc/redpill-load/custom/extensions/disks/ds3622xsp_64570/sed file...  [OK]
Updating extension : misc contents for model : ds3622xsp_64570
[#] Checking runtime for required tools... [OK]
[#] Updating ds3622xsp_64570 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_64570
[#] 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_64570/install-all.sh
######################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/misc/ds3622xsp_64570/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_64570/ttyd.tar.gz
######################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/misc/ds3622xsp_64570/ttyd.tar.gz file...  [OK]
[#] Unpacking files from /home/tc/redpill-load/custom/extensions/misc/ds3622xsp_64570/ttyd.tar.gz to /home/tc/redpill-load/custom/extensions/misc/ds3622xsp_64570/...  [OK]
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/master/misc/releases/sed to /home/tc/redpill-load/custom/extensions/misc/ds3622xsp_64570/sed
######################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/misc/ds3622xsp_64570/sed file...  [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_64570/install_rd.sh
######################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/misc/ds3622xsp_64570/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_64570/lrzsz.tar.gz
######################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/misc/ds3622xsp_64570/lrzsz.tar.gz file...  [OK]
[#] Unpacking files from /home/tc/redpill-load/custom/extensions/misc/ds3622xsp_64570/lrzsz.tar.gz to /home/tc/redpill-load/custom/extensions/misc/ds3622xsp_64570/...  [OK]
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/master/misc/releases/pciids to /home/tc/redpill-load/custom/extensions/misc/ds3622xsp_64570/pciids
######################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/misc/ds3622xsp_64570/pciids file...  [OK]
[#] Successfully processed recipe for extension misc platform ds3622xsp_64570
[#] Verifying /home/tc/redpill-load/custom/extensions/misc/ds3622xsp_64570/pciids file...  [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]
[#] ========================================== 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
[#] Software author: https://github.com/pocopico/tcrp-addons/main/disks/
[#] Update URL: https://raw.githubusercontent.com/pocopico/tcrp-addons/main/boot-wait/rpext-index.json
[#] Platforms supported: ds1621p_42218 ds920p_64570 dva3221_42661 ds3615xs_64570 ds3617xs_42218 dva3221_64570 ds920p_42661 fs6400_42661 dva3221_42962 ds1019p_42218 ds918p_42661 fs6400_42218 ds3622xsp_42962 rs3618xs_42962 dva1622_42218 ds920p_42962 ds1621p_42661 ds923p_42962 ds923p_64570 ds3617xs_64570 ds3622xsp_64570 dva3221_42218 ds1621xsp_42661 ds3615xs_42661 fs6400_64570 rs3618xs_64570 ds3622xsp_42661 ds723p_42661 ds2422p_42661 sa6400_42661 ds3622xsp_42218 rs3413xsp_42661 ds723p_42962 ds2422p_42962 fs6400_42962 fs2500_64570 ds1621xsp_64570 dva1622_42962 rs3413xsp_42218 ds1520p_64570 sa6400_42962 ds2422p_42218 fs2500_42962 rs4021xsp_42962 zendofmodel ds3615xs_42962 ds3617xs_42962 ds1621p_64570 rs3618xs_42218 fs2500_42661 sa6400_64570 ds1520p_42218 rs4021xsp_42218 ds723p_42218 dva3219_42962 dva3219_42218 rs4021xsp_64570 ds723p_64570 ds3617xs_42661 ds1621xsp_42962 ds920p_42218 ds918p_42962 rs3618xs_42661 dva1622_42661 ds1520p_42962 ds918p_42218 ds1019p_42962 ds923p_42661 dva3219_42661 ds1621xsp_42218 ds2422p_64570 ds923p_42218 ds918p_64570 dva1622_64570 rs3413xsp_42962 rs3413xsp_64570 ds1019p_64570 ds3615xs_42218 ds1621p_42962 sa6400_42218 dva3219_64570 ds1520p_42661 rs4021xsp_42661 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 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 boot-wait 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 misc extension... [OK]
[#] Checking runtime for required tools... [OK]
[#] Updating ds3622xsp_64570 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_64570 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 boot-wait platform ds3622xsp_64570
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/tcrp-addons/main/boot-wait/src/boot-wait.sh to /home/tc/redpill-load/custom/extensions/boot-wait/ds3622xsp_64570/boot-wait.sh
######################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/boot-wait/ds3622xsp_64570/boot-wait.sh file... [OK]
[#] Successfully processed recipe for extension boot-wait platform ds3622xsp_64570
[#] 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_64570 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_64570 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_64570 platform is already up to date
[#] Verifying /home/tc/redpill-load/custom/extensions/boot-wait/ds3622xsp_64570/boot-wait.sh file... [OK]
[#] Updating extensions... [OK]
[#] Verifying /home/tc/redpill-load/cache/ds3622xsp_64570.pat file... [OK]
[#] Unpacking /home/tc/redpill-load/cache/ds3622xsp_64570.pat file to /home/tc/redpill-load/build/1687938332/pat-ds3622xsp_64570-unpacked... [OK]
[#] Verifying /home/tc/redpill-load/build/1687938332/pat-ds3622xsp_64570-unpacked/zImage file... [OK]
[#] Patching /home/tc/redpill-load/build/1687938332/pat-ds3622xsp_64570-unpacked/zImage to /home/tc/redpill-load/build/1687938332/zImage-patched... [OK]
[#] Verifying /home/tc/redpill-load/build/1687938332/pat-ds3622xsp_64570-unpacked/rd.gz file... [OK]
[#] Unpacking /home/tc/redpill-load/build/1687938332/pat-ds3622xsp_64570-unpacked/rd.gz file to /home/tc/redpill-load/build/1687938332/rd-ds3622xsp_64570-unpacked... [OK]
[#] Apply patches to /home/tc/redpill-load/build/1687938332/rd-ds3622xsp_64570-unpacked... [OK]
[#] Patching config files in ramdisk... [OK]
[#] Adding OS config patching... [OK]
[#] Repacking ramdisk to /home/tc/redpill-load/build/1687938332/rd-patched-ds3622xsp_64570.gz... [OK]
[#] Bundling extensions... [#] Checking runtime for required tools... [OK]
[#] Dumping ds3622xsp_64570 platform extensions to /home/tc/redpill-load/build/1687938332/custom-initrd/exts... [OK]
[#] Packing custom ramdisk layer to /home/tc/redpill-load/build/1687938332/custom.gz... [OK]
[#] Generating GRUB config... [OK]
[#] Creating loader image at loader.img... [OK]
[#] Cleaning up... [OK]
Mounting /dev/sdf1 to localdiskp1
Mounting /dev/sdf2 to localdiskp2
Copying custom.gz to sdf3
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-64570 (USB, Verbose)' {
menuentry 'RedPill DS3622xs v7.2.0-64570 (SATA, Verbose)' {
Updated user_config with USB Command Line : withefi earlyprintk syno_hw_version=DS3622xs+ console=ttyS0,115200n8 netif_num=1 pid=0x4030 earlycon=uart8250,io,0x3f8,115200n8 syno_port_thaw=1 mac1=001132082970 sn=2150SQRMXKZ5W vid=0x0424 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=5
Updated user_config with SATA Command Line : withefi earlyprintk syno_hw_version=DS3622xs+ console=ttyS0,115200n8 netif_num=1 pid=0x4030 earlycon=uart8250,io,0x3f8,115200n8 synoboot_satadom=1 syno_port_thaw=1 mac1=001132082970 sn=2150SQRMXKZ5W vid=0x0424 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=5
Generating GRUB entries for model :ds3622xsp_64570 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: cannot create regular file '/home/tc/redpill-load/part1/boot/grub/grub.cfg': Permission denied
menuentry 'RedPill DS3622xs+ 7.2.0-64570 (USB, Verbose)' {
menuentry 'RedPill DS3622xs+ 7.2.0-64570 (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-64570 (USB, Verbose)' {
menuentry 'RedPill DS3622xs+ 7.2.0-64570 (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
51766 blocks
42632 blocks
94396 blocks
Cleaning up files
Caching files for future use
No adequate space on TCRP loader partition /mnt/sdf3 to cache pat file
Found /mnt/sdf3/auxfiles/ds3622xsp_64570.pat file
Removing older cached pat files to cache current
Found /home/tc/redpill-load/cache/ds3622xsp_64570.pat, copying to cache directory : /mnt/sdf3/auxfiles
Saving user session for future use. Saving current extensions  -> OK !
Saving current user_config.json  -> OK !
tc@box:~$ ./rploader.sh backup
Please make sure you are using the latest 1GB img before using backup option
Current /home/tc size is 267M , try to keep it less than 1GB as it might not fit into your image
Should i update the sdf with your current files [Yy/Nn]
y
Backing up home files to sdf : Backing up files to /mnt/sdf3//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-Jun-28-07-49
Mounting partition 1
Mounting partition 2
Listing backup files :
total 27348
-rwxrwxrwx 1 root root 10496913 Jun 28 07:49 partition2.tgz
-rwxrwxrwx 1 root root 17505230 Jun 28 07:49 partition1.tgz
Partition 1 : 623 files and directories
Partition 2 : 12 files and directories
DONE
tc@box:~$ exitcheck.sh reboot
tc@box:~$

 

Edited by asaf
Link to comment
Share on other sites

  • 3 months later...
16 hours ago, dodert said:

did you find the solution? I have the same problem.

 

regards.

 

Well it was so long ago and so many (re)instalations ago that I can't recall really.  :)

I recommend you to update and reconfigure the bootloader on a fresh USB stick as a first step.

Maybe ARC loader is a very good idea.

 

Then try to recover/migrate your data with the new loader and if it's not a success we can manage it from there.

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