Comment 4 for bug 1399595

Revision history for this message
Martin Pitt (pitti) wrote : Re: systemd is activating swap twice

This doesn't happen on my system, but this could be a bad interaction between the GPT and the fstab generator. Can you please run the following:

mkdir /tmp/fstab; /lib/systemd/system-generators/systemd-fstab-generator /tmp/fstab x x
mkdir /tmp/gpt; sudo /lib/systemd/system-generators/systemd-gpt-auto-generator /tmp/gpt x x
tar xf /tmp/result.tar /tmp/fstab /tmp/gpt

and then attach /tmp/result.tar here?