Kerneparametre
Kerneparametre, or kernel parameters, are values passed to the operating system kernel at boot or during operation to influence its behavior. They are used to control hardware initialization, memory management, driver loading, and kernel features.
On Linux, kerneparametre are typically supplied through the boot loader, such as GRUB, by appending options
Common kerneparametre include root= to select the root filesystem, quiet to reduce boot messages, nomodeset to
Persistence and management: Boot-time parameters are stored in bootloader configuration (for example GRUB_CMDLINE_LINUX in /etc/default/grub) and
See also kernel parameters, command line, Sysctl, initramfs.