You are not logged in.
Pages: 1
Hello everyone,
I just installed arch on a Dell XPS 13 (9343) and I am having problems booting from a LUKS with LVM. Right after booting I dont get prompted for my passphrase and I get is this error:
http://i.imgur.com/DAu0mCp.jpg
The messagee is " Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
This is my /boot/loader/entries/arch-encrypted.conf
title Arch Linux Encrypted
linux /vmlinuz-linux
initrd /initramfs-linux-img
options cryptdevice=/dev/sda2:vol0 root=/dev/mapper/vol0-lv_root quitet rw
Any ideas?
Moderator: Converted img tags for over sized picture to url tags. https://wiki.archlinux.org/index.php/Co … s_and_code
Last edited by ewaller (2016-09-12 14:42:04)
Regards,
Alfredo Palhares
Offline
Did you add the 'encrypt' hook to your mkinitcpio.conf and rebuild the ramdisk before rebooting?
Offline
Shouldn't
initrd /initramfs-linux-img
be
initrd /initramfs-linux.img
(replace last "-" with ".")
?
Offline
Pages: 1