Le 05/11/2019 à 19:54, Christopher Gregory via blfs-support a écrit :
> 
> 
<< [...]
> 
> Hello Pierre,
> 
> The nightmare continues.  I have now installed debian buster and it detected 
> the lfs installation the same way fedora does with os-prober:
> 
> menuentry 'Linux From Scratch (20191025-systemd) (on 
> /dev/mapper/rootvg-root)' --class linuxfromscratch --class gnu-linux --class 
> gnu --class os $menuentry_id_option 
> 'osprober-gnulinux-simple-4155330c-5db1-4113-834f-afefb2d2570e' {
>         insmod lvm
>         insmod part_gpt
>         insmod ext2
>         set root='lvm/rootvg-root'
>         if [ x$feature_platform_search_hint = xy ]; then
>           search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 
> --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  
> 099738b6-ac51-455f-9d60-fac5d900ba8b
>         else
>           search --no-floppy --fs-uuid --set=root 
> 099738b6-ac51-455f-9d60-fac5d900ba8b
>         fi
>         linux /vmlinuz-5.3.6-lfs-20191025-systemd root=/dev/mapper/rootvg-root
>         initrd /initrd.img-no-kmods
> 
> I added insmod lvm and changed the set root= line.  This gives me again, the 
> initrd shell with the error that the device that was suppose to contain the 
> root file system does not exist.  For some reason it is proving impossible 
> for me to get it to work.  I have no idea why.
> 
> Regards,
> 
> Christopher.
> 

Well, not sure. Try removing the lines from "if" to "fi" (it may set root to
something else I am not sure about), and insert /boot before /vmlinuz and
/initrd.img.

Pierre
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to