Dies ist eine alte Version des Dokuments!
Kernel parameter can be used to change some kernel settings at boot time.
You can change the parameter temporary (only for a single boot) or permanent.
These changes only be valid once. If you start your system a second time, these changes will no longer be valid.
linux. The last words on this line are the kernel parameters.For example:
menuentry 'Ubuntu, with Linux 3.5.0-54-generic (Writable)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 28adfe9d-c122-479a-ab81-de57d16516dc
linux /vmlinuz-3.5.0-54-generic root=/dev/mapper/faramir-root ro quiet splash
initrd /initrd.img-3.5.0-54-generic
}
linux /vmlinuz-3.5.0-54-generic root=/dev/mapper/faramir-root ro quiet splash
The three kernel paramters in this example are ro quiet splash.
sudo nano /etc/default/grubGRUB_CMDLINE_LINUX_DEFAULT=„quiet splash“ (this line may contain different kernel parameters)GRUB_CMDLINE_LINUX_DEFAULT=„quiet splash yourParameter=1sudo update-grubTo display the curren kernel parameter run:
cat /proc/cmdline