LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   grub / explanation of the kernel (vmlinuz) parameters (https://www.linuxquestions.org/questions/linux-software-2/grub-explanation-of-the-kernel-vmlinuz-parameters-357163/)

picticpic 08-26-2005 05:05 AM

grub / explanation of the kernel (vmlinuz) parameters
 
Hello,

These days I start my Mandriva with the following grub parameters (in the grub command line or in the menu.lst file):
Quote:

root (hd0,8)
kernel (hd0,8)/boot/vmlinuz-2.6.8.1 root=/dev/hda9 resume=/dev/hda7 splash= silent vga=788
initrd (hd0,8)/boot/initrd-2.6.8.1.img
It works, but I would like to know:
- what does the "resume" option do ?
- is "resume=/dev/hda7" consistent with "root=/dev/hda9"?
- what means "splash" and "silent" ?

Thanks for your help !

Andrew Benton 08-26-2005 05:55 AM

The resume option should point to your swap partition. It's where the details of your current setup will be stored if the system hibernates. Usefull for laptops. You don't need it if you're not going to use that feature. I don't know about the splash option. That's probably some Mandrake specific patch that they've applied to the kernel.


All times are GMT -5. The time now is 09:18 PM.