@smoser -- the header in your files implies that the kernel at least created the configuration in the first instance:
print CONF "# Kernel Image management overrides\n"; print CONF "# See kernel-img.conf(5) for details\n"; Though it only appears to write two combinations: if (open(CONF, ">$CONF_LOC")) { print CONF "# Kernel Image management overrides\n"; print CONF "# See kernel-img.conf(5) for details\n"; if ($loader =~ /palo/i) { print CONF "link_in_boot = Yes\n"; print CONF "do_symlinks = Yes\n"; print CONF "relative_links = Yes\n"; print CONF "do_bootloader = No\n"; } else { print CONF "do_symlinks = $do_symlink\n"; } close CONF; } -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1536810 Title: kernel install failed /bin/cp: cannot stat ‘/boot/initrd.img-4.3.0-7-generic’: No such file or directory To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1536810/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs