Jump to content
XPEnology Community

rojoone2

Member
  • Posts

    317
  • Joined

  • Last visited

Everything posted by rojoone2

  1. Seems members are having issues with DS3622xs+ and AMD processors. Try building a v1000 platform.. DS2422+ or the DS1621+ with this guide:
  2. While you are looking for a serial adapter can you find the MAC address on your network? Mac Address for Model DS3622xs+ : 00:11:32:99:64:4E It may take 10 minutes to show up.. but it’s worth a try. Or try rebuilding the loader with: ./rploader.sh serialgen DS3622xs+ realmac to use your actual MAC address.
  3. ./rploader.sh build broadwell-7.1.0-42661 - is the DS3617xs ./rploader.sh build broadwellnk-7.1.0-42661 - is the DS3622xs+ Have you done any of the update/upgrade commands? It looks that you will need the following modules : Found SATA Controller : pciid 1022d000043eb Required Extension : No matching extension Found Ethernet Interface : pciid 8086d000015f3 Required Extension : Intel® I225-V 2.5Gb Ethernet No matching extension Found VGA Controller : pciid 1002d000068ba Required Extension : radeon You dont have to worry about this Searching for matching extension for radeon Your loader build process should look similar to this after you log into RPTC: ./rploader.sh update ./rploader.sh fullupgrade ./rploader.sh serialgen DS3622xs+ ./rploader.sh identifyusb ./rploader.sh satamap ./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
  4. Can you post your output from your build? There may be some errors during the build process
  5. You should start by reading this tutorial: It will help you understand the build process better.
  6. You have probably read through this thread on loaders and platforms: But the hardware you already have would be perfect for most all of the platforms.
  7. That board will will work. The amount of drive you have does not affect how the NAS works.. you NEED at least one drive. You don't need server memory, regular desktop RAM will work for that motherboard. You can only boot from SATA if you have a virtual environment. For baremetal, you need to boot from USB. You can try to install DVA1622 if you want a dedicated surveillance unit, and have 8 camera licenses. If you install Surveillance Station on another platform (3622,918 etc..) you can record ONVIF camera and most popular brands, but only 2 licenses. Hope this helps
  8. Works on a Dell R620. Thought I would not get the power supply warning with two power supplies connected.. but I did. But all my disks I have connected are in the right locations:
  9. Try rebuilding the loader with these commands: ./rploader.sh clean ./rploader.sh update ./rploader.sh fullupgrade ./rploader.sh serialgen DS918+ realmac ./rploader.sh identifyusb ./rploader.sh satamap ./rploader.sh backup ./rploader.sh build apollolake-7.1.0-42661 Then reboot. You should get a "Migratable" prompt if you didn't use your real mac to build the loader.
  10. D you have hot plug enabled in your BIOS? The system should have recognized the new hard drive without the need to rebuild the loader. How many HDDs do you currently have connected?
  11. Update from the GUI within Synology from 7.1.0-42661 U1 to U3 Then reboot, drop into TCRP and go with the following: ./rploader.sh update ./rploader.sh fullupgrade ./rploader.sh postupdate apollolake-7.1.0-42661
  12. Did you configure your device tree? With 9 drives, you may be better off building a DS3622xs+ instead of a DS920+. Unless you are using hardware transcoding?
  13. I would recommend you try DS3622xs+. it works on most hardware. I would also recommend you use a spare disk and USB to test so your data will be safe. Have a look at this tutorial to understand the process: Read through the tutorial again! Try with these commands after you create a new USB and log into TinyCore: ./rploader.sh update ./rploader.sh fullupgrade ./rploader.sh serialgen DS3622xs+ ./rploader.sh identifyusb ./rploader.sh satamap ./rploader.sh ext broadwellnk-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/rp-ext/master/tg3/rpext-index.json ./rploader.sh ext broadwellnk-7.1.0-42661https://raw.githubusercontent.com/pocopico/rp-ext/master/mpt3sas/rpext-index.json ./rploader.sh build broadwellnk-7.1.0-42661 manual exitcheck.sh reboot
  14. Please post your hardware specs. It would be easier to point you in the right direction.
  15. broadwellnk is the 3622 broadwell is the 3617 bromolow is the 3615 Have a look at this thread:
  16. Your should be able to get DS3622xs+ installed. It works with most hardware. You may have to change some settings in the BIOS like disabling VT and C1E, make sure SATA is set to AHCI and enable hot plug for the hard drives. If you have the Hp Smart Array P410i controller, you may need to get a new HBA card, but if you have the Hp Smart Array P410ar, configure it for HBA mode I have installed DS3622xs+ on a Dell R620 and it works great.
  17. Do you have any other Synology boxes on your network? How many network cables are connected to your build? Can you post the output from your installation script?
  18. Your USB stick is the problem. You need the correct PID/VID for the pat file to install properly. What brand is it?
  19. The DS918+ would be the best for Plex but your processor is too old. Try building the DS3622xs+ With the above guide.
  20. What are the 4 Kingston USB Sticks being used for in your build? Are you only looking to build a DSM6.x.x NAS or would you be interested in building a DSM7.x.x? The easiest build I have found is the DS3622xs+ by following this tutorial: The DS3622xs+ can be built on most hardware.
  21. Yeah.. kinda over looked his build command!😂 For the DS3615xs it should be: 1.) ./rploader.sh clean 2.) ./rploader.sh update 3.) ./rploader.sh fullupgrade 4.) ./rploader.sh identifyusb 5.) ./rploader.sh serialgen DS3615xs realmac 6.) ./rploader.sh build bromolow-7.1.0-42661 7.) exitcheck.sh reboot For the DS3622xs+ 1.) ./rploader.sh clean 2.) ./rploader.sh update 3.) ./rploader.sh fullupgrade 4.) ./rploader.sh identifyusb 5.) ./rploader.sh serialgen DS3622xs+ realmac 6.) ./rploader.sh build broadwellnk-7.1.0-42661 7.) exitcheck.sh reboot For the DS920+: 1.) ./rploader.sh clean 2.) ./rploader.sh update 3.) ./rploader.sh fullupgrade 4.) ./rploader.sh identifyusb 5.) ./rploader.sh serialgen DS920+ realmac 6.) ./rploader.sh build geminilake-7.1.0-42661 7.) exitcheck.sh reboot
  22. I don't see a "clean" command in toy steps. Are you using the same USB drive? You may need to create a new USB and start fresh. I found that starting fresh solves many issues. Try adding this as the first step in your commands: ./rploader.sh clean now
×
×
  • Create New...