Re: load ISO from cd via grub

2009-09-28 Thread Felix Zielcke
Am Montag, den 28.09.2009, 10:12 +0330 schrieb E.R: > > I want to load ISO from cd, > but grub couldn'n reconize cd device. > Is there any way to find cd device via grub? > With biosdisk module I think it gets only shown when you boot from a CD But ata.mod can recognize it even when you don't bo

Re: Current Grub2 & problem with /boot on different drive

2009-09-28 Thread Vladimir 'phcoder' Serbinenko
Dean Loros wrote: > Thank You Felix!!! That was the information I lacked!!! Sorry all about the > prior overly-general subject > > Information for Vladimir & Colin: > > Results of set: > > sh:grub> set > ?=0 > color_highlight=magenta/black *(custom colour to match grub image)* > color_normal

Re: grub-0.97: btrfs multidevice support [PATCH]

2009-09-28 Thread Vladimir 'phcoder' Serbinenko
Peng Tao wrote: > On Sun, Sep 27, 2009 at 6:18 PM, Robert Millan wrote: > >> On Sun, Sep 27, 2009 at 11:29:11AM +0800, Peng Tao wrote: >> It would be great if somebody could take up Edward's work and port it to GRUB 2. If nobody else does then I'd be interested in doing so myself

Re: [GITGRUB] New menu interface (implementation)

2009-09-28 Thread Michal Suchanek
2009/9/28 Bean : > On Mon, Sep 28, 2009 at 7:01 AM, Michal Suchanek wrote: >> Hello >> >> I tried looking at the overflow but i seriously have no idea what are >> all these regions the gfx_region_update_* gets. >> >> There is some scn_x and scn_y but these do not seem to be the screen >> coordinat

Re: [GITGRUB] New menu interface (implementation)

2009-09-28 Thread Michal Suchanek
2009/9/28 Bean : > On Mon, Sep 28, 2009 at 4:46 AM, Michal Suchanek wrote: >> Does that mean that now the units are characters in text mode and >> pixels in graphics when specified separately? > > Hi, > > No, the default unit is still character. In fact, I've removed to "p" > unit that's specific

Re: [GITGRUB] New menu interface (implementation)

2009-09-28 Thread Bean
On Mon, Sep 28, 2009 at 5:47 PM, Michal Suchanek wrote: >> There are viewport function in region, available in graphic and text >> mode. I can use it to limit the widget. > > No need for another viewport, we have one in video/fb already. But that only works in graphic mode, it we want the ui to b

Re: [GITGRUB] New menu interface (implementation)

2009-09-28 Thread Michal Suchanek
2009/9/28 Bean : > On Mon, Sep 28, 2009 at 5:47 PM, Michal Suchanek wrote: >>> There are viewport function in region, available in graphic and text >>> mode. I can use it to limit the widget. >> >> No need for another viewport, we have one in video/fb already. > > But that only works in graphic mo

Re: (no subject)

2009-09-28 Thread David Howells
Robert Millan wrote: > Could have something to do with a BIOS bug. What happens if you convert > grub_checkkey() and grub_getkey() (in kern/term.c) into dummy stubs? It doesn't seem to help. Grub still waits until the PC is plugged in before displaying its menu. David _

Re: Current Grub2 & problem with /boot on different drive

2009-09-28 Thread Dean Loros
I see that this mornings updates bring a update to Grub2, grub-common & grub-pc. Colin, has the patch been included with those updates? Information for Vladimir & Colin: > > Results of set: > > sh:grub> set > ?=0 > color_highlight=magenta/black *(custom colour to match grub image)* > color_n

commands/search.c - not finding hd0

2009-09-28 Thread Arthur Marsh
Hi, looking at a fragment of commands/search.c: else { /* type is SEARCH_FS_UUID or SEARCH_LABEL */ grub_device_t dev; grub_fs_t fs; int (*compare_fn) (const char *, const char *); char *quid; /* grub_printf added for debugging */