MJ, Dan, I appriciate your efforts. Dan Kegel: > That failed with "no config found", so I repeated it after doing > $ cp -vi /boot/config-`uname -r` .config > It then asked two questions; I said yes to X86_16BIT and no to > IPMI_SI_PROBE_DEFAULTS. ::: (and about the uppercase in aufsD)
Sorry about that. I myself didn't use make-kpg to build ubuntu trusty kernel. I did all manually. - cd ubuntu-trusty.git - cp "MJ's config-3.13.0-35-generic" .config - make menuconfig edit CONFIG_LOCALVERSION="aufsD" - make - make headers_install - make modules_install - cp -p arch/x86/boot/bzImage /boot/vmlinuz-brabra - cp -p System.map /boot/System.map-brabra - edit /boot/grub/grub.cfg and add the entry Essentially these steps and make-kpg should be equivalent, and the purpose is to build/re-build and install the kernel. If you or any ubuntu user have a better way to do it, don't hesitate to stop using make-kpg. Thanks again J. R. Okajima ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/