3 Changing Kernel Boot Parameters Before Booting
To make a temporary change to the boot parameters before booting a kernel, follow these steps:
The kernel boots with the new parameters that you specified on the kernel command line. As noted, the changes are temporary and are only active for the current boot session. If you reboot the system, the changes are reverted. You might want to update the GRUB configuration to make changes permanent.
You can edit the GRUB configuration after the system is booted. See Changing GRUB 2 Default Kernel Boot Parameters. A better approach is to use
grubby. See
Changing Kernel Command Line Boot Parameters for more information.