Respected developers,
I have installed oracle linux 8.4 into my system. But now I am not able to
access my Windows 10 OS. I am stuck in oracle linux. I tried to install
GRUB manually. but it shows commands are not found in the bash. I tried
out yum install grub . it shows grub doesn't match any ar
Hey list,
I'd like to share again a patch that got posted a long while ago here and
never seen to get attention on it:
https://lists.gnu.org/archive/html/grub-devel/2015-09/msg00065.html
I found this patch useful as it allows my servers to reboot automatically
if grub is unable to boots within a
On Wed, Jun 2, 2021 at 2:13 PM Nikita Ermakov wrote:
>
> Hello,
>
> This is the second version of the patch series. The patch series is almost the
> same as the previous one except that the Heinrich's suggestions were
> implemented.
>
> This series contains patches to add support for LoadFile2 pro
Hi Atish,
Great thanks for adding me the loop!
I have tested this these whole patchset on Starlight board and Allwinner D1 ,
https://github.com/tekkamanninja/grub/tree/riscv_devel_Nikita_V2
I would be nice If you can add my Tested-by for this patchset!
Tested-by: Wei Fu
Atish Patra 于2021年8月
Hi,
it turns out that it might be contraproductive to set LANG=en_US.UTF-8.
If the LANG locale is not listed by
locale -a
then nl_langinfo(3) returns "ANSI_X3.4-1968".
I stumbled over this when testing LANG=de_DE.UTF8, which despite of
my location is not an available locale on my machine.
So i
On Fri, 27 Aug 2021 21:13:17 +0200
"Thomas Schmitt" wrote:
> Hi,
>
> it turns out that it might be contraproductive to set
> LANG=en_US.UTF-8.
>
> If the LANG locale is not listed by
> locale -a
> then nl_langinfo(3) returns "ANSI_X3.4-1968".
> I stumbled over this when testing LANG=de_DE.UTF
iso9660_test fails if the effective locale is not UTF-8. This happens
because xorriso needs to convert file names and FSLABEL to UCS-2 when
preparing a Joliet tree. grub-fs-tester obviously intends to use UTF-8
as character set, but xorriso assumes by default the result of
nl_langinfo(3) with item
Hi,
i wrote:
> > it might be contraproductive to set LANG=en_US.UTF-8.
Glenn Washburn wrote:
> My patch only sets LANG if empty, so in this case I don't think its
> counterproductive, just not productive.
Yes. It cautiously avoids to make the situation any worse.
I meant my own announced plan wh