On 18.01.2015 19:18, Felix Janda wrote:
> Felix Janda wrote:
>> Andrei Borzenkov wrote:
>>> В Sat, 17 Jan 2015 14:57:07 +0100
>>> Felix Janda пишет:
>>>
With this, support code in grub-core/osdep/unix/hostdisk.c
for old glibc releases could be removed.
---
This patch tries to a
On 12.01.2015 17:11, Kris Moore wrote:
> On 01/11/2015 13:27, Andrei Borzenkov wrote:
>> В Fri, 09 Jan 2015 11:31:26 -0500
>> Kris Moore пишет:
>>
>>> The following patch fixes an important issue when booting FreeBSD.
>>> FreeBSD's kldstat(2) function expects that the full pathname will be
>>> pro
On 17.12.2014 21:10, Qiuhong Sun wrote:
> Dears.
> I'm Rachel,from china.I have a great interest in this project and wanted
> to be developer.
> I'm a software engineer,familiar with linux ,computer architecture.
>
There is no procedure to become a GRUB dev. Just send patches here.
> Cheers.
>
>
On 28.12.2014 14:17, Michael Zimmermann wrote:
> What's the best way to easily test non arch specific changes to GRUB?
> The qemu tutorial usually are about booting linux and executing the grub
> installer which is not what u want when u need to test changes very often.
>
Try grub-emu
>
> ___
> @@ -545,6 +545,7 @@ http_packets_pulled (struct grub_file *file)
> static struct grub_net_app_protocol grub_http_protocol =
>{
> .name = "http",
> +.port = HTTP_PORT,
Wrong. This way you'll modify the default port for subsequent calls.
Port should be passed as an additional argumen
On 29.12.2014 12:08, Andrew Clausen wrote:
> Hi Jonathan,
>
> On 29 December 2014 at 06:29, Jonathan McCune wrote:
>>> One solution would be to:
>>> * build deterministically by default by using a constant timestamp, and
>>
>> I think doing this by default would be a poor choice, as most of the
On 29.10.2014 01:11, Sun, Ning wrote:
> Same message printed on the screen when just run grub-install, suspect
> it is grub 2.0 bug or defect….
>
No, you just didn't install the right flavour of GRUB. You forgot to
install grub-efi-amd64
>
>
> Regards,
>
> Sun Ning
>
>
>
> *From:*grub-deve
On 02.11.2014 06:44, Kris Moore wrote:
> On 10/28/2014 16:32, Kris Moore wrote:
>> Got another patch for review today.
>>
>> This patch adds support for FreeBSD's new VT console driver when booting
>> in EFI mode on FreeBSD 10.1 and later.
>>
>> Please let me know any comments, or things that need
> Attached is a cleaned up version of the patch which doesn't add to any
> existing structs now. Let me know if this is closer to what you had in
> mind.
>
> I don't think this driver is usable on non-EFI FreeBSD yet. They have a
> new VT console driver, but I'm not sure their loader does video m
On 15.12.2014 12:30, John Lane wrote:
> Hello, I've been working over the past couple of weeks on adding some
> functionality to the "cryptomount" command to support plain-mode
> dm-crypt, keyfiles and LUKS detached headers. I've put my work on GitHub
> and written a few notes on http://grub.johnla
On 22.01.2015 22:25, Kris Moore wrote:
>
> Hey all,
>
> We are trying to create hybrid USB/DVD images, and they work just fine
> on BIOS. However it doesn't seem to work when creating UEFI.
>
Try this:
diff --git a/grub-core/disk/efi/efidisk.c b/grub-core/disk/efi/efidisk.c
index 3b12c34..983afd
11 matches
Mail list logo