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
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
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
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
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
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
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
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
_
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
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 */
10 matches
Mail list logo