whats mean of restore=none in linux kernel parameters
In Linux kernel parameters, the "restore=none" option is used to disable the automatic restoration of saved parameters during system startup or resume from hibernation. By default, the kernel saves various parameters and state information during shutdown or hibernation and restores them during the next boot or resume process.
However, using "restore=none" as a kernel parameter instructs the operating system not to restore any saved parameters, thus starting the system with default settings. This can be useful in certain situations where you want to ensure a clean and consistent boot without any residual settings or state from the previous session
原文地址: https://www.cveoy.top/t/topic/hQe1 著作权归作者所有。请勿转载和采集!