Re: Grub fails with couldn't find root_dataset on ZFS pool (patch attached

2011-08-03 Thread Robert Millan
Hi Zachary, I fixed the problem by marking the struct as packed instead, see r3398. Thank you very much for your report. -- Robert Millan ___ Bug-grub mailing list Bug-grub@gnu.org https://lists.gnu.org/mailman/listinfo/bug-grub

[bug #27920] BIOS-type computer with GPT bootdisk doesn't find filesystem(s) on another disk which is MBR/msdos type

2010-05-27 Thread Robert Millan
Update of bug #27920 (project grub): Status:None = Fixed Open/Closed:Open = Closed ___ Follow-up Comment #2: Fixed

[bug #28422] [util/misc.c] realpath(path, NULL) leads to segfault

2009-12-27 Thread Robert Millan
Follow-up Comment #2, bug #28422 (project grub): Grégorie, could you please check if linking grub-mkrelpath with canonicalize-lgpl.c from Gnulib resolves your problem? If so, I'll import it. It basically boils down to the same kludge, but I'd rather have it in external Gnulib code than in GRUB

[bug #28422] [util/misc.c] realpath(path, NULL) leads to segfault

2009-12-27 Thread Robert Millan
Follow-up Comment #4, bug #28422 (project grub): Hi Grégoire, Sorry to bother you, but after discussing this with Vladimir and thinking a bit more about it, I think we can live with an ifdef in our code if it's confined to util/misc.c and reasonably platform-independant. Please let me know if

[bug #16190] highlight color not used when splashimage active

2009-12-18 Thread Robert Millan
Update of bug #16190 (project grub): Discussion Lock: Any = Locked Release:None = other ___ Follow-up Comment #4: This bug isn't just

[bug #26954] grub-install on usb drive: Your embedding area is unusually small. core.img

2009-11-30 Thread Robert Millan
Update of bug #26954 (project grub): Release:None = other ___ Follow-up Comment #6: Any suggestions for what can be done to work around this? What's with this workaround mentality?

[bug #26924] [grub2] grub-install --root-directory=... /dev/partition does not work

2009-11-24 Thread Robert Millan
Update of bug #26924 (project grub): Release:None = Subversion - trunk ___ Follow-up Comment #3: Now that Felix' mkrelpath branch has been merged in trunk, it should be possible to implement this

Re: [bug #27695] parser.sh ignores the closing quote when preceeded by a variable

2009-10-16 Thread Robert Millan
, buffer); Same here, I'm afraid. -- Robert Millan The DRM opt-in fallacy: Your data belongs to us. We will decide when (and how) you may access your data; but nobody's threatening your freedom: we still allow you to remove your data and not access it at all

[bug #26954] grub-install on usb drive: Your embedding area is unusually small. core.img

2009-08-14 Thread Robert Millan
Follow-up Comment #2, bug #26954 (project grub): We fixed a bug that caused this false error to be reported. Please update, and you'll get the correct one. ___ Reply to this item at: http://savannah.gnu.org/bugs/?26954

[bug #27203] Sometimes after reboot grub doesn't response to keyboard

2009-08-14 Thread Robert Millan
Follow-up Comment #1, bug #27203 (project grub): Sounds like a BIOS bug. Did this happen with other bootloaders? (GRUB Legacy, LILO...) ___ Reply to this item at: http://savannah.gnu.org/bugs/?27203

[bug #26875] [grub2] grub-mkrescue causes machine to reboot

2009-08-14 Thread Robert Millan
Follow-up Comment #1, bug #26875 (project grub): Try with SVN. ___ Reply to this item at: http://savannah.gnu.org/bugs/?26875 ___ Message sent via/by Savannah http://savannah.gnu.org/

[bug #27203] Sometimes after reboot grub doesn't response to keyboard

2009-08-14 Thread Robert Millan
Update of bug #27203 (project grub): Release:1.96 = Release:None = 1.96 ___ Reply to this item at:

Re: [bug #27100] [REGRESSION] multiboot can't load freeldr.sys

2009-07-28 Thread Robert Millan
. -- Robert Millan The DRM opt-in fallacy: Your data belongs to us. We will decide when (and how) you may access your data; but nobody's threatening your freedom: we still allow you to remove your data and not access it at all. ___ Bug-grub

[bug #27100] [REGRESSION] multiboot can't load freeldr.sys

2009-07-24 Thread Robert Millan
URL: http://savannah.gnu.org/bugs/?27100 Summary: [REGRESSION] multiboot can't load freeldr.sys Project: GNU GRUB Submitted by: robertmh Submitted on: Fri Jul 24 19:13:29 2009 Category: Booting Severity:

[bug #27100] [REGRESSION] multiboot can't load freeldr.sys

2009-07-24 Thread Robert Millan
Follow-up Comment #1, bug #27100 (project grub): freeldr.sys from ReactOS 0.3.10. (file #18469) ___ Additional Item Attachment: File name: freeldr.sysSize:296 KB

[bug #26924] [grub2] grub-install --root-directory=... /dev/partition does not work

2009-07-04 Thread Robert Millan
Follow-up Comment #1, bug #26924 (project grub): This patch only works by pure chance. Turns out, the core.img you had in /boot/grub/ was identical to the one you're installing to your target (designated by --root-directory=). There's no right way to use /boot/grub/core.img for the consistency

[bug #26924] [grub2] grub-install --root-directory=... /dev/partition does not work

2009-07-04 Thread Robert Millan
Update of bug #26924 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #2: Considering that this whole mess is only for the sake of supporting blocklists, which are

[bug #24661] [patch] PXE module does not work with TFTP correctly

2008-12-13 Thread Robert Millan
Update of bug #24661 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #1: Fixed. ___ Reply to this item at:

[bug #13606] GRUB should allow Linux command-line256 bytes with boot protocol2.02

2008-08-22 Thread Robert Millan
Follow-up Comment #16, bug #13606 (project grub): There's a new loader now, in loader/i386/linux.c, which for now is only used on coreboot (but is trivial to enable it on i386-pc by editting conf/i386-pc.*). Does it also exhibit this problem?

[bug #23732] missing mapping from fs-block-no. to disk-block-no. in xfs.c

2008-06-29 Thread Robert Millan
Update of bug #23732 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #1: Committed, thanks! ___ Reply to this

[bug #13606] GRUB should allow Linux command-line256 bytes with boot protocol2.02

2008-05-03 Thread Robert Millan
Update of bug #13606 (project grub): Open/Closed: Closed = Open Release: 0.96-2 = CVS ___ Follow-up Comment #12: Marco Okuji: could

[bug #22791] GRUB error Error 17

2008-04-21 Thread Robert Millan
Update of bug #22791 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #1: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #22805] Minor diff patch for the typo in GRUB 0.97

2008-04-21 Thread Robert Millan
Update of bug #22805 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #1: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #15048] after boot into Windows XP, grub menu is not displayed and computer reboot

2008-03-27 Thread Robert Millan
Update of bug #15048 (project grub): Discussion Lock: Any = Locked ___ Follow-up Comment #20: I'm getting sick of this spam crap. This bug is locked now.

Re: start to work

2008-03-19 Thread Robert Millan
check our BTS and fix bugs :-) -- Robert Millan GPLv2 I know my rights; I want my phone call! DRM What use is a phone call… if you are unable to speak? (as seen on /.) ___ Bug-grub mailing list Bug-grub@gnu.org http://lists.gnu.org/mailman/listinfo

[bug #22398] GRUB makes BIOS poke CD-ROM at boot on Acer5633 notebook

2008-03-19 Thread Robert Millan
Update of bug #22398 (project grub): Status:None = Wont Fix Open/Closed:Open = Closed ___ Follow-up Comment #1: Sorry, but your BIOS

[bug #22398] GRUB makes BIOS poke CD-ROM at boot on Acer5633 notebook

2008-03-19 Thread Robert Millan
Follow-up Comment #3, bug #22398 (project grub): So essentially what you want is GRUB to include documentation about a bug that is in your BIOS? ___ Reply to this item at: http://savannah.gnu.org/bugs/?22398

[bug #22398] GRUB makes BIOS poke CD-ROM at boot on Acer5633 notebook

2008-03-19 Thread Robert Millan
Follow-up Comment #4, bug #22398 (project grub): Now that I think of it, I don't see why the initialisation in startup.S should be playing with hard drives at all. Perhaps this should be moved to biosdisk.mod, and this way you can avoid it entirely by not loading biosdisk.mod (e.g. using

Re: Multiboot Specification

2008-02-24 Thread Robert Millan
the right place, but I don't know the answer. So just wait and be patient :-) -- Robert Millan GPLv2 I know my rights; I want my phone call! DRM What use is a phone call… if you are unable to speak? (as seen on /.) ___ Bug-grub mailing list Bug-grub

[bug #21865] grub.cfg syntax error leads to infinite loop

2008-02-08 Thread Robert Millan
Follow-up Comment #6, bug #21865 (project grub): This was fixed by Bean a while ago. Just update your GRUB (by running grub-install). ___ Reply to this item at: http://savannah.gnu.org/bugs/?21865

Re: [PATCH] Add ext4 extents support for grub-0.97

2008-01-01 Thread Robert Millan
Legacy isn't actively maintained. Please can you adapt this to GRUB 2 ? -- Robert Millan GPLv2 I know my rights; I want my phone call! DRM What use is a phone call, if you are unable to speak? (as seen on /.) ___ Bug-grub mailing list Bug-grub

[bug #21865] grub.cfg syntax error leads to infinite loop

2007-12-22 Thread Robert Millan
Follow-up Comment #2, bug #21865 (project grub): Do you know how to do this? I'm afraid I'm completely ignorant on bison stuff. ___ Reply to this item at: http://savannah.gnu.org/bugs/?21865

test

2007-12-21 Thread Robert Millan
This is a test. Sorry for bothering. -- Robert Millan GPLv2 I know my rights; I want my phone call! DRM What use is a phone call, if you are unable to speak? (as seen on /.) ___ Bug-grub mailing list Bug-grub@gnu.org http://lists.gnu.org/mailman

[bug #21865] grub.cfg syntax error leads to infinite loop

2007-12-21 Thread Robert Millan
URL: http://savannah.gnu.org/bugs/?21865 Summary: grub.cfg syntax error leads to infinite loop Project: GNU GRUB Submitted by: robertmh Submitted on: Friday 12/21/07 at 13:03 Category: None Severity:

Bug notifications

2007-12-21 Thread Robert Millan
Are you receiving bug notifications from this list? For some reason the messages appear in http://lists.gnu.org/archive/html/bug-grub/ but don't even hit my mail server. Any idea what's going on? Thanks -- Robert Millan GPLv2 I know my rights; I want my phone call! DRM What use is a phone

[bug #17653] [grub2] must probe for partmap in (fdX), because some BIOS detect USB drives as floppies

2007-12-20 Thread Robert Millan
Follow-up Comment #5, bug #17653 (project grub): Can you please build GRUB 2 with the attached patch, boot from it, and use the (now modified) ls command to determine the number of sectors your BIOS reports that these fake floppies have? If they have more than 2880 we can probably add a

[bug #14893] Grub hangs on unattended boot if serial and console are configured

2007-12-15 Thread Robert Millan
Update of bug #14893 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #3: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #17043] CD boot fails loading stage 2, for some filesystem structures only

2007-12-15 Thread Robert Millan
Update of bug #17043 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #2: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #17188] */.deps directories missing

2007-12-15 Thread Robert Millan
Update of bug #17188 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #1: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #15339] No change in boot screen after editing menu.lst and rebooting

2007-12-15 Thread Robert Millan
Update of bug #15339 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #1: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #16583] error loading image

2007-12-15 Thread Robert Millan
Update of bug #16583 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #1: Unfortunately we do not currently have the resources to track down this kind of requests. Please

[bug #15114] [PATCH] New command:findconfig

2007-12-15 Thread Robert Millan
Update of bug #15114 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #2: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #14620] no countdown even if timeout is set

2007-12-15 Thread Robert Millan
Update of bug #14620 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #7: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #14758] CD boot only gives Error 25: Disk read error

2007-12-15 Thread Robert Millan
Update of bug #14758 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #7: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #14845] timeout problem, countdown does not work

2007-12-15 Thread Robert Millan
Update of bug #14845 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #2: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #15070] No support for LDM (dynamic volumes) partition layout

2007-12-15 Thread Robert Millan
Update of bug #15070 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #1: Unfortunately we do not currently have the resources to track down this kind of requests. Please

[bug #16844] Countdown not working

2007-12-15 Thread Robert Millan
Update of bug #16844 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #2: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #15048] after boot into Windows XP, grub menu is not displayed and computer reboot

2007-12-15 Thread Robert Millan
Update of bug #15048 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #13: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #14407] partition table offset not reset when changing to CD

2007-12-15 Thread Robert Millan
Update of bug #14407 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #5: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #17957] ReiserFS journal replay doesn't work

2007-12-15 Thread Robert Millan
Update of bug #17957 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #2: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #15618] Boot: Screen just says 'GRUB'

2007-12-15 Thread Robert Millan
Update of bug #15618 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #2: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #15288] savedefault (Error 27: Unrecognized command)

2007-12-15 Thread Robert Millan
Update of bug #15288 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #7: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #16032] stage2_eltorito hangs when booting from some LSI SCSI controllers (fix attached)

2007-12-15 Thread Robert Millan
Update of bug #16032 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #2: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #15824] PATCH: fix grub-install with /boot mounted on /dev/evms/hda[n]

2007-12-15 Thread Robert Millan
Update of bug #15824 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #1: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #15120] GRUB menu not displayed

2007-12-15 Thread Robert Millan
Update of bug #15120 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #3: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #17929] [docs] broken instructions for making boot floppy

2007-12-15 Thread Robert Millan
Update of bug #17929 (project grub): Open/Closed:Open = Closed Summary: Manual instructions for making boot floppy do not work = [docs] broken instructions for making boot floppy

[bug #15548] CD does not boot from USB DVD burner

2007-12-15 Thread Robert Millan
Update of bug #15548 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #1: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #18657] disk access problems on x86_64-pc-linux-gnu

2007-12-15 Thread Robert Millan
Update of bug #18657 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #1: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #18471] [PATCH] Grub overwrites reserved memory region when reading initrd file

2007-12-15 Thread Robert Millan
Update of bug #18471 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #2: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #19235] GRUB and ISO Master

2007-12-15 Thread Robert Millan
Update of bug #19235 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #1: Unfortunately we do not currently have the resources to track down this kind of requests. Please

[bug #18574] dont boot with ps2 mouse

2007-12-15 Thread Robert Millan
Update of bug #18574 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #4: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #18826] Patch to accept number keys (0-9) at boot menu

2007-12-15 Thread Robert Millan
Update of bug #18826 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #2: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #17963] [PATCH] - Make GRUB recognize and boot an x86_64 elf image

2007-12-15 Thread Robert Millan
Update of bug #17963 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #2: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #18547] Dell MediaDirect fails after GRUB install

2007-12-15 Thread Robert Millan
Update of bug #18547 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #1: Unfortunately we do not currently have the resources to track down this kind of requests. Please

[bug #19005] [grub2] Misc bug fix

2007-12-15 Thread Robert Millan
Update of bug #19005 (project grub): Summary:[PATCH] Misc bug fix = [grub2] Misc bug fix ___ Reply to this item at: http://savannah.gnu.org/bugs/?19005 ___ Message

[bug #18524] [docs] description about grub-install is misleading

2007-12-15 Thread Robert Millan
Update of bug #18524 (project grub): Summary: Description about grub-install is misleading = [docs] description about grub-install is misleading ___ Reply to this item at: http://savannah.gnu.org/bugs/?18524

[bug #16812] [grub2] boot a CD from grub

2007-12-15 Thread Robert Millan
Update of bug #16812 (project grub): Status:None = Duplicate Open/Closed:Open = Closed ___ Follow-up Comment #2: This is a duplicate of

[bug #19591] GRUB dual-boot configuration fails with Fedora Core 6

2007-12-15 Thread Robert Millan
Update of bug #19591 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #3: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #864] [grub2] cramfs romfs?

2007-12-15 Thread Robert Millan
Follow-up Comment #13, bug #864 (project grub): It seems that grub-0.95cvs-romfs.diff was written by Tommi Virtanen . Added to CC. Tommi, did you take code from other sources when writing that patch? ___ Reply to this item at:

[bug #19776] cannot specify the current disk

2007-12-15 Thread Robert Millan
Update of bug #19776 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #1: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #20446] Keyboard does not work properly (only partly working)

2007-12-15 Thread Robert Millan
Update of bug #20446 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #1: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #13606] GRUB should allow Linux command-line256 bytes with boot protocol2.02

2007-12-15 Thread Robert Millan
Follow-up Comment #11, bug #13606 (project grub): The last release was 1.95, although I wouldn't recommend using it because it has known bugs. Try CVS instead. As for a stable release (2.0), we haven't reached that yet, but it's worth noting that GRUB Legacy never had a stable release (1.0)

[bug #19501] grub-install fails to install GRUB in MBR on Compaq/HP SmartArray logical disks

2007-12-15 Thread Robert Millan
Update of bug #19501 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #1: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #15607] When I click to choose suse 32 bit in boot menu menu comes back once

2007-12-15 Thread Robert Millan
Update of bug #15607 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #2: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #19381] [grub2] only supports first 8 IDE disks

2007-12-15 Thread Robert Millan
Update of bug #19381 (project grub): Status:None = Fixed Open/Closed:Open = Closed ___ Follow-up Comment #4: Fixed, thanks.

[bug #14056] [PATCH] Adding ability to boot 3rd party's PXE bootcode from GRUB

2007-12-15 Thread Robert Millan
Update of bug #14056 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #7: We've moved to GRUB 2 as a development platform. Would be nice to have this loader there. If

[bug #864] [grub2] cramfs romfs?

2007-12-15 Thread Robert Millan
Follow-up Comment #11, bug #864 (project grub): Nice. I have a comment though. The typedefs you copied from asm-i386/types.h seems to indicate that you copied code from other sources. You need to indicate their copyrights in the license header, since the maintainers might have some legal

[bug #21383] Can't complie grub with AMD Athlon(tm) XP

2007-12-15 Thread Robert Millan
Update of bug #21383 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #1: Unfortunately we do not currently have the resources to track down this kind of requests. Please

[bug #10317] Request for DEC 21X4 Serials Adapter Support

2007-12-15 Thread Robert Millan
Update of bug #10317 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #2: We've moved to GRUB 2 as a development platform. Unfortunately, GRUB 2 doesn't have network

[bug #11050] patch to support ub* device names in grub-install

2007-12-15 Thread Robert Millan
Update of bug #11050 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #3: This doesn't seem to be an issue with current versions of Linux (which use /dev/sd[a-z]).

[bug #10780] Possible to boot an ISO bootable file?

2007-12-15 Thread Robert Millan
Update of bug #10780 (project grub): Status:None = Duplicate Open/Closed:Open = Closed ___ Follow-up Comment #3: This is a duplicate of

[bug #10433] Grub 0.95 - Grub Bootable CD-ROM, no device (cd). Related to Error 21 at stage 1.5

2007-12-15 Thread Robert Millan
Update of bug #10433 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #6: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #10186] install-grub does not find the root device

2007-12-15 Thread Robert Millan
Update of bug #10186 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #3: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #12388] New Feature: support for hardware i/o based bootup selection

2007-12-15 Thread Robert Millan
Update of bug #12388 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #1: We've moved to GRUB 2 as a development platform. You'd have to update this patch before it can be

[bug #18224] Grub doesn't boot with an usb key plugged

2007-12-15 Thread Robert Millan
Update of bug #18224 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #1: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #13335] Documentation: Missing information on getting Grub to work with DDO

2007-12-15 Thread Robert Millan
Update of bug #13335 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #1: Unfortunately we do not currently have the resources to track down this kind of requests. Please

[bug #15004] Request: Alternate nomenclature for drives

2007-12-15 Thread Robert Millan
Update of bug #15004 (project grub): Open/Closed:Open = Closed ___ Reply to this item at: http://savannah.gnu.org/bugs/?15004 ___ Message

[bug #17472] grub install on hd(0, 0) permanently damages Windows bootloader

2007-12-15 Thread Robert Millan
Update of bug #17472 (project grub): Open/Closed:Open = Closed ___ Reply to this item at: http://savannah.gnu.org/bugs/?17472 ___ Message

[bug #14874] gcc 4.02 optimization fails buildins.c when filesystem was added to stage1_5_map

2007-12-15 Thread Robert Millan
Update of bug #14874 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #2: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #14772] grub can't be compiled with uClibc-0.9.27

2007-12-15 Thread Robert Millan
Update of bug #14772 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #2: If PATH_MAX is defined, it must be in limits.h as per POSIX. This is a bug in uclibc.

[bug #12410] First boot OK, second time system hangs

2007-12-15 Thread Robert Millan
Update of bug #12410 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #1: Unfortunately we do not currently have the resources to track down this kind of requests. Please

[bug #10745] Another BootLoader for Grub booting from ISO9660

2007-12-15 Thread Robert Millan
Update of bug #10745 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #2: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #13044] GRUB changes system ID on partition

2007-12-15 Thread Robert Millan
Update of bug #13044 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #5: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #856] [PATCH] Intel EEPro 100 Chip 82801CAM (ICH3) on Sony Vaio 316

2007-12-15 Thread Robert Millan
Update of bug #856 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #2: We've moved to GRUB 2 as a development platform. Unfortunately, GRUB 2 doesn't have network support

[bug #567] Print loaded Linux kernel version

2007-12-15 Thread Robert Millan
Update of bug #567 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #5: We've moved to GRUB 2 as a development platform. Please can you check if this bug still applies

[bug #9841] [grub2] Please add a GRUB command that can boot a CD

2007-12-15 Thread Robert Millan
Update of bug #9841 (project grub): Summary: Please add a GRUB command that can boot a CD = [grub2] Please add a GRUB command that can boot a CD ___ Reply to this item at: http://savannah.gnu.org/bugs/?9841

[bug #9778] BIOS devices change after boot

2007-12-15 Thread Robert Millan
Update of bug #9778 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #1: Unfortunately we do not currently have the resources to track down this kind of requests. Please

[bug #864] [grub2] cramfs romfs?

2007-12-15 Thread Robert Millan
Update of bug #864 (project grub): Summary: cramfs romfs? = [grub2] cramfs romfs? ___ Follow-up Comment #9: Hi Valtteri Could you please update your patch for GRUB 2 ?

[bug #5562] fsys_ntfs.c bug fix: uninitialized content

2007-12-15 Thread Robert Millan
Update of bug #5562 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #8: This doesn't make any sense. Closing. Gregg, I agree that anonymous posting should not be

[bug #6690] [PATCH]New PCI and NIC drivers from etherboot-5.3.4

2007-12-15 Thread Robert Millan
Update of bug #6690 (project grub): Open/Closed:Open = Closed ___ Follow-up Comment #11: We've moved to GRUB 2 as a development platform. Unfortunately, GRUB 2 doesn't have network

  1   2   3   4   >