Jump to content
XPEnology Community

titoum

Member
  • Posts

    126
  • Joined

  • Last visited

Everything posted by titoum

  1. c'est quoi l'avantage d'un proxmox versus barebone surtout avec le ARC actuel ?
  2. super 🙏 i wasn't sure if i could update to latest version and Peter was saying yours wasn't supporting it yet... so having that info in wiki would be quite helpful ☺️ cheers 🍻
  3. hi pocopico, is there an info on the wiki with latest supported update/tcrp version? would nice to have to know if we can safely update. cheers
  4. yes can see it in the summary of the friend. i have an intel nic (dual giga) and only the port with the defined mac address is working. i dont know if there are some log i could look into ?
  5. mb...so went with friend and there cant get ip and i have an error about boost.sh line 580: [: 0: unary operator expected so dont know if related. will double check for the why ip is not being fetched.
  6. is there a way to get the log of why i get file is considered corrupted? curl --location "https://github.com/pocopico/tinycore-redpill/raw/main/rploader.sh" -O ./rploader.sh fullupgrade ./rploader.sh clean ./rploader.sh build ds3622xsp-7.1.1-42962 withfriend ./rploader.sh postupdate ds3622xsp-7.1.1-42962 when booting it asked me to reinstall the dsm and then when providing the file, i get the corrupted file. pid/vid same as before and mac as well.
  7. doing it on baremetal.... but i guess you could easily test on proxmox, no?
  8. so i did easy way: boot up NAS backup hyperbackup manual update with the PAT file from synology when synology process reboot pc -> select tiny core on the grub menu selection then you do the same as explained by Peter but dont forget to check again you user_config.json as it will be refreshed by the command executed [DS3622xs+] ./rploader.sh update now ./rploader.sh fullupgrade now ./rploader.sh serialgen DS3622xs+ ./rploader.sh identifyusb now ./rploader.sh satamap now --Check user_config.json if all is correct ./rploader.sh build broadwellnk-7.0.1-42218 ./rploader.sh clean now ./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; hope this help
  9. super duper ! worked first try
  10. this is still experimental so if it is not your thing then just wait in a corner of the room. Rome was not built in one day and try/error was part of it.
  11. i don't really share this point of view tbh... It might be better to have people that really want to have those version on a BareMetal testing it and reporting/fixing. As you mentioned, he should be quite overloaded already so asking for more from a person doing that during free time doesn't make sense.
  12. you can by-pass error by putting file directly into cache thats how i did it.
  13. ok all working fine now thx a millions to @pocopico, @Peter Suh and all the people contributing to this community
  14. i took the cmd from pocopico to be sure that tinycore is refreshed and then i followed the cmd you provided for the sake on not loosing my mind, i just diligently followed every steps the same to be sure of no deviation. might be possible to skip some but Murphy is always around the corner ^^' for the sata config, i can edit on the usb if i remember correctly. it was on partition 2?
  15. ok i got it ! so in summary i followed previous steps i described: ./rploader.sh clean now ./rploader.sh update now ./rploader.sh fullupgrade now ./rploader.sh backup now ./rploader.sh update now ./rploader.sh fullupgrade now ./rploader.sh clean now ./rploader.sh download broadwellnk-7.0.1-42218 ./rploader.sh ext broadwellnk-7.0.1-42218 add https://github.com/jumkey/redpill-load/raw/develop/redpill-misc/rpext-index.json edit custom_config.json to replace following under "id": "broadwellnk-7.0.1-42218" / "id": "broadwellnk-7.1.0-42621": "redpill_lkm": { "source_url": "https://github.com/dogodefi/redpill-lkm.git", "branch": "develop" }, "redpill_load": { "source_url": "https://github.com/dogodefi/redpill-load.git", "branch": "develop" }, DONT FORGET TO ADAPTE user_config.json :-) ./rploader.sh build broadwellnk-7.0.1-42218 then i had to copy over the path file to the following location with the name expected: /home/tc/custom-module/ds3622xsp_42621.pat ./rploader.sh build broadwellnk-7.1.0-42621 only thing missing is proper hdd handling... i dont know why but it doesnt seems to find them...i guess i need to edit my usbkey to change those value ?
  16. oki doki getting there ! 🤗 so to summarize: ./rploader.sh clean now ./rploader.sh update now ./rploader.sh fullupgrade now ./rploader.sh backup now ./rploader.sh update now ./rploader.sh fullupgrade now ./rploader.sh clean now ./rploader.sh download broadwellnk-7.0.1-42218 ./rploader.sh ext broadwellnk-7.0.1-42218 add https://github.com/jumkey/redpill-load/raw/develop/redpill-misc/rpext-index.json wget https://github.com/jumkey/redpill-load/blob/develop/config/DS3622xs%2B/7.0.1-42218/config.json mv config.json /home/tc/redpill-load/config/DS3622xs+/7.0.1-42218/config.json edit custom_config.json to replace following under "id": "broadwellnk-7.0.1-42218" / "id": "broadwellnk-7.1.0-42621": "redpill_lkm": { "source_url": "https://github.com/dogodefi/redpill-lkm.git", "branch": "develop" }, "redpill_load": { "source_url": "https://github.com/dogodefi/redpill-load.git", "branch": "develop" }, DONT FORGET TO ADAPTE user_config.json :-) ./rploader.sh build broadwellnk-7.0.1-42218 ./rploader.sh build broadwellnk-7.1.0-42621 then i finnaly got this menuentry 'RedPill DS3622xs v7.1.0-42621 Beta (USB, Verbose)' { menuentry 'RedPill DS3622xs v7.1.0-42621 Beta (SATA, Verbose)' { menuentry 'Tiny Core Image Build' { Caching files for future use No adequate space on TCRP loader partition /mnt/sdf3 to cache pat file Found /mnt/sdf3/auxfiles/ds3622xsp_42218.pat /mnt/sdf3/auxfiles/ds3622xsp_42621.pat file Do you want me to remove older cached pat files and cache current ? [yY/nN] : y Found /home/tc/redpill-load/cache/ds3622xsp_42621.pat, copying to cache directory : /mnt/sdf3/auxfiles cp: preserving permissions for '/mnt/sdf3/auxfiles/ds3622xsp_42621.pat': Operation not permitted i hope that now i will not have issue with grub not booting 😕 edit: facing same issue at boot time error:symbol 'grub_disk_native_sectors' not found entering rescue mode grub rescue> any idea what i am doing wrong 😓
  17. try to put at there directly will give it another shot today
  18. exact same issue i faced i did exact steps advise by pocopico and then redo steps from peter. imo something is wrong with testarchive() which invalidate a couple of other steps.
  19. same... i dont know what i am doing wrong i was able to build 7.0.1 no problemo then i switched to 7.1 i got this first error: Downloading pat file from URL : ds.pat % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ds.pat Failed to download PAT file //mnt/sdf3/auxfiles/DS3622xs+_42621.pat from ds.pat so i have copied the pat file directly in the cache: /bin/syno_extract_system_patch: /usr/local/lib/libcurl.so.4: no version information available (required by /bin/syno_extract_system_patch) Executed succesfully Processing pat file file Checking for cached pat file Found tinycore cache folder, linking to home/tc/custom-module Found locally cached pat file /home/tc/custom-module/DSM_DS3622xs+_42621.pat ./rploader.sh: line 148: [: =: unary operator expected ./rploader.sh: line 152: [: =: unary operator expected Something went wrong, please check cache files which then fallback to other issue about testarchive. time to cook nothing urgent. i just like to dig into this.
  20. playing around...sorry if i missed something: it seems that variable is not set when doing ./rploader.sh build broadwellnk-7.1.0-42621 ok my bad i didnt see testarchive was supposed to check if but it still doesnt seem to provide the value as expected just checked a bit further: i hope this canl help if of course i didnt miss something 😕 pat file is directly from syno website so untouch
  21. super work as usual. can you just give a hint how to add redpil misc extension if possible? i will try to do a build on bromllow after that edit: i guess this is the one ./rploader.sh ext bromolow-7.1.0-42621 add https://github.com/jumkey/redpill-load/raw/develop/redpill-misc/rpext-index.json thx
  22. isnt there an issue with the script for bromollow 7.1 ? i see that it points to sda3 when it should be sdf3 ? Could not find pat file locally cached Downloading pat file from URL : https://global.download.synology.com/download/DSM/release/7.1/42621/DSM_DS3615xs_42621.pat % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Warning: Failed to create the file /mnt/sda3/auxfiles/DS3615xs_42621.pat: No Warning: such file or directory 0 339M 0 16384 0 0 123k 0 0:47:03 --:--:-- 0:47:03 123k curl: (23) Failed writing body (0 != 16384) Failed to download PAT file /mnt/sda3/auxfiles/DS3615xs_42621.pat from https://global.download.synology.com/download/DSM/release/7.1/42621/DSM_DS3615xs_42621.pat if i check in the rploader.sh curl --location ${pat_url} -o "/mnt/sda3/auxfiles/${MODEL}_${TARGET_REVISION}.pat" patfile="/mnt/sda3/auxfiles/${MODEL}_${TARGET_REVISION}.pat" if [ -f ${patfile} ]; then testarchive ${patfile} else echo "Failed to download PAT file $patfile from ${pat_url} " exit 99 all other path refer to sdf at least in my setup. so i went back to basic by following your other notes: "redpill_lkm": { "source_url": "https://github.com/pocopico/redpill-lkm.git", "branch": "master" }, "redpill_load": { "source_url": "https://github.com/pocopico/redpill-load.git", "branch": "develop" }, then perform ./rlploader clean now ./rploader download bromolow-7.0.1-42218 ./rploader listmods bromolow-7.0.1-42218 ./rploader postupdate bromolow-7.0.1-42218 but then i have a error symbol grub_disk_native_sectors not found. and i am back to rescue mode 😕
  23. ok so far i am good with my wrong update as my baremetal is now 7.1 where key is not. so i followed you procedure. i had to provide the img file at the right location with the expected name but then it goes through (some warning message about recipe missing with jumkey) and the *.img is no where to be found anymore. is there a specific place for it ?
  24. so i guess same approach can be done for 3622xs as well?
  25. crap just when i though to update and took the 7.1 instead of update 3... i hope method for 918+ will be applicable for 3622.
×
×
  • Create New...