Bootparameter
Boot parameters, also known as kernel parameters, are a set of options passed to the operating system's kernel during the boot process. These parameters allow for customization and control over how the kernel initializes and behaves. They are typically configured by the bootloader, such as GRUB or systemd-boot, and can be edited manually before the system starts.
Common uses for boot parameters include specifying the root filesystem device, enabling debugging modes, configuring hardware
In Linux-based systems, boot parameters are often a powerful tool for system administrators and advanced users.