Jump to content
XPEnology Community

howudodat

Rookie
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

howudodat's Achievements

Newbie

Newbie (1/7)

1

Reputation

  1. ok, if I stop at 7.0.1-42218 it installs fine
  2. I have tried with both emulating a usb drive: -args "-drive 'if=none,id=synoboot,format=raw,file=/var/lib/vz/images/${id}/tinycore-redpill.img' -device 'qemu-xhci,addr=0x18' -device 'usb-storage,drive=synoboot,bootindex=5'" and I have tried by coping the img into sata 1: sata0: local-lvm:vm-930-disk-0,size=100G sata1: local-lvm:vm-930-disk-1,size=1G both get an error from the web setup: at 43% Failed to install DSM, file is probably corrupted
  3. Trying to isntall 3622xs+ on proxmox using the below steps: create the guest: # set vm id id=930 ver=0.4.6 # create image directory, download and uncomporess mkdir -p /var/lib/vz/images/${id} curl --location https://github.com/pocopico/tinycore-redpill/raw/main/tinycore-redpill.v${ver}.img.gz --output /var/lib/vz/images/${id}/tinycore-redpill.img.gz gzip --decompress /var/lib/vz/images/${id}/tinycore-redpill.img.gz --keep # create disk for sata0 pvesm alloc local-lvm ${id} vm-${id}-disk-0 100G # create vm qm create ${id} \ --args "-drive 'if=none,id=synoboot,format=raw,file=/var/lib/vz/images/${id}/tinycore-redpill.img' -device 'qemu-xhci,addr=0x18' -device 'usb-storage,drive=synoboot,bootindex=5'" \ --cores 2 \ --cpu host \ --machine q35 \ --memory 2048 \ --name DSM \ install tcrp: ./rploader.sh update now ./rploader.sh fullupgrade now ./rploader.sh serialgen DS3622xs+ ./rploader.sh identifyusb now ./rploader.sh satamap now ./rploader.sh build broadwellnk-7.0.1-42218 ./rploader.sh clean now ./rploader.sh ext broadwellnk-7.1.0-42661 add https://github.com/pocopico/redpill-load/raw/develop/redpill-virtio/rpext-index.json ./rploader.sh ext broadwellnk-7.1.0-42661 add https://github.com/pocopico/redpill-load/raw/develop/redpill-acpid/rpext-index.json ./rploader.sh build broadwellnk-7.1.0-42661 GRUB shows: RedPill DS3622xs v7.1.0-42661 Beta (USB, Verbose) * RedPill DS3622xs v7.1.0-42661 Beta (SATA, Verbose) TinyCore ... Afterwards when I go to the web page I see: Welcome! Set up your Synology DS3622xs+ now I click on Install and it prompts me for a pat file So I select and install the pat downloaded from synology and I get error: Failed to install the file is probably corrupt Questions: 1. What is the difference in GRUB between the USB and SATA entries? 2. Are these the right steps to install on proxmox? 3. Why is it asking to install a pat file when it seems that tcrp is downloading that file already for me? 4. and of course, how to fix the error
  4. Sorry, I might not have been clear in my question. What I meant to ask is for a better understanding of the OS and packages. I understand it's built on open source packages. So I assume AD is built on Samba. Is the UI an open source framework that I can install on any linux distro? Not the whole DSM just the AD part. As an aside the UI is a nice looking framework, is the framework available as open source that can be used to develop other web apps?
  5. Is there a list of packages in DSM? I am looking specifically for the Active Directory Server package. We have a DSM 1515+ that we use as an AD primary, and a proxmox server running 4 VMs (3 linux: firewall, db and middleware, 2 windows:3CX and Terminal Server). I'd like to setup a backup AD but provide a friendly UI like what DSM has Option 1: install xpe and use AD server from Synology Option 2: just use samba and find some other UI Option 3: ??? No Idea Thoughts?
×
×
  • Create New...