Skip to content

Instantly share code, notes, and snippets.

@maxim-ge
Last active May 27, 2024 06:49
Show Gist options
  • Save maxim-ge/e9eeb5bda90b397a21094218af704037 to your computer and use it in GitHub Desktop.
Save maxim-ge/e9eeb5bda90b397a21094218af704037 to your computer and use it in GitHub Desktop.
Install ubuntu on Synology DS432+

Install ubuntu/debian on Synology DS432+

Resources

https://recoverit.wondershare.com/nas-recovery/synology-ubuntu.html

https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/1901482

20.04.1, when applying updates, 'full log' is reporting for every package install: E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)

https://askubuntu.com/questions/1490233/what-is-curtin-command-in-target-and-why-does-it-take-so-long-to-run

I frequently install Ubuntu on VMs running under Proxmox or VMware. Every time the installer gets to curtin command in-target and stays there for at least half an hour, sometimes much longer. The Ubuntu installer at this point gives an option to "Cancel update and reboot", but if that is chosen it then sits unchanging for about the same time that just leaving it to complete does.

https://discuss.hashicorp.com/t/ubuntu-22-04-3-lts-install-hangs-at-subiquity-install-install-postinstall-run-unattended-upgrades-cmd-in-target/63068

https://community.synology.com/enu/forum/1/post/185729

For me Ubuntu 22.04 is running fine with X11 and this VMM settings: 1cpu 3gb RAM vmvga virtio scsi controller Uefi firmware

@maxim-ge
Copy link
Author

maxim-ge commented May 24, 2024

2024.05.24 13:45: ubuntu 20.04.06

Freezes in ~20 minutes:

image

image

19:00: Reboot

image

image

19:02: Login and shutdown

@maxim-ge
Copy link
Author

maxim-ge commented May 24, 2024

debian-12.5.0-amd64-netinst.iso

19:05: Installation started

Notes

  • Text mode selected
  • Asks a password for the root user
  • Have to specify the country
  • A lot of questions in the middle (like, want to send statistics weekly?)
  • Grub boot loader perhaps can be skipped

20:46: Installation finished

  • Login root(!): ok
  • Reboot

22:51 Install Synology Guest Tool for Virtual Machine Manager

  • apt-get install qemu-guest-agent
  • root: shutdown now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment