[bug #42861] can't access ZFS on FreeBSD due to new pool features

2015-05-17 Thread Andrey Zholos
Follow-up Comment #5, bug #42861 (project grub): Thank you. Looks like installing and booting works fine. I tested the current master on the latest FreeBSD 11 snapshot installed on a ZFS root filesystem. ___ Reply to this item at:

[bug #43062] boot-directory not in core.img

2014-11-18 Thread Andrey Borzenkov
Follow-up Comment #2, bug #43062 (project grub): BIS from sourceforge has problems with new grub. Try one from https://github.com/arvidjaar/bootinfoscript/blob/master/bootinfoscript ___ Reply to this item at:

[bug #42875] grub-core/disk/ata.c grub_ata_dumpinfo() has too small array.

2014-11-18 Thread Andrey Borzenkov
Update of bug #42875 (project grub): Status:None = In Progress Assigned to:None = arvidjaar ___ Reply to this item at:

[bug #42861] can't access ZFS on FreeBSD due to new pool features

2014-08-19 Thread Andrey Zholos
Follow-up Comment #2, bug #42861 (project grub): Thank you. I can confirm your branch works on FreeBSD. I tested using the latest FreeBSD 11 snapshot, on a root ZFS pool with all features enabled. grub-probe correctly detected the pool and grub-fstest could read any files, e.g.: # grub-fstest

[bug #42861] can't access ZFS on FreeBSD due to new pool features

2014-07-28 Thread Andrey Zholos
URL: http://savannah.gnu.org/bugs/?42861 Summary: can't access ZFS on FreeBSD due to new pool features Project: GNU GRUB Submitted by: aaz Submitted on: Mon Jul 28 13:58:23 2014 Category: Filesystem

[bug #41488] x86_64-efi PXE data not populated in some circumstances

2014-02-12 Thread Andrey Borzenkov
Follow-up Comment #2, bug #41488 (project grub): Packet trace seems to lack replies from DHCP server and the last DHCPACK looks more like it comes from boot server, not from DHCP Proxy. That makes it a bit confusing. Could you attach packet trace with both DHCP requests and replies?

[bug #39460] xnu kernel panics

2014-01-07 Thread Andrey Borzenkov
Follow-up Comment #4, bug #39460 (project grub): We both were attempting to use xnu loader on EFI which apparently does not work (was it ever supposed to in the first place?) I just retested with 2.02 beta2 using rescue CD which I explicitly restricted to i386-pc platform only (so it boots in

[bug #39528] Can't boot grub2 when 7 software raid-1 arrays exist

2013-07-20 Thread Andrey Borzenkov
Update of bug #39528 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #3: Marking as closed then. ___ Reply to this

[bug #39527] grub2-install fails when 1-Disk RAID-1 array is present

2013-07-20 Thread Andrey Borzenkov
Follow-up Comment #6, bug #39527 (project grub): Could you attach output of grub2-install --debug /dev/sda ___ Reply to this item at: http://savannah.gnu.org/bugs/?39527 ___ Message sent

[bug #39527] grub2-install fails when 1-Disk RAID-1 array is present

2013-07-20 Thread Andrey Borzenkov
Follow-up Comment #8, bug #39527 (project grub): The message simply means that one disk in RAID is missing. You need to check state of arrays using /proc/mdstat. After mdadm --remove you get degraded array and this message is normal. Note that your example does not work here. mdadm --grow -n 2

[bug #39527] grub2-install fails when 1-Disk RAID-1 array is present

2013-07-19 Thread Andrey Borzenkov
Follow-up Comment #4, bug #39527 (project grub): Yes, I understand it. As I said I used your command line to create array. ___ Reply to this item at: http://savannah.gnu.org/bugs/?39527 ___

[bug #39498] grub-mkconfig_lib creates search lines incorrectly for multi-device volumes

2013-07-19 Thread Andrey Borzenkov
Follow-up Comment #1, bug #39498 (project grub): Could you paste exact grub-install invocation and attach grub-install --debug output? ___ Reply to this item at: http://savannah.gnu.org/bugs/?39498

[bug #39528] Can't boot grub2 when 7 software raid-1 arrays exist

2013-07-19 Thread Andrey Borzenkov
Follow-up Comment #1, bug #39528 (project grub): I cannot reproduce it in QEMU using current trunk - grub has no problem accessing filesystem on MD RAID1 with 7 raids in total. I used your command to recreate each MD. Could you test using current trunk?

Re: [bug #37765] Error when an apostrophe is on grub.cfg messages

2013-06-24 Thread Andrey Borzenkov
В Mon, 24 Jun 2013 18:44:33 + Llorenç invalid.nore...@gnu.org пишет: Follow-up Comment #9, bug #37765 (project grub): In r5043 (up to date Arch package) its still affecting. On file 10_linux, if I change echo line in lines (140 and 147): message=$(gettext_printf Loading Linux %s ...

[bug #36991] Build failure after touching gentpl.py

2013-04-27 Thread Andrey Borzenkov
Update of bug #36991 (project grub): Status:None = Fixed Open/Closed:Open = Closed ___ Follow-up Comment #1: This is fixed in

[bug #38479] Failure to boot on some UEFI systems (possible memory allocation issue)

2013-03-08 Thread Andrey Borzenkov
Follow-up Comment #2, bug #38479 (project grub): Did not work; see https://bugzilla.novell.com/show_bug.cgi?id=800035#c25: So with EFI I have indeed (cd0), but booting says (I'm tying from one screen to another :): error: no suitable video mode found. Booting in blind mode Trying to terminate

[bug #38479] Failure to boot on some UEFI systems (possible memory allocation issue)

2013-03-06 Thread Andrey Borzenkov
URL: http://savannah.gnu.org/bugs/?38479 Summary: Failure to boot on some UEFI systems (possible memory allocation issue) Project: GNU GRUB Submitted by: arvidjaar Submitted on: Wed 06 Mar 2013 07:09:24 PM GMT Category:

[bug #38145] Add support for boot benchmarking

2013-01-30 Thread Andrey Borzenkov
Follow-up Comment #2, bug #38145 (project grub): EFI provides convenient interface to pass information from bootloader to kernel via variables. I am not sure how to do it e.g. on BIOS, except piggybacking on kernel command line. Am I right that you are not against this idea as long as it is

Re: [bug #38035] Off by one error in enumerating MSDOS partitions

2013-01-20 Thread Andrey Borzenkov
В Sun, 20 Jan 2013 22:26:58 +0100 Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com пишет: On 09.01.2013 22:31, Vladimir Serbinenko wrote: Follow-up Comment #5, bug #38035 (project grub): I will commit the patch but I want first to be sure that bigger problem behind this

Re: [bug #38035] Off by one error in enumerating MSDOS partitions

2013-01-20 Thread Andrey Borzenkov
В Sun, 20 Jan 2013 22:37:26 +0100 Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com пишет: On 20.01.2013 22:33, Andrey Borzenkov wrote: В Sun, 20 Jan 2013 22:26:58 +0100 Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com пишет: On 09.01.2013 22:31, Vladimir Serbinenko wrote

[bug #38035] Off by one error in enumerating MSDOS partitions

2013-01-07 Thread Andrey Borzenkov
URL: http://savannah.gnu.org/bugs/?38035 Summary: Off by one error in enumerating MSDOS partitions Project: GNU GRUB Submitted by: arvidjaar Submitted on: Mon 07 Jan 2013 02:24:39 PM GMT Category: Disk amp; Partition

[bug #37776] grub.cfg parsing errors due to single quotes in translated strings

2012-11-19 Thread Andrey Borzenkov
: Installation Severity: Major Priority: 5 - Normal Item Group: Software Error Status: None Privacy: Public Assigned to: None Originator Name: Andrey Borzenkov Originator Email: arvidj...@gmail.com

[bug #37765] Error when an apostrophe is on grub.cfg messages

2012-11-19 Thread Andrey Borzenkov
Follow-up Comment #2, bug #37765 (project grub): I submitted a patch for this in https://savannah.gnu.org/bugs/index.php?37776. ___ Reply to this item at: http://savannah.gnu.org/bugs/?37765

[bug #32676] Linker error in 'grub-core/kern/i386/pc/startup.S' on a x86_64 system

2011-04-05 Thread Andrey
Follow-up Comment #5, bug #32676 (project grub): Hi, Vladimir, I can confirm: suggested patch fixes compilation issue over here. Thanks! PS: to make it compile smoothly on my system I do still need one more patch (please, see attached file) (file #23113)

[bug #32676] Linker error in 'grub-core/kern/i386/pc/startup.S' on a x86_64 system

2011-03-08 Thread Andrey
Follow-up Comment #3, bug #32676 (project grub): Hi, the same is over here (tried both: trunk and 1.99rc1) system: FreeBSD 9-Current [amd64] compiler: gcc version 4.2.1 20070719 gcc -Wall -W -I../include -I../include -DGRUB_MACHINE_PCBIOS=1 -DGRUB_MACHINE=I386_PC -Os -Wall -W -Wshadow

File completion on kernel command line causes reset and reboot

2010-10-23 Thread Andrey Borzenkov
. It sounds similar to 28996 except it is probably caused by missing driver (/bin is on root which is reiserfs) -andrey ___ Bug-grub mailing list Bug-grub@gnu.org http://lists.gnu.org/mailman/listinfo/bug-grub

[bug #29154] Grub is not able to boot from ExpressCard SSD

2010-03-11 Thread Andrey
Follow-up Comment #2, bug #29154 (project grub): Thank You very very much! Now grub is working. But Maybe You know how to enable ata disks support in the kernel? (Grub boots kernel, but kernel doesn't recognise this SSD). Заранее спасибо:)