Re: How to debug 'out of disk' error.

2011-03-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
-16 20:17:57 + @@ -80,6 +80,9 @@ regs.flags = GRUB_CPU_INT_FLAGS_DEFAULT; grub_bios_interrupt (0x13, regs); + if (!(regs.flags GRUB_CPU_INT_FLAGS_CARRY)) +return 0; + return (regs.eax 8) 0xff; } -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc

Re: How to debug 'out of disk' error.

2011-03-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 16.03.2011 23:00, Lennart Sorensen wrote: On Wed, Mar 16, 2011 at 09:19:12PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Following may help: === modified file 'grub-core/disk/i386/pc/biosdisk.c' --- grub-core/disk/i386/pc/biosdisk.c2011-01-04 14:42:47 + +++ grub-core

Re: How to debug 'out of disk' error.

2011-03-17 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 17.03.2011 17:09, Lennart Sorensen wrote: On Wed, Mar 16, 2011 at 11:16:05PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: It's not really a fixup. Correct return on no error is CF=0 AH=0. Some BIOSes in some other functions returned CF=0, AH!= 0 on no error so it was a wild

Re: GRUB2 Out of Memory Error

2011-03-18 Thread Vladimir 'φ-coder/phcoder' Serbinenko
http://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] Make grub_test_assert() correctly format its output.

2011-03-23 Thread Vladimir 'φ-coder/phcoder' Serbinenko
) \ -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] Add grub-fstest cat subcommand

2011-03-23 Thread Vladimir 'φ-coder/phcoder' Serbinenko
(arg, cmp)) { cmd = CMD_CMP; -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: Unable to boot from ISO using 1.99rc1

2011-03-23 Thread Vladimir 'φ-coder/phcoder' Serbinenko
/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: Bug#617538: update-grub (mk-grubconfig) does not support old xenkopt

2011-03-23 Thread Vladimir 'φ-coder/phcoder' Serbinenko
+ linux_entry () { os=$1 -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: terminal_input=at_keyboard not working

2011-03-23 Thread Vladimir 'φ-coder/phcoder' Serbinenko
= 1; + return; +#endif + grub_keyboard_controller_write (grub_keyboard_controller_orig ~KEYBOARD_AT_TRANSLATE); -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub

Re: question about adding a field into linux boot header

2011-03-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
-- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: FreeBSD relocator crash

2011-03-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
information if it isn't obvious? Thanks, -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] grub-setup Modify the conditionality of the copy of the partition table

2011-03-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
|| grub_util_biosdisk_is_floppy (dest_dev-disk) Negation of it is either !(allow_floppy || grub_util_biosdisk_is_floppy (dest_dev-disk)) or !allow_floppy !grub_util_biosdisk_is_floppy (dest_dev-disk), not what you wrote. Please don't move around unrelated parts. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko

Re: Patch for getroot.c

2011-03-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: Out of Memory Error

2011-03-28 Thread Vladimir 'φ-coder/phcoder' Serbinenko
. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] Improve documentation of BIOS installation

2011-03-29 Thread Vladimir 'φ-coder/phcoder' Serbinenko
to this node from http://www.pixelbeat.org/docs/disk/ when it appears on line. cheers, Pádraig. ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder

Re: Full documentation for GRUB2

2011-03-29 Thread Vladimir 'φ-coder/phcoder' Serbinenko
if you want to set a menu entry as the default even though there may be a variable number of entries before it. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub

Re: terminal_input=at_keyboard not working

2011-03-30 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] Improve documentation of BIOS installation

2011-03-30 Thread Vladimir 'φ-coder/phcoder' Serbinenko
-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: Out of Memory Error

2011-03-31 Thread Vladimir 'φ-coder/phcoder' Serbinenko
on irc.freenode.net) ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature

Re: Testing On Macbook on enbug.org

2011-03-31 Thread Vladimir 'φ-coder/phcoder' Serbinenko
from 0xc000 (VGA BIOS) zone should be retrieved from PCI ROM, using x86emu if necessary, or be in tables included in drivers. Also note that for loadbios to work, you need a VGA BIOS dump obtained while booted in *BIOS* mode. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc

Re: Full documentation for GRUB2

2011-03-31 Thread Vladimir 'φ-coder/phcoder' Serbinenko
for a while, even if you issue a sync. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: Full documentation for GRUB2

2011-03-31 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 29.03.2011 17:58, Chris Murphy wrote: It is not due to laziness that Red Hat continues to hack GRUB Legacy, even for EFI support. It's very recent that GRUB2 is suitable for production use. Versions prior to 1.97 aren't suitable for anything else than use by a coder. When Red Hat needed

Your contributions to grub.enbug.org

2011-03-31 Thread Vladimir 'φ-coder/phcoder' Serbinenko
covers wiki as well? -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Fwd: Your contributions to grub.enbug.org

2011-03-31 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Sorry, Carles. Forgot to add you. Original Message Subject:Your contributions to grub.enbug.org Date: Thu, 31 Mar 2011 21:17:10 +0200 From: Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com To: Yoshinori K. Okuji ok...@gnu.org, Felix Zielcke fziel...@z-51

Re: Testing On Macbook on enbug.org

2011-04-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 01.04.2011 00:17, Chris Murphy wrote: error: no suitable mode found Booting however This means that you forgot to load efi_uga and/or efi_gop modules. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature

Re: Grub not working under software RAID

2011-04-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
, adding ./ when necessary. Thanks however 2011/3/31 Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com: On 08.02.2011 07:48, Stelios A. wrote: Hi all, I performed an upgrade from Lenny to Squeeze and didn't manage to install successfully the grub boot loader. See below

Re: Grub not working under software RAID

2011-04-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
-- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: Grub not working under software RAID

2011-04-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
to fail. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Fwd: Re: Grub not working under software RAID

2011-04-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Forwarding for reference. Original Message Subject: Re: Grub not working under software RAID Date: Fri, 01 Apr 2011 11:23:37 -0400 From: Sean Porth spo...@tortus.com To: Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com On 04/01/11 11:07, Vladimir 'φ

Re: [PATCH] grub-1.98: support for partitionable array v1.2

2011-04-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
-- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: grub2 vga problem with [revno: 3054]

2011-04-02 Thread Vladimir 'φ-coder/phcoder' Serbinenko
? (with gfxpayloadforcelfb=y) -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: GRUB_THEME

2011-04-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
just retested with http://www2.apebox.org/wordpress/linux/228/ and it works. title-text: Boot Menu title-font: Helvetica Regular 18 title-color: 40, 40, 40 It doesn't contain sizes -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel

Re: Grub2 EFI: Image loading from USB takes too long

2011-04-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
1.99 the GRUB_DISK_CACHE_BITS will be increased to 6-8 range since, it's optimal and my AF support requires sector size to be smaller than cache unit size. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel

Re: Grub2 EFI: Image loading from USB takes too long

2011-04-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 05.04.2011 08:32, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 05.04.2011 07:33, Aravind Srinivasan wrote: include/grub/disk.h snip /* The size of a disk cache in sector units. */ #define GRUB_DISK_CACHE_SIZE 8 #define GRUB_DISK_CACHE_BITS 3 snip I tried changing this value to 8192

Re: Grub2 EFI: Image loading from USB takes too long

2011-04-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
for a potentially harming change, yet when asked to try with smaller numbers to see which value is optimal/required suddenly you stop answering. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org http

Re: Detect the motherboard model or especifc device in GRUB

2011-04-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo

Re: Grub-devel Digest, Vol 86, Issue 9

2011-04-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
with to create a performs conditions Please don't double post. It only decreases the chances of receiving answer. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel

Re: GRUB2 git repo

2011-04-06 Thread Vladimir 'φ-coder/phcoder' Serbinenko
/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: With grub.cfg Linux Kernel boot hangs

2011-04-06 Thread Vladimir 'φ-coder/phcoder' Serbinenko
(Single Image) { linux (hd2,gpt2)/bzImage Have you tried with noefi } -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org

Re: With grub.cfg Linux Kernel boot hangs

2011-04-06 Thread Vladimir 'φ-coder/phcoder' Serbinenko
in parallel thread Grub2 EFI: Image loading from USB takes too long -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo

Re: How to debug 'out of disk' error.

2011-04-06 Thread Vladimir 'φ-coder/phcoder' Serbinenko
such an error. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: With grub.cfg Linux Kernel boot hangs

2011-04-06 Thread Vladimir 'φ-coder/phcoder' Serbinenko
. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: Out of Memory Error

2011-04-06 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 30.03.2011 15:27, Gus Zernial wrote: I can believe it's a BIOS problem, but ... 120 GB is a large drive? Are you able to list your files with ls (hdX,1)/ (iterate X over digits) -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature

Re: With grub.cfg Linux Kernel boot hangs

2011-04-07 Thread Vladimir 'φ-coder/phcoder' Serbinenko
. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: Would a cleanup+extending of docs/multiboot.h be acceptable?

2011-04-07 Thread Vladimir 'φ-coder/phcoder' Serbinenko
infos passed through the trampoline are intact. Please don't use outdated code as base. Now we work on multiboot2 and before just let's replace all 32 with 64 some things like page table need to be duîscussed. Please start a discussion thread for those -- Regards Vladimir 'φ-coder/phcoder

Re: Would a cleanup+extending of docs/multiboot.h be acceptable?

2011-04-07 Thread Vladimir 'φ-coder/phcoder' Serbinenko
for the gpt and page table to be used. But that is something do discuss in another thread. MfG Goswin [1] http://www.gnu.org/software/grub/manual/multiboot/multiboot.html -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature

Re: With grub.cfg Linux Kernel boot hangs

2011-04-07 Thread Vladimir 'φ-coder/phcoder' Serbinenko
-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: Would a cleanup+extending of docs/multiboot.h be acceptable?

2011-04-07 Thread Vladimir 'φ-coder/phcoder' Serbinenko
/bsd.c. Mostly you just need to use grub_relocator64_boot and not grub_relocator32_boot. The main issue is clear specification of intended behaviour. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature

Re: [PATCH] add proper variable quoting to grub-mkconfig_lib (Debian bug #612417)

2011-04-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
not needed -Please don't add quoting to constants like x since x or x are strictly identical. Best regards Alexander Kurtz ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder

Re: Grub-1.99_rc1 dmraid installation error

2011-04-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 04.04.2011 02:39, Harrison Metzger wrote: Ok Thanks. Let me do my own compile from source and see how it goes. If it works I'll submit a gentoo bug asking them to change the ebuild to include the enable. Any update on this? 2011/4/3 Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com

Re: Would a cleanup+extending of docs/multiboot.h be acceptable?

2011-04-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Goswin -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: Grub2 EFI: Image loading from USB takes too long

2011-04-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
? It will be committed after 1.99 is released. So it will be in 2.00 Do I need to log a bug for this ? No need. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http

Re: [PATCH] add proper variable quoting to grub-mkconfig_lib (Debian bug #612417)

2011-04-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
tag 612417 fixed-upstream thanks On 09.04.2011 16:32, Alexander Kurtz wrote: Am Freitag, den 08.04.2011, 15:44 +0200 schrieb Vladimir 'φ-coder/phcoder' Serbinenko: The (big) patch is mostly fine except: -Please don't add brances where not needed -Please don't add quoting to constants like x

Re: [PATCH] MINIX file system version 3 support

2011-04-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko === modified file 'grub-core/Makefile.core.def' --- grub-core/Makefile.core.def 2011-03-26 11:59:02 + +++ grub-core/Makefile.core.def 2011-04-10 15:36:48 + @@ -959,6 +959,11 @@ }; module = { + name = minix3; + common = fs

Automatic module license checking

2011-04-11 Thread Vladimir 'φ-coder/phcoder' Serbinenko
this check I've added a bunch of GRUB_MOD_LICENSE and GRUB_MOD_DUAL_LICENSE, I'll be grateful if everyone who sees a problem (e.g. non-correspondance between license header and macro) would report it to me and I'll fix it as soon as time permits. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko

Re: Issues with grub.cfg

2011-04-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: Issues with grub.cfg

2011-04-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
) is used instead of UUID=67af37cd-7a2d-4472-99f9-4ecdd8f0e591 (installed on external HD). Imho, there is some in grub-mkconfig script. What's the output of linux-boot-prober /dev/sdb1 ? -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature

Re: Issues with grub.cfg

2011-04-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
):/boot/vmlinuz-2.6.35-22-generic:/boot/initrd.img-2.6.35-22-generic:root=UUID=9170712c-b76f-4363-b993-76c90d50b997 ro single This output is obviously wrong. linux-boot-prober isn't maintained by us but by debian-boot team. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc

Re: GRUB error Cannot allocate protected mode pages

2011-04-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
-- Thanks and Regards For things to change, we must change -Naresh Bhat -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman

Re: Issues with grub.cfg

2011-04-13 Thread Vladimir 'φ-coder/phcoder' Serbinenko
- (header-header_addr - header-load_addr)); -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: Grub2 EFI: Image loading from USB takes too long

2011-04-15 Thread Vladimir 'φ-coder/phcoder' Serbinenko
experiments on. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: Recovery Partitions

2011-04-15 Thread Vladimir 'φ-coder/phcoder' Serbinenko
://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: Make grub treat a virtual hard disk as a physical hard disk

2011-04-15 Thread Vladimir 'φ-coder/phcoder' Serbinenko
and mounting it accordingly. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: why grub theme doesn't work?!

2011-04-17 Thread Vladimir 'φ-coder/phcoder' Serbinenko
and wait for 10 seconds. Also note that you need to use gfxterm. -- Best Regards E.R ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc

Re: How can write the menu grub on the right in arabic language?

2011-04-17 Thread Vladimir 'φ-coder/phcoder' Serbinenko
/themes in question? I use grub-1.99~rc -- Best Regards E.R ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description

Re: How can write the menu grub on the right in arabic language?

2011-04-18 Thread Vladimir 'φ-coder/phcoder' Serbinenko
to the *right* of the text, not to the left. as for the theme, I'll retest it. Have you tried with apebox theme? -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub

Re: Icon Class Bug

2011-04-18 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: How can write the menu grub on the right in arabic language?

2011-04-18 Thread Vladimir 'φ-coder/phcoder' Serbinenko
? -- Best Regards E.R ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature

Re: Bugs in GfxMenu

2011-04-18 Thread Vladimir 'φ-coder/phcoder' Serbinenko
already do (viewports). Trouble was with adjusting contents to the viewport. Terminal is handled separately for performance reasons. I couldn't recreate any problenm with it overflowing the target area. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital

Re: [gnu-prog-discuss] GRUB 1.99~rc2 released

2011-04-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 20.04.2011 12:35, Jim Meyering wrote: Vladimir 'φ-coder/phcoder' Serbinenko wrote: A source tarball for the new release can be found at: http://alpha.gnu.org/gnu/grub/grub-1.99~rc2.tar.gz Hi Vladimir, Congratulations. Thanks. In case you feel like also distributing xz-compressed

Re: [gnu-prog-discuss] GRUB 1.99~rc2 released

2011-04-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: grub-probe can't find device (regression) Bug #33133

2011-04-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Steppign through with gdb, it seems that the list of entries gets created properly, but around line 209, there is something curious: if (entries[i].major != 0) continue; /* not a virtual device */ @cjwatson: it's a mismerge. Could you fix it? -- Regards Vladimir 'φ-coder

Luks inclusion (was Re: GRUB 1.99~rc2 released)

2011-04-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
. Now you do the tests and report the results back -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Keyboard layouts (was Re: GRUB 1.99~rc2 released)

2011-04-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
I have been really waiting for this, how do I use it? ckbcomp /usr/share/X11/xkb/symbols/ch | grub-mklayout -o /boot/ch.gkb in grub.cfg: keymap /boot/ch.gkb terminal_input at_keyboard -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature

Re: Question: how to add new menu functionality

2011-04-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
that are substituted for system calls. grub_checkkey 3. How do you call a standard C library routine or system call to work in grub? For example called read(). You don't. You're in an inter-OS space and the only functions you have are the ones you have in your oxygen bottles. -- Regards Vladimir 'φ-coder

Re: Grub2 EFI: Image loading from USB takes too long

2011-04-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
functions and force upper layers to do the tradeoffs and care about matters which should be abstracted and invisible to them. 2011/4/15 Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com: On 15.04.2011 04:45, Bean wrote: Hi, I believe this is caused by the read algorithm of grub2. If the file

[RFT] LUKS and GELI (was Re: Luks inclusion)

2011-04-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
manually LUKS in GRUB doesn't kick in, I've done the cleanup. Now you do the tests and report the results back -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub

Re: Grub2 EFI: Image loading from USB takes too long

2011-04-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https

Re: grub-mklayout - Unknown key KP_Comma

2011-05-03 Thread Vladimir 'φ-coder/phcoder' Serbinenko
/symbols/de /dev/null doesn't produce them. May I ignore these messages? yes -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org

Re: Raid5 regression

2011-05-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
-archive.com/grub-devel@gnu.org/msg16926.html ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature

Re: Raid5 regression

2011-05-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
, the raid superblock is found both at the end of the disk and the end of the partition. Does it happen with grub-fstest ? Some BIOSes are known to chop away some sectors in the end of disk. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature

Re: Raid5 regression

2011-05-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
if it belongs to disk or partition. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: How to UEFI PXE boot with Grub2 ?

2011-05-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: How to UEFI PXE boot with Grub2 ?

2011-05-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] MINIX file system version 3 support

2011-05-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
an minix3 image for my own tests? -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] MINIX file system version 3 support

2011-05-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 06.05.2011 01:34, Feiran Zheng wrote: 2011/5/6 Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com: On 06.05.2011 00:59, Feiran Zheng wrote: Hi Vladimir, What's the status of minix3 fs patch now, please? Anything else I can do? it's to be applied after 1.99 is released. Does grub

Wiki dump

2011-05-06 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Hello. As I see grub.enbug.org is offline. Could I have a database dump from it? -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https

[RFT] GRUB IA64 support merged in experimental

2011-05-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
features like dynamic module support are present and work. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub

Re: Grub IA64

2011-05-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
. How does chainloading behave on network boot? Is this possible? Thanks, Diana chinces ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko

GRUB 1.99 released

2011-05-14 Thread Vladimir 'φ-coder/phcoder' Serbinenko
as much as we enjoyed developing it. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: GRUB 1.99 released

2011-05-14 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 15.05.2011 00:40, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Hello, all I'm proud to announce the release of GNU GRUB version 1.99. All patches that were approved as post-1.99 are good to go. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP

Re: GRUB 1.99 released

2011-05-15 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 15.05.2011 04:31, Bruce Dubbs wrote: Vladimir 'φ-coder/phcoder' Serbinenko wrote: Hello, all I'm proud to announce the release of GNU GRUB version 1.99. Congratulations on the release. As one who builds almost everything form source, the download and build went very smoothly. Thank you

Fuloong liberated

2011-05-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
in distributing Fuloongs with GRUB @FSF, rms: if anybody distributes Fuloong this way can it be endorsed by FSF? -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub

Re: [loongson-dev] Fuloong liberated

2011-05-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 16.05.2011 18:05, Roman Mamedov wrote: On Mon, 16 May 2011 11:12:42 +0200 Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com wrote: Hello all. As you all probably know the Floong as shipped by lemote uses a 64K binary blob to initialize the video which makes it non-free. Fortunately

Re: Fuloong liberated

2011-05-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
know about other countries. Flashrom.org has instructions on how to do so called hot-swap flashing which is the easiest way to create backup chip (also the way I used to develop this piece of software in the first place). -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc

Re: Fuloong liberated

2011-05-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 16.05.2011 11:12, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Hello all. As you all probably know the Floong as shipped by lemote uses a 64K binary blob to initialize the video which makes it non-free. Fortunately now there is an alternative: GRUB2. To generate firmware image do: bzr

Re: Network branch

2011-05-19 Thread Vladimir 'φ-coder/phcoder' Serbinenko
to help in this regard, I will try to look at it in the near future. Some things that still have to be done: 1 - Support for PXE. 2 - Support for ipv6. 3 - Other protocols beside TFTP, like DHCP and TCP based protocols. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc

Re: Facing problem when trying to enable TFTP in GRUB 0.97 legacy

2011-05-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 26.05.2011 10:38, chandra sekhar wrote: I am using GRUB0.97 Not supported anymore -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https

Re: Horizontal boot menu

2011-05-31 Thread Vladimir 'φ-coder/phcoder' Serbinenko
-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo

Re: Fwd: Re: [coreboot] About grub.cfg——Building coreboot with grub2 payload

2011-06-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
file. BRs, Rock.C Regards. Keshav -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

<    2   3   4   5   6   7   8   9   10   11   >