Jump to content
XPEnology Community

marc_al

Member
  • Posts

    33
  • Joined

  • Last visited

Everything posted by marc_al

  1. Hello, I will do some tests with your image file. thank you for the time you spent doing it EDIT : All is working with your files. In case someone has a problem using it here is what I had to do : To use the image I had to add a new network adapter (a second one) and then the DS assistant was able to find it (as the first adaptater is in another subnet than mine), after I had to put a fixed IP address in the first adapter (in my network subnet) and finally I was able to remove the second one and enable DHCP (or not if I don't want to use it). Unfortunately I have not been able to upgrade the image to 4.2 Video station is not working too (I have to restart the syno and by SSH I have to remove manually the directory Videostation in /volume1/@app... ) but it is a problem with xpenology as it is not working with virtual box. Perhaps there is a license or something like that in the syno. Thanks again for the time you spent doing it. Marc
  2. Hello, I am sorry but I didn't manage to do it. I can do the replace if the zImage on the new vhdx. After that I delete the line with the default in the partition 2 of the vhd (/boot/Grub) I do the new virtual machine then I start and I can't go in the Grub Menu (it seems to choose a default item too) When I choose one of the two it doesn't work. The program talks about modules with the wrong version. I guess that I have to copy other files (in addition to the zImage) Do you haev any idea? Thank you Marc
  3. Hello, Thank you for the explanation. I will try next week and tell you how it works . Marc
  4. Hello, The drivers for hyper-v would be great (after all it is given for free with every windows 8 Pro and it seems to be faster for disk access than vmware). Perhaps the DEC drivers would be great as it seems that the firmware 4.1 was not working with the hyper-v drivers so the DEC driver was necessary. Marc
  5. Hello, I never managed to do it. I have tried to mount a cifs share and then create a link from the share to the video folder but it didn't work too. The problem is the same with the cloudstation, only local drives are working. Marc
  6. Hello, I have compiled a new kernel to make some tests with hyper-v (and qemu), but How can I modify the img file. Can you please tell me how you did it? If I put the zImage inside the img file there are a lot of errors with modules that don't have the correct version and the DS assistant can't find the virtual syno? Marc
  7. Hello, I am trying to compile a new kernel with the drivers for Hyper-V Everything seems to be good but in the end, it doesn't seem to work I have made the bzImage (renamed to zImage) and I have put it back in the img file (converted to vhd) and it says there is an error with the checksum Here is all what I did. 1) Install requirements sudo apt-get install git libc6-i386 build-essential libncurses5-dev 2) ln /home/marc /home/youruser 3) mkdir syno and cd syno 4) Download gcc420_glibc236_x64_bromolow-GPL.tgz wget http://sourceforge.net/projects/dsgpl/f ... z/download 5) Download synogpl-3201-bromolow.tbz wget http://sourceforge.net/projects/dsgpl/f ... z/download 6) tar -xvzf gcc420_glibc236_x64_bromolow-GPL.tgz 7) tar -xvjf synogpl-3201-bromolow.tbz -C /home/marc/syno/x86_64-linux-gnu/ 8) git clone git://github.com/andy928/xpenology.git cd xpenology 9) Check everything with Hyper-v inside the name (as * if possible or as module if not) make ARCH=x86_64 CROSS_COMPILE=/home/youruser/syno/x86_64-linux-gnu/bin/x86_64-linux-gnu- menuconfig 10) make ARCH=x86_64 CROSS_COMPILE=/home/youruser/syno/x86_64-linux-gnu/bin/x86_64-linux-gnu- 11) make ARCH=x86_64 CROSS_COMPILE=/home/youruser/syno/x86_64-linux-gnu/bin/x86_64-linux-gnu- modules 12) make ARCH=x86_64 CROSS_COMPILE=/home/youruser/syno/x86_64-linux-gnu/bin/x86_64-linux-gnu- bzImage 13) Rename xpenology/arch/x86/boot/bzImage (mv /home/marc/syno/xpenology/arch/x86/boot/bzImage /home/marc/syno/xpenology/arch/x86/boot/zImage ) 14 cd /home/marc/syno 15 mkdir Pat 16 git clone https://github.com/andy928/synochecksum.git synochecksum 16 cd synochecksum 17) make 18) cp synochecksum-emu1 /home/marc/syno/Pat 19 cd /home/marc/syno 21 Copy of DS3612xs_3202-Repack.pat in /home/marc/syno/Pat/DS3612xs_3202-Repack.pat.tar 22 tar -xvf DS3612xs_3202-Repack.pat 23 synochecksum-emu1 hda1.tgz rd.gz updater VERSION zImage >checksum.syno 24 tar -cvf DS312_xs-Repack2.pat.tar * 25 copy all the file zImage inside the in the vhd file (in the two partitions). 26 Launch the virtual machine and it doesn't work Can you please tell me what I am missing? Is there a step I didn't do? Thank you Marc
  8. marc_al

    Hyper-v

    Hello, Can you please tell me how I can install XPEnology on Hyper-v (as it is included in Windows 8 Pro)? the NIC isn't accepted and I have no idea about how to enable it. Thank you Marc
×
×
  • Create New...