Automated Proxmox Installation

fbelelli

New Member
Jun 11, 2024
4
0
1
Hi,
i'm getting hand in automated proxmox installation using assistant tool and answer file.

I'm trying to compile the answer file but i'm having some problems with [disk setup] section. In my normal manual configuration i've dev/sda and dev/sdb storage devices and i install Proxmo VE in a 32GB partition of dev/sda.
How can i indicate that in the answer file?

Thank you
 
This works for me
Code:
[disk-setup]
filesystem = "ext4"
lvm.swapsize = 0
lvm.maxvz = 0
disk_list = ['sda']
 
This works for me
Code:
[disk-setup]
filesystem = "ext4"
lvm.swapsize = 0
lvm.maxvz = 0
disk_list = ['sda']
This wii works when one disk available. What about multiple disks servers? The OP has /dev/sda and /dev/sdb, which disk is the correct 32GB?
 
you can run in livecd shell:
Code:
proxmox-auto-install-assistant device-info -t disk

construct and test the filter:
Code:
proxmox-auto-install-assistant device-match disk ID_SERIAL='KIOXIA_KCMYXVUG1T60*'

and use in toml answer file:
Code:
filter.ID_SERIAL = "KIOXIA_KCMYXVUG1T60*"
filter.ID_MODEL = "Samsung*"
...
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!