LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   cant found bzImage (https://www.linuxquestions.org/questions/linux-newbie-8/cant-found-bzimage-25334/)

mickdunde 07-08-2002 12:57 PM

cant found bzImage
 
ATT: :newbie:
after my lilo question I need to have ntfs support. After reading some howto`s and some other text, I know that I have to build my own kernel. ok so far. I downloaded the latest stable source, and done it as described:
tar -xzvf ...
make xconfig
make dep
make clean
make bzImage
but after that I should find a file named bzImage in the /usr/src/linux/arch/i386/boot but it is NOT there
Am I blind or what or have I to wait (make bzImage is over) or make something more :confused:
Thanks in advance!!!

finegan 07-08-2002 01:04 PM

The one thing they typically don't mention, and the most common 1st kernel compile issue is: Did you remove the symlink "linux" before un'taring the kernel source? If not, all of the kernel source un'tared through the symlink and into the already existing source directory (this will make a mess).

Did the source properly compile from "make bzImage"? Did it end with errors?

Cheers,

Finegan

pickledbeans 07-08-2002 01:27 PM

Isn't NTFS support part of most standard install kernels?
What happened when you tried mount the filesystem :

mont -t ntfs /dev/ntdrive /mnt

or something to that effect?

finegan 07-08-2002 01:52 PM

Quote:

Originally posted by pickledbeans
Isn't NTFS support part of most standard install kernels?

Nope, RedHat doesn't compile it in as part of a default install any longer, as of 7.1 or 7.2. I don't know why, maybe to be prats, although I found that Mandrake leaves it in.

Cheers,

Finegan

mickdunde 07-09-2002 01:02 AM

Quote:

Originally posted by pickledbeans
Isn't NTFS support part of most standard install kernels?
What happened when you tried mount the filesystem :

mont -t ntfs /dev/ntdrive /mnt

or something to that effect?

tried this already, there is an error msg sounds like "ntfs not supported by this kernel" or so
other thing: I know this must sound for you linux geeks completly like "thumbass, how can you do this", but I just de-installed my smp-kernel :cry: !!! Someone should DISABLE this feature :tisk:
If I try to install the smp kernel, it says, this is a older kernel than the actual is... I KNOW this, cos I updated all my kernels!!!
I should write a web-log or something like this, will be the fourth time in about seven days I reinstalled my linux...


All times are GMT -5. The time now is 08:40 PM.