TechEnclave
Register Now

Registration is free.
Join us today.

How to : Use GFX Grub In Ubuntu !

This is a discussion on How to : Use GFX Grub In Ubuntu ! within the Open Source forums, part of the Software Zone category; GNU Graphics Grub is the new Grub boot screen which adds to Visual appeal of Boot Screen .. Unlike older grub ...

TechEnclave > Software Zone > Open Source


Reply
 
LinkBack Thread Tools Display Modes
  #1   Dark Star's Rig  
Old 18 Jan 08, 01:57 PM
Dark Star's Avatar
Nuclear Member
Member of the Month for July2007
 
Join Date: May 2006
Location: /var/temp
Age: 18
Posts: 3,305
Toscars: 6
Dark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely Noble
Thumbs Up How to : Use GFX Grub In Ubuntu !

GNU Graphics Grub is the new Grub boot screen which adds to Visual appeal of Boot Screen .. Unlike older grub GFX Grub has now much better themes and customization options.. So lets take a quick look at How To Install GFX Boot..

To install GFX Grub we have to remove older grub so that it should cause any dependencies problem.. To remove Grub Open Terminal . .Main Menu -> Accessories -> Terminal Now type the following code in Terminal

Code:
sudo apt-get remove grub
Download GFX Grub debian installer from here and install it by double clicking it Download : GFX Grub

Before we get started take backup of you Menu.lst file so that you can use it in mishap ..
To take backup of Menu.lst file Navigate to /boot/grub and save it ..

Now Download some additional themes for GFX Grub Menu Click Here

Now unzip the files and move it to /boot/grub .. Since it comes under root file system you need to gain root privileged to do that .. Type the following in Terminal

Code:
sudo su root
Enter password and then type this nautilus this will open a new Nautilus Window. .Navigate to /boot/grub through root nautilus window.. Copy all the message.xyz file to /boot/grub

Now since you have added theme .. Lets do final settings to make this GFX Grub work.. Open terminal and type this

Code:
sudo gedit /boot/grub/menu.lst
Add this line at the top of the Menu.lst file

Code:
gfxmenu /boot/grub/message.xyz # the xyz should be replaced with the theme name that you are going to use
Since you have removed you older grub you need to restore GFX Grub so that you boot through OS without any problem.. Open Terminal and do these

Type
Code:
sudo grub
Then
Code:
find /boot/grub/stage1
You will get a output like (hd0,4) or something different depending upon you Hard Disk Partition

Then type this
Code:
root (hdx,x)
To install grub type this
Code:
setup (hdx)
Where "x" represent the value of hdd sector in which you have installed grub

The last thing you have to do is to install Grub MBR .

Code:
sudo fdisk -l
You will get an output like this
Code:
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0dd6c6bd

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        3187    25599546    7  HPFS/NTFS
/dev/sda2            3188        8287    40965750    f  W95 Ext'd (LBA)
/dev/sda3            8288        9607    10602900   83  Linux
/dev/sda4            9608        9729      979965   82  Linux swap / Solaris
/dev/sda5            3188        5737    20482843+   7  HPFS/NTFS
/dev/sda6            5738        8287    20482843+   7  HPFS/NTFS
Look for the bold Entry and finally install MBR in Filesystem

Code:
sudo grub-install /dev/sdaX
Where X represent the number of you Hard Disk sector in which you have installed Grub...

Here is what My GFX looks like ...


Thats it reboot and see the magic A new refreshing Grub Menu welcomes you
Regards


Last edited by Dark Star : 18 Jan 08 at 02:26 PM.
Reply With Quote
  #2   Keane 16's Rig  
Old 18 Jan 08, 02:01 PM
Keane 16's Avatar
Explosive Member
 
Join Date: Feb 2006
Location: Berkeley, CA
Age: 18
Posts: 2,885
Keane 16 is highly ReputableKeane 16 is highly ReputableKeane 16 is highly ReputableKeane 16 is highly ReputableKeane 16 is highly ReputableKeane 16 is highly Reputable
Send a message via MSN to Keane 16
Default Re: How to : Use GFX Grub In Ubuntu !

You wrote that yourself ? :o

Reply With Quote
  #3   Dark Star's Rig  
Old 18 Jan 08, 02:12 PM
Dark Star's Avatar
Nuclear Member
Member of the Month for July2007
 
Join Date: May 2006
Location: /var/temp
Age: 18
Posts: 3,305
Toscars: 6
Dark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely Noble
Default Re: How to : Use GFX Grub In Ubuntu !

^^Yep just now But got help from friend regarding gfx grub

Reply With Quote
  #4   Keane 16's Rig  
Old 18 Jan 08, 02:27 PM
Keane 16's Avatar
Explosive Member
 
Join Date: Feb 2006
Location: Berkeley, CA
Age: 18
Posts: 2,885
Keane 16 is highly ReputableKeane 16 is highly ReputableKeane 16 is highly ReputableKeane 16 is highly ReputableKeane 16 is highly ReputableKeane 16 is highly Reputable
Send a message via MSN to Keane 16
Default Re: How to : Use GFX Grub In Ubuntu !

Nice work then mate.

Reply With Quote
  #5   PiXeLpUsHeR's Rig  
Old 18 Jan 08, 08:25 PM
PiXeLpUsHeR's Avatar
Explosive Member
Member of the Month for January2008
 
Join Date: Apr 2007
Location: Master Control Center - San Francisco
Age: 44
Posts: 1,071
Toscars: 3
PiXeLpUsHeR is extremely DistinguishedPiXeLpUsHeR is extremely DistinguishedPiXeLpUsHeR is extremely DistinguishedPiXeLpUsHeR is extremely DistinguishedPiXeLpUsHeR is extremely DistinguishedPiXeLpUsHeR is extremely DistinguishedPiXeLpUsHeR is extremely DistinguishedPiXeLpUsHeR is extremely DistinguishedPiXeLpUsHeR is extremely DistinguishedPiXeLpUsHeR is extremely DistinguishedPiXeLpUsHeR is extremely Distinguished
Default Re: How to : Use GFX Grub In Ubuntu !

Great Tut, will try this later looks fun

......You must spread some reputation around ....etc....

I will give you the reps for this later

Reply With Quote
  #6  
Old 9 Mar 08, 08:23 AM
 
Join Date: Mar 2008
Posts: 1
leopinzon is Mysterious
Default Re: How to : Use GFX Grub In Ubuntu !

Excelent tutorial, everything ok

Reply With Quote
  #7   Gurpartap Singh's Rig  
Old 9 Mar 08, 10:26 PM
Gurpartap Singh's Avatar
Overloaded Member
Rig of the Month for October2008
 
Join Date: Feb 2008
Location: ਪੰਜਾਬ - Punjab
Age: 20
Posts: 563
Gurpartap Singh is very HonorableGurpartap Singh is very HonorableGurpartap Singh is very HonorableGurpartap Singh is very Honorable
Send a message via MSN to Gurpartap Singh Send a message via Yahoo to Gurpartap Singh Send a message via Skype™ to Gurpartap Singh
Default Re: How to : Use GFX Grub In Ubuntu !

Don't think I missed anything, but it's the same for me after restarting..
I just downloaded the latest version of that deb (with the 11 version tag instead of 5)

Reply With Quote
  #8   Dark Star's Rig  
Old 9 Mar 08, 10:30 PM
Dark Star's Avatar
Nuclear Member
Member of the Month for July2007
 
Join Date: May 2006
Location: /var/temp
Age: 18
Posts: 3,305
Toscars: 6
Dark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely Noble
Default Re: How to : Use GFX Grub In Ubuntu !

^^ I don't think the latest version is available .. I checked it and I still think the ver. I posted is the only 1 for GFX grub.. Please post the source of your d/l, for time being use the 1 I posted

Reply With Quote
  #9   Gurpartap Singh's Rig  
Old 10 Mar 08, 07:57 PM
Gurpartap Singh's Avatar
Overloaded Member
Rig of the Month for October2008
 
Join Date: Feb 2008
Location: ਪੰਜਾਬ - Punjab
Age: 20
Posts: 563
Gurpartap Singh is very HonorableGurpartap Singh is very HonorableGurpartap Singh is very HonorableGurpartap Singh is very Honorable
Send a message via MSN to Gurpartap Singh Send a message via Yahoo to Gurpartap Singh Send a message via Skype™ to Gurpartap Singh
Default Re: How to : Use GFX Grub In Ubuntu !

Had got it from the first link here:
grub-gfxboot_0.97-11_i386.deb - Google Search

Dling yours!

Reply With Quote
  #10   Dark Star's Rig  
Old 10 Mar 08, 09:38 PM
Dark Star's Avatar
Nuclear Member
Member of the Month for July2007
 
Join Date: May 2006
Location: /var/temp
Age: 18
Posts: 3,305
Toscars: 6
Dark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely Noble
Default Re: How to : Use GFX Grub In Ubuntu !

^^ Use mine for the time being .. I'll test the one you posted and will posts new commands if needed

Reply With Quote
  #11   Dark Star's Rig  
Old 13 Mar 08, 11:02 PM
Dark Star's Avatar
Nuclear Member
Member of the Month for July2007
 
Join Date: May 2006
Location: /var/temp
Age: 18
Posts: 3,305
Toscars: 6
Dark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely NobleDark Star is extremely Noble
Default Re: How to : Use GFX Grub In Ubuntu !

View Post
Originally Posted by Gurpartap Singh
Had got it from the first link here:
grub-gfxboot_0.97-11_i386.deb - Google Search

Dling yours!
Try this https://sourceforge.net/projects/startup-manager/ and check show Grub Menu

Reply With Quote
Reply


Thread Tools
Display Modes


Welcome, Unregistered.

  
Search
Advertisement


From FunEnclave
Quick Navigation

All times are GMT +5.5. The time now is 01:45 AM.


Style by Safin, exclusive for TechEnclave
Copyright ©2005 - 2008 TechEnclave.com, All Rights Reserved.
Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0