Re: Grub Change HELP***

2008-01-31 Thread gilberto
Yes could be or to MBR too. Normal grub with modification with bellow. Gilberto > [EMAIL PROTECTED] writes: > >> I tried this code, but I have some errors, I define the variable but >> didn't resolve, the people of the clevo notebook make the especial BIOS >> to >> me,and I need get this value a

Re: Grub Change HELP***

2008-01-31 Thread Otavio Salvador
[EMAIL PROTECTED] writes: > I tried this code, but I have some errors, I define the variable but > didn't resolve, the people of the clevo notebook make the especial BIOS to > me,and I need get this value and make the logical comparation!!! Could you > help me? Don't me alone with this problem. I

Re: Grub Change HELP***

2008-01-30 Thread gilberto
Robert I tried read the value of the memory in grub, but didn't work very well. How I can get the value of the adress 0x000ffa17 and put its on pointer. I am sorry but I need help. How i make this? I tried this code, but I have some errors, I define the variable but didn't resolve, the people of

Re: Grub Change HELP

2008-01-30 Thread gilberto
Robert If I change to Grub2 Can you help me?? Where is the source recommended by you??? Gilberto FeniX Linux > On Tue, Jan 29, 2008 at 10:33:18PM -0200, [EMAIL PROTECTED] > wrote: >> Robert thank you, You are great person, because worry with problems of >> the >> others people. The best demonstr

Re: Grub Change HELP

2008-01-30 Thread Robert Millan
On Wed, Jan 30, 2008 at 12:10:44AM -0200, [EMAIL PROTECTED] wrote: > Hi, comunity of GNU Linux, Robert please see my idea about my problem: > This file is builtins.c line 3974 more less. I add more commands. > I set variable localiza to adress 0x000ffa17 , I am not sure but I think > the function

Re: Grub Change HELP

2008-01-30 Thread Robert Millan
On Tue, Jan 29, 2008 at 10:33:18PM -0200, [EMAIL PROTECTED] wrote: > Robert thank you, You are great person, because worry with problems of the > others people. The best demonstration of the spirit GNU is this. > > I will try put this code, in source grub, > > > if (*((grub_uint8_t *) 0x000ffa17)

Re: Grub Change HELP

2008-01-29 Thread gilberto
Hi, comunity of GNU Linux, Robert please see my idea about my problem: This file is builtins.c line 3974 more less. I add more commands. I set variable localiza to adress 0x000ffa17 , I am not sure but I think the function grub_sprintf, read the menu.lst if it is true I made the condicional expres

Re: Grub Change HELP

2008-01-29 Thread gilberto
Robert thank you, You are great person, because worry with problems of the others people. The best demonstration of the spirit GNU is this. I will try put this code, in source grub, > if (*((grub_uint8_t *) 0x000ffa17)) > grub_env_set ("default", "1"); > else > grub_env_set ("default", "0");

Re: Grub Change HELP

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 09:29:10PM +0100, Robert Millan wrote: > > > > But I need help to make this. Please help me. If necessary I will pay. You could consider donating to the FSF to protect our freedom: http://www.fsf.org/ -- Robert Millan I know my rights; I want my phone call! What us

Re: Grub Change HELP

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 04:46:04PM -0200, [EMAIL PROTECTED] wrote: > > Hi, People, my name is Gilberto I from Brazil, I am development of Linux > FeniX - www.sistemafenix.com.br > I need your help about grub. > I have a problem with grub source and I need your help urgently, I need > change the co