Re: [PATCH] a new filessytem module for nilfs2

2010-02-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
__ > 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 ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: Search GPT partition in GRUB

2010-02-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
l free to detail usage cases when my logic is wrong (e.g. disk configuration, who writes config, external factors and so on) > Cheers, > > -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature _

Re: beep support?

2010-02-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
a BIOS call with \a is a valid way to produce a beep > Samuel > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > > -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.as

Re: beep support?

2010-02-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Samuel Thibault wrote: > Vladimir 'φ-coder/phcoder' Serbinenko, le Fri 05 Feb 2010 17:52:02 +0100, a > écrit : > >> Could you detail at which events beep should be produced and propose a >> patch to add appropriate hooks? >> > > A beep just whe

Re: beep support?

2010-02-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Samuel Thibault wrote: > Vladimir 'φ-coder/phcoder' Serbinenko, le Fri 05 Feb 2010 17:52:02 +0100, a > écrit : > >> Could you detail at which events beep should be produced and propose a >> patch to add appropriate hooks? >> > > A beep just whe

Re: [PATCH] Search hinting support

2010-02-06 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Robert Millan wrote: > On Mon, Dec 28, 2009 at 02:04:18PM +0100, Vladimir 'φ-coder/phcoder' > Serbinenko wrote: > >> - "NAME [VARIABLE]", >> + "NAME [VARIABLE] [HINTS]", >> > >

Re: Build GRUB for UEFI (not EFI), 64 bit

2010-02-06 Thread Vladimir 'φ-coder/phcoder' Serbinenko
hard to tell. >>> >> You need to >> insmod efi_gop >> or (for older systems) >> insmod efi_uga > With either efi_gop or efi_uga loaded the system simply goes black as > soon as I use "boot". Any idea or pointers to debugging? > Try running &q

Re: On gratuitous modularization

2010-02-06 Thread Vladimir 'φ-coder/phcoder' Serbinenko
ly have an ahci.mod :-) > Are the parameters of current ata_pass_through ATA-specific or would they be the same on AHCI? > BTW: I agree that using a global function pointer > 'grub_disk_ata_pass_through' is a hack. A cleaner design would be > possible with a grub_disk_dev.ioctl(.) call. > -- 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

[RFT] [PATCH] Use call-method and not interpret for cursor-on/cursor-off

2010-02-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
This should make cursor-on/-off cleaner -- Regards Vladimir 'φ-coder/phcoder' Serbinenko === modified file 'term/ieee1275/ofconsole.c' --- term/ieee1275/ofconsole.c 2010-01-22 19:42:02 + +++ term/ieee1275/ofconsole.c 2010-02-08 11:06:56 + @@ -322,10 +322,26 @@ grub

Re: [PATCH] a new filessytem module for nilfs2

2010-02-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
_ > 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 ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: Simplified Chinese screenshots

2010-02-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
ed to gfxmenu -- 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: [RFC] Framebuffer rotation patch

2010-02-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
y > - make up some acceptable way to specify framebnuffer rotation in the > environment like gfxmode > > Thanks > > Michal > > > > _______ > Grub-devel mai

Re: Antialiased fonts patch.

2010-02-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
r to make new version magic PFF3 and add a flag field in version = 3 and GRUB_FONT_8_BIT would be the first flag. This allows further expandability by orthogonality. I started reviewing your patch but it turned out that it's a patch bewtween some kind of your local versions. Could you send a

Re: Multiboot's boot_device field specification + implementation bug

2010-02-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
ldn't give any backwards compatibility problems since OSes expect boot_devices to point to their root. > Best regards, > > Grégoire > > > > _______________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-dev

Re: [patch] GRUB possible patches

2010-02-11 Thread Vladimir 'φ-coder/phcoder' Serbinenko
grub_free (oldname); > > +int hookedFile = grub_strlen (filename); > +filename[hookedFile - 2] = '\0'; > + > filename_alloc = 1; >} > > > Regards, > Georgy > ------------

Re: [RFC] Framebuffer rotation patch

2010-02-11 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Michal Suchanek wrote: > 2010/2/11 Vladimir 'φ-coder/phcoder' Serbinenko : > >> Michal Suchanek wrote: >> >>> Hello >>> >>> Sending a preliminary framebuffer rotation patch. >>> >>> You can use videotest to s

Re: [RFC] Framebuffer rotation patch

2010-02-11 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Michal Suchanek wrote: > On 11 February 2010 11:19, Michal Suchanek wrote: > >> 2010/2/11 Vladimir 'φ-coder/phcoder' Serbinenko : >> >>> Michal Suchanek wrote: >>> >>>> Hello >>>> >>>> Sending a prel

Re: Antialiased fonts patch.

2010-02-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
ole gfxmenu. However for some esoteric reasons people care. But on the other hand anitaliasing may improve readability of complex rendered system e.g. diacritics, vowel marks and Indic scripts > -- Bruce > > > ___________ > Grub-devel mailing list

Re: Antialiased fonts patch.

2010-02-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
and PFF4 for 24-bit (sub-pixel). > > Please use PFF3 and feature bitfield -- 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: What's the point of allocating the protected mode code on 0x100000 only (UEFI)

2010-02-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
orking prototype for this in newreloc branch. > > Regards, > Georgy > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > -- Regar

Re: [PATCH] Trim a few bytes from boot.img

2010-02-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
_error) > - > -/* > - * Disk probe failure. > - */ > -LOCAL(hd_probe_error): > - MSG(hd_probe_error_string) > - jmp LOCAL(general_error) > + ERR(geometry_error_string) > > /* > * Read error on the disk. > */ > LOCAL(read_error): > - MSG(read_e

Contributing patches (Re: freeze announcement)

2010-02-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
half of gbura...@gmail.com at openSubscriber.com > http://www.opensubscriber.com/message/grub-devel@gnu.org/13434141.html > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-d

Re: [patch] GRUB possible patches

2010-02-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
bol = '\0'; > + } > > if (hook (filename, type, node)) > { > > > > -- > This message was sent on behalf of gbura...@gmail.com at openSubscriber.com > http://www.opensubscriber.com/message/grub-devel@gnu.org/13415591.html > > > ___ > 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 ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: [RFC] Framebuffer rotation patch

2010-02-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Michal Suchanek wrote: > 2010/2/11 Vladimir 'φ-coder/phcoder' Serbinenko : > >> Michal Suchanek wrote: >> >>> 2010/2/11 Vladimir 'φ-coder/phcoder' Serbinenko : >>> >>> >>>> Michal Suchanek wrote: >>

Re: [RFC] Framebuffer rotation patch, or why 'unsigned' fails us

2010-02-16 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: avoid possible overflow?

2010-02-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
-- > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Desc

Re: beep support?

2010-02-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Samuel Thibault wrote: > Samuel Thibault, le Fri 05 Feb 2010 19:11:18 +0100, a écrit : > >> Vladimir 'φ-coder/phcoder' Serbinenko, le Fri 05 Feb 2010 17:52:02 +0100, a >> écrit : >> >>> Could you detail at which events beep should be produced

Re: [PATCH][UPDATED] support for xz compression format

2010-02-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
(xzio->file,inbuf,XZBUFSIZ); Missing spaces before opening bracket and after commas. I recommend running indent on new files. > > > _______ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > -- Regards Vladi

Re: [PATCH][UPDATED] support for xz compression format

2010-02-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Szymon Janc wrote: > On Tue, 16 Feb 2010 14:12:04 +0100 Vladimir 'φ-coder/phcoder' Serbinenko > wrote > > >> First of all: could you use unified diff? (-u option) >> > > Sure, will use that in future. > > >> grub2-1.98~experimental

Re: [RFC] Framebuffer rotation patch

2010-02-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
ed to copy the type from. > #include #define swap(a,b) {typeof (a) mytemp ## __LINE__; mytemp ## __LINE__ = b; b = a; a = mytemp ## __LINE__; } int main () { int x = 1, y = 2; swap (x,y); printf ("%d, %d\n", x, y); } -- Regards Vladimir 'φ-coder/phcoder' Serbinenko

Re: [PATCH] transparent file reader

2010-02-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
for this. > What do You think about it? > > > > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/ph

Re: [PATCH][UPDATED] support for xz compression format

2010-02-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
t's overflown (unlikely if estimation method is good), save overflow separately by blocks and concatenate when done -- 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: how to get started with developing grub2

2010-02-17 Thread Vladimir 'φ-coder/phcoder' Serbinenko
ebody else. 3) Get to develop when feature you proposed is considered good > Thank you for everyone's time. > > - Richard > > > _______ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/

Re: [patch] scrolling bug

2010-02-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
anks > > Michal > > > > ___ > 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: Lead-up message 'Welcome to GRUB!' inverted text printed lowlevel via BIOS ?!?

2010-02-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
__ > 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: [PATCHv2] a new filesystem module for nilfs2

2010-02-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
RR_NONE; > + } > + if (node->inode_read) > + { > + info.mtimeset = 1; > + info.mtime = grub_le_to_cpu64 (node->inode.i_mtime); > + } > + > + info.dir = ((filetype & GRUB_FSHELP_TYPE_MASK) == GRUB_FSHELP_DIR); > + grub_free (node); > + return hook (filename, &

Re: [RFC,resend] framebuffer rotation patch

2010-02-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
.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/grub-devel

Re: (no subject)

2010-02-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
what could be the problem here? > how can i troubleshoot this? > > partitions: > /dev/sda1 /boot 100mb > /dev/sda2 /swap 8gb > /dev/sda3 / 300gb > /dev/sda4 /srv 4tb > > thx, > alex > -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Desc

Re: [patch] search for partition using GPT GUID

2010-02-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
sent on behalf of gbura...@gmail.com at openSubscriber.com > http://www.opensubscriber.com/message/grub-devel@gnu.org/13421616.html > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-

Re: [patch] GRUB possible patches

2010-02-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
.org/msg03199.html > > Ok, I agree that it should be fixed but I made and applied a slightly different fix >> We use only C-style comments >> > Ok, I will create new patch soon > > -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signatur

Re: Bug#570960: grub-pc: grub2 not working on lenny and squeeze after fresh install

2010-02-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
ev/sda3 / 300gb > /dev/sda4 /srv 4tb > > thx, > alex > -- 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: Lead-up message 'Welcome to GRUB!' inverted text printed lowlevel via BIOS ?!?

2010-02-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
xternal storage or launch any disk utility > Thanks all for, > > Robo > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mai

Re: Warning messages

2010-02-23 Thread Vladimir 'φ-coder/phcoder' Serbinenko
amellia.c:1149: warning: no previous > prototype for 'camellia_encrypt256' > ../lib/libgcrypt-grub/cipher/camellia.c:1263: warning: no previous > prototype for 'camellia_decrypt256' > > > --S > > > _

Re: ~3TB ext4 volume not read correctly by ext2-fs driver in GRUB2

2010-02-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
/ext2.c:688: got filename: 'boot', type 2 > fs/ext2.c:651: iterating inode size=0 mode=0x0 > fs/ext2.c:862: grub_fshelp_dir returning: 0 > > In order to help troubleshoot this, I can apply patches on top of > current SVN, run fstest & test booting for you. Please note that ma

Re: [PATCHv2] a new filesystem module for nilfs2

2010-02-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
mtime); > + } > + > + info.dir = ((filetype & GRUB_FSHELP_TYPE_MASK) == GRUB_FSHELP_DIR); > + grub_free (node); > + return hook (filename, &info); > +} > + > + grub_dl_ref (my_mod); > + > + data = grub_nilfs2_mount (device-&

Re: [PATCH] locate the qemu binary in the grub-shell test

2010-02-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
} -nographic -serial stdio -hda ${hdafile} -fda ${fdafile} > -cdrom ${isofile} -boot ${bootdev} | tr -d "\r" >${outfile} > cat $outfile > > rm -f ${tmpfile} ${outfile} ${cfgfile} ${isofile} ${hdafile} ${fdafile} > > > ----------------

Re: Xen on debian 5.0

2010-02-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
__ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > > -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

New maintainer. 1.98 release.

2010-03-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Hello, all. First of all I would like to announce that I was appointed as a co-maintainer of GRUB. I will release 1.98 in 24 hours. Feel free to update NEWS before then -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital

Re: New maintainer. 1.98 release.

2010-03-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
ussed but never implemented. setpci is in 1.98 > Regards, > Nando > > 2010/3/2 Vladimir 'φ-coder/phcoder' Serbinenko <mailto:phco...@gmail.com>> > > Hello, all. First of all I would like to announce that I was appointed > as a co-maintainer of GRU

Re: [PATCH] Add missing dependencies to INSTALL

2010-03-04 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
ous build bugs. So for 1.98 we don't support this configuration. In future it may change if someone fixes those problems > If it's a requirement it could be just optional, but I would leave as a > requirement since I understand that gettext is mainly everywhere. > >

GRUB 1.98 released.

2010-03-06 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
this release. I hope you enjoy using GRUB 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 http://lists.gnu.org/mailman/listinfo/grub-devel

Re: How can I use grub_getcrc32 in fs module

2010-03-10 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
me result. > > Stupid question: have you rerun ./autogen.sh ? > What is the best way to add dependency for those programs if > I want to use crc calculation in fs module? > > thank you very much in advance > -- Regards Vladimir 'φ-coder/phcoder' Serbinenko

Re: Problems compiling/running Grub 1.97.2 on Mac OS X 10.6.2 on intel MacBook Pro

2010-03-10 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
c. build 5646) (dot 1) > > > > > Is there currently a working version for Mac OS X 10.6.2? > > > Any pointers much appreciated! > > > colin > > ___ > Grub-devel mailing list > Grub-devel@gnu.org >

Re: Scripts to compile grub2

2010-03-11 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
rub-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/grub-devel

Re: How can I use grub_getcrc32 in fs module

2010-03-14 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
t;>> result. >>> >>> >>> >> Stupid question: have you rerun ./autogen.sh ? >> > > Yes, I did. I should have mentioned. > What I did is > > sh autogen.sh > make clean;./configure;make > > May I have a look at this part of the patch? -- 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] fix “UUID” generation in gr ub-mkrescue

2010-03-14 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
desired, extend it > to work on GRUB (either version) hereby. > > bye, > //mirabilos - ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phco

Re: [patch] Bugs in the multiboot example kernel implementation

2010-03-14 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
ed the (non-standard) > '%X' specifier. > Non-apropriate. I've just fixed it properly in bazaar. Thanks for reporting -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature

Re: [PATCH] transparent file reader

2010-03-14 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
Szymon Janc wrote: > Dnia wtorek 16 luty 2010 o 19:16:19 Vladimir 'φ-coder/phcoder' Serbinenko > napisał(a): > > >> I like the patch however few comments: >> 1) How are filters ordered? >> 2) How would I selectively disable a filter. E.g. for hexdump or

Re: How can I use grub_getcrc32 in fs module

2010-03-15 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
+= grub_setup_init.lst > ---8<---8<---8<---8<---8<--- > > grub_setup_SOURCES is in i386-pc.rmk and sparc64-ieee1275.rmk -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___

Re: [PATCH] Font antialiasing v2

2010-03-17 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
ive but this and next week I have other concerns but I'll process the pile once I have time > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > > -- Regards Vladi

Re: Broken build

2010-03-17 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
$@ -f po/POTFILES --keyword=_ --keyword=N_ Feel free to test & commit > Thanks for the report, > > -- 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] support for "elif" in grub script

2010-03-26 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
t > Grub-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/grub-devel

Re: Broken build

2010-03-26 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
Bruce Dubbs wrote: > Vladimir 'φ-coder/phcoder' Serbinenko wrote: >> Carles Pina i Estany wrote: >>> Hi, >>> >>> On Mar/17/2010, Bruce Dubbs wrote: >>> >>>> With the addition of the internationalization code, building GRUB in &

Re: Minix subpartition support.

2010-03-26 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
___ > 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 ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: User input in grub2 module

2010-03-26 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
eckkey, grub_password_get, grub_cmdline_get > Thanks in advance, > venom00 > > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > > -- Regards Vladimir 'φ-c

Re: [PATCH] A testcase for blank lines in grub script (debian bug #572302)

2010-03-26 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
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 ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: [BUG][PATCH] Bug fix and a test case for the last semicolon behavior in grub-script

2010-03-26 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
ch. > > Please commit > > > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel -- Regards V

Re: GRUB2 and software RAID1 = insmod linux

2010-03-26 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
to nicely > fited for GRUB2's wiki. Because hey, sparse documentation :-) > > > > > ___ > 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 ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: gettext util

2010-03-26 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
#x27;s done. I have the feeling > that I left something that may require some discussion. > > Thanks, > > > > > ___ > Grub-devel mailing list > Grub-de

Switching multiboot2 to tagged

2010-03-28 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
more tags. Feel free to propose new ones. In short all ammendment ideas are welcome. -- 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: gettext util

2010-03-28 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
quot; -h, --helpdisplay this message and exit\n" > " -V, --version print version information and exit\n" > " -v, --verbose print verbose messages\n" > "\n" > "Report bugs to <%s>.\n" > > In diffe

Re: Switching multiboot2 to tagged

2010-03-28 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
hread per idea to discuss ammendments. > Cheers, > Bogdan > > > - Original Message > From: Vladimir 'φ-coder/phcoder' Serbinenko > To: The development of GRUB 2 > Sent: Sun, March 28, 2010 3:41:57 PM > Subject: Switching multiboot2 to tagged > &

GRUB and Google Summer of Code

2010-03-29 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
only an entry point into discussion. Feel free to propose. Also some of items may be too small for a SoC. They can be bundled together -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature __

Possible ports

2010-03-29 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
I'm not aware of any other architecture in this category not currently supported since we have support for i386 BIOS and EFI, PPC OFW and sparc OFW. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature

Advanced rendering in experimental

2010-03-30 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
he Unicode documents andcomments of the type "sequence A+B+C" is rendered incorrectly are welcome as long as it's not about yet unsupported type of script (e.g. Indic scripts) -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signatu

Re: GRUB and Google Summer of Code

2010-03-30 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
Michal Suchanek wrote: > 2010/3/29 Vladimir 'φ-coder/phcoder' Serbinenko : > > >> -Some other hardware which may contain something bootable. We will >> probably have a network subsystem contributed by IBM before Summer so >> > > Is there some mor

Re: Disable grub2 from writing to HDD

2010-03-31 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
g > 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: Disable grub2 from writing to HDD

2010-03-31 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
king kernel. Have a look at /etc/grub.d/00_header > 2010/3/31 Vladimir 'φ-coder/phcoder' Serbinenko <mailto:phco...@gmail.com>> > > Casey McGinty wrote: > > Hi, > > > > I'm running a flash-based system w/ grub2. I do not want grub2 >

Re: Disable grub2 from writing to HDD

2010-03-31 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
is exactly the headless system. Just default > ubuntu > on boot failure shows the menu but on headless you should make it > point > to surely working kernel. Have a look at /etc/grub.d/00_header > > 2010/3/31 Vladimir 'φ-coder/phcoder' Serbinenko >

Re: How to prepare an ISO 9660 CD for booting via GRUB ?

2010-04-01 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
> Hi, > > i would like to learn how GNU xorriso can make > use of GRUB. > > Are there any specs available, or an example > of a GRUB enhanced ISO 9660 image that boots > from CD on PC BIOSes ? > =20 GRUB2 iso generated with grub-mkrescue is a bit special: it can be boot as either CD, HDD or floppy

Re: How to prepare an ISO 9660 CD for booting via GRUB ?

2010-04-01 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
Volume Descriptor) > > Yes, this is needed to know the creation date (which is use as disk identifier in GRUB) before image is complete. > --protective-msdos-labelPatch a protective DOS-style label in the image > What is this ? > How does it look and at what a

Re: How to prepare an ISO 9660 CD for booting via GRUB ?

2010-04-01 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
course first goal.) > GRUB Legacy isn't developed anymore. As a matter of fact we don't even support it anymore. GRUB Legacy is off-topic on this list in most cases. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital sign

GRUB and network (was Re: GRUB and Google Summer of Code)

2010-04-01 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
generator most SSL algorithms will only make the user happier without adding any security against attacker. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Gr

GRUB and network (Re: GRUB and Google Summer of Code)

2010-04-01 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
e welcome to upload to people or branches. It will allow easier collaboration and public review. -- 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: How to prepare an ISO 9660 CD for booting via GRUB ?

2010-04-01 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
to USB sticks without a fear of another OS willing to format the stick. > Syslinux isohybrid rounds up the image size > to full MB. (I understand because it sets > 64 heads * 32 sectors = 2048 * 512 bytes > per cylinder) > Is that necessary with --protective-msdos-label ? > > No -- 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: How to prepare an ISO 9660 CD for booting via GRUB ?

2010-04-02 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
t was deemed unnecessary. When big disks appeared C/H/S was largely abandoned. > Is there a convention to express this in > "C/H/S end" ? isohybrid seems to do so: > heads-1 , sectors | high(cyls-1) , low(cyls-1) > This gives in the sum the number of cyls. > One could express

Re: GRUB and network (was Re: GRUB and Google Summer of Code)

2010-04-02 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
Isaac Dupree wrote: > On 04/01/10 16:59, Vladimir 'φ-coder/phcoder' Serbinenko wrote: >>> There is already some crypto imported for password support so adding >>> enough to have SSL would hopefully not be too difficult. >>> >> Not true. Although w

Re: How to prepare an ISO 9660 CD for booting via GRUB ?

2010-04-02 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
eal start of HFS at any point we like >> Just being sorted is mostly enough. Trouble is that HFS uses its own way >> of sorting. >> > > We will have to learn how to express our file > objects as Node Records. > And how do the tree keys map to a hierarchical &

Re: Chainloading GRUB2 from Lilo

2010-04-02 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
insmod normal > normal > > So, is there any way to get the correct prefix passed through? I know > there are other ways to attack this problem, but as the fix needs to be > maintained on many machines I'm looking for something as simple as > possible, and this is the s

Re: [patch] search for partition using GPT GUID

2010-04-02 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
t; _______ > 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 ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] Font antialiasing v2

2010-04-02 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
;t handled correctly (it's not always transparent) + grub_uint8_t fa, a; Please avoid mixing declarations and code + > > > _______ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir '

Re: [Patch] [bug #26237] multiple problems with usb devices

2010-04-02 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
_ >> >> Reply to this item at: >> >> <http://savannah.gnu.org/bugs/?26237> >> >> ___ >> Message sent via/by Savannah >> http://savannah.gnu.org/ >> >> >> >> --

argp module import

2010-04-02 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
Hello, all. I've just imported argp module. I attach the patch to make grub-fstest argp-based. Can someone familiar with argp have a look at it? -- Regards Vladimir 'φ-coder/phcoder' Serbinenko === modified file 'util/grub-fstest.c' --- util/grub-fstest.c 2010-01-27 01:

Re: [PATCH] Fix LVM/RAID probing without device.map

2010-04-02 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
gt; +grub_util_biosdisk_probe_device (const char *name, int is_floppy) > +{ > + char *grub_disk; > + > + if (is_floppy) > +grub_disk = xasprintf ("fd%d", num_fd++); > + else > +grub_disk = xasprintf ("hd%d", num_hd++); > + > You

Re: [PATCH] Fix LVM/RAID probing without device.map

2010-04-02 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
Vladimir 'φ-coder/phcoder' Serbinenko wrote: > util/deviceiter.c is missing from your patch. > Sorry, I had an impression you were adding this file. Ignore this -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description:

Re: Multiboot2 Suggestions

2010-04-03 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
Brendan Trotter wrote: > Hi, > > 2010/3/28 Vladimir 'φ-coder/phcoder' Serbinenko : > >> Also I'm aware that at least some people want more tags. Feel free to >> propose new ones. >> In short all ammendment ideas are welcome. >> > &g

MIPS multiboot2 available

2010-04-03 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
Hello, MIPS multiboot2 specification is available in branches/multiboot2 and is implemented in bazaar trunk grub. Example kernel will be available when I'll clean it up -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP di

Re: How to prepare an ISO 9660 CD for booting via GRUB ?

2010-04-03 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
d me few bug reports for version we don't support. > Have a nice day :) > > Thomas > > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > > -- Regards Vladimir 'φ-coder/phcoder

[RFC] Multiboot2 drafting

2010-04-03 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
use multiboot2 instead or in addition to current protocols? Thanks for your time. [1] Available with bzr co --lightweight http://bzr.savannah.gnu.org/r/grub/trunk/grub/ or as a tarball at http://download.savannah.gnu.org/releases-noredirect/grub/phcoder/grub-r2283.tgz -- Regards Vladimir '

Re: Grub UEFI memory allocation patch

2010-04-03 Thread Vladimir &#x27;φ-coder/phcoder' Serbinenko
es and allocate them, but i dont really know how important > this 0x1 address is. > > It is important and we have an experimental stuff in my newreloc branch to workaround the problem. It was already explained on the list -- Regards Vladimir 'φ-coder/phcoder' Serbinenko

<    8   9   10   11   12   13   14   15   16   17   >