Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Newbie - modifying grub.conf file
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
marty_99
n00b
n00b


Joined: 19 Nov 2003
Posts: 9

PostPosted: Wed Nov 19, 2003 9:45 pm    Post subject: Newbie - modifying grub.conf file Reply with quote

this is my first time with Linux.

1. I messed up the grub.conf in the initial setup stage (system won't boot), once i get the system booted where can i find the grub.conf file to change it permantly? I am able to change it at the initial boot loader to get the system booted but that is it.

2. When my system is booting up I also get errors:

modprobe: can't locate module /dev/BOOT
modprobe: can't locate module /dev/SWAP

The help is appreciated.
Back to top
View user's profile Send private message
PuffCammy
n00b
n00b


Joined: 20 Oct 2003
Posts: 29
Location: Aurora

PostPosted: Wed Nov 19, 2003 10:02 pm    Post subject: Reply with quote

1. You can
Code:
mount /boot
then
Code:
nano -w /boot/grub/grub.conf
I'm gonna bet your problem was not mounting boot.

2. You must edit fstab
Code:
nano -w /etc/fstab
and change /dev/ROOT to /dev/hda3 or /dev/hda5 or whereever your root partition is at. Also change /dev/BOOT to wherever your boot partition is at.

I hope this helps
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