-
-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debian 12 VM Script Does not Prompt for HDD Size #1093
Comments
I just tried the Ubuntu 24.04 VM as well - it also does not prompt for HDD size. This is less of an issue on LXCs since you can easily extend the storage (after all it is a quota and not a conventional virtual disk), but with VMs you must manually repartition which is sub-optimal. |
Hello @AT-StephenDetomasi I'm just looking at this now, what would you recommend as a default disk-size? Thanks. |
8GB would be my minimum recommended size, but user choice here is important, as some people may want to install a desktop environment for various reasons. In my situation I want to install a desktop environment and have a disk size of around 25GB. Whilst I could manually resize partitions via a GParted Live environment afterwards, this is a bit of a chore. The other thing not mentioned is swap, but this is probably less important. |
That definitely looks like we're on the right track. That said, typically when a user selects a given disk size as part of an operating system installation on a new system, it should be assumed that the entire disk would be allocated for this. I can't think of a good reason why someone would want it any other way... |
β Have you read and understood the above guidelines?
Yes.
π What is the name of the script you are using?
Debian 12 VM
π What was the exact command used to execute the script?
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/vm/debian-vm.sh)"
π Provide a clear and concise description of the issue.
During the advanced setup, several variable parameters are prompted to the user. Unfortunately, the HDD size is not prompted during the process, and the default 4GB HDD size is forced, which is insufficient for many users.
βοΈ What settings are you using?
π₯οΈ Which Linux distribution are you using?
Debian 12
π Steps to reproduce the issue.
Run the command, select advanced options. Option to change HDD size does not appear.
β Paste the full error output (if available).
No logs due to missing option.
πΌοΈ Additional context (optional).
Output from final command:
The text was updated successfully, but these errors were encountered: