Jump to content
XPEnology Community

Kouill

Transition Member
  • Posts

    12
  • Joined

  • Last visited

Everything posted by Kouill

  1. My choices for ram speed in bios are 1066 or 1333. I could let it in auto that's true but I've already had issues in the past with non hp ecc recommanded ram with the auto settings. For the Intel Virtualization Technology enabled, i have linux/windows VM with Virtual Machine Manager.
  2. Sorry for the kernel panic issues, we had the same hardware possible to have a difference of bios settings and cpu can explain the crashes ?
  3. I'm using the haydibe's docker for building images I've just modify the repo for the loader and use of tg3 driver
  4. Nice I can stop the container now My (ugly) edits : Makefile : @if [ "$(TARGET_PLATFORM)" == "bromolow" ]; then \ pushd $(REDPILL_LOAD_SRC) && \ ./ext-manager.sh add 'https://raw.githubusercontent.com/pocopico/rp-ext/master/tg3/rpext-index.json'; \ ./build-loader.sh 'DS3615xs' '$(TARGET_VERSION)-$(TARGET_REVISION)'; \ global_config.json : { "id": "bromolow-7.0.1-42218", "platform_version": "bromolow-7.0.1-42218", "user_config_json": "bromolow_user_config.json", "docker_base_image": "debian:8-slim", "compile_with": "toolkit_dev", "redpill_lkm_make_target": "dev-v7", "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/420Xnu/redpill-load.git", "branch": "7.0.1" } Dockerfile : ARG REDPILL_LKM_REPO=https://github.com/RedPill-TTG/redpill-lkm.git ARG REDPILL_LKM_BRANCH=master ARG REDPILL_LKM_SRC=/opt/redpill-lkm ARG REDPILL_LOAD_REPO=https://github.com/420Xnu/redpill-load.git ARG REDPILL_LOAD_BRANCH=7.0.1 ARG REDPILL_LOAD_SRC=/opt/redpill-load
  5. I'm running the influx-test container wait and see. 20 minutes after :
  6. I'm using the redpill-tool-chain_x86_64_v0.11 from haydibe with those modifications : https://github.com/420Xnu/redpill-load.git with branch 7.0.1 for 7.0.1-42218 version of DSM and add to the build for the onboard nic support : ./ext-manager add 'https://raw.githubusercontent.com/pocopico/rp-ext/master/tg3/rpext-index.json' No more reboot loop and reboot with docker containers
  7. On my baremetal gen8 redpill 7.0.1 : 2 docker container deployed 2 reboot
  8. Works on hp microserver gen8 baremetal with onboard nic bromolow-7.0.1-42214 I used the tg3.ko from Extract the rd.gz, put the *.ko on \usr\lib\modules Add insmod in linuxrc.syno.impl like this : insmod /lib/modules/libphy.ko insmod /lib/modules/tg3.ko Repack rd.gz And make the first partion active on the sd card Thanks
  9. Yes I use Minitool Partition Wizard to make the first partition active, it boots but still have no network with 6.2.4 and 7.0.1
×
×
  • Create New...