… > 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 -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org