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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-26-2003, 07:55 AM
|
#1
|
Member
Registered: Aug 2003
Location: North Carolina, USA
Distribution: Onebase 2004-r2 | Updated through 6-10-04
Posts: 359
Rep:
|
install instructions for grub...
i had slack installed, and it wants to ise lilo. but i want grub.
so i got the grub .tgz (version 0.93). i extract then do ./config, make , make install, but doesnt seem to be completely installed. is there more to it then this, or am i just doing it wrong? thanks for all the help.
|
|
|
08-26-2003, 08:05 AM
|
#2
|
Senior Member
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313
Rep:
|
First make sure there is a directory in /boot called grub.
Also try simply typing grub into a console it should to all sorts of BIOS tests and then leave you with a grub prompt to quit type quit.
Then if you can give me details of your HD's and your lilo.conf I can tell you how to setup grub on your system.
|
|
|
08-26-2003, 08:17 AM
|
#3
|
Member
Registered: Aug 2003
Location: North Carolina, USA
Distribution: Onebase 2004-r2 | Updated through 6-10-04
Posts: 359
Original Poster
Rep:
|
when i type grub in console, it say command not found.
i got one 10.2 gig hd.
linux ext3- 8 gig (made bootable in fdisk)
linux swap 300 megs (yeah i know very big)
free space about 2 gig
arent you suppose to be able to install to superblock on first partition?
|
|
|
08-26-2003, 08:47 AM
|
#4
|
Senior Member
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313
Rep:
|
The command not found means grub may not be installed properly.
which version of grub did you install?
|
|
|
08-26-2003, 08:51 AM
|
#5
|
Member
Registered: Aug 2002
Location: Egypt
Distribution: Debian Sarge, Slackware 10.0
Posts: 163
Rep:
|
.. or maybe grub is not located in a directory listed in his PATH ?
|
|
|
08-26-2003, 08:54 AM
|
#6
|
Senior Member
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313
Rep:
|
Just another though, you did do this as root?
(Grub is GNU they [usually] never install anything out of standard path)
|
|
|
08-26-2003, 09:32 AM
|
#7
|
Member
Registered: Aug 2003
Location: North Carolina, USA
Distribution: Onebase 2004-r2 | Updated through 6-10-04
Posts: 359
Original Poster
Rep:
|
yes i was root.
yes in right path.
i got it installed, when i boot, comes to grub shell.
when i type boot, it says kernel not specified. i type kernel, to tell it where, but says invalid argument?
|
|
|
08-26-2003, 09:41 AM
|
#8
|
Senior Member
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313
Rep:
|
We need to make a file called menu.lst in /boot/grub
This is what I guess your should look like (just as an example)
#Standard Settings
timeout 10
default 0
# For booting current kernel
title Linux VERSION
root (hd0,0)
kernel /vmlinuz-VERSION root=/dev/hda1
replace VERSION with whatever your current kernel number is usually its along the lines of 2.4.21 or similar.
To boot from the Grub Shell type the last two lines.
root (hd0, 0)
kernel /vmlinuz-VERSION root=/dev/hda1
|
|
|
08-26-2003, 12:48 PM
|
#9
|
Member
Registered: Aug 2003
Location: North Carolina, USA
Distribution: Onebase 2004-r2 | Updated through 6-10-04
Posts: 359
Original Poster
Rep:
|
forget this, ill post again l8tr
|
|
|
08-26-2003, 01:00 PM
|
#10
|
Senior Member
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104
Rep:
|
|
|
|
All times are GMT -5. The time now is 07:01 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|