Re: latest grub2 & unaligned pointer in gfxmenu

2015-02-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
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

Re: Live-ISO's over PXE+HTTP using loopback

2015-02-16 Thread Beeblebrox
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

Re: Live-ISO's over PXE+HTTP using loopback

2015-02-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
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

Re: [bug #44239] Behavior of syslinux_parse differs from SYSLINUX for initrd= option

2015-02-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
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

Re: latest grub2 & unaligned pointer in gfxmenu

2015-02-16 Thread Toomas Soome
> 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

Multiboot2 and IPv6

2015-02-16 Thread Alan Perry
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

How to hook bios function?!

2015-02-16 Thread Navid Movahedi
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://

Re: How to hook bios function?!

2015-02-16 Thread Andrei Borzenkov
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