Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
menu.lst empty?!
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
RexAtHighSpeed
n00b
n00b


Joined: 09 Nov 2002
Posts: 52
Location: Charlotte, NC

PostPosted: Sat Nov 09, 2002 12:25 am    Post subject: menu.lst empty?! Reply with quote

I am finishing my first install of gentoo and after rebooting I got nothing but a grub prompt>

I booted from cd, mounted dirs and chrooted /mnt/gentoo /bin/bash. Then I made a symbolic link from grub.conf to menu.lst as in the install guide but I got an error saying

"file already exists"

I used nano -w to edit grub.conf - everything fine but when I open menu.lst it comes up blank!! I entered everything in just like the grub.conf but when I go to write it says that there is no such file or directory. I can modify grub.conf just fine. but menu.lst will not save. They are listed in the same directory.

How do I fix it?
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Sat Nov 09, 2002 12:34 am    Post subject: Reply with quote

To be sure of exactly what the current status is, what is the output of "ls -l" on the directory in question?
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
RexAtHighSpeed
n00b
n00b


Joined: 09 Nov 2002
Posts: 52
Location: Charlotte, NC

PostPosted: Sat Nov 09, 2002 12:51 am    Post subject: Reply with quote

When I "ls -l" the directory all the files are listed as "-rw-r--r--" but the menu.lst listing is "lrwxrwxrwx" and the filename says:

menu.lst -> /mnt/gentoo/boot/grub/grub.conf

I made a link before I chrooted - right? How do I undo my wrongdoing?
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Sat Nov 09, 2002 12:54 am    Post subject: Reply with quote

OK, that's fine. cd to wherever this directory is, and:
Code:
# rm menu.lst
# ln grub.conf menu.lst

...note no -s in the 'ln' command - we have gotten several reports here that GRUB is having trouble understanding symlinks.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
RexAtHighSpeed
n00b
n00b


Joined: 09 Nov 2002
Posts: 52
Location: Charlotte, NC

PostPosted: Sat Nov 09, 2002 1:05 am    Post subject: Reply with quote

:D

That did it! Thanks VERY much!

By the way, this whole thread was started and answered within 45 minutes! Awesome forums!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum