| View previous topic :: View next topic |
| Author |
Message |
OpelBlitz Apprentice


Joined: 12 Dec 2002 Posts: 228 Location: Chicago, Illinois
|
Posted: Fri Dec 13, 2002 1:23 am Post subject: GRUB help (grub.conf perhaps) |
|
|
I just finished installing Gentoo. Wasn't easy, and not even sure I did everything correctly, but it's all there. hehe
I installed GRUB as my bootloader and when the system boots, it gives me the grub> prompt. I typed in kernel /boot/bzImage and then boot and it booted fine. How do I bypass thius so it loads automatically? Am I missing something? |
|
| Back to top |
|
 |
B_F_Skinner n00b


Joined: 02 Oct 2002 Posts: 71 Location: Seattle, Washington
|
Posted: Fri Dec 13, 2002 4:46 am Post subject: |
|
|
I had the same problem with Grub when I first installed. Be sure to follow the instructions very carefully.
Make sure you set up root and setup right, then double check your grub.conf file. If you still have problems, reply again with your specific configuration (i.e. w$doze on hda, linux on hdc, partitions, and grub.conf file). _________________ A good, free book for newbies:
Rute's Linux User's Guide |
|
| Back to top |
|
 |
rac Bodhisattva


Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Fri Dec 13, 2002 5:50 am Post subject: |
|
|
GRUB version is also of interest. The configuration file name changed from menu.lst to grub.conf. _________________ For every higher wall, there is a taller ladder |
|
| Back to top |
|
 |
B_F_Skinner n00b


Joined: 02 Oct 2002 Posts: 71 Location: Seattle, Washington
|
Posted: Fri Dec 13, 2002 6:09 am Post subject: |
|
|
right-o, forgot about that one too.
I remember I had to do something like
ln -s /boot/grub/grub.conf /boot/grub/menu.lst _________________ A good, free book for newbies:
Rute's Linux User's Guide |
|
| Back to top |
|
 |
doug-x07 Tux's lil' helper


Joined: 16 Nov 2002 Posts: 122 Location: Paris, France
|
Posted: Sat Dec 14, 2002 12:57 am Post subject: |
|
|
Try using a hard link instead, that might sort out the problem. _________________ #! /usr/bin/perl
if( @first != $succeed ) {
post { $question->forum && eval '$answers' };
try { $again } catch { $problem && $resolve };
bless $posters; } |
|
| Back to top |
|
 |
goosegg n00b

Joined: 10 Dec 2002 Posts: 16
|
Posted: Sat Dec 14, 2002 6:48 am Post subject: |
|
|
I'm at the same spot but I type
#kernel /boot/bzImage
#boot
and I get a the repeating beeps of no boot. What can I do?? _________________ When the going gets tough, and the tough get going...somebody has to stay behind to check on the wives and girlfriends! |
|
| Back to top |
|
 |
B_F_Skinner n00b


Joined: 02 Oct 2002 Posts: 71 Location: Seattle, Washington
|
Posted: Sat Dec 14, 2002 7:49 am Post subject: |
|
|
I'm not sure, but when I had this prob, I think I had to do
# kernel (hd?,?)/boot/bzImage
# boot
to get it to work. (Where hd?,? is the location of the /boot partition).
Good luck. _________________ A good, free book for newbies:
Rute's Linux User's Guide |
|
| Back to top |
|
 |
hassan_1321 n00b


Joined: 05 Nov 2002 Posts: 36
|
Posted: Sun Dec 15, 2002 3:03 am Post subject: |
|
|
| goosegg wrote: | I'm at the same spot but I type
#kernel /boot/bzImage
#boot
and I get a the repeating beeps of no boot. What can I do?? |
that sounds like you dont have the right processor selected in your kernel config. Double check it if possible |
|
| Back to top |
|
 |
DesertFox n00b


Joined: 14 Nov 2002 Posts: 53
|
Posted: Tue Dec 17, 2002 2:53 am Post subject: |
|
|
The installation guide is kinda backwards. They have you run the
| Code: | grub
root (hdx,y)
setup (hdx) |
(where hdx is your hard drive and the y is the boot partition number minus 1 (id, hd0, 4 is first hard drive (like on primary ide channel 1) and 4 is for partition 5)).
before you edit your grub.conf (making a soft link to menu.lst is just for compatibility).
However, that just sets up grub without any additional settings. once you edit your grub.conf, run the code again and it will work. |
|
| Back to top |
|
 |
|