[bug #32185] ps2 keyboard sticking when ctrl key is pressed

2011-01-22 Thread Vladimir Serbinenko
Follow-up Comment #1, bug #32185 (project grub): Trouble comes from the fact that the break code is missed when GRUB is occupied redrawing the screen with gfxterm. We need to have an IRQ handler, make gfxterm faster or have some periodic checkout.

[bug #32426] Can not boot grub from MBR on ISO9660 filesystem

2011-02-11 Thread Vladimir Serbinenko
Update of bug #32426 (project grub): Status:None => Invalid Open/Closed:Open => Closed ___ Follow-up Comment #1: Please use the offici

[bug #32426] Can not boot grub from MBR on ISO9660 filesystem

2011-02-12 Thread Vladimir Serbinenko
Follow-up Comment #3, bug #32426 (project grub): grub-setup requires read-write support. That's why it requires a special handling and that's why there is a separate script for it. The only other similar case would be the squashfs. Currently GRUB2-experimental can read from squashfs but not insta

[bug #32426] Can not boot grub from MBR on ISO9660 filesystem

2011-02-13 Thread Vladimir Serbinenko
Follow-up Comment #5, bug #32426 (project grub): Actually you didn't understand the install process. boot.img contains only reference to first sector of core.img. Rest of blocklist is in core.img. So embeddingless installs to read-only filesystems aren't supported. It's not a bug but simply somet

[bug #32313] grub-probe reporting wrong data for md0

2011-02-17 Thread Vladimir Serbinenko
Follow-up Comment #1, bug #32313 (project grub): Could you try experimental upstream? ___ Reply to this item at: ___ Message sent via/by Savannah http

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

2011-03-04 Thread Vladimir Serbinenko
Follow-up Comment #1, bug #32676 (project grub): Please don't override the -Os with -O2 ___ Reply to this item at: ___ Message sent via/by Savannah ht

[bug #32789] Puppy linux not found and Windows not found at first turn.

2011-03-15 Thread Vladimir Serbinenko
Update of bug #32789 (project grub): Status:None => Invalid Open/Closed:Open => Closed ___ Follow-up Comment #1: OS detection is done b

[bug #32785] PXE module is not compiled when --with-platform=efi is used

2011-03-15 Thread Vladimir Serbinenko
Update of bug #32785 (project grub): Priority: 5 - Normal => 3 - Low Item Group:None => Feature Request ___ Follow-up Comment #1: PXE support on EFI wou

[bug #32603] update-grub does not recognize all OSs from live-session

2011-03-23 Thread Vladimir Serbinenko
Update of bug #32603 (project grub): Status:None => Invalid Open/Closed:Open => Closed ___ Reply to this item at:

[bug #32612] GRUB 2 should have the ability to boot from a Unix OS

2011-03-23 Thread Vladimir Serbinenko
Update of bug #32612 (project grub): Priority: 5 - Normal => 2 ___ Follow-up Comment #1: > Many motherboards don't boot from a USB/external drive; they wont even supply power to them, as a

[bug #32450] pager does not work within a menuentry if loaded via configfile

2011-03-23 Thread Vladimir Serbinenko
Update of bug #32450 (project grub): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #1: fixed ___

[bug #32525] Prober does not add Grub 2 boot entries for OS's on SW RAID1 filesystems

2011-03-23 Thread Vladimir Serbinenko
Update of bug #32525 (project grub): Status:None => Invalid Open/Closed:Open => Closed ___ Follow-up Comment #2: As was discussed on IR

[bug #32448] Parser problem with variables in compound commands

2011-03-23 Thread Vladimir Serbinenko
Update of bug #32448 (project grub): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #1: Fixed. Real problem wa

[bug #32432] compile error in grub-1.99~rc1

2011-03-23 Thread Vladimir Serbinenko
Follow-up Comment #1, bug #32432 (project grub): Should be fixed now. ___ Reply to this item at: ___ Message sent via/by Savannah http://savannah.gnu.

[bug #32612] GRUB 2 should have the ability to boot from a Unix OS

2011-03-23 Thread Vladimir Serbinenko
Follow-up Comment #3, bug #32612 (project grub): GRUB does support USB HID. But apparently you use outdated version. ___ Reply to this item at: ___ Mess

[bug #32930] background_image not show in 1.99-rc1 if gfxmode=640x480

2011-03-27 Thread Vladimir Serbinenko
Follow-up Comment #1, bug #32930 (project grub): In a quick test I wasn't able to recreate this. Could you send your grub.cfg and the image in question? (if you come now to freenode #grub we can debug this live) ___ Reply to this item at:

[bug #32931] LVM write support, patch included

2011-03-27 Thread Vladimir Serbinenko
Follow-up Comment #1, bug #32931 (project grub): I suppose that you didn't follow the discussion on LVM writing. Basically the problem is safety: any bug in LVM writing code would result in disk corruption. Your patch actually perfectly illustrates one of the points which were discussed: in case o

[bug #32930] background_image not show in 1.99-rc1 if gfxmode=640x480

2011-03-27 Thread Vladimir Serbinenko
Additional Item Attachment, bug #32930 (project grub): File name: grub.iso.xzSize:480 KB ___ Reply to this item at: ___ Message sen

[bug #32930] background_image not show in 1.99-rc1 if gfxmode=640x480

2011-03-27 Thread Vladimir Serbinenko
Follow-up Comment #3, bug #32930 (project grub): I attach the binaries of current bzr trunk + your image in 640x480. Works trouble-free in kvm ___ Reply to this item at:

[bug #32931] LVM write support, patch included

2011-03-30 Thread Vladimir Serbinenko
Update of bug #32931 (project grub): Status:None => Wont Fix Open/Closed:Open => Closed ___ Follow-up Comment #3: Allowing only when use

[bug #32313] grub-probe reporting wrong data for md0

2011-03-30 Thread Vladimir Serbinenko
Update of bug #32313 (project grub): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #2: I've tested it myself

[bug #29582] Grub Fails free magic error when present with hardware raid logical drive

2011-04-01 Thread Vladimir Serbinenko
Follow-up Comment #3, bug #29582 (project grub): I've received the info that some RAID controller overwrite sectors in the zone of MBR gap. In latest upstream we have a Reed-Solomon checking for such cases. Could you retest? ___ Reply to th

[bug #32391] Grub will not install in Blocklist Mode

2011-04-02 Thread Vladimir Serbinenko
Follow-up Comment #1, bug #32391 (project grub): The blocklists are unreliable because the filesystems can move the files around at will and so the exact sectors are subject to change. Any such change creates both a reliability and security problem. Previously the blocks were only rarely moved aro

[bug #31783] GRUB2 issues with RTAI-patched kernels

2011-04-03 Thread Vladimir Serbinenko
Follow-up Comment #2, bug #31783 (project grub): As for "deleted" entries, it's nothing against you: savannah was restored from backup. Browsing through RTAI website I couldn't find a diff for Linux. Could you paste URL to one? linux16+initrd16 don't use 32-bit protocol. _

[bug #32277] Please include information in vbeinfo whether a gfxmode uses a planar memory layout

2011-04-03 Thread Vladimir Serbinenko
Update of bug #32277 (project grub): Priority: 5 - Normal => 3 - Low ___ Follow-up Comment #1: GRUB doesn't have an implementation to use planar layout (except it 320x200 mode), so with gfxmode/

[bug #29155] Grub fails to find LVM witth in progress pvmove

2011-04-03 Thread Vladimir Serbinenko
Update of bug #29155 (project grub): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #1: fixed. __

[bug #29213] GRUB2 hangs if second SATA controller card is newly empty

2011-04-03 Thread Vladimir Serbinenko
Update of bug #29213 (project grub): Open/Closed:Open => Closed ___ Follow-up Comment #2: It's probably a problem with installing (grub-install not run on relevant drives) or the cross-disk

[bug #25614] Floating-point exception in grub-install

2011-04-03 Thread Vladimir Serbinenko
Update of bug #25614 (project grub): Status:None => Fixed Open/Closed:Open => Closed Release:None => Bazaar - trunk _

[bug #29582] Grub Fails free magic error when present with hardware raid logical drive

2011-04-04 Thread Vladimir Serbinenko
Update of bug #29582 (project grub): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #4: > Hi > Sorry not using

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

2011-04-04 Thread Vladimir Serbinenko
Follow-up Comment #4, bug #32676 (project grub): Looks like you both use an old compiler which optimizes the code far less than I supposed. Could you try attached patch? (file #23106) ___ Additional Item Attachment: File name: offset.diff

[bug #32998] grub-mkrescue ISO images bootable as disk (like isohybrid) but not mountable within Linux

2011-04-04 Thread Vladimir Serbinenko
Follow-up Comment #1, bug #32998 (project grub): You have to mount sdX, not sdX1. phcoder@debian.x201.phnet:~/compile$ grub-mkrescue --output=grub.iso Enabling BIOS support ... Enabling x86_64-efi support ... Enabling i386-coreboot support ... GNU xorriso 0.5.5 : RockRidge filesystem manipulator,

[bug #31071] does not boot on Compaq Smart 2/p Array Controller

2011-04-06 Thread Vladimir Serbinenko
Follow-up Comment #3, bug #31071 (project grub): Could you try booting with a GRUB2 CD or USB and issue: ls -l It should list the devices, and importantly their sizes. Do the sizes differ from real sizes? ___ Reply to this item at:

[bug #32472] GRUB2 does not flush data correctly after installing

2011-04-08 Thread Vladimir Serbinenko
Update of bug #32472 (project grub): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #1: fixed. __

[bug #29903] grub-install fails on partitionable software RAID devices

2011-04-08 Thread Vladimir Serbinenko
Update of bug #29903 (project grub): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #3: Patch reread, cleaned

[bug #33016] generation of kernel_syms.lst fails with at least et_EE.utf8 locale

2011-04-08 Thread Vladimir Serbinenko
Update of bug #33016 (project grub): Status:None => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[bug #32472] GRUB2 does not flush data correctly after installing

2011-04-09 Thread Vladimir Serbinenko
Follow-up Comment #3, bug #32472 (project grub): It's in bzr. r3178 ___ Reply to this item at: ___ Message sent via/by Savannah http://savannah.gnu.or

[bug #32472] GRUB2 does not flush data correctly after installing

2011-04-10 Thread Vladimir Serbinenko
Follow-up Comment #6, bug #32472 (project grub): Thanks for reporting (2), fixed. Sync is still needed though because we do FS writes as well (e.g. creating/modifying core.img, copying modules) ___ Reply to this item at:

[bug #33144] [PATCH] Support * as field width or precision in printf

2011-04-22 Thread Vladimir Serbinenko
Update of bug #33144 (project grub): Status:None => Invalid Open/Closed:Open => Closed ___ Follow-up Comment #2: a) This isn't a right

[bug #32472] Shouldn't use sync ()

2011-04-25 Thread Vladimir Serbinenko
Follow-up Comment #15, bug #32472 (project grub): > grub_util_biosdisk_flush() tries to open device as RDONLY and flush() after that. This will not work. Calling grub_util_biosdisk_flush in grub-setup makes the difference between failed and successfull install

[bug #32472] Shouldn't use sync ()

2011-04-25 Thread Vladimir Serbinenko
Follow-up Comment #17, bug #32472 (project grub): >> Calling grub_util_biosdisk_flush in grub-setup makes the difference between failed and successfull install >What did you mean ? >grub_util_biosdisk_flush() is completely "read-only" i.e. does not change anything, return code does not checked a

[bug #32472] Shouldn't use sync ()

2011-04-25 Thread Vladimir Serbinenko
Follow-up Comment #19, bug #32472 (project grub): You don't have partitions. ___ Reply to this item at: ___ Message sent via/by Savannah http://savann

[bug #33194] Grub-probe fails for LVM volume groups which contain a mirrored LV

2011-05-02 Thread Vladimir Serbinenko
Update of bug #33194 (project grub): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #1: This was fixed in 1.99

[bug #33229] Truecrypt System Volume Header gets overwritten

2011-05-04 Thread Vladimir Serbinenko
Follow-up Comment #2, bug #33229 (project grub): I consider this a bug in truecrypt. mbr gap is for usage exclusively by bootloader, not for storing keys. (Having TrueCrypt bootloader there is another story). Also the sector 62 is pretty loved by boot viruses and some malwarelike DRMware (e.g. Fle

[bug #33229] Truecrypt System Volume Header gets overwritten

2011-05-04 Thread Vladimir Serbinenko
Follow-up Comment #4, bug #33229 (project grub): if truecrypt bootloader is in MBR then the user explicitely requested us to replace it. So such check is redundant. ___ Reply to this item at: __

[bug #33236] config files embedded in core.img can not declare menuentrys

2011-05-05 Thread Vladimir Serbinenko
Update of bug #33236 (project grub): Status:None => Wont Fix Open/Closed:Open => Closed ___ Follow-up Comment #1: menuentries need norma

[bug #33133] grub-probe can't find device (regression)

2011-05-05 Thread Vladimir Serbinenko
Update of bug #33133 (project grub): Status: Ready For Test => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #4: No response to either

[bug #33185] appleloader support for macbook 7,1 (patch included)

2011-05-05 Thread Vladimir Serbinenko
Update of bug #33185 (project grub): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #1: Patch applied. Thanks.

[bug #33262] Mlutiboot info incomplete -- no module names

2011-05-07 Thread Vladimir Serbinenko
Update of bug #33262 (project grub): Status:None => Invalid Open/Closed:Open => Closed ___ Follow-up Comment #1: Refer to ML archives.

[bug #33263] grub-probe 1.99~rc2 - strange behaviour with / on BtrFS and /boot on ext3

2011-05-08 Thread Vladimir Serbinenko
Follow-up Comment #1, bug #33263 (project grub): Couly you try latest bzr? ___ Reply to this item at: ___ Message sent via/by Savannah http://savannah

[bug #32391] Grub will not install in Blocklist Mode

2011-05-08 Thread Vladimir Serbinenko
Follow-up Comment #2, bug #32391 (project grub): Please try attached patch (file #23375) ___ Additional Item Attachment: File name: 1.diff Size:0 KB ___ Rep

[bug #33265] Grub2 1.99~rc2 does not read /etc/default/grub

2011-05-09 Thread Vladimir Serbinenko
Update of bug #33265 (project grub): Status:None => Invalid Open/Closed:Open => Closed ___ Follow-up Comment #1: With manual compile pr

[bug #33263] grub-probe 1.99~rc2 - strange behaviour with / on BtrFS and /boot on ext3

2011-05-09 Thread Vladimir Serbinenko
Update of bug #33263 (project grub): Status:None => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[bug #33209] grub-mkconfig does not set root correctly with lvm partitions

2011-05-09 Thread Vladimir Serbinenko
Follow-up Comment #4, bug #33209 (project grub): Typo new version attached (file #23379) ___ Additional Item Attachment: File name: vmlinuz2.diff Size:1 KB ___ Rep

[bug #33162] grub2 1.99-rc2 alloc magic is broken error on booting UEFI shell the second time

2011-05-10 Thread Vladimir Serbinenko
Follow-up Comment #1, bug #33162 (project grub): Should be fixed in trunk. Can you confirm? ___ Reply to this item at: ___ Message sent via/by Savannah

[bug #33209] grub-mkconfig does not set root correctly with lvm partitions

2011-05-10 Thread Vladimir Serbinenko
Update of bug #33209 (project grub): Status:None => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[bug #33286] pre-loaded mdraid1x fails to detect md device on GPT (insmod works)

2011-05-11 Thread Vladimir Serbinenko
Follow-up Comment #1, bug #33286 (project grub): you need to embed part_gpt first. E.g. grub-mkimage -O i386-pc -o core.img biosdisk part_gpt mdraid1x ___ Reply to this item at:

[bug #33286] pre-loaded mdraid1x fails to detect md device on GPT (insmod works)

2011-05-11 Thread Vladimir Serbinenko
Update of bug #33286 (project grub): Status:None => Invalid Open/Closed:Open => Closed ___ Follow-up Comment #3: grub-install handles i

[bug #33229] Truecrypt System Volume Header gets overwritten

2011-05-11 Thread Vladimir Serbinenko
Follow-up Comment #8, bug #33229 (project grub): Postponing until after 1.99 since (a) patch is for outdated version (b) (most important) changes to this code are dangerous and error-prone. ___ Reply to this item at:

[bug #33300] Grub lost after Windows shutdown

2011-05-12 Thread Vladimir Serbinenko
Follow-up Comment #1, bug #33300 (project grub): please upgrade. It's a known problem with some crapware in windows. ___ Reply to this item at: ___ Mess

[bug #33307] Console device boot parameter for kopenbsd command (patch included)

2011-05-13 Thread Vladimir Serbinenko
Follow-up Comment #1, bug #33307 (project grub): This was implemented some time ago and is included in 1.99~rc2. Please upgrade to bzr before doing any developpement and consult the team before starting anything big. ___ Reply to this item

[bug #33318] Unknown process in grub 1.99~rc1 is setting and passing invalid graphics data to linux kernel and Xorg.

2011-05-15 Thread Vladimir Serbinenko
Follow-up Comment #1, bug #33318 (project grub): Most of the things you guessed are wrong. For once GRUB doesn't have any processes. "auto" just uses the highest resolution reported by BIOS. 2.6.37 uses the graphics data passed by GRUB (even 2.6.32 does). "auto" isn't perfected and although it wil

[bug #33353] installing to image file = grub-probe: error: no such disk.

2011-05-20 Thread Vladimir Serbinenko
Follow-up Comment #8, bug #33353 (project grub): http://www.gnu.org/software/grub/manual/html_node/BIOS-installation.html#BIOS-installation ___ Reply to this item at: ___

[bug #33382] Grub won't load initrd on M787CL (VIA C3) board, memory size misdetected?

2011-05-23 Thread Vladimir Serbinenko
Update of bug #33382 (project grub): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #1: This (memory hole impo

[bug #33460] please shift menuentry params

2011-06-02 Thread Vladimir Serbinenko
Update of bug #33460 (project grub): Status:None => Wont Fix Open/Closed:Open => Closed ___ Follow-up Comment #3: Changing interface jus

[bug #33501] can t boot on lvm volumes with pxe boot

2011-06-09 Thread Vladimir Serbinenko
Update of bug #33501 (project grub): Status:None => Invalid Open/Closed:Open => Closed ___ Follow-up Comment #1: This grub.cfg is wrong

[bug #33576] Three issues with grub2 on kiosk or headless servers. Waits forever for keystroke.

2011-06-15 Thread Vladimir Serbinenko
Update of bug #33576 (project grub): Status:None => Invalid Open/Closed:Open => Closed ___ Follow-up Comment #1: First two parts are ca

[bug #33422] acorn.c: buffer access out of bounds

2011-06-23 Thread Vladimir Serbinenko
Update of bug #33422 (project grub): Status:None => Invalid Open/Closed:Open => Closed ___ Follow-up Comment #1: Current behaviour is c

[bug #33423] possible null-pointer derefernce in xnu.c

2011-06-23 Thread Vladimir Serbinenko
Update of bug #33423 (project grub): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #1: Fixed. Thanks. __

[bug #33426] possible null pointer dereference in ohci.c

2011-06-23 Thread Vladimir Serbinenko
Update of bug #33426 (project grub): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #1: Applied. Thanks. Next

[bug #33445] please add an opportunity to chainload complete files

2011-06-23 Thread Vladimir Serbinenko
Update of bug #33445 (project grub): Status:None => Invalid Open/Closed:Open => Closed ___ Follow-up Comment #1: Boot protocols are mor

[bug #33582] grub-install failure with: cannot stat `/dev/root'

2011-06-23 Thread Vladimir Serbinenko
Update of bug #33582 (project grub): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #1: Problem is in complete

[bug #33425] resource/memory leaks in reed_solomon.c

2011-06-23 Thread Vladimir Serbinenko
Update of bug #33425 (project grub): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #1: Fixed even though this

[bug #33421] resource leak in raid.c

2011-06-23 Thread Vladimir Serbinenko
Update of bug #33421 (project grub): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #1: fixed. thanks. __

[bug #33444] please provide mdraid names again

2011-06-23 Thread Vladimir Serbinenko
Follow-up Comment #1, bug #33444 (project grub): Names were never removed. They are still available just not used anymore since it created many problems due to their instability. It's still accepted in config files though. ___ Reply to this

[bug #33424] resource leak & redundant cehck in emu/hotdisk.c

2011-06-23 Thread Vladimir Serbinenko
Update of bug #33424 (project grub): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #1: Second part fixed. Fir

[bug #33427] several cppcheck error

2011-06-23 Thread Vladimir Serbinenko
Update of bug #33427 (project grub): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #1: We don't modify gnulib

[bug #22138] GRUB doesn't support 4K sectors

2011-06-23 Thread Vladimir Serbinenko
Update of bug #22138 (project grub): Status:None => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[bug #33307] Console device boot parameter for kopenbsd command (patch included)

2011-06-23 Thread Vladimir Serbinenko
Update of bug #33307 (project grub): Status:None => Invalid Open/Closed:Open => Closed ___ Follow-up Comment #2: Marking it as invalid

[bug #33300] Grub lost after Windows shutdown

2011-06-23 Thread Vladimir Serbinenko
Update of bug #33300 (project grub): Status:None => Invalid ___ Follow-up Comment #5: The posted screenshot shows a perfectly completed build of GRUB2. So this report contains no bug de

[bug #33300] Grub lost after Windows shutdown

2011-06-23 Thread Vladimir Serbinenko
Update of bug #33300 (project grub): Open/Closed:Open => Closed ___ Reply to this item at: ___ Messag

[bug #33546] bug in glob expansion

2011-06-24 Thread Vladimir Serbinenko
Update of bug #33546 (project grub): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #2: Fixed, thanks. __

[bug #33641] please disable caching over loopback devices

2011-06-26 Thread Vladimir Serbinenko
Update of bug #33641 (project grub): Status:None => Wont Fix Open/Closed:Open => Closed ___ Follow-up Comment #1: Cancelling since the e

[bug #33640] please provide an equivalent of the "time" command

2011-06-27 Thread Vladimir Serbinenko
Update of bug #33640 (project grub): Status:None => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[bug #33733] Gnome, greeter, and graphical interface are gone

2011-07-09 Thread Vladimir Serbinenko
Follow-up Comment #1, bug #33733 (project grub): Set GRUB_GFXPAYLOAD to text. This default was changed in GRUB2. Real problem is on kernel side though. ___ Reply to this item at: ___

[bug #33785] Entering in the grub rescue prompt after successfull installation through grub-install

2011-07-21 Thread Vladimir Serbinenko
Update of bug #33785 (project grub): Status:None => Invalid Open/Closed:Open => Closed ___ Follow-up Comment #1: As this refers to a pe

[bug #33762] can't install on virtio virtual device in KVM machine

2011-07-21 Thread Vladimir Serbinenko
Follow-up Comment #4, bug #33762 (project grub): Judging from the output it looks a lot like an issue with xvda1 w/o xvda which is fixed upstream. Could you please test the latest upstream? ___ Reply to this item at:

[bug #33807] grub 1.99 does not boot soekris 5501

2011-07-21 Thread Vladimir Serbinenko
Follow-up Comment #1, bug #33807 (project grub): Looks like the grub-install wasn't run correctly (e.g. on wrong drive) or not at all. Could you rerun it? If this doesn't help please supply the output of bootinfo script. ___ Reply to this i

[bug #33725] Please provide more information if grup-setup fails due to unusally small embedding area

2011-07-21 Thread Vladimir Serbinenko
Update of bug #33725 (project grub): Status:None => Wont Fix Open/Closed:Open => Closed ___ Follow-up Comment #1: It would be counter-pr

[bug #33880] grub-1.99 threats symlinks as absolute on jfs

2011-08-16 Thread Vladimir Serbinenko
Update of bug #33880 (project grub): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #1: Fixed in bzr. ___

[bug #34228] Bring back multi-terminal prompting with timeout

2011-09-06 Thread Vladimir Serbinenko
Update of bug #34228 (project grub): Status:None => Invalid Open/Closed:Open => Closed ___ Follow-up Comment #1: Just set GRUB_TERMINAL

[bug #33855] identifiers with hypen in the bash-completion script

2011-09-28 Thread Vladimir Serbinenko
Update of bug #33855 (project grub): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #1: Applied. Thanks _

[bug #34353] GPT hybrid handover support for chainload

2011-09-28 Thread Vladimir Serbinenko
Update of bug #34353 (project grub): Status:None => Wont Fix Open/Closed:Open => Closed ___ Follow-up Comment #1: This specification is

[bug #34344] Grub failed to install on freshly formatted ext4 fs

2011-09-28 Thread Vladimir Serbinenko
Follow-up Comment #1, bug #34344 (project grub): The message 'Please specify the module with the option `--modules' explicitly. ' refers to an old version. Could you please use a recent version (at least 1.99). If the problem persists please follow the instructions given in new version (in particu

[bug #34326] Ship a PolicyKit action to reboot into different OS

2011-09-28 Thread Vladimir Serbinenko
Update of bug #34326 (project grub): Status:None => Wont Fix Open/Closed:Open => Closed ___ Follow-up Comment #1: I'm not familiar with

[bug #34250] grub-probe error: found two disks with the index 0 for RAID md0 / superfluous RAID member (2 found)

2011-09-28 Thread Vladimir Serbinenko
Follow-up Comment #2, bug #34250 (project grub): The problem is that 0.9x metadata block doesn't have enough info to check it. With 1.x we have no such problem. ___ Reply to this item at: __

[bug #31647] Option to use labels instead of uuid's in Linux grub.cfg

2011-09-29 Thread Vladimir Serbinenko
Follow-up Comment #4, bug #31647 (project grub): It changes from UUIDs to LABELs in several, unrelated modules which should be configurable separately. ___ Reply to this item at: ___

[bug #33770] GM_45 chipset for 915resolution in grub-extras

2011-09-29 Thread Vladimir Serbinenko
Update of bug #33770 (project grub): Status:None => Wont Fix Open/Closed:Open => Closed ___ Follow-up Comment #1: The patches coming fro

[bug #33762] can't install on virtio virtual device in KVM machine

2011-09-29 Thread Vladimir Serbinenko
Follow-up Comment #6, bug #33762 (project grub): Could you try sudo dd if=/dev/vda count=1|xxd ? ___ Reply to this item at: ___ Message sent via/by Sava

[bug #33807] grub 1.99 does not boot soekris 5501

2011-09-29 Thread Vladimir Serbinenko
Follow-up Comment #3, bug #33807 (project grub): Can you post your grub.cfg? ___ Reply to this item at: ___ Message sent via/by Savannah http://savann

[bug #33318] Unknown process in grub 1.99~rc1 is setting and passing invalid graphics data to linux kernel and Xorg.

2011-09-29 Thread Vladimir Serbinenko
Update of bug #33318 (project grub): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #2: Now bzr version uses E

  1   2   3   4   5   6   7   8   9   10   >