Each time I login to Fedora 17, no GUI, just a console, I notice this error:
Cannot open font file True
I have followed some tutorial on web to fix this problem, but still cannot. Here some steps that I have done:
Edit
/etc/default/grubvi /etc/default/grub. After that, changeSYSFONT=TruetoSYSFONT=atarcyrheb-sun16Edit
/etc/sysconfig/i18n. Same, changeSYSFONT=TruetoSYSFONT=atarcyrheb-sun16Rebuild Grub2 with the command
grub2-mkconfig -o /boot/grub2/grub.cfg
In my boot folder, I don't have a grub2 directory. I must create it first with
mkdir /boot/grub2
But no matter how I try, I still meet this frustrating error. When I boot to recovering mode, I see a failed operation : failed to mount /media/sda8. Does it matter to my error?