I'm not familiar with all the grub2 syntax rules but comparing the two entries above there is a ";" after systemd.menuentry "GNU/Linux, Linux 5.2.8 (LFS-JWS-9.0-Aug19)" {linux /boot/vmlinuz-5.2.8-lfs-9.0-rc1-systemd; root=UUID=aa72e154-0f87-47ea-bf33-c17db827f78e ro rootdelay=10# initrd .img for Intel microcode initrd /boot/microcode.img }# Generic initramfs identified by UUID (w/ Intel microcode initrd .img) menuentry "GNU/Linux, Initrd.img 5.2.8 (LFS-JWS-9.0-Aug19)" {linux /boot/vmlinuz-5.2.8-lfs-9.0-rc1-systemd root=UUID=aa72e154-0f87-47ea-bf33-c17db827f78e ro rootdelay=10initrd /boot/microcode.img /boot/initrd.img-5.2.8 }As I stated before, only that last menu entry successfully manages to find the root partition despite all four having been configured the same.
I suggest trying to removing the ";". Regards, Ed
-- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
