The 'grub-install' command is used to install the GRUB bootloader code onto the MBR or boot sector of a drive. Once installed, GRUB reads its configuration from /boot/grub/grub.cfg at boot time. Therefore, you only need to run the install command once; subsequent configuration or kernel changes only require updating the config file, not reinstalling the bootloader.