Hi geeks, I try to install Guix System on LVM on LUKS. My config.scm based on lightweight-desktop.scm [1]. Installation succeeded, but the system can't boot.
First, the bzImage not found [2], [3], [4]. After some grub insmods [5], the kernel boots, but panic (volume group "vg0" not found) [6], [7]. Are there examples with file-system-dependencies? Please give me an idea how I can fix this... Block devices are as follow: Dev GiB Struct Mount point sda1 .25 fat32 /boot/efi sda2 .5 ext4 /boot sda3 15+ luks mapper/pv0 luks opened = lvm physical volume mapper/vg0-swap 1 swap mapper/vg0-root 10 ext4 / mapper/vg0-home 4+ ext4 /home 1: https://pastebin.pl/view/60140ed3 2: https://pic4a.ru/15/17M.png 3: https://pic4a.ru/15/tAN.png 4: https://pic4a.ru/15/Jrc.png 5: https://pic4a.ru/15/ATA.png 6: https://pic4a.ru/15/VYR.png 7: https://pic4a.ru/15/B-3.png Regards, Nikolay
