Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phoenixlzx/6e5827ff1e6dc30f93e1e1a83e0aa955 to your computer and use it in GitHub Desktop.
Save phoenixlzx/6e5827ff1e6dc30f93e1e1a83e0aa955 to your computer and use it in GitHub Desktop.
Install DSM 6.X on Proxmox 5.0.X

DRAFT

Prerequisites

Procedure

  • Create the proxmox VM as the following :
    • OS Type : Linux 4.x
    • CD/DVD : do not use any media
    • Hard disk : virtIO, local, 1Go, raw disk image
    • CPU : 2 cores
    • Memory : dynamiclly allocate between 2048 Mo and 4096 Mo
    • Network : Intel E1000, MAC auto
  • Copy loader img file on proxmox node : scp synoboot.img user@proxmox-host:/tmp
  • Open a term on proxmox node and change directory to /tmp : cd /tmp
  • Get start block of the EFI partition : fdisk -lu synoboot.img
  • Mount img file : mount -t auto -o loop,offset=[start block * 512] synoboot.img /mnt/tmp
  • Edit
  • Replace VM hard disk with img file : dd if=synoboot.img of=/dev/pve/vm-100-disk-1
  • Optionaly map physical HDDs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment