View previous topic :: View next topic |
Author |
Message |
Guest
|
Posted: Tue Apr 23, 2002 9:20 pm Post subject: nothing in /boot? |
|
|
why is it that i have nothing in the boot directory....no grub or menu.lst.....as root when you cd to /boot and type ls shouldnt you see something? |
|
Back to top |
|
|
Anti n00b
Joined: 18 Apr 2002 Posts: 45
|
Posted: Tue Apr 23, 2002 9:22 pm Post subject: |
|
|
You need to mount the boot partition in your /boot dir.
Example: mount /dev/hda1 /boot
- Anti _________________ stuff is good. |
|
Back to top |
|
|
+BroNNoS+ n00b
Joined: 17 Apr 2002 Posts: 46 Location: Groningen, The Netherlands
|
Posted: Tue Apr 23, 2002 9:35 pm Post subject: |
|
|
Little more detail:
Look in /etc/fstab, you will see that the /boot partition has the flag noauto. So it will not be mounted at boottime. This is to prevent this partition from being accidentally damaged.
You can mount it as root(su) just by typing 'mount /boot' |
|
Back to top |
|
|
Guest
|
Posted: Tue Apr 23, 2002 10:04 pm Post subject: |
|
|
+BroNNoS+ wrote: | Little more detail:
Look in /etc/fstab, you will see that the /boot partition has the flag noauto. So it will not be mounted at boottime. This is to prevent this partition from being accidentally damaged.
You can mount it as root(su) just by typing 'mount /boot' |
all i gotta say is ROCK!
the more i read about gentoo the more i'm impressed. I have to backup my present machine (mandrake 8.1) and get some free time and i'm
clean installing with gentoo.
i spend months reconfiguring other distributions to get them close to the way gentoo appears to be out of the box! |
|
Back to top |
|
|
Guest
|
Posted: Tue Apr 23, 2002 11:39 pm Post subject: |
|
|
thanks....i have installed gentoo twice....first time i screwed up during the install second install everything is awsome...so glad it there just has to be mounted....i really like linux and i love gentoo |
|
Back to top |
|
|
|