error with ./cloudron-setup
-
Hi all, having errors installing on ubuntu 20.04 in proxmox.
everything works fine till I get to this point. Any help will be great thanksroot@cloudron:~# ./cloudron-setup
##############################################
Cloudron Setup (latest)
##############################################Follow setup logs in a second terminal with:
$ tail -f /var/log/cloudron-setup.logJoin us at https://forum.cloudron.io for any questions.
=> Updating apt and installing script dependencies
=> Checking version
=> Downloading version 7.0.4 ...
=> Installing base dependencies and downloading docker images (this takes some time) ...Init script failed. See /var/log/cloudron-setup.log for details
root@cloudron:~# -
@nebulon
here is what i believe the error is in the logdo not upgrade grub because it might prompt user and break this script
echo "==> Enable memory accounting"
==> Enable memory accounting
apt-get -y --no-upgrade --no-install-recommends install grub2-common
Reading package lists...
Building dependency tree...
Reading state information...
Skipping grub2-common, it is already installed and upgrade is not set.
grub2-common set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.
sed -e 's/^GRUB_CMDLINE_LINUX="(.*)"$/GRUB_CMDLINE_LINUX="\1 cgroup_enable=memory swapaccount=1 panic_on_oops=1 panic=5"/' -i /etc/default/grub
update-grub
/usr/sbin/grub-probe: error: failed to get canonical path of `/dev/mapper/pve-vm--103--disk--0'.