Jump to content
XPEnology Community

mrme01

Member
  • Posts

    21
  • Joined

  • Last visited

Posts posted by mrme01

  1. 50 minutes ago, jensmander said:

     

    There are some scenarios where adding „old“ virtual nics helped but this is no joy. Sticking tabasco dipped fingertips in your nose is more fun 🙃😋😉


    Okay, so now I have to deal with this in another way.

    So either manage my files with Windows in a similar way OR use a different OS to manage my files in a VM.

    It's a shame I cannot passthrough two PCIe devices to two different VM's on my hardware.

    How feasible is it to attempt to transplant what makes DSM work and it's interface onto a similar Linux distro? What would need to be done to get it to work like that? Even if it was just stuck to one version of DSM, we would have a much more friendly Linux environment.

  2. Hi folks, 

    Is it possible to run DSM under Hyper-V? I have a hardware requirement that means I wish to run Windows.

    Before another hypervisor is suggested, let me explain,

    1, it's not what I asked

    2, hardware limitations mean I can only passthrough one PCIe device. Either a GPU (requiring Windows for it's use) or a HBA.
    3, I'm moving from ESXi to Windows, I currently run DSM under ESXi, and it's fantastic)
    4, PVE is terrible.

    If this is possible, could you please link me to any relevant resources, Google seems to be giving me old posts or sources that no longer exist.

    Thanks in advance :-) 
     

  3. Hi folks,

    I finally managed to get DSM running!

    My server cannot be on 24/7, and it would be inconvenient to have to log into multiple web interfaces just to shut down the box. Is there any way to gracefully shutdown my DSM VM from ESXi?

    Google doesn't seem to return much, if at all. Nor does the search function on the forums.

    Thanks! :-)

  4. Reading another tutorial (jumped ship again to ESXi), it says to wait before trying to connect. I've been doing it as soon as the VM boots and giving up after a minute or so. Is that where I am going wrong? How long should I give DHCP to do it's thing?

  5. On 4/5/2020 at 8:35 PM, gadreel said:

    I tried ESXI... but I found it complicate.

    Let me know if you succeed.


    Fast forward a day or so, I hove jumped ship to Proxmox/PVE.

    I just had a thought, do I need to have a drive attached to the VM for the initial setup? I ask as I am going to passthrough a HBA to the VM, I booted it first as as sanity check, hoping to get some form of failure message about missing disks, before continuing to add the HBA.

  6. 1 hour ago, gadreel said:

    So, seeing that image your are good. It means the loader is loading fine. I do not think you need to change anything there, no need to put it to USB I believe. As you said you need to find a way to make the network to work.

     

    No such luck. It's not a firewall issue as I can RDP into my Windows 10 VM on the same br0 bridge. Truly stumped. MAC is the same, without the colons as the VM itself. 

    OR6JQ6c.png

  7. 1 minute ago, gadreel said:

    But if you see this screen it means that your Synology is booting successfully. Your issue is the network card most probably.

    Screenshot_2020-04-05 QEMU (DS918+) - noVNC.png

    I am indeed seeing this screen. I ask as I wasn't sure if partitions for hard disks and image files are handled differently, even though it boots.

    I'll try with USB. Definitely using the correct MAC, DHCP on my Pihole isn't picking it up/giving an IP using the e1000 interface, and virtio was the same. I'll double check the MAC is correct

  8. 2 hours ago, gadreel said:

     

    
    <disk type='file' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source file='/mnt/user/isos/synoboot-ds918.img' index='5'/>
          <backingStore/>
          <target dev='hdc' bus='usb'/>
          <boot order='1'/>
          <alias name='usb-disk2'/>
          <address type='usb' bus='0' port='2'/>
        </disk>

    I've been pointing to it like it's a hard disk image, with the virt-manager gui, does it need to be mounted like a USB drive? It seems to load when mounted as a virtual hard disk.

     

  9. How do I do this with a virtual disk? I've just been trying to boot the image file from the zip file, Do I need to edit that image file with these details?

    I've tried this with the following,
    1.04b
    synoboot-ds918.zip
    DS3615xs 6.1 Jun's Mod V1.02b.img
    synoboot_3615.zip
     

  10. 6 minutes ago, gadreel said:

     

    On my Unraid which is also using KVM the problem was the model of the network card. By default Unraid enters "Virtio" as the model type which Synology does not have drivers or does not understand it somehow. But if I manually change the model type to e1000 the network bridge works fine.

     

    Also, if you have 2 network cards you can pass through one but again as long the Synology bootloader has drivers for it.

    
     <interface type='bridge'>
          <mac address='52:54:00:4b:b9:9e'/>
          <source bridge='br0'/>
          <model type='e1000'/>
          <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
        </interface>

    I hope this helps you.


    Do I include that particular MAC address? The other ones I have seen are different, starting with 00.

    I haven't tried a different NIC as again, the guides for other platforms seem to stick with using the e1000.

    I'll give this a go and report back, thanks :-)

  11. Hi folks, I am trying to install on KVM, I have my mac address set to 0011322CA785, but other than that, no other changes have been made. The last message I get is screen will stop updating, please got to find.synology.com, and that is not finding it. Any idea what or where I am going or doing wrong?

×
×
  • Create New...