More UUID Mad Max

poma pomidorabelisima at gmail.com
Fri Sep 20 15:32:32 UTC 2013


…
> OK, to clarify whether this is a bootloader's problem, you should try
> with the EXTLINUX bootloader.
> 
> /boot/extlinux/extlinux.conf:
> ui menu.c32
> menu title The EXTLINUX bootloader
> timeout 100
> 
> label Fedora (3.11.1-200.fc19.x86_64) 19 (Schrödinger’s Cat)
>   kernel /vmlinuz-3.11.1-200.fc19.x86_64
>   append root=$(grep -w / /etc/fstab | awk '{print $1}') ro rd.dm=0
> rd.luks=0 rd.lvm=0 rd.md=0
>   initrd /initramfs-3.11.1-200.fc19.x86_64.img
> 
> $ su -c "yum install syslinux-extlinux"
> $ less /usr/share/doc/syslinux-$(rpm -qi syslinux | grep Version | awk
> '{print $3}')/extlinux.txt
> 

I hope it's understandable one shouldn't C/P literally
"$(grep -w / /etc/fstab | awk '{print $1}')" expression
but its echo,
i.e.
$ echo $(grep -w / /etc/fstab | awk '{print $1}')

Besides this implies properly configured '/etc/fstab'. ;)


poma




More information about the users mailing list