Re: [Calamares] ...the partition table vmd is different from the needed msdos or gpt
Reply #1 –
I found the solution for this: before launching Calamares, open the
nano /etc/calamares/modules/partition.conf
nano /etc/calamares-offline/modules/partition.conf
nano /etc/calamares-online/modules/partition.conf
(those of them that exist in your case) and either add the "- vmd" line to the end of "requiredPartitionTableType" block - requiredPartitionTableType:
- msdos
- gpt
- vmd
- or remove it entirely. @artoo please modify the default partition.conf to remove this annoying restriction