Am 13.05.19 um 11:09 schrieb Schulz, Reiner:
> This is your disk_config file:
> # example of new config file for setup-storage
> #
> # <type> <mountpoint> <size>   <fs type> <mount options> <misc options>
>
> disk_config sda align-at:1024K disklabel:msdos bootable:1 fstabkey:device
> primary                 /boot   1000     xfs    rw,noatime createopts="-L 
> BOOT"
> primary               -       1100-   -       -
>
> disk_config lvm fstabkey:device
> vg    vgsys   sda1
> vgsys-swap            swap    1024    swap    sw
> vgsys-root            /       50G     xfs     defaults
> vgsys-home            /home   10G     xfs     defaults
> vgsys-custom          /opt/custom     20      xfs     defaults
> vgsys-srv             /srv    20      xfs     defaults
> vgsys-var             /var    1G-90%  xfs     defaults

Hi Reiner,

your LVM goes to the wrong partition. In your LVM config you request the
LVM to be installed on sda1, which is /boot with a fixed size of 1000
MiB. Most likely you want LVM to be on sda2 in your case.

Cheers,


Robert

Antwort per Email an