Posts: 16
Threads: 2
Joined: Mar 2011
Reputation:
0
No hard wasn't full. 10gb free.
Posts: 16
Threads: 2
Joined: Mar 2011
Reputation:
0
03-16-2011, 10:08 AM
(This post was last modified: 03-16-2011, 06:01 PM by taavi56.)
Same thing, it doesn't find any hard disk's and same error like before if i want install. Similar error like there i forget to write down real error
[root@test linux-2.6.36]# make install modules_install
sh /usr/src/linux-2.6.36/arch/x86/boot/install.sh 2.6.36-zen1 arch/x86/boot/bzImage \
System.map "/boot"
WARNING: Couldn't open directory /lib/modules/2.6.36-zen1: No such file or directory
FATAL: Could not open /lib/modules/2.6.36-zen1/modules.dep.temp for writing: No such file or
Posts: 16
Threads: 2
Joined: Mar 2011
Reputation:
0
It installs the kernel and everything seems to be ok but in reboot kernel doesn't find hard drive.
Posts: 2,031
Threads: 27
Joined: Nov 2008
Reputation:
17
03-19-2011, 09:13 PM
(This post was last modified: 03-19-2011, 09:13 PM by BehaartesEtwas.)
can you please post your kernel config as attachment (don't post it directly, it's too long)? and also post here the output of the commands "mount" (without any options) and "lspci" executed in your system with a working kernel.
Posts: 2,031
Threads: 27
Joined: Nov 2008
Reputation:
17
03-21-2011, 10:05 PM
(This post was last modified: 03-21-2011, 10:05 PM by BehaartesEtwas.)
firstly, you have your file system driver (ext3) is compiled as a module, that does not work. compile it fixed into the kernel with a [*].
secondly, you have a raid controller and apparently use it for your boot disk. I don't exactly know how to compile all necessary drivers fixed into the kernel, but your config doesn't look like you did that right either.
that's what the howto was trying you to tell... maybe you should read it again ;-)