Fedora Account System
Red Hat Associate
Red Hat Customer
Created attachment 654813 [details] dracut screenshot error Description of problem: Attach screenshot with the bug. Version-Release number of selected component (if applicable): Fedora 18 beta rc1 KDE spin. dracut-024-10.git20121121.fc18.i686 How reproducible: Always Steps to Reproduce: 1.Fresh Install of F18 beta rc1 2.Press Esc on boot and see the boot process 3. Actual results: Expected results: Additional info: Attach screenshot
Yep, I see the same thing (after filming my boot in slow motion and playing it back frame by frame :-).
If I expand the initramfs image and grep for locale, I find this gibberish in the file usr/lib/dracut/hooks/cmdline/20-parse-i18n.sh: inst_key_val '' /etc/locale.conf LANG locale.LANG inst_key_val '' /etc/locale.conf LC_ALL locale.LC_ALL I don't know what it means, but it appears to have some of the same strings in the error message :-).
you could fix /usr/lib/dracut/modules.d/10i18n/parse-i18n.sh -inst_key_val '' /etc/locale.conf LANG locale.LANG -inst_key_val '' /etc/locale.conf LC_ALL locale.LC_ALL +inst_key_val '' /etc/locale.conf locale.LANG LANG +inst_key_val '' /etc/locale.conf locale.LC_ALL LC_ALL and run # dracut -f then this is gone.
fixed in anaconda a log time ago.
*** This bug has been marked as a duplicate of bug 870632 ***