[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to build grub-emu
From: |
Andrei Borzenkov |
Subject: |
Re: How to build grub-emu |
Date: |
Fri, 28 Nov 2014 19:07:50 +0300 |
В Fri, 28 Nov 2014 15:09:42 +0000
John Lane <address@hidden> пишет:
>
> error: can't open `/boot/grub/fonts/unicode.pf2': No such file or directory.
>
> > You need extra dependencies to create font unicode.pf2. Do you have
> > grub-mkfont binary created? If not, configure should have said in
> > summary what is missing. Otherwise it should just work.
> >
> I do have ./grub-mkfont. I tried to make a font and it worked!
>
> ./grub-mkfont -s 14 -o unicode.pf2 /usr/share/fonts/TTF/cour.ttf
>
grub builds unicode.pf2 itself. It really expects unifont, not
arbitrary one. But this should not matter for emu.
> then copied it to "/boot/grub/fonts" (which I had to mkdir first).
>
> However, although the emu appears to work, it doesn't respond to the
> keyboard.
>
>
Do you have /boot/grub/grub.cfg? What is in there? It looks like grub
tries to execute some configuration file.