Jump to content
XPEnology Community

john_matrix

Member
  • Posts

    110
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by john_matrix

  1. 12 hours ago, abced said:

    What DSM model do you use? I'm using DS918+ and there's only powersave, performance and userspace.

    Disregard my message, I was mistaken about CPU governor Xpenology.

    Indeed, I have set this parameters in Proxmox that will accept it without any issue.

  2. Hello,

    Thank you again for this exceptionally well done loader.

     

    What is the correct way to update it from the loader menu?

    I was used to download the .img file and reset the model, serial, etc... but I would like to use the dedicated menu.

    Should I update everything from it and build the loader again? Or can I boot directly after updating everything?

     

    Thanks in advance!

  3. Salut,

    Si t'as fait la mise à jour via le panneau de configuration du NAS, c'est normal que le volume ne s'affiche plus, c'est une des protections que Synology avait mis en place pour éviter l'utilisation de loaders.

    Qu'est ce qu'il se passe avec les loaders qui ne peuvent pas booter ? un problème de clé USB ?

    Ton PC est une brouette mais comme le CPU supporte les instructions de virtualisation, peut être envisager de virtualiser le NAS par praticité d'emploi (à voir aussi la quantité de RAM que tu as).

  4. Hello,

    I am currently upgrading my Proxmox node with a Ryzen CPU and I am facing issues for building DS1621+ loader:

     

    1034983922_2022-05-2317_11_39-Clipboard.thumb.png.a6b3ababeb0f4c5019ff5f4e73281e8d.png


    Can someone point me where I am mistaking?

     

    ./rploader.sh update now
    ./rploader.sh fullupgrade now
    ./rploader.sh serialgen DS1621+
    ./rploader.sh identifyusb now
    ./rploader.sh satamap now
    ./rploader.sh ext v1000-7.1.0-42661 add https://github.com/pocopico/redpill-load/raw/develop/redpill-virtio/rpext-index.json
    ./rploader.sh ext v1000-7.1.0-42661 add https://raw.githubusercontent.com/dodo-dk/rp-ext/main/acpid/rpext-index.json
    ./rploader.sh backup now
    ./rploader.sh build v1000-7.1.0-42661

     

    I have tried with DS3622xs+ and it works properly but I would like to keep same CPU brand.

     

    Many thanks!

     

     

  5. Salut,

    Ca fait un moment que j'utilise des loaders pour Xpenology (et précédemment Synoboot, Tinyboot, etc... :D)

    L'intégration du NVA3221 tombe à point nommé car je viens de recevoir une troisième camera et je me posais justement la question de comment faire avec Surveillance Station, si il supportait les licences officielles ou non.

    Reste à voir pour le flood des logs si il n'y pas de GTX1650 présente (je suis sur du Proxmox v7)

    Les fonctions d'A.I. utilisées sont spécifiques à nvidia ou c'est des fonctions génériques ?

  6. On 2/25/2022 at 8:53 AM, john_matrix said:

    Hello,

    I am trying to compile a RedPill loader with the latest 0.4.5 build available but I am facing the issue that the NIC is not recognized.

    It's strange because I am using Proxmox and in the latest 0.4.4 virtio NIC drivers were embedded.

     

    If I type the command ./rploader ext broadwellnk-7.0.1-41228 auto, the NIC is detected but without any relevant module.

    I have tried with vmxnet3 and E1000 without success.

     

    Is anyone having the same issue?

     

    Solved by adding the extension:

     

    ./rploader.sh add broadwellnk-7.0.1-42218 ext https://github.com/jumkey/redpill-load/raw/develop/redpill-virtio/rpext-index.json

     

    before compiling the kernel

    • Like 2
  7. Hello,

    I am trying to compile a RedPill loader with the latest 0.4.5 build available but I am facing the issue that the NIC is not recognized.

    It's strange because I am using Proxmox and in the latest 0.4.4 virtio NIC drivers were embedded.

     

    If I type the command ./rploader ext broadwellnk-7.0.1-41228 auto, the NIC is detected but without any relevant module.

    I have tried with vmxnet3 and E1000 without success.

     

    Is anyone having the same issue?

  8. Hi everyone,

     

    First of all I would like to thanks all of you for bringing us an updated version of the loader that works perfectly.

     

    I have a question, I plan to upgrade my Proxmox node where my DSM7 VM is currently running to a new one with a Ryzen CPU.

    Can someone confirm me that Ryzen CPUs can run RedPill loader without issues or is it better to stay with Intel platform?

     

    Many thanks in advance!

  9. 5 hours ago, turbolars said:

    Finally got a 3617 (broadwell) running prod on Vmware esxi 7 using multiple vlans, hyperb,synodrive, dns, vpn, smb

     

    Lessons learned and experience.

     

    Disk write issues -> Needed to convert the vmdk with v2v in order to make it sata writable (without convert only readable via IDE interface esxi config could not be written strange errors and disk failure when installing dsm.)

    After disks reassignment in esxi and assignment in synology had to “repair” them, which went very fast and without issues.

     

    SMB issues -> users got access denied on smb shares. Synology added the SMB service as an application for access. The group users didn’t had default access on SMB. (my other synology boxes updated via control panel to dms7 did give default user group access to SMB) this issues costed

     

    Config restore issues – Couldn’t get my packages back, had to redownload on dsm7, but import setting successful, network interfaces on different numbers but in esxi in the same order. Restore config didn’t restore all settings, Just check all your settings!

     

    Synodrive had to upload all files to my other synology devices like they had been changed after the migration but done with success.

     

    So, running for a couple of days stable …. thanks pocopico ! for creating such an easy working loader. Never got the redpill from thor working because of issues and time.

    Thanks for the feeback ;-)

    Is it still required to disable Internet connection during the installation/migration?

  10. 8 hours ago, haydibe said:

    Thought about it, but it's a rather expensive operation because no build would be able to leverage any sort of build cache. I am not sure how I feel about that :)

     

    Update: I hear you. Now there is a setting in `global_settings.json` that allows to enable auto clean, which does what you asked for. It is set to "false" by default and needs to set to "true" in order to be enabled.

     

     

    redpill-tool-chain_x86_64_v0.7.2.zip 7.88 kB · 82 downloads

    Thank you very much for your work, everything works flawlessly :)

     

    Only one thing that you can maybe add is for the Toolchain download, indeed for my first attempt, the download wasn't complete and the building script failed.

    Maybe you should add a hash check before the building process?

  11. On 2/5/2020 at 3:54 PM, Selfmade RuLeZ said:

    I just wanna share my found on GitHub. Successfully compiled WinTV DualHD on official Synology DS918+

    https://github.com/th0ma7/synology

     

    Thank you very much!

    I would like to do the same for an August DVB-T202 (ID 048d:9006 Integrated Technology Express, Inc. IT9135 BDA Afatech DVB-T HDTV Dongle) with a DS3615xs loader.

    Do you think I can use the same walkthrough?

  12. You are right, as the E1000E cannot be selected from the WebUI of Proxmox it must be used a "args:" command in the VM config file.

    I have followed the instruction of the below post to display the E1000E NIC on the WebUI and set it to any "vmbrXX" but the transfert in the DSM is still false :(

     

     

     

  13. Hi everyone,

     

    I have installed 2 Proxmox nodes on differents places and on each one, I have created a DSM VM with a e1001e NIC.

    Everything is working flawlessly with the latest DSM available.

    The only thing that is not displayed correctly is the data transfert rate.

     

    For Proxmox users, have you ever noticied this? and have you find a way to display it correctly?

     

    Thanks in advance!

×
×
  • Create New...