On 15.02.2015 16:57, Toomas Soome wrote:
>
> ah, nevermind the gfxmenu;
>
> the bug was triggered by [ -s filename ] test, with non-existing file. what
> happens is that grub_zfs_open() will get an error, calls zfs_unmount and
> returns error code. then grub_file_open() jumps to fail_ label, c
I got the Gparted ISO to boot, although in a bit roun-about way:
menuentry 'Gparted i386' {
set root="http,192.168.2.100"
set isofile="gparted-live-0.19.0-beta1-3-i486.iso"
loopback loop0 ($root)$isofile
linux (loop0)/live/vmlinuz boot=live config noswap noprompt verbose noeject
fetch=htt
On 16.02.2015 14:15, Beeblebrox wrote:
> I got the Gparted ISO to boot, although in a bit roun-about way:
>
> menuentry 'Gparted i386' {
> set root="http,192.168.2.100"
> set isofile="gparted-live-0.19.0-beta1-3-i486.iso"
> loopback loop0 ($root)$isofile
> linux (loop0)/live/vmlinuz boot=l
On 13.02.2015 21:32, Lunar wrote:
> Andrei Borzenkov:
>> Follow-up Comment #1, bug #44239 (project grub):
>>
>> Can't comment about behavior itself. Re. patch
>>
>> +cmdline = grub_strdup(curentry->append);
>> Error check missing.
>>
>> +grub_free(cmdline);
>> You need to delete free(cmdlin
> On 16.02.2015, at 10:14, Vladimir 'φ-coder/phcoder' Serbinenko
> wrote:
>
> On 15.02.2015 16:57, Toomas Soome wrote:
>>
>> ah, nevermind the gfxmenu;
>>
>> the bug was triggered by [ -s filename ] test, with non-existing file. what
>> happens is that grub_zfs_open() will get an error, cal
Is there a way to pass IPv6 network configuration info through
multiboot2? The network tag won't work because it is based on DHCPv4
ACK, right?
alan
___
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel
Hi
Does grub2 have a mechanism to hook bios disk read function (int 0x13) and
replace it with a new function? if it is possible how can i do that and
which part of code is responsible for it?
Thanks
___
Grub-devel mailing list
Grub-devel@gnu.org
https://
On Tue, Feb 17, 2015 at 9:12 AM, Navid Movahedi wrote:
> Hi
> Does grub2 have a mechanism to hook bios disk read function (int 0x13) and
> replace it with a new function? if it is possible how can i do that and
> which part of code is responsible for it?
I'm not aware of any generic code to insta