Per your suggestion, I ran:
$ ./autogen.sh --disable-werror
$ ./configure --disable-werror
$ gmake => breaks with below. (also tried with $ gmake -Wno-error).
Where to go from here?
gmake all-am
gmake[3]: Entering directory `/asp/git/grub/grub-core'
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -W -I../i
On 02.11.2013 08:58, Beeblebrox wrote:
> /usr/include/machine/_types.h:65: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '__double_t'
> /usr/include/machine/_types.h:66: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '__float_t'
You system headers do something s
On 17.10.2012 02:55, Gustavo Luiz Duarte wrote:
>
> Adding multiple questions on a single DNS query is not supportted by
> most DNS servers. This patch issues two separate DNS queries
> sequentially for ipv4 and then for ipv6.
>
> There are 4 possible config options:
> DNS_OPTION_IPV4: issue onl
On 18.04.2013 17:23, Rajasekhar Pulluru wrote:
> Used below commands to install grub:
>
> 1)
> /usr/local/grub/sbin/grub-install --target=x86_64-efi
> --efi-directory=/boot/efi --boot-directory=/boot/efi/EFI
>
> 2) As mentioned in https://wiki.archlinux.org/index.php/GRUB2 Section:
> Create GRUB2
Hi,
i stumbled over a problem in the handling of grub-mkrescue
images on USB stick by Linux in /dev/disk/by-label.
The first MBR partition begins at 512-LBA 1 and thus is
not mountable as ISO image. I understand this is intentional.
ISO filesystems have a label (Volume Id) which gets used
for au
I'm getting the following error when compiling from latest git repo
(e7b66a28de17b085a9b71d6c500b0b139e94d818) on mipsel (loongson-2f):
gcc -DHAVE_CONFIG_H -I. -Wall -W -I./include -DGRUB_UTIL=1
-DGRUB_LIBDIR=\"/usr/lib/grub\" -DLOCALEDIR=\"/usr/share/locale\"
-DGRUB_FILE=\"grub-core/osde
On 24.10.2013 20:17, Chris Murphy wrote:
> Yes it's just being silly. But the take away is that (partitioning) tools are
> behaving wrongly if they understand GPT, yet ignore or can't fix problems
> with either GPT. The spec only says software, it doesn't specify what
> software, so I'm assuming
Hello, Thomas. Noce to hear from you.
> How important ist the partition start at LBA 1 in comparison
> to this obvious drawback of grub-mkrescue images on Linux ?
> (Start at LBA 0 solves the problem but makes the MBR part
> of the first partition. I understand this is undesirable
> somehow.)
LBA 0
Fix committed, thanks for reporting this.
On 02.11.2013 22:14, Javier Vasquez wrote:
> I'm getting the following error when compiling from latest git repo
> (e7b66a28de17b085a9b71d6c500b0b139e94d818) on mipsel (loongson-2f):
>
> gcc -DHAVE_CONFIG_H -I. -Wall -W -I./include -DGRUB_UTIL=1
>
Hello, all. Basing my code on the information about truecrypt rescue
image layout from Attila Lendvai's project I wrote its support in GRUB.
Now you can do
truecrypt
boot
instead of having to go through ruby converter.
Since I don't use truecrypt myself I couldn't test it.
Could someone test it?
I
I'm not at all familiar with this part of GRUB, so take this with a big
grain of salt.
On Sat, 2013-11-02 at 20:05 -0700, Jonathan McCune wrote:
> I think it should be possible to generate all the necessary signatures
> at *build time* instead of *install time*
If I understand your email correctl
11 matches
Mail list logo