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 doOriginally posted by burns
yeah, I mean the folder /usr/src/linux doesn't exist, so I can't do "make menuconfig" on it.
grep "EXT3" /mnt/gentoo/usr/src/linux/.config
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 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?
By doing mount /dev/hda3 /mnt/gentoo yeah?Originally posted by Mpemba Effect
Make sure your gentoo / partition is mounted in /mnt/gentoo first.
Originally posted by Mpemba Effect
Yep
grep "EXT3" /mnt/gentoo/usr/src/linux/.config
no such file or directory
ls -l /mnt/gentoo/usr/src
Originally posted by Mpemba Effect
show me what you have in there.Code:ls -l /mnt/gentoo/usr/src
linux -> /usr/src/linux-2.6.7-gentoo-r11
linux-2.6.7-gentoo-r11
Ah so you do have the link "linux" in there. "cd" into linux (or linux-2.6.7-gentoo-r11) and typeOriginally posted by burns
Code:linux -> /usr/src/linux-2.6.7-gentoo-r11 linux-2.6.7-gentoo-r11
ls -lA .config
-rw-r--r-- 1 root root 18756 Aug 3 21:53 .config
grep "EXT3" .config
yeah sorry, that returnsOriginally posted by Mpemba Effect
ok, I assume you mean it returns something likeIn which case typeCode:-rw-r--r-- 1 root root 18756 Aug 3 21:53 .config
Code:grep "EXT3" .config
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
#CONFIG_EXT3_FS_POSIX_ACL is not set
#CONFIG_EXT3_FS_SECURITY is not set
I'd sayOriginally posted by Shaz]sigh[
The fastest growing post in the Linux section perhaps?
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?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?
ls -l