Turnkey Owncloud VM - stuck on partitioning #14

Closed
opened 2026-02-04 16:18:16 +03:00 by OVERLORD · 5 comments
Owner

Originally created by @mygitus on GitHub (Nov 6, 2024).

Originally assigned to: @havardthom on GitHub.

Please verify that you have read and understood the guidelines.

yes

A clear and concise description of the issue.

Hi!
I am trying to install the Turnkey Owncloud VM using the default settings and choosing local-lvm for storage. I end up with a VM with a disc size of 692M (shown under the VM's "Hardware" in Proxmox). When starting the VM I get to the "Debian Installer Live". There I am asked too choose "Partitioning method". When I choose "Guided - use entire disk and set LVM", I get this error message:
"Failed to partition the selected disk
This probably happened because the selected disc or free space is too small to be automatically partitioned
"

Thanks for the help and for many great scripts!

What settings are you currently utilizing?

Default Settings

Which Linux distribution are you employing?

Debian 12

If relevant, including screenshots or a code block can be helpful in clarifying the issue.

No response

Please provide detailed steps to reproduce the issue.

  1. Run the script: bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/vm/owncloud-vm.sh)"
  2. choose local-lvm for storage
  3. Start the VM
Originally created by @mygitus on GitHub (Nov 6, 2024). Originally assigned to: @havardthom on GitHub. ### Please verify that you have read and understood the guidelines. yes ### A clear and concise description of the issue. Hi! I am trying to install the Turnkey Owncloud VM using the default settings and choosing local-lvm for storage. I end up with a VM with a disc size of 692M (shown under the VM's "Hardware" in Proxmox). When starting the VM I get to the "Debian Installer Live". There I am asked too choose "_Partitioning method_". When I choose "_Guided - use entire disk and set LVM_", I get this error message: "_Failed to partition the selected disk This probably happened because the selected disc or free space is too small to be automatically partitioned_" Thanks for the help and for many great scripts! ### What settings are you currently utilizing? Default Settings ### Which Linux distribution are you employing? Debian 12 ### If relevant, including screenshots or a code block can be helpful in clarifying the issue. _No response_ ### Please provide detailed steps to reproduce the issue. 1. Run the script: bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/vm/owncloud-vm.sh)" 2. choose local-lvm for storage 3. Start the VM
OVERLORD added the bug label 2026-02-04 16:18:16 +03:00
Author
Owner

@havardthom commented on GitHub (Nov 7, 2024):

The disk with size 692M is the bootdisk. You need to add another disk for storage to partition.

add-disk
partition

@havardthom commented on GitHub (Nov 7, 2024): The disk with size 692M is the bootdisk. You need to add another disk for storage to partition. ![add-disk](https://github.com/user-attachments/assets/33b8f465-10c2-4c0f-9b6e-c34de45ee46d) ![partition](https://github.com/user-attachments/assets/236081b3-efe6-405c-abaf-be98fdb679ba)
Author
Owner

@havardthom commented on GitHub (Nov 7, 2024):

Can probably add a note about this in docs

@havardthom commented on GitHub (Nov 7, 2024): Can probably add a note about this in docs
Author
Owner

@mygitus commented on GitHub (Nov 7, 2024):

Yes of course... I should have understood that. I guess the info on the webpage (https://community-scripts.github.io/Proxmox/scripts?id=ownCloud), made me expect to see a 8GB disk created by the script.
Screenshot owncloud

Thanks!

@mygitus commented on GitHub (Nov 7, 2024): Yes of course... I should have understood that. I guess the info on the webpage (https://community-scripts.github.io/Proxmox/scripts?id=ownCloud), made me expect to see a 8GB disk created by the script. <img width="260" alt="Screenshot owncloud" src="https://github.com/user-attachments/assets/92eedce7-5ece-4ef9-98d0-961ddb256dca"> Thanks!
Author
Owner

@havardthom commented on GitHub (Nov 7, 2024):

hm the script should actually set up a disk, reopening

@havardthom commented on GitHub (Nov 7, 2024): hm the script should actually set up a disk, reopening
Author
Owner

@Mellowlynx commented on GitHub (Nov 7, 2024):

hm the script should actually set up a disk, reopening

That's what I thought, so I did set the right label 😃

@Mellowlynx commented on GitHub (Nov 7, 2024): > hm the script should actually set up a disk, reopening That's what I thought, so I did set the right label 😃
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#14