Jump to content
XPEnology Community

zahni

Transition Member
  • Posts

    15
  • Joined

  • Last visited

Posts posted by zahni

  1. 10 minutes ago, djvas335 said:

    Steps to update a Microserver N54L to DS3622xs+ latest  DSM 7.1, confirmed working

     

    [DS3622xs+]

    ./rploader.sh update now

    ./rploader.sh fullupgrade now

    ./rploader.sh serialgen DS3622xs+

    ./rploader.sh identifyusb now

    ./rploader.sh satamap now

    ./rploader.sh build broadwellnk-7.0.1-42218

    ./rploader.sh clean now

    ./rploader.sh ext broadwellnk-7.1.0-42661 add https://github.com/pocopico/redpill-load/raw/master/redpill-misc/rpext-index.json

    ./rploader.sh build broadwellnk-7.1.0-42661

    ./rploader.sh clean now; rm -rf /mnt/sdb3/auxfiles; rm -rf /home/tc/custom-module; ./rploader.sh backup now;

    Did you do the upgrade to 7.1 inside DSM running on 7.0.1 and then reboot into the TC build mode ? 

  2. 1 hour ago, phone guy said:

    Here's the tutorial your looking for

    My personal experience was using dsm701, manual update to 7.1-42661 from synology, on the reboot press down arrow on keyboard to load back to TC and complete the 2 build upgrade process linked by peter suh.. worked for me first try

    Good luck

    Hi @phone guy,

     

    Thanks a lot for your Response. I'll try it out soon.  

  3. Hi guys,

    After a lot of activities and posting here recently about migrating to version 7.1, I now have a quick question. What is the best way to upgrade my ds3622xsp(Baremetal on HP Microserver Gen8) , which is running on 7.01, to broadwellnk-7.1.0-42621 ? Thanks in advance for the support ! 

  4. Hi All,

     

    I just have made a successfully Baremetal migration from my HP Microserver GEN 8 version DS3615xs (broadwell-7.0.1-42218)  to DS3617xs (broadwellnk-7.0.1-42218) without any issues inclusive settings and data's

    To make sure , that the migration will not destroy my data's and settings I have made a test with old harddisks before. 

    The only thing to be adapted after the migration, was the logical LAN apdapter setting from DHCP to fix address. 

    Many thanks to @pocopico and all active community members for this great project !!! 

     

    Screenshot 2022-02-23 181815.png

    • Like 2
  5. On 1/19/2022 at 10:32 PM, Dvalin21 said:

    Yeah, i just tried installing pat from the cache, still getting corrupt file.

    Hi @Dvalin21,

     

    Related to your post, did you ever find a solution for the broken file and the DS3617xs image ? I've been fighting for weeks to get it working for my HP Microserver Gen8 and I always stuck on 55% during the pat file Installation. 

    Thanks in advance ! 

     

     

  6. 12 minutes ago, haydibe said:

    @zahniThe command shows that jq was able to process the files as valid json. Though, their content could be still problematic.  If jq throws an error (like it did in your and jarugut's case), then its safe to asume the build is incomplete.

     

     I looked at the files jarugut provided. It is a valid json with minor formating issue - nothing that should break the file. First I though the "u2" in the revesion broke the processing logic (rploader recycled most parts of this logic from rphelper), but it does not care for the revision.

     

    You could try ` bash -xe rploader.sh bromolow-6.2.4-25556u2 static` and paste the output. It will execute the script in debug mode up to the first error it encounters.

     

    I can imagine the problem is originated in an incomplete profile, a typo or a missing comma.

     

    update: I found it!

     

    is caused by missing "add_extensions": [] in the platform profile. Add it to each profile where it's missing and you will be good.

     

     

    Hi @haydibe; That sounds great, but to be hoenest, I'm not really unsterstand what exactly have to do(newbies problem ;-.) Can you give me some more explantions regarding this sentense: is caused by missing "add_extensions": [] in the platform profile. Add it to each profile where it's missing and you will be good.

    Thanks in advance !

  7. 1 hour ago, haydibe said:

    @zahni and @jarugutare you sure your json files are not corrupt? 

     

     

    Please use this command to check in the tc home folder (the default folder):

     

    
    find .  -name "*.json" -not -path "*redpill-load*" -exec bash -c 'jq . < {} > /dev/null && echo "{}: OK" || echo "{}: broken"' \;
    

    @haydibe Here is the return of your given command. I guess its OK as it shown, or not ? Please note, the same procedure is working, if I create a bootloader image for the DS3715xs( ./rploader.sh build bromolow-7.0.1-42218 ). The only think, I've change is the serial number. 

     

    tc@box:~$ find .  -name "*.json" -not -path "*redpill-load*" -exec bash -c 'jq . < {} > /dev/null && echo "{}: OK" || echo "{}: broken"' \;
    ./user_config.json: OK
    ./rpext-index.json: OK
    ./global_config.json: OK
    ./custom_config.json: OK
    ./modules.alias.json: OK

     

  8. On 1/25/2022 at 2:35 PM, eldi said:

    DSM 3617xs. Failed to install the file. The file is probably corrupted.

     

    Successfully installed on DSM3615xs baremetal, but cannot install it on 3617xs.
    I was following this guide, but I typed "sudo ./rploader.sh build broadwell-7.0.1-42218" in WINSCP PuTTY instead of "sudo ./rploader.sh build bromolow-7.0.1-42218" because its on 3617xs .So after going through all steps of this guide, at the last step where you need to select a .pat file the installing stopes at 56%.

    I have no idea what could've cause this issue any help would be appreciated!

    image.png

    @eldi: I have exactly the same issue and havn't found any help. I've you found a solution, I would be happy. 

  9. On 1/25/2022 at 8:03 AM, Brunox said:

    Please describe your error as precisely as possible! Then it's easier to help!

    @Brunox: I'll  try to give more details about my issue based on some screenshots(attached) and console outputs . As already mentiones I'm trying the install a broadwell-7.0.1-42218(DS3617xs) image on my HP Microserver Gen 8. I'm able to create a USB key and can boot from them. The station has been found in the network(see attached files). However, if I try to install the ds3617xs_42218.pat(comes directly from pocopico/tinycore-redpill cache folder), I always getting an error about the file seems to corrupt. If I do the same with  an bootimage for DS3615xs , it works. 

     

    ./rploader.sh build broadwell-7.0.1-42218 --> output from build process below . For me , it looks good so far.

     

    tc@box:~$ ./rploader.sh build broadwell-7.0.1-42218 static
    jq: error (at <stdin>:1): Cannot iterate over null (null)DS3617xs_install-IssueFileMaybeCorrupt.docx
    jq: error (at <stdin>:1): Cannot iterate over null (null)
    Loader source : https://github.com/jimmyGALLAND/redpill-load.git Loader Branch : develop
    Redpill module source : https://github.com/jimmyGALLAND/redpill-lkm.git : Redpill module branch : develop
    Extensions :
    Extensions URL :
    TOOLKIT_URL : https://sourceforge.net/projects/dsgpl/files/toolkit/DSM7.0/ds.broadwell-7.0.dev.txz/download
    TOOLKIT_SHA : e050987fbbab0c246aff2af935b1d8a4140ce490915aa4c92f3c8d163eea970c
    SYNOKERNEL_URL : https://sourceforge.net/projects/dsgpl/files/Synology NAS GPL Source/25426branch/broadwell-source/linux-3.10.x.txz/download
    SYNOKERNEL_SHA : d3e85eb80f16a83244fcae6016ab6783cd8ac55e3af2b4240455261396e1e1be
    COMPILE_METHOD : toolkit_dev
    TARGET_PLATFORM       : broadwell
    TARGET_VERSION    : 7.0.1
    TARGET_REVISION : 42218
    REDPILL_LKM_MAKE_TARGET : dev-v7
    Checking Internet Access -> OK
    Checking if a newer version exists on the repo -> Version is current
    Cloning into 'redpill-lkm'...
    remote: Enumerating objects: 1055, done.
    remote: Counting objects: 100% (1055/1055), done.
    remote: Compressing objects: 100% (502/502), done.
    remote: Total 1055 (delta 727), reused 874 (delta 546), pack-reused 0
    Receiving objects: 100% (1055/1055), 449.38 KiB | 5.48 MiB/s, done.
    Resolving deltas: 100% (727/727), done.
    Cloning into 'redpill-load'...
    remote: Enumerating objects: 505, done.
    remote: Counting objects: 100% (94/94), done.
    remote: Compressing objects: 100% (83/83), done.
    remote: Total 505 (delta 36), reused 43 (delta 8), pack-reused 411
    Receiving objects: 100% (505/505), 6.53 MiB | 9.22 MiB/s, done.
    Resolving deltas: 100% (192/192), done.
    Using static compiled redpill extension
    Looking for redpill for : ds3617xs_42218
    Getting file https://raw.githubusercontent.com/pocopico/rp-ext/master/redpill/releases/redpill-4.4.180plus-broadwell.tgz
    Extracting module
    Got redpill-linux-v4.4.180+.ko
    Testing modules.alias.json -> File OK
    ------------------------------------------------------------------------------------------------
    It looks that you will need the following modules :


    Found SATA Controller : pciid 8086d00001c02  Required Extension : ahci
    Searching for matching extension for ahci
    Found VGA Controller : pciid 102bd00000533  Required Extension : mgag200
    Searching for matching extension for mgag200
    [#] Checking runtime for required tools... [OK]
    [#] Adding new extension from https://raw.githubusercontent.com/pocopico/rp-ext/master/tg3/rpext-index.json...
    [#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/tg3/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
    ######################################################################## 100.0%
    [OK]
    [#] ========================================== pocopico.tg3 ==========================================
    [#] Extension name: tg3
    [#] Description: Adds Broadcom Tigon3 ethernet driver Support
    [#] To get help visit: <todo>
    [#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/main/tg3
    [#] Software author: https://github.com/pocopico
    [#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/tg3/rpext-index.json
    [#] Platforms supported: ds3617xs_25556u2 ds918p_41890 ds3617xs_42218 ds3615xs_25556u2 ds3617xs_25556 ds918p_25556 ds3615xs_41222 ds3617xs_42218u2 ds3615xs_25556 ds918p_42218 ds3615xs_42218
    [#] =======================================================================================

    Found Ethernet Interface : pciid 14e4d0000165f Required Extension : tg3
    Searching for matching extension for tg3
    Found matching extension :
    "https://raw.githubusercontent.com/pocopico/rp-ext/master/tg3/rpext-index.json"
    [#] Checking runtime for required tools... [OK]
    [#] Adding new extension from https://raw.githubusercontent.com/pocopico/rp-ext/master/tg3/rpext-index.json...
    [#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/tg3/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
    ######################################################################## 100.0%

    [!] Extension is already added (index exists at /home/tc/redpill-load/custom/extensions/pocopico.tg3/pocopico.tg3.json). For more info use "ext-manager.sh info pocopico.tg3"

    *** Process will exit ***
    Found Ethernet Interface : pciid 14e4d0000165f Required Extension : tg3
    Searching for matching extension for tg3
    Found matching extension :
    "https://raw.githubusercontent.com/pocopico/rp-ext/master/tg3/rpext-index.json"
    ------------------------------------------------------------------------------------------------
    Starting loader creation
    Checking user_config.json : Done
    Cache directory OK
    [#] Checking runtime for required tools... [OK]
    [#] Updating extensions...

    [#] Checking runtime for required tools... [OK]
    [#] Adding new extension from https://raw.githubusercontent.com/jimmyGALLAND/redpill-ext/master/virtio/rpext-index.json...
    [#] Downloading remote file https://raw.githubusercontent.com/jimmyGALLAND/redpill-ext/master/virtio/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
    ###################################################################################################################################################################################################################################### 100.0%
    [OK]
    [#] ========================================== thethorgroup.jg.virtio ==========================================
    [#] Extension name: VirtIO
    [#] Description: Adds VirtIO support for fast network/PCI/SCSI/network/console paravirtualization under QEmu (Proxmox, VirtualBox, virsh, and similar)
    [#] To get help visit: <todo>
    [#] Extension preparer/packer: https://github.com/RedPill-TTG/redpill-virtio
    [#] Software author: https://www.linux-kvm.org/page/Virtio
    [#] Update URL: https://raw.githubusercontent.com/jimmyGALLAND/redpill-ext/master/virtio/rpext-index.json
    [#] Platforms supported: ds3617xs_25556u2 ds918p_41890 ds3617xs_42218 ds3615xs_25556u2 ds3617xs_25556 ds918p_25556 ds3615xs_41222 ds3617xs_42218u2 ds3615xs_25556 ds918p_42218 ds918p_25556u2 ds3615xs_42218
    [#] =======================================================================================

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

    [#] Extension pocopico.tg3 index is already up to date
    [#] Updating thethorgroup.jg.virtio extension...
    [#] Downloading remote file https://raw.githubusercontent.com/jimmyGALLAND/redpill-ext/master/virtio/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
    ###################################################################################################################################################################################################################################### 100.0%

    [#] Extension thethorgroup.jg.virtio index is already up to date
    [#] Updating thethorgroup.jg.virtio extension... [OK]
    [#] Checking runtime for required tools... [OK]
    [#] Updating ds3617xs_42218 platforms extensions...
    [#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/tg3/releases/ds3617xs_42218.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
    ###################################################################################################################################################################################################################################### 100.0%

    [#] Filling-in newly downloaded recipe for extension pocopico.tg3 platform ds3617xs_42218
    [#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/tg3/releases/tg3-4.4.180plus-broadwell.tgz to /home/tc/redpill-load/custom/extensions/pocopico.tg3/ds3617xs_42218/tg3-4.4.180plus-broadwell.tgz
    ###################################################################################################################################################################################################################################### 100.0%
    [#] Verifying /home/tc/redpill-load/custom/extensions/pocopico.tg3/ds3617xs_42218/tg3-4.4.180plus-broadwell.tgz file... [OK]
    [#] Unpacking files from /home/tc/redpill-load/custom/extensions/pocopico.tg3/ds3617xs_42218/tg3-4.4.180plus-broadwell.tgz to /home/tc/redpill-load/custom/extensions/pocopico.tg3/ds3617xs_42218/... [OK]
    [#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/tg3/src/check-tg3.sh to /home/tc/redpill-load/custom/extensions/pocopico.tg3/ds3617xs_42218/check-tg3.sh
    ###################################################################################################################################################################################################################################### 100.0%
    [#] Verifying /home/tc/redpill-load/custom/extensions/pocopico.tg3/ds3617xs_42218/check-tg3.sh file... [OK]
    [#] Successfully processed recipe for extension pocopico.tg3 platform ds3617xs_42218
    [#] Downloading remote file https://github.com/jimmyGALLAND/redpill-ext/raw/master/virtio/ds3617xs_42218.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
    ###################################################################################################################################################################################################################################### 100.0%
    [#] Filling-in newly downloaded recipe for extension thethorgroup.jg.virtio platform ds3617xs_42218
    [#] Downloading remote file https://github.com/jimmyGALLAND/redpill-ext/raw/master/virtio/src/check-virtio.sh to /home/tc/redpill-load/custom/extensions/thethorgroup.jg.virtio/ds3617xs_42218/check-virtio.sh
    ###################################################################################################################################################################################################################################### 100.0%
    [#] Verifying /home/tc/redpill-load/custom/extensions/thethorgroup.jg.virtio/ds3617xs_42218/check-virtio.sh file... [OK]
    [#] Downloading remote file https://github.com/jimmyGALLAND/redpill-ext/raw/master/virtio/releases/virtio-4.4.108-broadwell.tgz to /home/tc/redpill-load/custom/extensions/thethorgroup.jg.virtio/ds3617xs_42218/virtio-4.4-108.tgz
    ###################################################################################################################################################################################################################################### 100.0%
    [#] Verifying /home/tc/redpill-load/custom/extensions/thethorgroup.jg.virtio/ds3617xs_42218/virtio-4.4-108.tgz file... [OK]
    [#] Unpacking files from /home/tc/redpill-load/custom/extensions/thethorgroup.jg.virtio/ds3617xs_42218/virtio-4.4-108.tgz to /home/tc/redpill-load/custom/extensions/thethorgroup.jg.virtio/ds3617xs_42218/... [OK]
    [#] Successfully processed recipe for extension thethorgroup.jg.virtio platform ds3617xs_42218
    [#] Unpacking files from /home/tc/redpill-load/custom/extensions/thethorgroup.jg.virtio/ds3617xs_42218/virtio-4.4-108.tgz to /home/tc/redpill-load/custom/extensions/thethorgroup.jg.virtio/ds3617xs_42218/... [OK]
    [#] Updating extensions... [OK]
    [#] PAT file /home/tc/redpill-load/cache/ds3617xs_42218.pat not found - downloading from https://cndl.synology.cn/download/DSM/release/7.0.1/42218/DSM_DS3617xs_42218.pat
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100  343M  100  343M    0     0  10.3M      0  0:00:33  0:00:33 --:--:-- 11.5M
    [#] Verifying /home/tc/redpill-load/cache/ds3617xs_42218.pat file... [OK]
    [#] Unpacking /home/tc/redpill-load/cache/ds3617xs_42218.pat file to /home/tc/redpill-load/build/1643200616/pat-ds3617xs_42218-unpacked... [OK]
    [#] Verifying /home/tc/redpill-load/build/1643200616/pat-ds3617xs_42218-unpacked/zImage file... [OK]
    [#] Patching /home/tc/redpill-load/build/1643200616/pat-ds3617xs_42218-unpacked/zImage to /home/tc/redpill-load/build/1643200616/zImage-patched... [OK]
    [#] Verifying /home/tc/redpill-load/build/1643200616/pat-ds3617xs_42218-unpacked/rd.gz file... [OK]
    [#] Unpacking /home/tc/redpill-load/build/1643200616/pat-ds3617xs_42218-unpacked/rd.gz file to /home/tc/redpill-load/build/1643200616/rd-ds3617xs_42218-unpacked... [OK]
    [#] Apply patches to /home/tc/redpill-load/build/1643200616/rd-ds3617xs_42218-unpacked... [OK]
    [#] Patching config files in ramdisk... [OK]
    [#] Adding OS config patching... [OK]
    [#] Repacking ramdisk to /home/tc/redpill-load/build/1643200616/rd-patched-ds3617xs_42218.gz... [OK]
    [#] Bundling extensions... [#] Checking runtime for required tools... [OK]
    [#] Dumping ds3617xs_42218 platform extensions to /home/tc/redpill-load/build/1643200616/custom-initrd/exts... [OK]
    [#] Packing custom ramdisk layer to /home/tc/redpill-load/build/1643200616/custom.gz... [OK]
    [#] Generating GRUB config... [OK]
    [#] Creating loader image at loader.img... [OK]
    [#] Cleaning up... [OK]
    Mounting /dev/sda1 to localdiskp1
    /dev/sda2 localdiskp2
    Creating tinycore entry
    menuentry 'Tiny Core Image Build' {
            savedefault
            set root=(hd0,msdos3)
            echo Loading Linux...
            linux /vmlinuz64 loglevel=3 cde waitusb=5 vga=791
            echo Loading initramfs...
            initrd /corepure64.gz
            echo Booting TinyCore for loader creation
    }
    Entries in Localdisk bootloader :
    =======================================================================
    menuentry 'RedPill DS3617xs v7.0.1-42218 Beta (USB, Verbose)' {
    menuentry 'RedPill DS3617xs v7.0.1-42218 Beta (SATA, Verbose)' {
    menuentry 'Tiny Core Image Build' {
    tc@box:~$
     

  10. 2 hours ago, Brunox said:

    Yes it works without any Problems, the Solution did you find here ........read buggy25200 information!

     

    Hello @Brunox, thank for your replying. I've found serveral posting from buggy25200 under the given link. Which post exactly do you mean? Sorry, but I still at the beginning with learning about  this stuff. 

  11. Hello Guys,

     

    After having successfully managed to get my HP Microserver Gen8 running with a DS3615xs 7.0.1-42218 image, I would like to know if anyone has managed to get it running with DS3617xs on baremetal platform ? For me, I always fail at the point to install the related pat file. 

    Thanks in advance

  12. @profet: Thx, Meanwhile I've created a ds3615xs bootloader for my HP Microserver Gen8 and everything works well. Furthermore I know that there is a bug with the USB PID/VID recognition for the Redpill image of the ds3617xs. I found  some discussion about it in another thread. Most likely the problem comes from the fact that after booting the ID's are read incorrectly. I hope this will be fixed soon. All in all, I am very excited about this community. 

    • Like 2
  13. Hi Community,

     

    Meanwhile, booting from USB and creating tinycore-redpill boot image(for DS3617xs) for my HP Microserver Gen8 are working well. Thanks for the hint with BalenaEther and the partions to set active the partion.

     Now DSM loader boots ok, However when uploading  the pat file(ds3617xs_42218.pat) I always getting an error telling me the file is probably defect , while uploading to the NAS? I arleady have replaced the USB key and checked the PID/VID. Nothing was working.....

    Is there anyone with the same problem, or knows what else I can try to solve the problem ? 

     

    Unfortunately; I've think found so far . Thanks in advanvce. 

  14. On 1/12/2022 at 5:59 PM, profet said:

    - Outcome of the update: SUCCESSFUL

    - DSM version prior update: DSM 6.2.3-25426 Update 3

    - Loader version and model: RedPill DS3615xs v7.0.1-42218

    - Using custom extra.lzma: No idea, so gonna say NO

    - Installation type: BAREMETAL - HP Microserver Gen8 (Intel Xeon E3-1260L)

     

    Notes - used RedPill Tinycore loader.

    @profet: I'm also running DSM version DSM 6.2.3-25426 with my HP Microserver Gen8 and want to ugrade to v7.0.1-42218. Unfortunately, I have a problem to get my HP Microserver Gen8 booting from my USB stick with  tinycore-redpill image. Booting from USB with the Jun's Loader v1.03b DS3617xs works well. Also, the stick works on my laptop. Only the microserver does not want to boot from it. I have already tried several USB drives and SD card. How exactly did you get the Microserver Gen8 to boot from USB tinycore-redpill image ? Are there any specific BIOS option to be taken into account? THX 

×
×
  • Create New...