[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Grub command line bug?
From: |
Jordan Uggla |
Subject: |
Re: Grub command line bug? |
Date: |
Mon, 5 May 2014 13:06:24 -0700 |
On Mon, May 5, 2014 at 12:55 PM, Alexey Orishko
<address@hidden> wrote:
> On Mon, May 5, 2014 at 7:27 PM, Jordan Uggla <address@hidden> wrote:
>>
>> It's certainly odd; my suspicion is that grub was miscompiled somehow.
> Well.. exactly the same USB stick connected to another PC works fine.
> Problem occurred only on some motherboards.
>
>> Where did you obtain your grub binaries and how did you install grub?
> Compiled from source code on Intel x64 as a part of LFS
> (http://www.linuxfromscratch.org):
> ./configure --prefix=/usr \
> --sbindir=/sbin \
> --sysconfdir=/etc \
> --disable-grub-emu-usb \
> --disable-efiemu \
> --disable-werror
> make
> make install
>
> Regards,
> Alexey
Please include the complete build log. The fact that you're using
--disable-werror may mean that the problem is related to warnings that
would otherwise be treated as errors and stop the build.
--
Jordan Uggla (Jordan_U on irc.freenode.net)