Skip to content

No rr.img boot option #30449

@error105

Description

@error105

请从最新版本中下载 rr.img 文件。

并将 <path_to_rr.img> 替换为你的 rr.img 文件的实际路径.

Please download the rr.img file from the latest release.

And replace <path_to_rr.img> with the actual path to your rr.img file.

version: "3.9"
services:
rr:
image: qemux/qemu:latest
container_name: synology
environment:

BOOT: "https://github.com/RROrg/rr/releases/download/26.4.0/rr-26.4.0.img.zip"

  RAM_SIZE: "4G"  # >= 4G recommended for DSM
  CPU_CORES: "2"
  DISK_FMT: "qcow2"
  DISK_TYPE: "sata"
  DISK_SIZE: "16G"  # data disk size
  ARGUMENTS: "-device nec-usb-xhci,id=usb0,multifunction=on -drive file=/rr-26.4.0.img,media=disk,format=raw,if=none,id=udisk1 -device usb-storage,bus=usb0.0,port=1,drive=udisk1,bootindex=999,removable=on -drive file=/dev/disk/by-id/ata-ST4000VX007-2DT166_ZGY74MEZ,if=none,id=sata1,format=raw -device ide-hd,bus=ide.1,drive=sata1 -drive file=/dev/disk/by-id/ata-ST4000VX007-2DT166_ZGY74MRR,if=none,id=sata2,format=raw -device ide-hd,bus=ide.2,drive=sata2"
devices:
  - /dev/kvm
  - /dev/net/tun
  - /dev/disk/by-id/ata-ST4000VX007-2DT166_ZGY74MEZ
  - /dev/disk/by-id/ata-ST4000VX007-2DT166_ZGY74MRR
cap_add:
  - NET_ADMIN
ports:
  - 5000:5000  # For DSM management
  - 5001:5001  # For DSM management
  - 7681:7681  # For RR management
  - 7304:7304  # For RR management
  - 7080:7080  # For RR management
  - 8006:8006  # For QEMU management
volumes:
  - /home/lukasz/Docker/Xpenology/image/rr-26.4.0.img:/rr-26.4.0.img
  - /home/lukasz/Docker/Xpenology:/storage
restart: always
stop_grace_period: 2m

I have issue, that when i start container, im directly boot into linux virt, not that proper image :(
When i paste latest rr.img url into boot, when extract it says that no rr-26.4.0.img found in zip archive. So i cant start that Xpenology :(

What i make wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions