You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If it s possibe, to have the default value, and the best value
to unload drivers over the grub kernel ex: ipv6.disable=1
you could use this command : grubby --remove-args="argX argY" --args="argA argB" --update-kernel
or to propose to add some options to the grub if you have a specific hardware.ex: gpu nvidia, cpu intel,wifi broadcom,...
Backup/restore configuration by command line.
regards,
The text was updated successfully, but these errors were encountered:
Your program is very interresting.
If it s possibe, to have the default value, and the best value
to unload drivers over the grub kernel ex: ipv6.disable=1
you could use this command :
grubby --remove-args="argX argY" --args="argA argB" --update-kernel
or to propose to add some options to the grub if you have a specific hardware.ex: gpu nvidia, cpu intel,wifi broadcom,...
Backup/restore configuration by command line.
regards,
The text was updated successfully, but these errors were encountered: