Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: development on January 04, 2009, 04:34:07 AM

Title: Kernel Boot Parameter
Post by: development on January 04, 2009, 04:34:07 AM
I want to have custom configuration in boot parameter.
How can I know what parameter can be set in TC ?

Thanks
Title: Re: Kernel Boot Parameter
Post by: Juanito on January 04, 2009, 04:51:25 AM
Press F2 and F3 at the boot prompt to see the options.

If for some reason these are not displayed at boot, you can read the files f2, f3 in the iso.
Title: Re: Kernel Boot Parameter
Post by: development on January 04, 2009, 08:04:42 AM
Oops sorry. Yes you right, but I confuse, there others parameter such as "quiet" , that minimazing booting massage in display. is not in the F2 & F3. Is it different than parameter in F2 & F3 ?
 
Title: Re: Kernel Boot Parameter
Post by: roberts on January 04, 2009, 09:37:32 AM
There are many others that are generic to the kernel from the kernel developers.
If you google "kernel boot parameters" you will see the pdf document listing them all, including "quiet"
Here is google's html link
 http://74.125.95.132/linux?q=cache:NLFLT4OpVmAJ:www.kernel.org/pub/linux/kernel/people/gregkh/lkn/lkn_pdf/ch09.pdf+kernel+boot+parameters&hl=en&ct=clnk&cd=1&gl=us

Title: Re: Kernel Boot Parameter
Post by: development on January 04, 2009, 11:28:22 AM
Thanks that's useful information for me.
Regards.