Rocky Linux LIVE CD Tips

Wiki.TerraBase.info
Jump to navigation Jump to search

Stop having to used the dang SUDO command all the time

su - root

Reconfigure the GRUB.CFG File

NOPE! (ain't no -c switch anymore): grub2-mkconfig -o /tmp/sda1/grub2/grub.cfg -c /tmp/sda2/etc/default/grub

...you have to run the above command with just the -o switch and make sure /etc/default contains a file named GRUB with the appropriate parameters.