[ltp] Boot problem solved

Tino Keitel linux-thinkpad@www.bm-soft.com
Sat, 6 Oct 2001 10:21:22 +0200


On Saturday,  6. October 2001 05:37, Thomas Hood wrote:
> On the ThinkPad there is an additional solution:
> (3) Disable QuickBoot in EasySetup Config (the BIOS setup program)

But not everyone has a QuickBoot option (765L). Does anyone know what the 
BIOS will do in such a case? Since Win95 is preloaded on this machine I think 
it will be enabled.

> The patch:
> --- linux-2.4.10-ac5/arch/i386/kernel/bootflag.c	Fri Oct  5 14:57:10 2001
> +++ linux-2.4.10-ac5-fix/arch/i386/kernel/bootflag.c	Fri Oct  5 23:20:43
> 2001 @@ -119,7 +119,7 @@
>  	u8 v = sbf_read();
>  	if(!sbf_value_valid(v))
>  		v = 0;
> -#if defined(CONFIG_PNPBIOS)
> +#if 0            // WAS: #if defined(CONFIG_PNPBIOS)
>  	/* Tell the BIOS to fast init as we are a PnP OS */
>  	v |= (1<<0);	/* Set PNPOS flag */
>  #endif

I greped around in my kernel sources and noticed that the CONFIG_PNP option 
as well as the file "bootflag.c" exists only in the ac patches. Is this 
correct? (I only have 2.4.9)

Tino

----- The Linux ThinkPad mailing list -----
The linux-thinkpad mailing list home page is at:
http://www.bm-soft.com/~bm/tp_mailing.html