LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   grub option pls explain (https://www.linuxquestions.org/questions/linux-newbie-8/grub-option-pls-explain-463899/)

ravi.ravix 07-14-2006 01:05 AM

grub option pls explain
 
kernel /boot/vmlinuz root=/dev/hda2 ro ramdisk_size=100000 lang=us apm=power-off nomce vga=791
above is a line from my grub config file.
can you explain me the meanings of the following parameters and their options:
"nomce"
"vga"

raskin 07-14-2006 02:01 AM

These are just kernel params, not grub ones.
vga: you use vga graphical console, for example you can enjoy tux picture on kernel load, right?
mce: IA32 Machine Check Exception. It is a rather technical thing about stability, like querying temperature.

Look linux/Documentation/kernel-parameters.txt

AwesomeMachine 07-14-2006 02:31 AM

Grub usually passes some kernel parameters in the kernel line. These are necessary to boot the machine. Not all of them are always necessary, but if it works leave it. You'll learn what that stuff means. It really wouldn't be meaningful to give a full explanation because the explanation is difficult to understand, also.


All times are GMT -5. The time now is 04:49 PM.