Re: Kernel 2.6.8 won't boot

2005-01-04 Thread Muhammad Reza
Eric Gaumer wrote: On Tue, 2005-01-04 at 05:19 +0700, Muhammad Reza wrote: Eric Gaumer wrote: On Tue, 2005-01-04 at 02:16 +0700, Muhammad Reza wrote: debian:/usr/src/linux# lspci :00:04.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master I

Re: Kernel 2.6.8 won't boot

2005-01-04 Thread peter colton
hi reza. have a look at the line debian:/usr/src/linux# cp /root/config .config It should be some thing like cp /boot/config-X-X-X-X /usr/src/linux/.config where -X-X-X-X is the version of the runing kernel. and run make oldconfig before make menuconfig with patching th

Re: Kernel 2.6.8 won't boot

2005-01-04 Thread Eric Gaumer
On Tue, 2005-01-04 at 05:19 +0700, Muhammad Reza wrote: > Eric Gaumer wrote: > > >On Tue, 2005-01-04 at 02:16 +0700, Muhammad Reza wrote: > > > > > >>debian:/usr/src/linux# lspci > >>:00:04.1 IDE interface: VIA Technologies, Inc. > >>VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (

Re: Kernel 2.6.8 won't boot

2005-01-04 Thread Muhammad Reza
Eric Gaumer wrote: On Tue, 2005-01-04 at 02:16 +0700, Muhammad Reza wrote: debian:/usr/src/linux# lspci :00:04.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 10) This is a serial ATA chipset. http://www.linuxmafia.com/faq/Hardware/s

Re: Kernel 2.6.8 won't boot

2005-01-03 Thread Eric Gaumer
On Tue, 2005-01-04 at 02:16 +0700, Muhammad Reza wrote: > debian:/usr/src/linux# lspci > :00:04.1 IDE interface: VIA Technologies, Inc. > VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 10) This is a serial ATA chipset. http://www.linuxmafia.com/faq/Hardware/sata.html Make sure

Re: Kernel 2.6.8 won't boot

2005-01-03 Thread Muhammad Reza
Eric Gaumer wrote: On Tue, 2005-01-04 at 02:05 +0700, Muhammad Reza wrote: Eric Gaumer wrote: Dear Lists, I'm stuck with compiling debian kernel-2.6.8 source at Sarge, this is what exactly i did... debian:/usr/src# ln -s kernel-source-2.6.8 linux debian:/boot# cd /usr/src/linux debian:/us

Re: Kernel 2.6.8 won't boot

2005-01-03 Thread Eric Gaumer
On Tue, 2005-01-04 at 02:05 +0700, Muhammad Reza wrote: > Eric Gaumer wrote: > Dear Lists, > > I'm stuck with compiling debian kernel-2.6.8 source at Sarge, this is > what exactly i did... > > debian:/usr/src# ln -s kernel-source-2.6.8 linux > debian:/boot# cd /usr/sr

Re: Kernel 2.6.8 won't boot

2005-01-03 Thread Muhammad Reza
Eric Gaumer wrote: On Tue, 2005-01-04 at 01:23 +0700, Muhammad Reza wrote: Eric Gaumer wrote: On Tue, 2005-01-04 at 00:44 +0700, Muhammad Reza wrote: Dear Lists, I'm stuck with compiling debian kernel-2.6.8 source at Sarge, this is what exactly i did... debian:/usr/src# ln -s kerne

Re: Kernel 2.6.8 won't boot

2005-01-03 Thread Eric Gaumer
On Tue, 2005-01-04 at 01:23 +0700, Muhammad Reza wrote: > Eric Gaumer wrote: > > >On Tue, 2005-01-04 at 00:44 +0700, Muhammad Reza wrote: > > > > > >>Dear Lists, > >> > >>I'm stuck with compiling debian kernel-2.6.8 source at Sarge, this is > >>what exactly i did... > >> > >>debian:/usr/src# ln

Re: Kernel 2.6.8 won't boot

2005-01-03 Thread Muhammad Reza
Roberto Sanchez wrote: Muhammad Reza wrote: Dear Lists, I'm stuck with compiling debian kernel-2.6.8 source at Sarge, this is what exactly i did... debian:/usr/src# ln -s kernel-source-2.6.8 linux debian:/boot# cd /usr/src/linux debian:/usr/src/linux# cp /root/config .config debian:/usr/src/linux#p

Re: Kernel 2.6.8 won't boot

2005-01-03 Thread Muhammad Reza
Eric Gaumer wrote: On Tue, 2005-01-04 at 00:44 +0700, Muhammad Reza wrote: Dear Lists, I'm stuck with compiling debian kernel-2.6.8 source at Sarge, this is what exactly i did... debian:/usr/src# ln -s kernel-source-2.6.8 linux debian:/boot# cd /usr/src/linux debian:/usr/src/linux# cp /root/co

Re: Kernel 2.6.8 won't boot

2005-01-03 Thread Eric Gaumer
On Tue, 2005-01-04 at 00:44 +0700, Muhammad Reza wrote: > Dear Lists, > > I'm stuck with compiling debian kernel-2.6.8 source at Sarge, this is > what exactly i did... > > debian:/usr/src# ln -s kernel-source-2.6.8 linux > debian:/boot# cd /usr/src/linux > debian:/usr/src/linux# cp /root/config

Re: Kernel 2.6.8 won't boot

2005-01-03 Thread Roberto Sanchez
Muhammad Reza wrote: Dear Lists, I'm stuck with compiling debian kernel-2.6.8 source at Sarge, this is what exactly i did... debian:/usr/src# ln -s kernel-source-2.6.8 linux debian:/boot# cd /usr/src/linux debian:/usr/src/linux# cp /root/config .config debian:/usr/src/linux#patch -p1 but new compi

Kernel 2.6.8 won't boot

2005-01-03 Thread Muhammad Reza
Dear Lists, I'm stuck with compiling debian kernel-2.6.8 source at Sarge, this is what exactly i did... debian:/usr/src# ln -s kernel-source-2.6.8 linux debian:/boot# cd /usr/src/linux debian:/usr/src/linux# cp /root/config .config debian:/usr/src/linux#patch -p1 debian:/usr/src/linux#make menuc