[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Grub command line bug?
From: |
Alexey Orishko |
Subject: |
Re: Grub command line bug? |
Date: |
Mon, 5 May 2014 21:55:14 +0200 |
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