Hi everyone,
I'm currently setting up a proxmox auto-installation.
When booting from the iso, Proxmox tries to install itself onto the usb drive. How do I know it? The installation fails after purging the disks and then trying to create the partitions. After that I have to reformat the usb to use it again.
Do I maybe have an error in my answerfile? How can I correctly specify the disks that are supposed to be used for proxmox installation?
My answerfile.toml disk setup:
```
[disk-setup]
filesystem = "zfs"
zfs.raid = "raid0"
disk-list = ["sda", "sdb"]
```
Thanks in advance!
I'm currently setting up a proxmox auto-installation.
When booting from the iso, Proxmox tries to install itself onto the usb drive. How do I know it? The installation fails after purging the disks and then trying to create the partitions. After that I have to reformat the usb to use it again.
Do I maybe have an error in my answerfile? How can I correctly specify the disks that are supposed to be used for proxmox installation?
My answerfile.toml disk setup:
```
[disk-setup]
filesystem = "zfs"
zfs.raid = "raid0"
disk-list = ["sda", "sdb"]
```
Thanks in advance!