I tested the installation with an encrypted root filesystem, type xfs, on real UEFI hardware, classical installer. Boot-partition was /dev/sda13, root-partition /dev/sda14, no separate home-partition. The installation went smooth. I got a message of sucess. The subsequent boot failed then. I could rescue the installation with the following steps: - open the encrypted root-partition - mount /boot - chroot into the root-partition - repeat the installation of grub ( # grub2-install /dev/sda ) - recreate the initramfs ( # mkinitrd ) - run grub2-mkconfig I repeated this test with /dev/sda12 (boot) and /dev/sda16 (root) and got the same error. Booting in rescue mode get the error message: Dracut warning: Could not boot. [...] dracut warning: /dev/disk/by-uuid/04d0c5a5-6519-445f ... does not exist. I can not identify such partition in my system. It does not exist.
Created attachment 8969 [details] CLI-output: trying to identify partition
Keywords: (none) => 6sta2
Please attach /root/drakx/report.bug.xz from one or both of those installs :-) There's some vague memory that there was something with XFS, but I don't remember what it was :-/
CC: (none) => marja11, zen25000Assignee: bugsquad => mageiatoolsWhiteboard: (none) => NEEDINFO
Created attachment 8973 [details] report.bug.xz from 2nd attempt sda16 The 2nd test is still untouched. I did not try any rescue.
You could try running: grub2-install /dev/sda --debug --debug-image=all > grub2_install_debug.txt ...which may give some clues - it will give a lot of output.
Created attachment 8981 [details] grub2-install /dev/sda --debug --debug-image=all I tested grub2-install as indicated in #4. The installation succeeds, and I could not spot any error. Unfortunately the subsequent boot is also in debug mode. I could repeat the test until the error message. Ulrich
Sorry, I could *not* repeat the test until the error message.
Retested twice with current sta2 classical iso of 2017-03-01. I chose ext4 and xfs as encrypted root filesystem. Both work fine at reboot, so the issue is resolved. It looks like it was not a grub related issue, as grub2* remained unchanged since Jan. I guess that it was an initrd issue and it was fixed with Martin Whitaker's recent changes of partitioning in the install media. Thanks, Marja and Barry
Status: NEW => RESOLVEDResolution: (none) => FIXED