I have successfully rebuild kernel using 0.8.5 SDK .iso but fail to install it on target.<br><br>I follow debian make deb-pkg procedure, package build just fine.<br><br>apt-get update<br>apt-get install linux-source-3.2.17-voyage <br>
tar xvjf /usr/src/linux-source-3.2.17-voyage.tar.bz2<br>cd linux-source-3.2.17-voyage<br>cp [target device]/boot/config-3.2.17-voyage .config<br>make clean<br>make deb-pkg<br><br>Then I copied linux-image-3.2.17_3.2.17-1_i386.deb to target and install it. package fail to install properly. Any suggestions ?<br>
<br>root@voyage:~# dpkg -i linux-image-3.2.17_3.2.17-1_i386.deb<br>(Reading database ... 15701 files and directories currently installed.)<br>Preparing to replace linux-image-3.2.17 3.2.17-1 (using linux-image-3.2.17_3.2.17-1_i386.deb) ...<br>
Unpacking replacement linux-image-3.2.17 ...<br>Setting up linux-image-3.2.17 (3.2.17-1) ...<br>update-initramfs: Generating /boot/initrd.img-3.2.17<br>Usage: /etc/kernel/postinst.d/symlink_hook version location<br>run-parts: /etc/kernel/postinst.d/symlink_hook exited with return code 2<br>
Searching for GRUB installation directory ... found: /boot/grub<br>Searching for default file ... Generating /boot/grub/default file and setting the default boot entry to 0<br>entry not specified.<br>Usage: grub-set-default [OPTION] entry<br>
Set the default boot entry for GRUB.<br><br> -h, --help print this message and exit<br> -v, --version print the version information and exit<br> --root-directory=DIR Use the directory DIR instead of the root directory<br>
<br>ENTRY is a number or the special keyword `default\'.<br><br>Report bugs to <<a href="mailto:bug-grub@gnu.org">bug-grub@gnu.org</a>>.<br>run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 1<br>
dpkg: error processing linux-image-3.2.17 (--install):<br> subprocess installed post-installation script returned error exit status 1<br>Errors were encountered while processing:<br> linux-image-3.2.17<br><br>