Gentoo!

Originally posted by burns
yeah, I mean the folder /usr/src/linux doesn't exist, so I can't do "make menuconfig" on it.

thats not a folder its a symlink

you should have done:

ln -s /usr/src/linux /usr/src/<your linux source name>

i think its that way round anyway, mpemba?
 
Originally posted by burns
yeah, I mean the folder /usr/src/linux doesn't exist, so I can't do "make menuconfig" on it.
Balls, I take it you haven't chrooted in yet. Ok no worries yet just do
Code:
grep "EXT3" /mnt/gentoo/usr/src/linux/.config
Make sure your gentoo / partition is mounted in /mnt/gentoo first.
 
Originally posted by riven
thats not a folder its a symlink

you should have done:

ln -s /usr/src/linux /usr/src/<your linux source name>

i think its that way round anyway, mpemba?
Thats fine, normally the link is created when install the sources. But I think he's on the livecd and not in the chroot.
 
Originally posted by Mpemba Effect
ok, I assume you mean it returns something like
Code:
-rw-r--r--  1 root root 18756 Aug  3 21:53 .config
In which case type
Code:
grep "EXT3" .config
yeah sorry, that returns
Code:
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
#CONFIG_EXT3_FS_POSIX_ACL is not set
#CONFIG_EXT3_FS_SECURITY is not set

Is it significant that this folder is called linux-2.6.7-gentoo-r11, and my grub.conf asks for kernel-2.6.7-gentoo-r11, have I got the names muddled up?
//sry missed some bits, added them in now.
 
Last edited:
Originally posted by burns

Is it significant that this folder is called linux-2.6.7-gentoo-r11, and my grub.conf asks for kernel-2.6.7-gentoo-r11, have I got the names muddled up?
No thats fine as long when you copied /usr/src/linux/arch/i386/boot/bzImage to /boot/ as kernel-2.6.7-gentoo-r11. Double check that will you?
 
/boot contains both kernel-2.6.7-gentoo-r11 and linux-2.6.7-gentoo-r11 for some reason, I think I may have got the wrong one the realised my mistake when I copied it.
 
Back
Top Bottom