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


Joined: 28 Jun 2006 Posts: 47
|
Posted: Fri Jun 22, 2007 12:11 am 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 Fri Jun 22, 2007 12:20 am; edited 1 time in total |
|
| Back to top |
|
 |
gami Apprentice

Joined: 02 Jun 2006 Posts: 297
|
Posted: Fri Jun 22, 2007 12:15 am 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: Fri Jun 22, 2007 12:19 am 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: 145
|
Posted: Sun Jun 24, 2007 4:03 pm 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 |
|
 |
|