Refer to the exhibit. After modifying /etc/default/grub to enable serial console output, which command must be run to apply the changes to the GRUB configuration?
This runs grub-mkconfig to generate grub.cfg from /etc/default/grub and /etc/grub.d/.
Why this answer
On systems with GRUB 2, the command to regenerate grub.cfg is 'update-grub' (or 'grub-mkconfig -o /boot/grub/grub.cfg'). 'grub-install' installs GRUB to disk, not update config. 'grub-set-default' sets default entry but doesn't regenerate config. 'grub-editenv' modifies environment block.