Comment 15 for bug 279186

Revision history for this message
Robert Nelson (robertcnelson) wrote : Re: kernel oops on boot with "quiet" option

Hi guys, I took a look at your screen shots, this looks to be the same bug i posted as https://bugs.launchpad.net/bugs/285518

I'm attaching my serial terminal dump which shows a lot more information of what is happening.

I rebuilt linus's mainline kernel 2.6.27 (release) and my atom 330 (D945GCLF2) boot just fine. I'm not sure if the splash screen actually comes up, since my vga->tv adapter doesn't really kick in till gnome loads..

I'd post the linux-image deb, however it's in the neighborhood of 235Mb's...

Quick fix, till ubuntu's kernel is fixed. (not sure if it's compatible with any of ubuntu's extra drivers, but the atom 330 only comes on a D945GCLF2 at this point) (anyone want to do a git bisect between linus's 2.6.27 and ubuntu's ;) )

#Quick fix
git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
cd linux-2.6/
git checkout v2.6.27
cp /boot/config-2.6.27-7-generic .config
make oldconfig (no's)
make menuconfig
(uncheck "Paravirtualized guest support")
make-kpkg clean
CONCURRENCY_LEVEL=2 fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers
(wait about 3-4 hours)
sudo dpkg -i linux-*
sudo reboot

Related to : http://webui.sourcelabs.com/kernel/issues/11157

Regards,

Robert