Re: Problem of compiling kernel

2004-11-27 Thread Hugo Vanwoerkom
Lian Liming wrote: Perhaps you need to compile an initrd and you forgot to give the --initrd option to make-kpkg... This is something confusing me so long. Is it neccessary to make the initrd file? I just remember that i have read quite a lot articles about compiling kernel on Linux, a lot of

Re: Problem of compiling kernel

2004-11-26 Thread Lian Liming
newbin shang wrote: the following is content of my grub booting script: --- color cyan/blue white/blue title Debian GNU/Linux, kernel 2.6.7-1-386 root(hd0,0) according to your fstab, i think the root

Re: Problem of compiling kernel

2004-11-26 Thread Eduard Bosma
hi, I had the same problem once..It turned out the fan of the processor gave out, so the heat of the processor caused the same symptoms..So my 2 cents: check the hardware... Eduard On Thu, 2004-11-25 at 17:04, Lian Liming wrote: > Hi all, > I just have problem of compiling kerne

Re: Problem of compiling kernel

2004-11-26 Thread Michael Spang
Lian Liming wrote: Perhaps you need to compile an initrd and you forgot to give the --initrd option to make-kpkg... This is something confusing me so long. Is it neccessary to make the initrd file? I just remember that i have read quite a lot articles about compiling kernel on Linux, a lot of

Re: Problem of compiling kernel

2004-11-26 Thread Lian Liming
Perhaps you need to compile an initrd and you forgot to give the --initrd option to make-kpkg... This is something confusing me so long. Is it neccessary to make the initrd file? I just remember that i have read quite a lot articles about compiling kernel on Linux, a lot of them do not tell t

Re: Problem of compiling kernel

2004-11-26 Thread Alexandru Cabuz
> I just have problem of compiling kernel. The standard debian way of > compiling kernel is using the make-kpkg. Perhaps you need to compile an initrd and you forgot to give the --initrd option to make-kpkg... I am no guru, but I had a similar problem compiling a kernel, and that w

Re: Problem of compiling kernel

2004-11-25 Thread newbin shang
> the following is content of my grub booting script: > --- > color cyan/blue white/blue > > title Debian GNU/Linux, kernel 2.6.7-1-386 > root(hd0,0) according to your fstab, i think the root should be "

Re: Problem of compiling kernel

2004-11-25 Thread Lian Liming
I'm no expert on this but I think your problem is that lilo or grub is pointing to /dev/hda1 instead of /dev/hda3 (your root partition). Perhaps try putting root=/dev/hda3 in your booting script. Anthony the following is content of my grub booting script: ---

Re: Problem of compiling kernel

2004-11-25 Thread Hugo Vanwoerkom
Lian Liming wrote: Hi all, I just have problem of compiling kernel. The standard debian way of compiling kernel is using the make-kpkg. But i never successfully compile any kernel(2.6.*) on my box(AMD althon1400, 256DDR, 40IDE hard disk). What strange is that there is different error on

Problem of compiling kernel

2004-11-25 Thread Lian Liming
Hi all, I just have problem of compiling kernel. The standard debian way of compiling kernel is using the make-kpkg. But i never successfully compile any kernel(2.6.*) on my box(AMD althon1400, 256DDR, 40IDE hard disk). What strange is that there is different error on different time