[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Unable to boot on encrypted root after upgrading testing



You're right, the problem was in mount, and was quite stupid. My XFS file system
was broken. I solved the problem by :
- booting on a liveCD (an Ubuntu one)
- installing cryptsetup and lvm2
- modprobe dm_mod
- modprobe aes
- cryptsetup sda2 hda2_crypt
- vgchange -a y [vg]
- adding swap : swapon /dev/mapper/[vg]-swap
- xfs_repair /dev/mappep/[vg]-root (idem with [vg]-home)

After that my system booted, but some things was broken.



Reply to: