You are not logged in.
I have encrypted disk, which is split into lvm2 volumes.
mkinitcpio.conf
HOOKS="base udev autodetect keyboard keymap encrypt lvm2 usr block filesystems"My laptop with the similar partition layout just works:
Device       Start       End   Sectors   Size Type
/dev/sda1     2048      4095      2048     1M BIOS boot
/dev/sda2  1052672   3149823   2097152     1G Linux filesystem
/dev/sda3  3149824 625142414 621992591 296.6G Linux filesystemWhat could be the problem?
Last edited by nrz (2016-07-26 20:09:41)
Offline
What boot loader/manager are you using? How is it configured (paste the file(s))?
Offline
I'm using grub. To show grub.cfg I'll need your advice on how to ssh into the live system, as ss -ntlp shows that nothing is listening...
Offline
So you don't have physical access to the server?
Offline
I do have physical access to the server, but it would be much more convenient to copy-paste rather than physically type everything, unless you know exactly which parameters might be wrong?
Offline
Chroot in and use a paste service like sprunge or ptpb to paste the file (the wiki has pages on both).
Offline
Thanks for the advice, there's more info:
http://ix.io/17u7
http://ix.io/17ua
http://ix.io/17u0
http://ix.io/17u8
Offline
Your root line in the grub config should point to the mapped device:
https://wiki.archlinux.org/index.php/LVM#Kernel_options
Offline
Same issue after last lts kernel update! I use syslinux as Bootloader
Offline
Your root line in the grub config should point to the mapped device:
https://wiki.archlinux.org/index.php/LVM#Kernel_options
My problem was different. I had to change my vmlinuz line as follows:
linux   /vmlinuz-linux cryptdevice=UUID="66c13ce6-1e79-447a-9fd5-b327e01f0fee:luks_root" root=UUID=e517034b-f51d-46d7-931e-c6592de6bfe5 rw  quiet nomodesetNote that cryptdevice parameter was missing...
PS: there's nothing wrong with selecting the root device by UUID ![]()
Offline
I have had mount my partions and chroot into system with live iso and mkinitcipio linux-lts -p and now I can use my laptop!
Offline