Jump to content
XPEnology Community

w84no1

Transition Member
  • Posts

    14
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by w84no1

  1. I am using a Marvell 88SE9230 and an ASMedia ASM1062. That is the great thing about passing through the sata controllers, the drives are the same as if you are running it bare metal. I can take the drives and put them into an actual Synology and they would work. Also, I have backups.
  2. I wanted to run it bare metal as my disks had data from a bare metal DSM 6.2 install. I tried it on two different machines and it didn't work, so my only choice was a VM. But now that I have it setup that way, I will never do a bare metal install again. The developer is away due to personal reasons, so the only option for support is the community until he returns to the project.
  3. Are you using more than 2 drives? Whenever I add more than 2 drives, I have this problem. The only way I could get around it was to use Proxmox, install it inside a VM, and pass through the sata controller. Now it works with all 8 drives I have connected.
  4. I don't think you can use virtio disks with ARPL. I passed through the sata controller to get my disks into DSM.
  5. Are you trying to pass disks to your VM or creating virtual disks?
  6. I was like that too until I got it running in Proxmox. I prefer the flexibility of running it through a hypervisor. I can spin up another xpenology VM and test new versions without messing with my production VM and I don't have to be at the machine to rebuild a new loader. Another thing is that I can use this new Proxmox machine in my Proxmox cluster to keep all my docker containers running when I have to service my main Proxmox machine.
  7. I used this to get xpenology running in Proxmox. https://hotstuff.asia/2023/01/11/xpenology-with-arpl-on-proxmox-the-pro-way/ Then I used the Proxmox documentation to get the pci-e passthrough working. https://pve.proxmox.com/wiki/PCI(e)_Passthrough
  8. I couldn't find a fix, so I virtualized my NAS. I used pci-passthrough on Proxmox to pass through my sata controllers. I have a 2port pci-e controller for the Proxmox boot drive and I passthrough my motherboard sata controller to the xpenology VM. I have all 7 of my drives connected and working.
  9. Only install 2 drives and see if it boots. I had this problem, once I added a 3rd drive it would do exactly like you describe. I gave up on bare metal and installed Proxmox and passed the drives into a VM and it booted right up.
  10. I changed this in ARPL and my disks still don't show?? I had it working in DSM 6.2, was wanting to upgrade to 7.2.
  11. I installed Proxmox and everything is back up and running. I think I like running it in a VM better than bare metal.
  12. I used ARPL 1.1 beta 2 to upgrade from DS3617xs 6.2 to DS3622xs+ 7.1. Everything worked and I updated my packages. I rebooted and it will not come back up. I have 7 disks and it will come back up if I only have 2 or less drives installed. As soon as I add a 3rd disk it will not work. I have tried changing from DEV to PROD, direct boot, and switching back to DS3617xs. The only thing that works is having less than 3 drives installed.
  13. There is a typo in rploader.sh on line 236. if [ "$1" = "DS3615xs" ] || [ "$1" = "DS3617xs" ] || [ "$1" = "DS916+" ] || [ "$1" = "DS918DS918+" ] || [ "$1" = "DS920+" ] || [ "$1" = "DS3622xs+" ] || [ "$1" = "DVA3219" ] || [ "$1" = "DVA3221" ] ; then DS918DS918+ should be DS918+
×
×
  • Create New...