UEFI Boot with Grub-Experimental

2010-06-30 Thread stephen
thing else happens. I've appended "no impact on result" on various things in the command(s) that I've tried that were suggestions, but had no visible result in the hang or the message. I've also tried newreloc, but I don't think thi

Re: UEFI Boot with Grub-Experimental

2010-06-30 Thread stephen
Hi, Thanks for the response. After trying terminal_output, the computer screen would simply go black and the machine would hang (the numlock key would not respond) after the terminal_output gfx command was executed; this would happen regardless of whether or not set gfxmode was called before.

Re: UEFI Boot with Grub-Experimental

2010-07-01 Thread stephen
ports 1024x768). Then it complains that no suitable mode is found, and tries to boot nayways without a video mode set. Does anyone know why it would be trying to boot as 800x600 only and not the 1024? I'll be looking into the code more, but thought I'd let those who are interested know. -s

Re: UEFI Boot with Grub-Experimental

2010-07-01 Thread stephen
Something I forgot to mention that's important -- (sorry for the spam) -- GRUB tries to initalize with 800x600 regardless of what $gfxmode is set to. set gfxmode=1024x768 will still result in GRUB trying to initalize the video as 800x600 after the 'boot' command is issued. -

Re: UEFI Boot with Grub-Experimental

2010-07-01 Thread stephen
- (sorry for the spam) >> -- GRUB tries to initalize with 800x600 regardless of what $gfxmode is >> set to. >> >> set gfxmode=1024x768 >> >> will still result in GRUB trying to initalize the video as 800x600 >> after the 'boot' command is issued.

Re: UEFI Boot with Grub-Experimental

2010-07-02 Thread stephen
Also, I'm using the new 2.6.35 RC kernel (the ubuntu-flavoured one, acutally) -- i get a weird framebuffer hang (my screen turns orange) if I use the kernel included in lucid (2.6.32). I've yet to try 2.6.34; let us know how it goes for you. -stephen On Fri, 2 Jul 2010 16:14:53 +020

Re: UEFI Boot with Grub-Experimental

2010-07-07 Thread stephen
he default system font. Any ideas on how to get some sort of output or kernel panic would be appreciated. Thanks, Stephen ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

[PATCH] net: Allow use of non-standard TCP/IP ports for HTTP protocol.

2021-09-05 Thread Stephen Balousek
Allow the use of HTTP servers listening on ports other 80. This is done with an extension to the http notation of either: (http[,server[,port]]) - or - (http[,server[:port]]) Signed-off-by: Stephen Balousek --- grub-core/net/http.c | 43 +++ 1

Re: [PATCH] net: Allow use of non-standard TCP/IP ports for HTTP protocol.

2021-10-10 Thread Stephen Balousek
completely sure how to submit a revised patch to the mailing list and still maintain the email thread, so I am appending the new patch to this message. Thanks again, - Steve On 9/28/21 07:27, Daniel Kiper wrote: On Sun, Sep 05, 2021 at 03:57:42PM -0700, Stephen Balousek wrote: Allow the use

Re: [PATCH] net: Allow use of non-standard TCP/IP ports for HTTP protocol.

2021-10-26 Thread Stephen Balousek
Hi Daniel, Thank you for another detailed response. Please let me know how that section related to IPv6 should be commented, and I will submit an updated patch. - Steve On 10/26/2021 8:52 AM, Daniel Kiper wrote: Hi Stephen, On Sun, Oct 10, 2021 at 03:15:34PM -0700, Stephen Balousek wrote

[PATCH v2] http: Allow use of non-standard TCP/IP ports

2022-01-08 Thread Stephen Balousek
Allow the use of HTTP servers listening on ports other 80. This is done with an extension to the http notation: (http[,server[,port]]) - or - (http[,server[:port]]) Signed-off-by: Stephen Balousek --- Hi Daniel, Happy New Year! I apologize for the long delay. I really wanted to test

[PATCH v3] http: Allow use of non-standard TCP/IP ports

2022-01-16 Thread Stephen Balousek
Allow the use of HTTP servers listening on ports other 80. This is done with an extension to the http notation: (http[,server[,port]]) - or - (http[,server[:port]]) Signed-off-by: Stephen Balousek --- Thanks for that, Daniel. Sorry to have so much trouble making sense of grub_strtoul

Re: [PATCH v2] http: parse HTTP headers case-insensitive

2022-01-17 Thread Stephen Balousek
Hi Jamo, I like seeing these improvements to HTTP handling. I made a bunch of comments below. Hopefully one or two of them are helpful. - Steve On 1/16/2022 5:54 PM, Jamo wrote: According to https://www.ietf.org/rfc/rfc2616.txt 4.2, header names shall be case insensitive and we are now force

Re: UEFI Boot with Grub-Experimental

2010-07-02 Thread Stephen Kou
. Hopefully that will work for you. --Stephen On 7/2/2010 11:46 AM, Reynald Lercier wrote: Hi Stephen, The situation is a little bit better in my side too... I recompile the 2.6.34 kernel following the instructions in Documentation/x86/x86_64/uefi.txt, from the kernel linux package. Especially

Re: UEFI Boot with Grub-Experimental

2010-07-07 Thread Stephen Kou
be that grub is setting up the video improperly or something? The AMIBIOS boards have some special video mode that uses the gnu unicode font. The intel boards only use the default system font. Any ideas on how to get some sort of output or kernel panic would be appreciated. Thanks, Stephen

Question: how to add new menu functionality

2011-04-22 Thread Stephen Torri
utorial on how to develop for Grub2? If I missed that in my search I am sorry for not reading that first. 4. How do you debug your Grub2 builds? The web had references to a patch to add in GDB functionality. Stephen ___ Grub-devel mailing list Grub-

Re: Question: how to add new menu functionality

2011-04-22 Thread Stephen Torri
it. What step(s) did I miss that resulted in this message? I appreciate the help. Stephen ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

About grub-0.97.tar.gz

2006-03-14 Thread Stephen Liu
Hi folk, Does grub-0.97.tar.gz work on kernel-2.4.26. If NO, please advise which is the up-to-date version to work on kernel-2.4.26 (linux-2.4.26)? TIA B.R. SL ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub

Proposed patch for SESAME support

2018-11-28 Thread Stephen R. van den Berg
commit 4d9673b72e1dd05489176073ea630ec4cf5b2760 Author: Stephen R. van den Berg Date: Wed Sep 6 01:42:29 2017 +0200 GRUB_SESAME support. diff --git a/docs/grub.texi b/docs/grub.texi index 471d97c95..e13383bec 100644 --- a/docs/grub.texi +++ b/docs/grub.texi @@ -1317,6 +1317,13 @@ If the

[PATCH 1/1] GRUB_SESAME support. (Take 2)

2020-05-04 Thread Stephen R. van den Berg
If set, it will keep the menu from appearing until the sesame-phrase has been typed. The intended usage is so that you can have two devices both running grub/Linux, each device with a single serial port. Connect both serial ports against each other, and the two devices will not accidentally trigge

[PATCH 1/1] GRUB_SESAME support. (Take 3)

2020-12-04 Thread Stephen R. van den Berg
If set, it will keep the menu from appearing until the sesame-phrase has been typed. The intended usage is so that you can have two devices both running grub/Linux, each device with a single serial port. Connect both serial ports against each other, and the two devices will not accidentally trigge

[PATCH 1/1] GRUB_SESAME support. (Take 4)

2021-06-03 Thread Stephen R. van den Berg
If set, it will keep the menu from appearing until the sesame-phrase has been typed. The intended usage is so that you can have two devices both running grub/Linux, each device with a single serial port. Connect both serial ports against each other, and the two devices will not accidentally trigge