Jump to content
XPEnology Community

berzek

Rookie
  • Posts

    3
  • Joined

  • Last visited

Everything posted by berzek

  1. Hello @ze465fe, This long post may apply to you as I have a DS3622xs+ VM running on my VB host under W10, if I understand the DeepL translation correctly of your post :: - you will like to have DSMv7x on VirtualBox v6.1x ? if so this is possible. - here is what my VB VM looks like :: NOTE: under System: set and a second SATA Controller 4 port, that said it depends in how you really want it set up, for me it holds the DSM virtual disks 1&2, the DSM OS & Data will be stored here, your mileage will vary. I decided on .vhd disks to eventually to load them into W10 when needed. You could settle for .vmdk or .vdi if you like. There is no virtual USB device needed hence under System > The issue is with the automatically selected e1000e module which loads in DSM but does not set up an Interface namely eth0 in the DSM, so when connected via Serial console (thru. Putty Serial from VB Serial pipe) a straightforward ifconfig will result only with the lo (local) interface and no other interfaces, many lines before the BusyBox login you will also see:: ip: ioctl 0x8913 failed: No such device Got around this by looking at the TC installer and found that the e1000 module works with VB so simply adding the e1000 module via ext before the build with ./rploader.sh ext broadwellnk-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000/rpext-index.json I'm using broadwellnk as that Architecture is for the DS3622xs+ Platform , see detailed information on DSM 7.x Loaders and Platforms by @flyride and choose accordingly. The TCRP v0.9.0.2 is from the develop branch, why dev. branch ? .. well because it worked Since we are with a VM , VB has a COM Port pipe handler that you can use together with Pytty Serial : in VB .. & in Putty - If you need all the ./rploader steps , then here is my history backtrace : (PS: these steps may not coincide with the official procedure !) ./rploader.sh update now ./rploader.sh fullupgrade now ./rploader.sh serialgen DS3622xs+ realmac ./rploader.sh satamap now ./rploader.sh ext broadwellnk-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000/rpext-index.json ./rploader.sh build broadwellnk-7.1.0-42661 ./rploader.sh backup now sudo reboot The rest is standard DSM installation, after DSM is setup then I keep the Update Settings at and hence no automatic updates. > If you do end up doing a Manual DSM update to 7.1-42661 Update 2 then you need to do the postupdate rploader script action as well ie: reboot to TCRP boot mode and :: ./rploader.sh clean now sudo ./rploader.sh postupdate broadwellnk-7.1.0-42661 ./rploader.sh backup now sudo reboot - I used sudo because I found that some cp commands were failing maybe @pocopico may have more info on that topic. - HTH :: This is a long post but i hope it can help you or anyone else wanting to setup DSMv7x on a VB VM in W10.
  2. Quoted in relation to DSM setup getting stalled at 55% or 66%. - After facing the same problem earlier, I managed to get to a working DS3622xs+ by simply trying out the USB Loader from another USB port on the Baremetal HW. .hth
  3. @Casper1982 how did you manage to install DSM 7.0.1_42218 on VirtualBox ? can you share your .vbox configuration file ? reason is I'm having no success in VirtualBox with the DSMv7.x series either with TCRP loader method or with a possible update path from last working Jun's Loader DSM 6.2.3-25426 (in te latter update case i get an "Unknown Error (21)" - whereas in the case of a direct TCRP install procedure the loader boots upto BusyBox but fails to use the loaded e1000e module which results in ip: ioctl 0x8913 failed: No such device and no eth0 network interface hence stuck there. This happens for all TCRP scripts v0.4.6, v0.8.0.1 and even the dev version of v0.9.0.2 and both later DSM v7.0.1.x and v7.1.0.x its always the same message above I have tried configuring the VirtualBoxes with other Network adapters as well , even the ParavirtualizedNetwork (virtio-net) and can see the module loaded but no network interface. PS: I'm runnung VirtualBox as the host on a Windows 10 PC !
×
×
  • Create New...