View previous topic :: View next topic |
Author |
Message |
Dr.Seuss n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 09 Dec 2006 Posts: 6
|
Posted: Sat Dec 09, 2006 8:22 pm Post subject: Getting error when I try to boot 2.6.19:cannot mount filesys |
|
|
I read the kernel compilation docs and genkernel docs but I think I have the path to either the kernel or the initrd wrong. /usr/src/linux-2.6.19-gentoo-r1 is source to kernel in /boot/grub/grub.conf and initrd is /usr/src/linux-2.6.19-gentoo-r1/usr/initramfs_data.cpio.gz
I did genkernel --dgenkernel --xconfig --install all and so I used default path. This is my first time even with the automated-newbie genkernel method and if I figure this out theres no reason I won't be able to compile it myself next time with a little more reading. So where is the mistake? Is it in one of these other folders in /usr/src :
arch Documentation ipc Makefile README System.map
block drivers Kbuild mm REPORTING-BUGS usr
COPYING fs kernel Module.symvers scripts vmlinux
CREDITS include lib net security
crypto init MAINTAINERS patches.txt sound
?? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
richfish Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 03 Mar 2006 Posts: 202 Location: Phoenix, AZ
|
Posted: Sat Dec 09, 2006 9:26 pm Post subject: |
|
|
Can you post your grub.conf? You should have something like:
kernel /boot/vmlinuz-2.6.19-gentoo-r1 ...
initrd /boot/initramfs-2.6.19-gentoo-r1
You should not be referencing kernel sources or paths not in the /boot directory here. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|