https://bugzilla.kernel.org/show_bug.cgi?id=42725
--- Comment #31 from Alex Shi <alex....@intel.com> 2012-06-16 00:34:24 --- (In reply to comment #30) > The first kernel did not boot, the second didn't even compile and the third > didn't boot either. Oh, I am wondering if it is the kernel configuration issue. You can try the whole ubuntu default kernel configure, cp /boot/config-xxx .config; make oldconfig; make -j 4; ..... > > If I understand this correctly, if I find a kernel that doesn't compile or > boot > what I need to do is "git bisect skip"? Yes. > > There's another question I have, it might be a bit elemental, how can I remove > the kernels I have already tested? It's starting to get crowded. what the grub version is in your laptop? you can do $rm /boot/*kernel_version* -rf ; rm /lib/modules/kernel_version/ -rf but for grub1, you need to edit /etc/grub.conf or /boot/grub/menu.lst. set 'default=' correct kernel number. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. You are watching the assignee of the bug. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla