| View previous topic :: View next topic |
| Author |
Message |
Acajoe n00b


Joined: 28 Jun 2006 Posts: 47
|
Posted: Thu Jun 21, 2007 7:11 pm Post subject: SOLVED: whereis grub.conf ? |
|
|
Hello there,
My grub.conf is missing?! I just installed Gentoo.
The first time the box booted into Grub I needed to manually edit a Grub line to get the system to boot.
After the system booted, I looked for grub.conf to edit and I could not find it. I reinstalled grub and it *magically* put my original grub file where I expected it: in the /boot/grub directory. I was able to edit it and everything was fine.
Now, it is no longer there...I need to re-edit it since I compiled a new kernel. Is there something obvious that my noob brain is missing?
Please advise,
Acajoe _________________ Acajoe bellows moooo
Thanks for your help!
Last edited by Acajoe on Thu Jun 21, 2007 7:20 pm; edited 1 time in total |
|
| Back to top |
|
 |
gami Apprentice

Joined: 01 Jun 2006 Posts: 257
|
Posted: Thu Jun 21, 2007 7:15 pm Post subject: |
|
|
| Have you got a separate /boot partition on your hard disk? Is that partition mounted? |
|
| Back to top |
|
 |
Acajoe n00b


Joined: 28 Jun 2006 Posts: 47
|
Posted: Thu Jun 21, 2007 7:19 pm Post subject: SOLVED: /boot not automounted |
|
|
Solution:
| Code: | | mount /dev/hda(N) /boot |
where (N) is the partition you set aside for /boot.
Note that my /etc/fstab included the <opts> "noauto" for this mountpoint. _________________ Acajoe bellows moooo
Thanks for your help! |
|
| Back to top |
|
 |
flysideways Tux's lil' helper

Joined: 29 Jan 2005 Posts: 137
|
Posted: Sun Jun 24, 2007 11:03 am Post subject: Re: SOLVED: /boot not automounted |
|
|
| Acajoe wrote: | Solution:
| Code: | | mount /dev/hda(N) /boot |
where (N) is the partition you set aside for /boot.
Note that my /etc/fstab included the <opts> "noauto" for this mountpoint. | If /boot is not mounted it is harder to get it borked, by any means. |
|
| Back to top |
|
 |
|