-
lucas
I’m not OP but I ran
lsblk -fm
command and the output is this:I saw that the empty label’s UUID is exactly the same what I got from the
blkid
command on theANTERGOS_ROOT
./dev/sda2: UUID="edd4f405-1fb3-4dd9-9c7a-e468476eb111" TYPE="crypto_LUKS" PARTLABEL="ANTERGOS_ROOT" PARTUUID="7d104c54-0199-4ce1-8555-9f258b2f4b94"
So could ANTERGOS_ROOT be encryption related? I need to test this further on the virtual machine if I can.
-
lucas
I have the same issue. I played with terminal and found this:
sudo blkid
command:/dev/sda1: LABEL_FATBOOT="AntergosBoo" LABEL="AntergosBoo" UUID="BB38-D6BD" TYPE="vfat" PARTLABEL="ANTERGOS_BOOT" PARTUUID="050ceed5-782a-4425-8894-ef14c9fc7eac"
/dev/sda2: UUID="edd4f405-1fb3-4dd9-9c7a-e468476eb111" TYPE="crypto_LUKS" PARTLABEL="ANTERGOS_ROOT" PARTUUID="7d104c54-0199-4ce1-8555-9f258b2f4b94"
/dev/sda3: LABEL="AntergosSwap" UUID="46923bfa-0890-4fab-912a-7d43ece5fa2a" TYPE="swap" PARTLABEL="ANTERGOS_SWAP" PARTUUID="2cd188f6-b0cd-44c7-8a0e-b85d0e67954e"
/dev/mapper/cryptAntergos: LABEL="AntergosRoot" UUID="1a38e568-4be4-45e9-81e3-30eadf97de4c" TYPE="ext4"
The command returns ANTERGOS_ROOT as “crypto_LUKS”.
EDIT:
I also found this Antergos setup script which creates ANTERGOS_ROOT partition.
-
-
lucas
I’m trying to post comment but it returns the following error:
Error Post content was flagged as spam by Akismet.com
The comment is just simple terminal output.