From: Jorge F. <jor...@gm...> - 2014-01-25 17:40:57
|
Hi everyone, I'm using GRUB2 to boot an ISO stored on one of my ext4 partitions. This works perfectly fine. However, I can't make it work from an ext4 filesystem that sits on top of LVM. GRUB2 boots the ISO but something is wrong with the "findiso" kernel parameter. When the CD boots I get a bunch of: modprobe: module LVM2_member not found in modules.dep modprobe: module swap not found in modules.dep That's why I know it is something related to the findiso parameter. Here's my configuration: http://fpaste.org/71588/ The first menuentry is the one that works followed by the LVM one where I even tried "findiso=$isofile" but didn't work. Any help will be appreciated. Thanks, Jorge |