LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-25-2010, 12:17 AM   #1
darkstarbyte
Member
 
Registered: May 2010
Location: 3 planets away from the sun.
Distribution: Slackware and Fedora
Posts: 234

Rep: Reputation: 2
Exclamation Anyone know anything about grub...


I installed slackware and grub and I messed up my menu.lst file because I don't get any menu options just the command line. How do I get the fancy menu up? Here is what the file looks like. If it helps I am using grub 1.98. By the way thanks.

Code:
timeout 3
default 0

title Linux
root (hd0,0)
kernel /boot/vmlinuz-generic-2.6.33.4 root=/dev/sda3

title Wow Linux
root (hd0,0)
kernel /boot/wow-linux root=/dev/sda3
 
Old 12-25-2010, 12:56 AM   #2
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
This may help you:
http://www.dedoimedo.com/computers/grub-2.html
Wish I could help you further.
 
Old 12-25-2010, 01:06 AM   #3
prodev05
Member
 
Registered: Jul 2009
Location: Planet Earth
Distribution: Unix & Linux Variants
Posts: 304

Rep: Reputation: 20
darkstarbyte

It seems the runlevel is in CLI mode. Change your runlevel to GUI mode(/etc/inittab).
___________________________________________________
# These are the default runlevels in Slackware:
# 0 = halt
# 1 = single user mode
# 2 = unused (but configured the same as runlevel 3)
# 3 = multiuser mode (default Slackware runlevel)
# 4 = X11 with KDM/GDM/XDM (session managers)
# 5 = unused (but configured the same as runlevel 3)
# 6 = reboot

# Default runlevel. (Do not set to 0 or 6)
id:4:initdefault:
__________________________________________________
 
Old 12-25-2010, 01:09 AM   #4
darkstarbyte
Member
 
Registered: May 2010
Location: 3 planets away from the sun.
Distribution: Slackware and Fedora
Posts: 234

Original Poster
Rep: Reputation: 2
It did not work. I was reading it and it seems to be a tutorial for suse. Thanks for the for thought.
 
Old 12-25-2010, 01:14 AM   #5
prodev05
Member
 
Registered: Jul 2009
Location: Planet Earth
Distribution: Unix & Linux Variants
Posts: 304

Rep: Reputation: 20
No its not SUSE tutorial. The same I pulled it from LQ post.
 
Old 12-25-2010, 01:32 AM   #6
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,126

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Quote:
Originally Posted by darkstarbyte View Post
It did not work. I was reading it and it seems to be a tutorial for suse. Thanks for the for thought.
Hopefully you are talking about the link EDDY1 posted. If so, you'd better explain yourself - "It did not work" is absolutely meaningless. What did you try, how much did you read, and what failed.
How could you construe it as a Suse (only) tutorial ?.
 
Old 12-25-2010, 01:46 AM   #7
darkstarbyte
Member
 
Registered: May 2010
Location: 3 planets away from the sun.
Distribution: Slackware and Fedora
Posts: 234

Original Poster
Rep: Reputation: 2
I applied ro to the end of the line that started with kernel. I was hoping to get the gui for grub to work with the nice menu.
 
Old 12-25-2010, 02:25 AM   #8
darkstarbyte
Member
 
Registered: May 2010
Location: 3 planets away from the sun.
Distribution: Slackware and Fedora
Posts: 234

Original Poster
Rep: Reputation: 2
I am also wondering since I edited the menu.lst file, do I have to run any specific commands? You know any that I could do on a live cd?
 
Old 12-25-2010, 03:59 AM   #9
crts
Senior Member
 
Registered: Jan 2010
Posts: 2,020

Rep: Reputation: 757Reputation: 757Reputation: 757Reputation: 757Reputation: 757Reputation: 757Reputation: 757
Quote:
Originally Posted by darkstarbyte View Post
I am also wondering since I edited the menu.lst file, do I have to run any specific commands? You know any that I could do on a live cd?
Hi,

in your first post you stated that you are using grub 1.98. This version of grub does not use menu.lst any more but grub.cfg; and grub.cfg is not supposed to be edited manually. Try the procedure in this link:
https://help.ubuntu.com/community/Gr...talling GRUB 2

AFAIK, this procedure is not only for Ubuntu.
 
Old 12-25-2010, 04:29 AM   #10
Larry Webb
LQ Veteran
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
Blog Entries: 7

Rep: Reputation: 229Reputation: 229Reputation: 229
After using the live cd install you may have to do the grub-update also to get your grub.cfg file. I made mine manually and it goes in the /boot/grub/directory.
 
Old 12-25-2010, 01:41 PM   #11
darkstarbyte
Member
 
Registered: May 2010
Location: 3 planets away from the sun.
Distribution: Slackware and Fedora
Posts: 234

Original Poster
Rep: Reputation: 2
should I just reinstall slackware and just adjust lilo.
 
  


Reply

Tags
boot, boot loader, grub, grub2, slackware



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
[SOLVED] Grub : Lost my windows partition, can't find menu.lst in /boot/grub.Someone can help? lucid_dino Ubuntu 9 11-01-2010 01:51 PM
GRUB GRUB GRUB.... all over the display while booting with USB. kapsikum Linux - General 5 01-08-2010 04:29 AM
Why /boot/grub/grub.conf is symlinked to /boot/grub/menu.lst raj_hcl1986@rediffma Linux - Newbie 2 10-19-2008 02:19 AM
Changing GRUB-GRUB, GRUB-LILO and vice versa andreas_skw Linux - Newbie 1 06-05-2008 06:40 AM
Booting my new ubuntu install = "GRUB GRUB GRUB GRUB GRUB" etc. dissolved soul Ubuntu 2 01-13-2007 12:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:40 AM.

Main Menu
Advertisement
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.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration