2018-02-07 18:50 GMT+01:00 Steven Lembark <lemb...@wrkhors.com>: > On Mon, 5 Feb 2018 22:00:39 +0100 > Magnus Johansson <gen...@rnd.se> wrote: > > From my grub.cfg: > > insmod gzio > insmod part_msdos > insmod diskfilter > insmod mdraid1x > insmod raid5rec > insmod lvm > insmod xfs > > Sanity check that you have all of the necessary modules installed > (e.g., "mdraid*" "raid5rec").
How do you mean? Since 'set root' and 'configfile' makes it boot I'd assume the modules are there? I ran 'set' from grub2 shell and cmdpath=(hd0) prefix=(mduuid/####)/root=grub root=mduuid/#### Where #### is the correct UUID. Which looks ok?