Dear support,

I
 would like to change Grub interface that appear during boot process to 
be in Arabic language. I did the following procedures but the result 
was  a lot of question marks "????????" are appeared in the grub 
interface.

step 1:-
cp /boot/grub/locale/en\@arabic /boot/grub/locale/arabic.mo

step 2:
I modified /boot/grub/grub.cfg:-

# Begin /boot/grub/grub.cfg
set root=(hd0,3)
set locale_dir=(hd0,3)/boot/grub/locale
set lang=arabic
set language=arabic

set default=0
set timeout=5

menuentry "GNU/Linux, Linux 3.19-lfs-7.7" {
insmod ext2
set locale_dir=(hd0,3)/boot/grub/locale
set root=(hd0,3)
linux /boot/vmlinuz-3.19-lfs-7.7 root=/dev/sda3 ro
}

menuentry "Ubuntu" {
insmod ext2
set root=(hd0,2)
linux /boot/vmlinuz-3.13.0-24-generic root=/dev/sda2 ro
initrd /boot/initrd.img-3.13.0-24-generic
}


I did my work on google but unfortunately i didn't found suitable solution to 
this issue

I am currently using LFS7.7 init.




Best Regards,

Mostafa YasinLinux system engineer                                        
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to