TechEnclave
New Tech Posts
New Market Posts
TechEnclave RuleBook



Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 18 Jan 08, 01:57 PM
Dark Star's Avatar
Freedom !
 
Join Date: May 2006
Location: /sys/power
Posts: 5,789
Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious
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 (permalink)  
Old 18 Jan 08, 02:01 PM
Keane 16's Avatar
Bruce Wayne
 
Join Date: Feb 2006
Location: California
Age: 19
Posts: 3,090
Keane 16 is highly Prominent Keane 16 is highly Prominent Keane 16 is highly Prominent Keane 16 is highly Prominent Keane 16 is highly Prominent
Default Re: How to : Use GFX Grub In Ubuntu !

You wrote that yourself ? :o
Reply With Quote
  #3 (permalink)  
Old 18 Jan 08, 02:12 PM
Dark Star's Avatar
Freedom !
 
Join Date: May 2006
Location: /sys/power
Posts: 5,789
Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious
Default Re: How to : Use GFX Grub In Ubuntu !

^^Yep just now But got help from friend regarding gfx grub
Reply With Quote
  #4 (permalink)  
Old 18 Jan 08, 02:27 PM
Keane 16's Avatar
Bruce Wayne
 
Join Date: Feb 2006
Location: California
Age: 19
Posts: 3,090
Keane 16 is highly Prominent Keane 16 is highly Prominent Keane 16 is highly Prominent Keane 16 is highly Prominent Keane 16 is highly Prominent
Default Re: How to : Use GFX Grub In Ubuntu !

Nice work then mate.
Reply With Quote
  #5 (permalink)  
Old 18 Jan 08, 08:25 PM
DanDroiD's Avatar
Exploded Member
 
Join Date: Apr 2007
Location: Master Control Center - San Francisco
Age: 45
Posts: 1,704
DanDroiD is extremely Distinguished DanDroiD is extremely Distinguished DanDroiD is extremely Distinguished DanDroiD is extremely Distinguished DanDroiD is extremely Distinguished DanDroiD is extremely Distinguished DanDroiD is extremely Distinguished DanDroiD is extremely Distinguished DanDroiD is extremely Distinguished DanDroiD is extremely Distinguished DanDroiD 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 (permalink)  
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 (permalink)  
Old 9 Mar 08, 10:26 PM
Gurpartap Singh's Avatar
Overloaded Member
 
Join Date: Feb 2008
Location: ਪੰਜਾਬ - Punjab
Age: 21
Posts: 775
Gurpartap Singh is highly Prominent Gurpartap Singh is highly Prominent Gurpartap Singh is highly Prominent Gurpartap Singh is highly Prominent Gurpartap Singh is highly Prominent
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 (permalink)  
Old 9 Mar 08, 10:30 PM
Dark Star's Avatar
Freedom !
 
Join Date: May 2006
Location: /sys/power
Posts: 5,789
Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious
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 (permalink)  
Old 10 Mar 08, 07:57 PM
Gurpartap Singh's Avatar
Overloaded Member
 
Join Date: Feb 2008
Location: ਪੰਜਾਬ - Punjab
Age: 21
Posts: 775
Gurpartap Singh is highly Prominent Gurpartap Singh is highly Prominent Gurpartap Singh is highly Prominent Gurpartap Singh is highly Prominent Gurpartap Singh is highly Prominent
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 (permalink)  
Old 10 Mar 08, 09:38 PM
Dark Star's Avatar
Freedom !
 
Join Date: May 2006
Location: /sys/power
Posts: 5,789
Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious
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 (permalink)  
Old 13 Mar 08, 11:02 PM
Dark Star's Avatar
Freedom !
 
Join Date: May 2006
Location: /sys/power
Posts: 5,789
Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious Dark Star is extremely Illustrious
Default Re: How to : Use GFX Grub In Ubuntu !

Quote:
Originally Posted by Gurpartap Singh View Post
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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Search TechEnclave
Register on TechEnclave to Remove the ads and the sidebar
Have some Fun!


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2