On Sun, Jul 31, 2011 at 7:06 PM, Pandu Poluan <pa...@poluan.info> wrote: > Let's say I have a .config from an older kernel version (for example, > 2.6.38), and now I want to install a newer kernel (let's say, 3.0). > > Is it necessary to first do `make oldconfig`, or is it safe to go > directly to `make menuconfig`? > > Rgds,
It is not necessary but you'll be starting from scratch. Linux often suggests that's the best thing to do but I've done make oldconfig for 12 years now and never had a problem that I could trace back to using it. It certainly saves time. I also ALWAYS run make menuconfig following make oldconfig mainly so I can exit from menuconfig and get messages (if any) about config problems. Hope this helps, Mark