Jump to content
XPEnology Community

zjcai

Transition Member
  • Posts

    16
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by zjcai

  1. - Outcome of the update: SUCCESSFUL - DSM version prior update: DSM 7.2-69057 update 3 - Loader version and model: TCRP v0.10.0.0 with Friend / DS918+ - Using custom extra.lzma: NO - Installation type: BAREMETAL: i3-8100 - 16GB DDR4 - 8 HDD - 2 NICs - Additional comments: Manual Update, reboot and everything seems to be OK
  2. - Outcome of the update: SUCCESSFUL - DSM version prior update: DSM 7.2-69057 update 1 - Loader version and model: TCRP v0.10.0.0 with Friend - Using custom extra.lzma: NO - Installation type: BAREMETAL: i3-8100 - 16GB DDR4 - 8 HDD - 2 NICs - Additional comments: Manual Update, reboot and everything seems to be OK
  3. you can try this one. It may works. ./rploader.sh ext ds920p-7.2.0-64561 add https://raw.githubusercontent.com/pocopico/tcrp-addons/main/acpid/rpext-index.json
  4. according to the script here ( https://github.com/pocopico/tcrp-addons/blob/main/acpid/releases/install.sh ) I manually installed the acpid addon. but i beleve the best option is to add the ACPI addon as @pocopico suggested when you build the image.
  5. Manually copied the acpid.service file to /usr/lib/systemd/system, now the power button works like a charm. Thank you!
  6. Delete all extra drivers, build with no error, and the e1000e and igb drivers are present in DSM. but ..... the powerbutton doesn't work!
  7. Thanks for the great work on this project ! I will try the web-builder ASAP.
  8. thank you very much, blubster. I will try rebuilding it with no extra drivers added. The HTML way sounds great, I'll give it a try later.
  9. [-] The extension pocopico.e1000e was found. However, the extension index has no recipe for ds918p_64561 platform. It may not be [-] supported on that platform, or author didn't updated it for that platform yet. You can try running [-] "ext-manager.sh update" to refresh indexes for all extensions manually. Below are the currently known information about [-] the extension stored locally:
  10. hey, guys. need some help here. build with this command: ./rploader.sh build ds918p-7.2.0-64561 manual It appears that the pocopico.e1000e extension is not yet compatible with ds918p_64561. What steps should be taken to resolve this issue? [-] Failed to update recipe for pocopico.e1000e extension for platform ds918p_64561. The script will terminate as you do not [-] have previously downloaded recipe which can be used if download fails. Try again later. If problem [-] persists contact the extension packer for support (displayed below) [#] ========================================== pocopico.e1000e ========================================== [#] Extension name: e1000e [#] Description: Adds Intel(R) PRO/1000 Network Driver Support [#] To get help visit: <todo> [#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/main/e1000e [#] Software author: https://github.com/pocopico [#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json [#] Platforms supported: ds1621p_42218 ds1621p_42951 ds918p_41890 dva3221_42661 ds3617xs_42621 ds3617xs_42218 ds920p_42661 dva3221_42962 ds918p_42661 ds3622xsp_42962 ds3617xs_42951 dva1622_42218 dva1622_42621 ds920p_42962 ds1621p_42661 dva1622_42951 ds918p_25556 dva3221_42218 ds3615xs_42661 dva3221_42951 ds3622xsp_42661 ds2422p_42661 ds3622xsp_42218 ds2422p_42962 rs4021xsp_42621 dva1622_42962 ds2422p_42218 rs4021xsp_42962 dva3221_42621 ds3615xs_42962 ds3617xs_42962 ds3615xs_41222 ds920p_42951 rs4021xsp_42218 ds2422p_42951 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42218 rs4021xsp_42951 ds920p_42621 ds918p_42962 ds3615xs_42951 ds3622xsp_42951 dva1622_42661 ds918p_42218 ds2422p_42621 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds1621p_42962 ds3622xsp_42621 rs4021xsp_42661 [#] ======================================================================================= [!] Cannot continue due to previous errors (see above) *** Process will exit *** [!] Failed to update all extensions for ds918p_64561 platform - see errors above *** Process will exit ***
  11. Thanks. In my case, changing the device type of the virtual disk mapped to the synoboot image (1.0.4b) from usb to sata solves the problem.
  12. CPU: i3-8100 Host OS: ubuntu 18.04 I've set the VM to boot off USB storage that is mapped to the 1.0.4b image file. And I have the NIC configured to emulate e1000. The VM does boot the USB image fine and gets an IP address. In the web interface I selected the DSM_DS918+_23824.pat file. But the installation failed with the "13" error. (failed to install the file. The file is probably corrupted. (13) ). settings of the VM: error during the installation: via the seral consol, there are some error messages during booting: mount: open failed, msg:No such file or directory mount: mounting /dev/bus/usb on /proc/bus/usb failed: No such device ln: /proc/bus/usb/devices: No such file or directory PS: The installation in the same VM with jun's loader 1.02b and DS3617xs can succeed.
  13. I specifically look for hd0, so if you have two usb's attached there is a possibility your boot usb ends up as hd1. I don't see why multiple USB media's are installed, but may need to change this if more people run into this. I may also do some logic to search and select which one is the real boot media. Actually there was only one usb drive, no other usb media at all in my case. I edited config files, both grub.cfg and grub-quicknick-v2.cfg, the $root and $prefix were set with search.fs_uuid result. Then, the grub bootmenu showed up correctly. But, with no lucky, I still could not boot the kernel. Now, waiting for 2.3 is the only option i get. BTW, there are some errors in these config files, [ -n $has_serial ] has to be modified to [ -n "$has_serial" ] for instance.
  14. Hi,quicknick, thanks for the great work! PC model: Foxconn nT-i1500 Serial: none It can boot from the usb drive (sandisk cz33, as well as other two drives), but grub directly enter the command-line mode without read the config file. Turns out the reason maybe that these usb drive are recognized as hd1, not hd0 in grub. So, is there a simple way for me to modify some files to get it to work ? PS: sata operation mode has configured to AHCI. I got the same error. Change AHCI mode to IDE mode, maybe you'll be surprised! Leave in ACHI mode and use Synology Assistant. Then you'll be surprised. Sent from my SM-N920T using Tapatalk
  15. I got the same error. Change AHCI mode to IDE mode, maybe you'll be surprised!
  16. quicknick, thanks for the great work! I tried the bootloader, and found a bug (Maybe it's not a bug ). PC model: Foxconn nT-i1500 Serial: none It can boot from the usb drive (sandisk cz33, as well as other two drives), but grub can't read the config file. Turns out the reason is that these usb drive are recognized as hd1, not hd0 in grub. So, is there a simple way for me to modify some files to get it to work ?
×
×
  • Create New...