LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Newbie
User Name
Password
Linux - Newbie This forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices

Tags used in this thread
Popular LQ Tags , ,

Reply
 
Thread Tools Search this Thread
Old 11-21-2009, 01:29 PM   #1
eeeBu
Member
 
Registered: Nov 2009
Distribution: Ubuntu karmic koala
Posts: 71
Thanked: 1
Custom dual boot GUI


[Log in to get rid of this advertisement]
now that ive finally got XP and Ubuntu on my system, i thought id try to get rid of that DOS looking boot! :s

To explain my situation (probably default)
when i start up after bios a black screen appears with a list of options:

1. ubuntu
2. ubuntu recovery
3. xp
4. xp recovery

something like that not sure the exact order or titles...

what i wanna do is make it have a GUI where i select which OS i want.
ive seen this done before and if its not too much hassle bring on the knowledge!
linux eeeBu is offline  
Tag This Post , ,
Reply With Quote
Old 11-21-2009, 01:53 PM   #2
linus72
Senior Member
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slackware 12.2/13/Current, Debian Lenny/Squeeze, ArchBang, *buntu-9.10, SourceMage
Posts: 3,800
Thanked: 318
Do you mean you wanna Graphical Grub Boot Menu?
Like a picture background and text colors,etc?

There are a few ways to do this
is that what you mean?
linuxubuntu linus72 is offline     Reply With Quote
Old 11-21-2009, 02:53 PM   #3
eeeBu
Member
 
Registered: Nov 2009
Distribution: Ubuntu karmic koala
Posts: 71
Thanked: 1

Original Poster
Quote:
Originally Posted by linus72 View Post
Do you mean you wanna Graphical Grub Boot Menu?
Like a picture background and text colors,etc?

There are a few ways to do this
is that what you mean?
yeh man something along those lines, you know like when your signing into an OS and have different user accounts. But instead of user accounts you have the OS.

Ive seen it on a triple boot system between windows OSX and Linux
linux eeeBu is offline     Reply With Quote
Old 11-21-2009, 04:46 PM   #4
linus72
Senior Member
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slackware 12.2/13/Current, Debian Lenny/Squeeze, ArchBang, *buntu-9.10, SourceMage
Posts: 3,800
Thanked: 318
You mean the login window?
GDM themes?
Gnome Display Manager
linuxubuntu linus72 is offline     Reply With Quote
Old 11-21-2009, 05:35 PM   #5
explodingzebras
Member
 
Registered: Oct 2007
Posts: 57
Thanked: 6
maybe this might help:

How to Customize GRUB in Ubuntu

http://hacktivision.com/index.php/20...-ubuntu?blog=2

and this:
http://tuxenclave.wordpress.com/2008...rub-in-ubuntu/
linuxubuntu explodingzebras is offline     Reply With Quote
Old 11-21-2009, 05:50 PM   #6
eeeBu
Member
 
Registered: Nov 2009
Distribution: Ubuntu karmic koala
Posts: 71
Thanked: 1

Original Poster
Quote:
Originally Posted by explodingzebras View Post
they both seem to be outdated....are you sure they'll work?

the first one doesnt have the same steps, since there is no add/remove under apps anymore in karmic
linux eeeBu is offline     Reply With Quote
Old 11-21-2009, 06:47 PM   #7
mdever44
LQ Newbie
 
Registered: Nov 2009
Distribution: Gentoo
Posts: 20
Thanked: 1
If you're using Karmic and you installed Karmic from the Live CD/DVD; then you're using Grub2; and those instructions probably won't work. If you upgraded from Jaunty to Karmic, then it MAY (I am not certain) have left you with Grub Legacy; in which case those instructions should work. But to be on the safe side; post the file /boot/grub/menu.lst, then we'll be able to tell if you're using Grub2 or Grub legacy.
EDIT: I should have specified that if you don't have a menu.lst file; post the grub.conf file.
EDIT: Tutorial for Grub2 splash images:
http://digitizor.com/2009/11/11/how-...ge-for-grub-2/
Just follow that. If you run into a problem, post your grub.conf or menu.lst file.

Last edited by mdever44; 11-21-2009 at 07:04 PM.. Reason: add tut
linuxgentoo mdever44 is offline     Reply With Quote
Old 11-21-2009, 07:37 PM   #8
eeeBu
Member
 
Registered: Nov 2009
Distribution: Ubuntu karmic koala
Posts: 71
Thanked: 1

Original Poster
Quote:
Originally Posted by mdever44 View Post
If you're using Karmic and you installed Karmic from the Live CD/DVD; then you're using Grub2; and those instructions probably won't work. If you upgraded from Jaunty to Karmic, then it MAY (I am not certain) have left you with Grub Legacy; in which case those instructions should work. But to be on the safe side; post the file /boot/grub/menu.lst, then we'll be able to tell if you're using Grub2 or Grub legacy.
EDIT: I should have specified that if you don't have a menu.lst file; post the grub.conf file.
EDIT: Tutorial for Grub2 splash images:
http://digitizor.com/2009/11/11/how-...ge-for-grub-2/
Just follow that. If you run into a problem, post your grub.conf or menu.lst file.
yes i did install karmic using an ISO image that was put on a flash stick. Not sure if im running grub or grub 2 but i do know i am running a grub since the update manage prompted something about that.

where can i find out what grub i am running?
ie. where do i go to find the menu.lst file??
linux eeeBu is offline     Reply With Quote
Old 11-21-2009, 07:40 PM   #9
mdever44
LQ Newbie
 
Registered: Nov 2009
Distribution: Gentoo
Posts: 20
Thanked: 1
Since you installed from the Karmic image; you are using Grub2 by default unless you changed it, but I would assume you would know if you had changed it. So the tutorial I linked to will work fine. As for the menu.lst file; you will either not have it; or it will be a link to grub.conf; or grub.conf will be a link to the menu.lst file. They will be located in /boot/grub/
linuxgentoo mdever44 is offline     Reply With Quote
Old 11-22-2009, 04:33 AM   #10
eeeBu
Member
 
Registered: Nov 2009
Distribution: Ubuntu karmic koala
Posts: 71
Thanked: 1

Original Poster
Quote:
Originally Posted by mdever44 View Post
Since you installed from the Karmic image; you are using Grub2 by default unless you changed it, but I would assume you would know if you had changed it. So the tutorial I linked to will work fine. As for the menu.lst file; you will either not have it; or it will be a link to grub.conf; or grub.conf will be a link to the menu.lst file. They will be located in /boot/grub/
alright cheers for the help. After reading the whole article im not really after sticking a wallpaper over the blank screen

what i want to do is have a sort of login screen for the two OS

something like this image

http://www.insanelymac.com/wp-conten...ads/2009/02/24
linux eeeBu is offline     Reply With Quote
Old 11-22-2009, 06:16 AM   #11
linus72
Senior Member
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slackware 12.2/13/Current, Debian Lenny/Squeeze, ArchBang, *buntu-9.10, SourceMage
Posts: 3,800
Thanked: 318
Your link is broken dude..
linuxfedora linus72 is offline     Reply With Quote
Old 11-22-2009, 07:31 AM   #12
eeeBu
Member
 
Registered: Nov 2009
Distribution: Ubuntu karmic koala
Posts: 71
Thanked: 1

Original Poster
Quote:
Originally Posted by linus72 View Post
Your link is broken dude..
woops! heres another example

http://blog.gnist.org/images/article...4_original.jpg
linux eeeBu is offline     Reply With Quote
Old 11-22-2009, 08:08 AM   #13
eeeBu
Member
 
Registered: Nov 2009
Distribution: Ubuntu karmic koala
Posts: 71
Thanked: 1

Original Poster
Help anyone?
linux eeeBu is offline     Reply With Quote
Old 11-22-2009, 08:15 AM   #14
linus72
Senior Member
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slackware 12.2/13/Current, Debian Lenny/Squeeze, ArchBang, *buntu-9.10, SourceMage
Posts: 3,800
Thanked: 318
you can have a graphical grub boot menu
but not with "buttons" that i know of
linuxubuntu linus72 is offline     Reply With Quote
Old 11-22-2009, 08:31 AM   #15
eeeBu
Member
 
Registered: Nov 2009
Distribution: Ubuntu karmic koala
Posts: 71
Thanked: 1

Original Poster
is it possible to replace to the Grub with something else that can?

how about people that triple boot....and after loading Bios they get there three OS and then select. Cant find anything about how to do it but i can seem to find that it can be :/
linux eeeBu is offline     Reply With Quote
 

Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Disabled Dual Head and now No GUI on boot - Suse 10.2, Intel 855 GM, Latitude D505 unassassinalbe Linux - Laptop and Netbook 5 10-05-2007 06:23 AM
Dell custom partition useful for dual boot set-up? anax93 Linux - General 2 06-05-2007 09:52 AM
dual boot custom homemade problem of mine :) iznogud Linux - General 16 04-12-2006 02:54 PM
Custom GUI snoodles Fedora 3 03-26-2005 05:06 PM
Dual Boot with XP - Mandrake will not open the GUI bodderz Mandriva 3 07-22-2004 02:39 AM


All times are GMT -5. The time now is 11:32 PM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Advertisement
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration