I've been having a bit of a time with this install. I have the whole root filesystem on an encrypted LVM group. When I boot, I'm prompted for the password and the luks container is decrypted, but only root an swap are mounted. I get errors about the other partitions, which cause the system to break, including portage.
fsck.ext4 unable to resolve UUID=3e09d6e9-2f69-43fd-b718-4d5dbd319e82
fsck.ext4 unable to resolve UUID=25be8c28-fff2-4b37-bf23-c9bad9153036
fsck.ext4 unable to resolve UUID=9b77ff9d-fa7e-4a30-8995-dbefe0669839
lvdisplay shows all of the logical volumes, but the UUIDs are different
--- Logical volume ---
LV Path /dev/vg1/swap
LV Name swap
VG Name vg1
LV UUID sR2E6X-GhTk-Vb8f-BD2D-GQHl-DVn9-rgJyeU
LV Write Access read/write
LV Creation host, time ubuntu, 2014-09-13 12:44:55 -0500
LV Status available
# open 2
LV Size 8.00 GiB
Current LE 2048
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:1
--- Logical volume ---
LV Path /dev/vg1/root
LV Name root
VG Name vg1
LV UUID Z6i3eH-8Tc6-CfYq-boTe-Ojxy-Y2C3-afpSLg
LV Write Access read/write
LV Creation host, time ubuntu, 2014-09-13 12:45:16 -0500
LV Status available
# open 1
LV Size 50.00 GiB
Current LE 12800
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:2
--- Logical volume ---
LV Path /dev/vg1/tmp
LV Name tmp
VG Name vg1
LV UUID hG0GR3-tK2R-2jZa-hPtQ-Tfr0-4k6O-pv10Zs
LV Write Access read/write
LV Creation host, time ubuntu, 2014-09-13 12:45:40 -0500
LV Status available
# open 0
LV Size 10.00 GiB
Current LE 2560
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:3
--- Logical volume ---
LV Path /dev/vg1/var
LV Name var
VG Name vg1
LV UUID jrOYbk-Vf6z-Uuxc-IKSx-vTJH-kdow-TAdsfp
LV Write Access read/write
LV Creation host, time ubuntu, 2014-09-13 12:45:53 -0500
LV Status available
# open 0
LV Size 10.00 GiB
Current LE 2560
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:4
--- Logical volume ---
LV Path /dev/vg1/home
LV Name home
VG Name vg1
LV UUID bPCQA9-HsLv-DR34-3Gxj-NUnQ-91W8-zRG0WR
LV Write Access read/write
LV Creation host, time ubuntu, 2014-09-13 12:46:08 -0500
LV Status available
# open 0
LV Size 209.08 GiB
Current LE 53524
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:5
lvscan shows that they are all active
ACTIVE '/dev/vg1/swap' [8.00 GiB] inherit
ACTIVE '/dev/vg1/root' [50.00 GiB] inherit
ACTIVE '/dev/vg1/tmp' [10.00 GiB] inherit
ACTIVE '/dev/vg1/var' [10.00 GiB] inherit
ACTIVE '/dev/vg1/home' [209.08 GiB] inherit
It's worth mentioning that I am booting with dracut and using it to decrypt the luks container, so dracut has the enc_root and real_root set to the UUIDs of root and the luks container.
If I reboot the system and decrypt the luks container, blk looks like this:
Question
robot682
Hello,
I've been having a bit of a time with this install. I have the whole root filesystem on an encrypted LVM group. When I boot, I'm prompted for the password and the luks container is decrypted, but only root an swap are mounted. I get errors about the other partitions, which cause the system to break, including portage.
My fstab is as follows:
When I boot, I get the following errors
lvdisplay shows all of the logical volumes, but the UUIDs are different
lvscan shows that they are all active
blkid only shows root and swap.
ls /dev/vg1/ just shows root and swap
It's worth mentioning that I am booting with dracut and using it to decrypt the luks container, so dracut has the enc_root and real_root set to the UUIDs of root and the luks container.
If I reboot the system and decrypt the luks container, blk looks like this:
Any help would be appreciated.
Link to comment
Share on other sites
0 answers to this question
Recommended Posts