In order for grub to be able to read the kernel regardless of whether the image is written to a CD or a USB stick, it's necessary to autoprobe for the filesystem using the findiso command. Add it to the grub config. --- share/config_files/live/x86/grub.conf | 1 + share/config_files/x86/grub.conf | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/share/config_files/live/x86/grub.conf b/share/config_files/live/x86/grub.conf index 7896f28..c8504ee 100644 --- a/share/config_files/live/x86/grub.conf +++ b/share/config_files/live/x86/grub.conf @@ -4,5 +4,6 @@ splashimage=@SPLASHPATH@ timeout 5 hiddenmenu title @PRODUCT@ @VERSION@ + findiso kernel @KERNELPATH@ @ROOT@ rd.luks=0 rd.md=0 rd.dm=0 initrd @INITRDPATH@ diff --git a/share/config_files/x86/grub.conf b/share/config_files/x86/grub.conf index 7896f28..c8504ee 100644 --- a/share/config_files/x86/grub.conf +++ b/share/config_files/x86/grub.conf @@ -4,5 +4,6 @@ splashimage=@SPLASHPATH@ timeout 5 hiddenmenu title @PRODUCT@ @VERSION@ + findiso kernel @KERNELPATH@ @ROOT@ rd.luks=0 rd.md=0 rd.dm=0 initrd @INITRDPATH@ -- 1.7.7.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list