Howto : GfxBoot ( Grub like suse )

11:13:00 PM 0 Comments

Howto : GfxBoot ( Grub like suse )

Gfxboot makes grub look nicer but with the same features
In this howto you will install gfxboot and a suse theme for it, soon I'll make an ubuntu one
Ok, let's start

Download the grub-gfxboot.deb
And the message.suse

First remove your old grub
Code:
sudo apt-get remove grub
Then Install the gfxboot-grub
Code:
sudo dpkg -i grub-gfxboot_0.97-5_i386.deb
then we're going to move the message
Code:
sudo cp message.suse /boot/grub/ # the suse can be replaced by the one you downloaded
Then edit your menu.lst

Code:
sudo cp /boot/grub/menu.lst /boot/grub/menu.lst_backup
sudo gedit /boot/grub/menu.lst
and make it use gfxboot
Code:
gfxmenu /boot/grub/message.suse # the suse can be replaced

Then do :
Code:
sudo grub

grub> find /boot/grub/stage1
(hdx,y) # this will be the output
grub> root (hdx,y)
grub> setup (hdx)
-- Howto make you own theme --


Code:
mkdir /home/name/whatever
cpio -i < /boot/grub/message.suse # replace it by the name of you message
edit the pictures
sudo ls . |cpio -o > /boot/grub/message.new
Reboot and enjoy

Some say he’s half man half fish, others say he’s more of a seventy/thirty split. Either way he’s a fishy bastard.