Re: New kernel does not install

2005-11-06 Thread Felix C. Stegerman
On 2005-11-06 16:51:19, John Plate wrote: Hi Felix Probably the initrd. Try # make-kpkg --rootcmd fakeroot --append-to-version -jp --revision 01 --initrd kernel_image Yes - you was right. I didn't use the --initrd option as I got a warning from make-kpkg. Instead I did a

New kernel does not install

2005-11-05 Thread John Plate
Hi I've installed Debian stable, the kernel is 2.6.8. Next, I download kernel headers and source for 2.6.8. I copy the /boot/config... to /usr/src/kernel-source directory as .config. I do a make menuconfig and exit with no changes. Then I make a new kernel-image with: make-kpkg --rootcmd

Re: New kernel does not install

2005-11-05 Thread Wackojacko
John Plate wrote: Hi I've installed Debian stable, the kernel is 2.6.8. Next, I download kernel headers and source for 2.6.8. I copy the /boot/config... to /usr/src/kernel-source directory as .config. I do a make menuconfig and exit with no changes. Then I make a new kernel-image with:

Re: New kernel does not install

2005-11-05 Thread Hugo Vanwoerkom
John Plate wrote: Hi I've installed Debian stable, the kernel is 2.6.8. Next, I download kernel headers and source for 2.6.8. I copy the /boot/config... to /usr/src/kernel-source directory as .config. I do a make menuconfig and exit with no changes. Then I make a new kernel-image with:

Re: New kernel does not install

2005-11-05 Thread David Koski
On Saturday 05 November 2005 11:54 am, Wackojacko wrote: snip The stock debian kernels are designed to boot with 'initrd' so you need to add the initrd (man make-kpkg as i don't use them) option to build the initrd in the deb. Furthermore, if you are not running a stock kernel (for example

Re: New kernel does not install

2005-11-05 Thread Felix C. Stegerman
On 2005-11-05 20:39:15, John Plate wrote: Hi I've installed Debian stable, the kernel is 2.6.8. Next, I download kernel headers and source for 2.6.8. I copy the /boot/config... to /usr/src/kernel-source directory as .config. I do a make menuconfig and exit with no changes. Then I

Re: New kernel does not install

2005-11-05 Thread Felix C. Stegerman
I accidentally hit Reply instead of List-Reply Sorry about that. Felix -- Felix C. Stegerman [EMAIL PROTECTED] Any sufficiently advanced bug is indistinguishable from a feature. -- R. Kulawiec -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Re: New kernel does not install

2005-11-05 Thread Pooly
2005/11/5, Felix C. Stegerman [EMAIL PROTECTED]: On 2005-11-05 20:39:15, John Plate wrote: Hi I've installed Debian stable, the kernel is 2.6.8. Next, I download kernel headers and source for 2.6.8. I copy the /boot/config... to /usr/src/kernel-source directory as .config. I do a