How To Edit Grub Menu or Software On Ubuntu / Linux / Fedora Grub Customizer
Define Grub ..??
GNU GRUB (short for GNU GRand Unified Bootloader) is a boot loader package from the GNU Project. GRUB is the reference implementation of the Multiboot Specification, which provides a user the choice to boot one of multiple operating systems installed on a computer or select a specific kernel configuration available on a particular operating system's partitions. --- Says Wiki...
Now,
For Ubuntu
Open Terminal and type
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer
(Fedora 32-bit)
wget -O grub-customizer-2.5.7-i686.rpm http://goo.gl/vE2Ev
sudo yum install grub-customizer-2.5.7-i686.rpm
(Fedora 64-bit)
wget -O grub-customizer-2.5.7-x86_64.rpm http://goo.gl/1GL6B
sudo yum install grub-customizer-2.5.7-x86_64.rpm
Now open you can open it from System tools>> administration >> Grub optimizer Enjoy...
Comments
Post a Comment