Re: Homepage outdated

2009-06-09 Thread Felix Zielcke
Am Mittwoch, den 03.06.2009, 23:53 +0200 schrieb Felix Zielcke: > (CCing Okuji so he hopefully reads this) > > The homepage still says grub2 is under development and the FAQ says: > It is usable, but we are still making incompatible changes from time to > time. Stabilizing the features is planned

Re: Homepage outdated

2009-06-09 Thread Felix Zielcke
Am Dienstag, den 09.06.2009, 12:10 +0200 schrieb Felix Zielcke: > Am Mittwoch, den 03.06.2009, 23:53 +0200 schrieb Felix Zielcke: > > (CCing Okuji so he hopefully reads this) > > > > The homepage still says grub2 is under development and the FAQ says: > > It is usable, but we are still making inco

Re: echo and hello bug

2009-06-09 Thread James Jarvis
Peter Cros wrote: May be of interest - This is the module subset I am using with fat grub efi rev 2202 for 64/32bit efi on Imac81, MacBookPro41, MacBook21. ( ./fatglue.py grub2202fat.efi grub2202-32.efi grub2202-64.efi ) Thanks Peter. I do something similar in the script I dont use hello,

Re: echo and hello bug

2009-06-09 Thread Vladimir 'phcoder' Serbinenko
> tried this module list in grub-mkimage on 2282 but it hung! I think you have a problem with you building system. If you want ping me (phcoder) on IRC and I'll compile for you -- Regards Vladimir 'phcoder' Serbinenko ___ Grub-devel mailing list Grub-d

[PATCH] probe command

2009-06-09 Thread Vladimir 'phcoder' Serbinenko
Following Pavel's suggestion to make uuid command I implemented probe command similar to grub-probe -- Regards Vladimir 'phcoder' Serbinenko diff --git a/ChangeLog b/ChangeLog index 34c5bc1..f22780f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2009-06-08 Vladimir Serbinenko + + pro

Re: porting Grub to Xen

2009-06-09 Thread Vladimir 'phcoder' Serbinenko
On Fri, Jun 5, 2009 at 9:37 PM, Ferenc Wagner wrote: > "Vladimir 'phcoder' Serbinenko" writes: > >>> Neither have I, but xen-devel says MiniOS is BSD, and should be >>> acceptable for Grub. >> >> If it's under MIT or new BSD license it is. However no code with >> unclear licensing can be used in g

Re: [Fwd: [PATCH] Some pxe fixes.]

2009-06-09 Thread Vladimir 'phcoder' Serbinenko
Hello. Sorry that this mail was overlooked On Fri, May 1, 2009 at 3:34 PM, Michel Hermier wrote: > Hi, > > I was toying with pxe and noticed some errors in the code small errors > in the code. In the file read method it is possible to return error > codes instead of amount read. This patch fix tha

Re: [PATCH] probe command

2009-06-09 Thread Pavel Roskin
On Tue, 2009-06-09 at 20:23 +0200, Vladimir 'phcoder' Serbinenko wrote: > Following Pavel's suggestion to make uuid command I implemented probe > command similar to grub-probe Great! Please remove trailing whitespace. Please add missing space after "=" on line 64 in probe.c. The help doesn't lo

Re: [PATCH] add drivemap support to 30_os-prober.in and use UUIDs

2009-06-09 Thread Felix Zielcke
Am Montag, den 08.06.2009, 12:54 +0200 schrieb Vladimir 'phcoder' Serbinenko: > On Sun, Jun 7, 2009 at 5:55 PM, Pavel Roskin wrote: > > On Sun, 2009-06-07 at 17:37 +0200, Felix Zielcke wrote: > >> Attached patch uses `prepare_grub_to_access_device' to set the root in > >> the generated entrys. > >>

Re: grub-mkconfig fails on every non i386-pc because of gfxterm/vbe

2009-06-09 Thread Felix Zielcke
Am Donnerstag, den 04.06.2009, 00:11 +0200 schrieb Felix Zielcke: > Am Mittwoch, den 03.06.2009, 16:55 -0400 schrieb Pavel Roskin: > > On Wed, 2009-06-03 at 11:43 +0200, Felix Zielcke wrote: > > > I wonder why nobody on this list noticed this yet. > > > Jordi reported this already on Debian a while

Re: [PATCH] add drivemap support to 30_os-prober.in and use UUIDs

2009-06-09 Thread Pavel Roskin
On Tue, 2009-06-09 at 22:21 +0200, Felix Zielcke wrote: > os-prober currently prints `chain' on FreeDOS, QNX4, Windows, MS-DOS, > Solaris, Minix and Dell Utility Partition > Solaris probable won't need it but for Minix and QNX4 (I don't even know > what this is) I don't know. > FreeDOS probable n

Re: [PATCH] probe command

2009-06-09 Thread Vladimir 'phcoder' Serbinenko
> I can have a look how to fix it if you don't find a way.  Actually, I > would prefer separate options for targets, as in "search".  That would > be: > > -l --label > -u --fs_uuid > -p --partmap > -d --driver (instead of "provider") I was inspired by grub-probe but this way it's ok too > > --targe

Re: [PATCH] probe command

2009-06-09 Thread Pavel Roskin
On Tue, 2009-06-09 at 22:55 +0200, Vladimir 'phcoder' Serbinenko wrote: > > --target=partmap doesn't work on whole disks. > It was the intent. I'm norking on nested partitions and consider the > following situation: > hd0 is subdivided by pc partmap into > hd0,1 - linux > hd0,2 - solaris which is

Re: [PATCH] Re: grub-install --root-directory=/mnt /dev/sda1 fails

2009-06-09 Thread Vladimir 'phcoder' Serbinenko
2009-06-08 Felix Zielcke * include/grub/util/hostdisk.c (grub_make_system_path_relative_to_its_root): New function prototype. * util/hostdisk.c (grub_make_system_path_relative_to_its_root): New function. * util/i386/pc/grub

[PATCH 1/2] Don't use AC_CHECK_FUNCS for the target, it requires target libc headers

2009-06-09 Thread Pavel Roskin
ChangeLog: configure.ac: Remove check for __bswapsi2 and __bswapdi2. include/grub/powerpc/libgcc.h: Use weak attribute for all exports. include/grub/sparc64/libgcc.h: Likewise. Don't use preprocessor conditionals. --- configure.ac |3 -

[PATCH 2/2] Allow compilation without having target libc installed

2009-06-09 Thread Pavel Roskin
ChangeLog: * configure.ac: Use -nostdlib when probing for the target. * include/grub/multiboot2.h: Provide compatibility defines for multiboot.h. * include/multiboot2.h: Don't include stdint.h. It's the responsibility of the code that includes that header.