> Known gotchas.
> ~~~~~~~~~~~~~~
> Certain known bugs are being reported over and over. Here are the
> workarounds.
> - Blank screen after decompressing kernel?
> Make sure your .config has
> CONFIG_INPUT=y, CONFIG_VT=y, CONFIG_VGA_CONSOLE=y and CONFIG_VT_CONSOLE=y
> A lot of people have discovered that taking their .config from 2.4 and
> running make oldconfig to pick up new options leads to problems, notably
> with CONFIG_VT not being set.
/boot/config-$(uname -r) will be looked at before arch/$(ARCH)/defconfig
potentially leading to some of the above (i.e. CONFIG_FB=y
CONFIG_FB_CONSOLE (or so) unset) if you don't look at every menu /
submenu in menuconfig / xconfig, and even more awkward results if cross
compiling for another arch.
-- Tom Rini http://gate.crashing.org/~trini/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/