I want to have SWAP, ROOT and HOME partition in the LVM, BOOT-partition will be separate as only Grub2 can boot from LVM (As far as I know).
I successfully created a physical volume, a volume group and finally logical volumes for the three partitions in questions.
BTW: Maybe new AntiX-users should be told (Where would you do that? I'm more than happy to help and write some lines in the forum) that when using the shell in the Live-version they should do a
Code: Select all
apt-get update
Now my problem is that the cli-installer does not recognize the logical volumes as partitions to use for /, SWAP and /home, it only sees /dev/sda7 as the LVM. How do I make the logical volumes available to the installer? Do I have to create partitions on top of the LVs? The partitioning tool cfdisk does not let me create sub-partitions under the logical partition /dev/sda7.
I changed all Volume Groups on the hard drive to active via:
Code: Select all
vgchange -a y
As you can see, I'm not an expert in these matters.
Anyway, thanks for a marvellous Debian derivative, way more stable than original Debain Testing, I have to say.