Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 31-12-2007, 03:43 AM   #1 (permalink)
Unmountable Boot Volume
 
Cyrus_the_virus's Avatar
 
Join Date: Sep 2007
Location: Kerala
Posts: 907
Arrow A visual GRUB configuration editor





If you've been running Linux long enough to have upgraded your system more than once, you probably have several Linux kernels lurking around your system. If you discover that a certain application no longer works for you, you can go back to a previous kernel to try to run your program. GRUB, the boot loader found in most Linux distributions, lets you choose among operating systems and kernels installed on your box. Many people, however, fear that messing with GRUB may ruin their system, because of its many esoteric options, and configuration file text that often contains no help comments. QGRUBEditor can help you view and edit the GRUB boot loader from a graphical user interface.

If you have KDE and Qt 4 installed, you should have no problem installing and running QGRUBEditor. I downloaded version 2.5.0, which I easily installed and compiled in a Mandriva Linux 2008 system with these commands:
qmake-qt4
make
make install

If QGRUBEditor doesn't install correctly, you may need the libqt4-core, libqt4-dev, and libqt4-gui dependencies. Once installed, execute it by navigating to Tools -> QGRUBEditor or typing qgrubeditor in a terminal as root.

The program's main window shows the entries for your menu.lst GRUB configuration file, which is generally found under /boot/grub. You can choose a different main GRUB configuration file to work with from the text box at the bottom of the window.

The GRUB Entries tab, also at the bottom of the window, contains two panels: the top one shows the entries in menu.lst, and the bottom shows the details for each entry. Right-clicking on any entry in the top panel allows you to set that row as the default or the fallback kernel; the default entry is shown in a green background.

When you make any change you can see it in the real configuration file by going to File -> View Input, which opens a new window with two tabs. The Device Input tab shows your partitions (as in /etc/mtab), and you can see and understand how GRUB correlates partition names with its own nomenclature, as in /dev/sda1 = (hd0,0). The Menu Input tab displays the actual menu.lst file, and immediately reflects the changes that you make; you don't need to hit Save.

Double-clicking any entry in the main window shows a detailed screen with all the options you have available. Again, any change you make is saved automatically to menu.lst. The GRUB Settings tab allows you to personalize the usual GRUB options such as timeout, define the defaults, set a password, change the colors on the GRUB menu when the system boots, and set a splash image. The splash option allows you to choose an image in any of several formats, and the program converts it automatically to the .xpm.gz format needed by GRUB. It even provides a Preview button so you can see your splash image. GRUB splash images have only 16 colors, so the splash image may not appear as you'd expect, compared to the original image.

When you edit an entry, the application shows all the possible options, but it offers no help for the values of the options. That's too bad -- when I'm making changes, I'd like to know the values for the Kernel and Chainloader options. Integrating GRUB-specific help would make the program more complete.

In another interface problem, using Encrypt Password or Create GRUB Splash Image directly from the Tools menu creates some confusion, because these choices don't tell you where to apply them. They're meant to be used in the GRUB Settings tab of the main window.

Still QGRUBEditor is better than editing menu.lst by hand. It can make GRUB less intimidating for novice and casual users, and help them understand how to configure this powerful boot loader.

By Sergio Gonzalez Duran
Sergio Gonzalez Duran is a Linux administrator, systems developer, and network security counselor who also teaches Linux courses and publishes the Spanish-oriented Linux and open source Web site linuxtotal.com.mx.
__________________
Webhosting for Rs12/month!!
http://www.thinkdigit.com/forum/showthread.php?t=74717

http://www.outpowerhosting.com
Cyrus_the_virus is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 31-12-2007, 03:54 AM   #2 (permalink)
Alpha Geek
 
Krazy_About_Technology's Avatar
 
Join Date: Jun 2004
Location: Noida - India
Posts: 765
Default Re: A visual GRUB configuration editor

Nice One!!
__________________
Dell Inspiron 1525 - C2D 2 Ghz, 3GB, 250GB, X3100 :)

Samsung Omnia Pro B7610 with Stock WM 6.1 ROM

Blog: http://www.sumitbhardwaj.co.in/blog
Krazy_About_Technology is offline  
Old 31-12-2007, 09:30 AM   #3 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: A visual GRUB configuration editor

hope libqt3-mt is enough for this gui to work in non-kde distros as in some cases we end up in downloading all kdelibs!

Gnome System tools is supposed to have a grub editor,but not yet;afaik
http://www.gnome.org/projects/gst/

still grub-ed is there:
http://ubuntuforums.org/showthread.php?t=228104
http://www.csc.liv.ac.uk/~cs5tjh/GrubEd/

A GTK2+ based editor is grubaker;but the problem is it is not for English users
http://forja.guadalinex.org/reposito...jects/grubaker
http://ftp.uv.es/lliurex/hiro/zlx/pool/main/g/grubaker/

there was one editor written in gtk2+ which may be stagnant by now:
http://grime.sourceforge.net/
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 31-12-2007, 10:07 AM   #4 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
Default Re: A visual GRUB configuration editor

thats it, I will HAVE to apt-get install kubuntu-desktop now.
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is offline  
Old 31-12-2007, 10:35 AM   #5 (permalink)
Wire muncher!
 
infra_red_dude's Avatar
 
Join Date: Nov 2003
Posts: 6,173
Default Re: A visual GRUB configuration editor

Nice app there for Qt

Those on GTK, just get StartupManager, it has a grub editor, a bootsplash editor and more
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."

http://phoenix-ani.blogspot.com
infra_red_dude is offline  
Old 31-12-2007, 10:36 AM   #6 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
Default Re: A visual GRUB configuration editor

Quote:
Originally Posted by infra_red_dude View Post
Those on GTK, just get StartupManager, it has a grub editor, a bootsplash editor and more
pls nliten me
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is offline  
Old 31-12-2007, 10:41 AM   #7 (permalink)
Wire muncher!
 
infra_red_dude's Avatar
 
Join Date: Nov 2003
Posts: 6,173
Default Re: A visual GRUB configuration editor

^^^ No no. not nLite! Its startup manager. If you are on ubuntu just goto Synaptic and install and start using. No need of any enlightenment!
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."

http://phoenix-ani.blogspot.com
infra_red_dude is offline  
Old 31-12-2007, 10:45 AM   #8 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
Default Re: A visual GRUB configuration editor

Quote:
Originally Posted by infra_red_dude View Post
^^^ No no. not nLite! Its startup manager. If you are on ubuntu just goto Synaptic and install and start using. No need of any enlightenment!
abe I asked you to Enlighten me, not tell about nLite
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Which Is The Best Pdf Editor??? mayneu Software Q&A 3 23-06-2007 09:44 PM
Best editor [A]bu Software Q&A 26 28-04-2007 04:51 PM
Thumbnail preview sofware: Visual Tooltip and Visual Task Tips Anup Nair QnA (read only) 10 19-04-2007 03:46 PM
Where can i get a C editor makarand Software Q&A 6 29-03-2006 01:46 AM
The BEST MP3 Tag Editor nipun_the_gr8 Software Q&A 7 25-06-2005 12:06 AM

 
Latest Threads
- by Charan
- by Charan

Advertisement




All times are GMT +5.5. The time now is 05:33 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2