Jump to content
XPEnology Community

Rikk

Member
  • Posts

    34
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Rikk

  1. Le 30/10/2021 à 18:56, haydibe a dit :

    @titoum: I have some notes to your approach:

      

    Instead of doing this:

    You can simply download the file from yumkey's repo and put it e.g. in the rp-helper folder, then use the custom_bind_mounts like mentioned earlier.

     

     

     

     The intended approach for rp-helper v0.12 is to create a custom_config.json for your custom configurations ;) There is no need to butcher the global_config.json....

    On Linux, you can get the file with `wget -L https://raw.githubusercontent.com/jumkey/redpill-load/develop/bundled-exts.json -o bundled-exts.json`  in your rp-helper folder and use a custom_config.json like this:

     

    
    
    {
        "docker": {
            "use_custom_bind_mounts": "true",
            "custom_bind_mounts": [
                {
                    "host_path": "bundled-exts.json",
                    "container_path" :"/opt/redpill-load/bundled-exts.json"
                }
            ]
        },
        "build_configs": [
            {
                "id": "bromolow-7.0.1-42218",
                "platform_version": "bromolow-7.0.1-42218",
                "user_config_json": "bromolow_user_config.json",
                "redpill_lkm_make_target": "test-v7",
                "docker_base_image": "debian:8-slim",
                "compile_with": "toolkit_dev",
                "downloads": {
                    "kernel": {
                        "url": "https://sourceforge.net/projects/dsgpl/files/Synology%20NAS%20GPL%20Source/25426branch/bromolow-source/linux-3.10.x.txz/download",
                        "sha256": "18aecead760526d652a731121d5b8eae5d6e45087efede0da057413af0b489ed"
                    },
                    "toolkit_dev": {
                        "url": "https://sourceforge.net/projects/dsgpl/files/toolkit/DSM7.0/ds.bromolow-7.0.dev.txz/download",
                        "sha256": "a5fbc3019ae8787988c2e64191549bfc665a5a9a4cdddb5ee44c10a48ff96cdd"
                    }
                },
                "redpill_lkm": {
                    "source_url": "https://github.com/RedPill-TTG/redpill-lkm.git",
                    "branch": "master"
                },
                "redpill_load": {
                    "source_url": "https://github.com/jimmyGALLAND/redpill-load.git",
                    "branch": "develop"
                }
            }
        ]
    }

     

    Afterwards you can use the auto action for this build config without manual steps required...

    Hello, I am trying to build the image for bromolow-7.0.1-42218 , following the advise below. Unfortunatly,  it is not working as expected:  the error message received is in red below :

     

    ....

    [#] Checking runtime for required tools... [OK]
    [#] Adding new extension from https://github.com/jumkey/redpill-load/raw/develop/redpill-boot-wait/rpext-index.json...
    [#] Downloading remote file https://github.com/jumkey/redpill-load/raw/develop/redpill-boot-wait/rpext-index.json to /opt/redpill-load/custom/extensions/_new_ext_index.tmp_json
    ######################################################################## 100.0%
    curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused
    [!] Failed to download https://github.com/jumkey/redpill-load/raw/develop/redpill-boot-wait/rpext-index.json to /opt/redpill-load/custom/extensions/_new_ext_index.tmp_json

    *** Process will exit ***

    [!] Failed to add "https://github.com/jumkey/redpill-load/raw/develop/redpill-boot-wait/rpext-index.json" as an extension:


    ,

    *** Process will exit ***
    [!] Failed to install thethorgroup.boot-wait bundled extension - see errors above

    *** Process will exit ***
    Makefile:30: recipe for target 'build_redpill_load' failed

     

    I am using a Mac Book with big sur 11.6.

     

    Someone already encountered this error ?

     

    Thanks,

    Rikk

     

     

  2. Il y a 2 heures, Rikk a dit :

    My hardware is :

    Gen8 HP microserver with Xeon E3-1220L CPU update

    6Gb of RAM

    PCI network card with 82574L chip

     

    I am using le last env (redpill-tool-chain_x86_64_v0.7.2) to build the image with MAC OS big sur platform., and docker installed.

     

    My bromolow_user_config.json:

    content is (xx and yy are replacing real values and pid/vid are the one from my USB key):

    {
      "extra_cmdline": {
        "pid": "0xFFF7",
        "vid": "0x203A",
        "sn": "yyyyyyyyyyyyy",
        "mac1": "xxxxxxxxxxxx"
      },
      "synoinfo": {},
      "ramdisk_copy": {}
    }

     

    Commands to build the image:

    cd ~/Desktop/redpill-tool-chain_x86_64_v0.7.2
    sudo chmod 777 redpill_tool_chain.sh

    sh ./redpill_tool_chain.sh build bromolow-7.0.1-42214
    sh ./redpill_tool_chain.sh auto bromolow-7.0.1-42214
     

    The image is written on USB key with BalenaEtcher

     

    To have it working,(booting)  I set the 1st (FAT32) partition as active  (with MiniTool Partition Wizard).

     

    it is working well .

     

    Great work, really.

    Congratulation to the Team.

     

  3. il y a 17 minutes, nemesis122 a dit :

    Has anyone gen 8 working ?

    thanks

    Yes.

     

    My hardware is :

    Gen8 HP microserver with Xeon E3-1220L CPU update

    6Gb of RAM

     

    I am using le last env (redpill-tool-chain_x86_64_v0.7.2) to build the image with MAC OS big sur platform., and docker installed.

     

    My bromolow_user_config.json:

    content is (xx and yy are replacing real values and pid/vid are the one from my USB key):

    {
      "extra_cmdline": {
        "pid": "0xFFF7",
        "vid": "0x203A",
        "sn": "yyyyyyyyyyyyy",
        "mac1": "xxxxxxxxxxxx"
      },
      "synoinfo": {},
      "ramdisk_copy": {}
    }

     

    Commands to build the image:

    cd ~/Desktop/redpill-tool-chain_x86_64_v0.7.2
    sudo chmod 777 redpill_tool_chain.sh

    sh ./redpill_tool_chain.sh build bromolow-7.0.1-42214
    sh ./redpill_tool_chain.sh auto bromolow-7.0.1-42214
     

    The image is written on USB key with BalenaEtcher

     

    To have it working,(booting)  I set the 1st (FAT32) partition as active  (with MiniTool Partition Wizard).

    • Thanks 1
  4. Hello to all,

       I am trying to test the loader on my current hardware and I am stuck to a stupid step : my system didn't find the USB key to boot on it. With the previous setup (Jun's loader with 3615xs model, 6.2.3 DSM) it was working well.

     

    My hardware is :

    Gen8 HP microserver with Xeon E3-1220L CPU update

    6Gb of RAM

     

    I am using le last env (redpill-tool-chain_x86_64_v0.7.2) to build the image with MAC OS big sur platform., and docker installed.

     

    My bromolow_user_config.json:

    content is (xx and yy are replacing real values and pid/vid are the one from my USB key):

    {
      "extra_cmdline": {
        "pid": "0xFFF7",
        "vid": "0x203A",
        "sn": "yyyyyyyyyyyyy",
        "mac1": "xxxxxxxxxxxx"
      },
      "synoinfo": {},
      "ramdisk_copy": {}
    }

     

    Commands to build the image:

    cd ~/Desktop/redpill-tool-chain_x86_64_v0.7.2
    sudo chmod 777 redpill_tool_chain.sh

    sh ./redpill_tool_chain.sh build bromolow-7.0.1-42214
    sh ./redpill_tool_chain.sh auto bromolow-7.0.1-42214
     

    The image is written on USB key with BalenaEtcher

     

    Did I am missing something ?

     

    Help will be appreciate.

     

    Thanks !

     

    Rikk

     

     

    • Like 1
  5. Hello to All,

     I have currenlty a Gen8 (E3-1220LV2) with ESXI 6.7 and loader 1.03B /3617 installed and everything works fine.

     

    I would like to create an new VM with loader 1.04B/918+  but I didn't find any setup to have it working (even through duplication of my current VM and replacement of synoboot.img). I tried to follow the tutorial "Tutorial - Install DSM 6.2 on ESXi 6.7" (with 1.04b loader) without success. 

     

    I an another side, I have seen some hardware compatibility issue with CPU. Somebody was able to set the VM with Gen8 /918 / ESXI 6.7 ?

     

    Thanks for help!

    Rikk

  6. Outcome of the update: SUCCESSFUL

    - DSM version prior update: DSM 6.1.5-15254-1

    - Loader version and model: Jun's Loader v1.02b - DS3615XS

    - Using custom extra.lzma: NO

    - Installation type: VM - ESXi 6.5 - HPE Proliant MicroServer Gen8

    - Additional comments: NO REBOOT REQUIRED

  7. Perhaps because you have the flags "raid" in partion .

    I have the same issue when I have switched to VM from bare metal. I had switched to ACPI mode (not raid) and remove all partions /flags with parted tool (live CD). After I have declared as "new" disks in VM DSM.

     

    I am a newbie also, so ..

    Regards.

  8. Thanks Dutchman for your comments.

     

    To clarify:

    Any reason you use the internal raid? -->lack of knowledge for my side: I was convinced that the DSM use the RAID controller to create/manage RAID

     

    Sure you have ilo so if raid fails you can still connect remote and troubleshoot. I didin't check the status though ilo, I have just lanched the VM with RDM created to the DD, and the disk was not seen by the DSM.

     

    But I would like to understand why you would use the low performing internal controller above dsm? stupid idea , finally.. :grin:

     

    I will restart my trials..

  9. Hello,

     

    I have my Gen8 Proliant server (t1610, 6Go RAM), which works fine with the new loader, in bare metal config. I would like to switch to VM with ESXI, but taking in account several "contraints/specifications":

     

    - DSM disks (4 HDD, 2 in raid mode, 1 data, 1 SSD - connected internal in CDROM plug,not used until now -) --> reuse of disks without migration (RDM mode needed) + RAID controller activated in the bios (as of today with the bare metal DSM 6.0.2)

    - ESXI installation --> could be installed on USB ou internal SD card

    - SSD disk --> used for VM storage

     

    What I did:

    Tried several time to install ESXI (6.0 / 6.5) custom HP version (SD & USB key ): OK, no issue, ESXI properly installed

     

    Creation of Datastore :

    - OK: in ACPI mode activated in bios (disks visible in administration interface), but not compatible with current settings (RAID controlled activated --> issue: data not accessible by DSM (virtual)

    - NOK: in RAID controlled mode activated in bios (disks not visible in ESXI administration interface) compatible with current settings (RAID controlled activated)-->issue: no disks visible

     

    Did somebody have tried to set the same config (settings) , with RAID controller activated in the bios, and disks visible ? Some advise ?

     

    Thanks a lot.

     

    Rikk

  10. Thank to all passionate who participates in this performance !

    ...

    2) With this version of ramdisk (DS3615xs), is it possible to use "Virtual DSM" feature ?

    ..

    Rikk

     

    You need btfrs for Virtual DSM... I suppose you're using ext4 because you have migrated your volume from DSM 5.2, so you have to backup, format and restore data back.

     

    Ciao

    ema

     

    Thank you for this clarification.

    Rikk

  11. Thank to all passionate who participates in this performance !

    ...

    2) With this version of ramdisk (DS3615xs), is it possible to use "Virtual DSM" feature ?

    ..

    Rikk

     

    You need btfrs for Virtual DSM... I suppose you're using ext4 because you have migrated your volume from DSM 5.2, so you have to backup, format and restore data back.

     

    Ciao

    ema

     

    Thank you for this clarification.

    Rikk

  12. Thank to all passionate who participates in this performance !

     

    Everything works fine on my (fresh) Gen8, and I would like to clarify 2 things:

     

    1) I have tested disks (used in my Gen7 with DSM 5.2) without cleanup / format operation. The DSM 6.0.2 has detected the previous version of DSM and have fixed the system partition issue (old DSM version), without removing data (as proposed during the process). From user stand point, is good (no needs to transfer/migrate data).

    Is it safe (filesystem ext4 vs Btrfs introduced with DSM 6) ?

     

    2) With this version of ramdisk (DS3615xs), is it possible to use "Virtual DSM" feature ?

     

    Thank you !

     

    Rikk

  13. Ok, i try this with an bare metal HP N54L but i can't boot...

    just stay on screen : Booting the kernel and nothing in Synology assistant

    i try some modif

    ...

     

    I used the EFI/Legacy boot image from Setsunakawa on p10 (thanks man) - https://mega.nz/#!88dhAYCL!V_RviNsst7qi%20...%20GOz6P8GnZ0

    I then got the boot image from Jun on page 1. (https://mega.nz/#!Z4UzWZxZ!hu9SZXpzJBTakHk7lO8pJfyHYb-YgGatI-Em9E3JXWI)

    I used the first image and burned it to a USB drive using USB Image Tool.exe. Then I needed to edit the grub.cfg file on it to reflect the USB drive's VID,PID. You need to set the desired SN and MAC addresses and add the SataPortMap=? if required.

    I replaced the ramdisk.lzma file on the USB drive with the one in Jun's image (second link above) at \image\DS3615xs

    The grub.cfg file is pretty much the same sort of file as your previous Isolinux.cfg file (which isn't there anymore).. No, you can't skip that step! :smile:

     

     

    ...

     

    Good luck,

     

    #H

     

    Thank you for your tuto. Unfortunately, even following your sequence step by step, my N54L remain stuck to "Booting the kernel". My config is not identical: 1 HDD and 1 network card (1MAC address). I have modified grub.cfg according that:

     

     

    set default='0'

    set timeout='2'

    set fallback='0'

     

    menuentry 'Synology DS3615xs' --class os {

    insmod fat

    linux /image/DS3615xs/zImage root=/dev/md0 syno_hdd_powerup_seq=0 netif_num=1 HddHotplug=1 SataPortMap=1 syno_hw_version=DS3615xs vid=0x090C pid=0x1100 console=uart,io,0x3f8,115200n8 sn=?????????? mac1=xxxxxxxxxxxx withefi elevator=your_magic_elevator quiet

    initrd /image/DS3615xs/ramdisk.lzma

    }

     

    Do you have some advices ? Can N54L owners share their setup ?

     

    regards,

    Rikk

  14. Good evening, I have to be no, but I do not know how to use your files for installation on USB key.

    Can you tell me how to prepare and use the key for DSM6 on an HP N54L.

    thank you

    Dear All,

    I am also interested to know if it is possible to use the loader on a N54L through an USB key.

     

    Regards,

    Rikko.

  15. Hello,

    I would would like to add the ability to send music from my iphone on my radio Logitech Squeezebox . Someone succedd to install the plugin on a system with DSM 5.1 ?

     

    I followed this tutorial ( http://blog.freshlytyped.nl/shareport-squeezbox-synology/ ) without success ( no sudo ) and the bootstrap ipkg is disabled at each reboot .

     

    Would you have any ideas / suggestions ?

     

    Link plugin release: http://forums.slimdevices.com/showthread.php?100379-Announce-ShairTunes-Plugin

     

    Thank you ,

    Rikk .

  16. Bonjour à tous,

    Je souhaiterais ajouter la possibilité d'envoyer la musique de mon iphone sur ma radio Logitech SqueezeBox. Quelqu'un aurait il réussi à effectuer l'installation du plugin sur un system équipé du DSM 5.1 ?

     

    J'ai suivi ce tuto (http://blog.freshlytyped.nl/shareport-squeezbox-synology/) mais sans succès (pas de commande sudo), et le bootstrap pour ipkg est desactivé à chaque reboot.

     

    Auriez vous des idées / suggestions ?

     

    Lien vers la release du plugin: http://forums.slimdevices.com/showthread.php?100379-Announce-ShairTunes-Plugin

    Merci,

    Rikk.

×
×
  • Create New...