One way is to 'patch' the strings in the kernel image so nothing is output. This works for me. Open the kernel image in vi as super user: $ sudo vi /boot/kernel.img find the string in the image: type: /Uncompress<Enter> You should see something like "^@^@Uncompressing Linux...^@" on the screen Place...