Jump to content
XPEnology Community

qwrty

Transition Member
  • Posts

    10
  • Joined

  • Last visited

Posts posted by qwrty

  1. On 7/22/2020 at 6:32 PM, qwrty said:

    - Outcome of the update:  FAILED

    - DSM version prior update: DSM 6.2.3-25426

    - Loader version and model: Jun's Loader v1.04b DS918+

    - Using custom extra.lzma: No

    - Installation type: Debian 10 / Qemu 3.1.0 (Debian 1:3.1+dfsg-8+deb10u6) / Libvirt 5.0.0 -  SuperMicro X11SSH-F (BIOS 2.3) / Intel E3-1275 v6

    - Additional comment: File States Corrupt. Downloaded It A Few Times Do Not Know What is Going On, also Tried Manually. First failed update since I installed my VM 1 years ago.

     

    Seems fixed after installing FixBoot.sh

    more /etc.defaults/VERSION
    majorversion="6"
    minorversion="2"
    productversion="6.2.3"
    buildphase="GM"
    buildnumber="25426"
    smallfixnumber="2"
    builddate="2020/07/08"
    buildtime="06:14:27"

     

  2. Hello,

     

    since the new DSM 6.2.3-25426 Update 2, I can't update anynore, I got stuck with: "File States Corrupt"

     

    My actuel setup:

     

    - DSM version prior update: DSM 6.2.3-25426

    - Loader version and model: Jun's Loader v1.04b DS918+

    - Using custom extra.lzma: No

    - Installation type: Debian 10 with 5.6.0-0.bpo.2-amd64 Kernel  / Qemu 3.1.0 (Debian 1:3.1+dfsg-8+deb10u6) / Libvirt 5.0.0 -  SuperMicro X11SSH-F (BIOS 2.3) / Intel E3-1275 v6 (Kaby Lake)

    - Additional comment: File States Corrupt. Downloaded It A Few Times Do Not Know What is Going On, also Tried Manually.

     

    Should I use custom extra.lzma now ? (I eard about this extra driver, but I don't know if I should/can use it with my setup)

     

    Host machine driver:

     

    Citation

    lspci -k | grep 'Kernel driver'
            Kernel driver in use: ie31200_edac
            Kernel driver in use: i915
            Kernel driver in use: xhci_hcd
            Kernel driver in use: intel_pch_thermal
            Kernel driver in use: ahci
            Kernel driver in use: pcieport
            Kernel driver in use: pcieport
            Kernel driver in use: pcieport
            Kernel driver in use: i801_smbus
            Kernel driver in use: igb
            Kernel driver in use: igb
            Kernel driver in use: ast


    My XML VM setup is attached.
     

    Thank you very much.

    config.xml

  3. - Outcome of the update:  FAILED

    - DSM version prior update: DSM 6.2.3-25426

    - Loader version and model: Jun's Loader v1.04b DS918+

    - Using custom extra.lzma: No

    - Installation type: Debian 10 / Qemu 3.1.0 (Debian 1:3.1+dfsg-8+deb10u6) / Libvirt 5.0.0 -  SuperMicro X11SSH-F (BIOS 2.3) / Intel E3-1275 v6

    - Additional comment: File States Corrupt. Downloaded It A Few Times Do Not Know What is Going On, also Tried Manually. First failed update since I installed my VM 1 years ago.

  4. Just to let you know, the new ds918 loader which support 6.2/6.21 is working great on my config with KVM/Qemu:

     

    <cpu mode='custom' match='exact' check='full'>
        <model fallback='forbid'>Skylake-Client-IBRS</model>
        <vendor>Intel</vendor>
        <feature policy='require' name='ss'/>
        <feature policy='require' name='hypervisor'/>
        <feature policy='require' name='tsc_adjust'/>
        <feature policy='require' name='clflushopt'/>
        <feature policy='require' name='umip'/>
        <feature policy='require' name='ssbd'/>
        <feature policy='require' name='xsaves'/>
        <feature policy='require' name='pdpe1gb'/>
      </cpu>
      <clock offset='utc'>
        <timer name='rtc' tickpolicy='catchup'/>
        <timer name='pit' tickpolicy='delay'/>
        <timer name='hpet' present='yes'/>
      </clock>
      <on_poweroff>destroy</on_poweroff>
      <on_reboot>restart</on_reboot>
      <on_crash>restart</on_crash>
      <devices>
        <emulator>/usr/bin/qemu-system-x86_64</emulator>
        <disk type='file' device='disk'>
          <driver name='qemu' type='qcow2' cache='directsync'/>
          <source file='/mnt/volume3/vm/dsm6.2.qcow2'/>
          <backingStore/>
          <target dev='sdb' bus='sata'/>
          <boot order='2'/>
          <alias name='sata0-0-1'/>
          <address type='drive' controller='0' bus='0' target='0' unit='1'/>
        </disk>
        <disk type='file' device='disk'>
          <driver name='qemu' type='raw' cache='directsync'/>
          <source file='/mnt/volume3/vm/synoboot.img'/>
          <backingStore/>
          <target dev='sdc' bus='sata'/>
          <boot order='1'/>
          <alias name='sata0-0-2'/>
          <address type='drive' controller='0' bus='0' target='0' unit='2'/>
        </disk>
        <interface type='bridge'>
          <mac address='00:11:32:12:34:56'/>
          <source bridge='br0'/>
          <target dev='vnet0'/>
          <model type='e1000'/>
          <alias name='net0'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
        </interface>

     

×
×
  • Create New...