chen@chen-Server:~/Files/kernel/ubuntu-trusty$ ls ../
linux-firmware-image_3.10.0-custom-1_amd64.deb
linux-headers-3.10.0-custom_3.10.0-custom-1_amd64.deb
linux-image-3.10.0-custom_3.10.0-custom-1_amd64.deb
linux-libc-dev_3.10.0-custom-1_amd64.deb
old
ubuntu-trusty
And This bug still here.
I ran uname -a
Linux chen-Server 3.10.0-custom #1 SMP Tue Apr 14 21:46:54 CST 2015 x86_64 x86_64 x86_64 GNU/Linux
Look, I boot the right kernel.
I must missing something...
I keep looking into it, by booting the live-cd ubuntu, another ways...
I clone git: ubuntu. com/ubuntu/ ubuntu- trusty. git
git clone git://kernel.
and I build my kernel :
git checkout -b mybisect remote/master
and
git reset --hard 8bb495e3f0240
(I build before ,so i have to reset --hard and run git git clean -f -d )
commit 8bb495e3f02401e e6f76d1b1d77f3a c9f079e376
Author: Linus Torvalds <email address hidden>
Date: Sun Jun 30 15:13:29 2013 -0700
Linux 3.10
and following https:/ /wiki.ubuntu. com/KernelTeam/ GitKernelBuild build my kernel
chen@chen- Server: ~/Files/ kernel/ ubuntu- trusty$ ls ../ image_3. 10.0-custom- 1_amd64. deb 3.10.0- custom_ 3.10.0- custom- 1_amd64. deb 3.10.0- custom_ 3.10.0- custom- 1_amd64. deb dev_3.10. 0-custom- 1_amd64. deb
linux-firmware-
linux-headers-
linux-image-
linux-libc-
old
ubuntu-trusty
And This bug still here.
I ran uname -a
Linux chen-Server 3.10.0-custom #1 SMP Tue Apr 14 21:46:54 CST 2015 x86_64 x86_64 x86_64 GNU/Linux
Look, I boot the right kernel.
I must missing something...
I keep looking into it, by booting the live-cd ubuntu, another ways...