uxora-com / xpenology-docker

Docker configured to run a KVM VirtualMachine of Xpenology dsm 6.2.3 ( and 7.0.1 with redpill)
43 stars 12 forks source link

ERROR: Bootloader cannot be downloaded from URL. #6

Closed darrepac closed 3 years ago

darrepac commented 3 years ago

I used the following docker-compose.yml file:

version: '3.3'

services:
  Xpenology:
    image: "uxora/xpenology:latest"
    stdin_open: true # docker run -i
    tty: true        # docker run -t
    container_name: Xpenology
    restart: always
    volumes:
      - /home/pascal/DSM/data:/datashare
    ports:
      - '5000:5000'
    environment:
      - RAM=512
      - DISK_SIZE=32G
      - 'BOOTLOADER_URL=http://synoboot.linkhere.fr/synoboot_103b_ds3615xs_virtio_9p.img'
      - BOOTLOADER_AS_USB=Y
      - VM_ENABLE_VIRTIO=Y

and got the following:

Creating Xpenology ... done
Attaching to Xpenology
Xpenology    | INFO: Start downloading bootloader from URL ...
Xpenology    | ERROR: Bootloader cannot be downloaded from URL.
uxora-com commented 3 years ago

Check the url of BOOTLOADER_URL! You just copy and paste a "docker-compose.yml" from a forum without changing or testing if url is working.