New to Ubuntu Linux? This computer operating system could be a bit tricky for beginners, but fret not, help is here. Check out this video tutorial on how to install GRUB 2 and apply themes on Ubuntu Linux.
GNU GRUB is a multiboot boot loader. It was derived from GRUB, GRand Unified Bootloader, which was originally designed and implemented by Erich Stefan Boleyn.
Briefly, boot loader is the first software program that runs when a computer starts. It is responsible for loading and transferring control to the operating system kernel software (such as the Hurd or the Linux). The kernel, in turn, initializes the rest of the operating system (e.g. GNU).
GRUB 2 and GRUB Legacy
Currently under development, GRUB 2, has replaced what was formerly known as GRUB (i.e. version 0.9x), which has, in turn, become GRUB Legacy.
GRUB 2 aims at merging sources from PUPA in order to create the next generation of GNU GRUB. A mailing list and a wiki have been setup for discussing the development of GRUB 2.
Installation:
sudo apt-get install grub-pc
#install Grub 2 and will modify the existing grub boot loader menu.
Chainload into Grub 2? menu item press e to edit the configuration and change:
root xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
to
uuid xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
After the boot
sudo upgrade-from-grub-legacy
Now lets go for the theming
sudo apt-get install grub2-splashimages
cd /usr/share/images/grub/
ls
sudo gedit /etc/grub.d/05_debian_theme
replace the line
for i in {/boot/grub,/usr/share/images/desktop-ba se}/moreblue-orbit-grub.{png,tga}; do
with
for i in {/boot/grub,/usr/share/images/desktop-ba se,/usr/share/images/grub}/yourimage.{pn g,tga}; do
sudo update-grub
Tru3m0sl3m has all kinds of tutorials, from Windows and Ubuntu Linux operating systems to Islamic videos. If you're looking for some quick and handy computer tips or tricks, this i
Just updated your iPhone to iOS 18? You'll find a ton of hot new features for some of your most-used Apple apps. Dive in and see for yourself:
Be the First to Comment
Share Your Thoughts