Hello together,

we are using a live-build environment to build our custom Kali ISO and that has been working for a few years now. Recently, we have been experiencing issues with unbootable ISOs, which seem to be related to FAT partitions (see here https://forums.kali.org/showthread.p...oting-problems). We want to try and build Kali with the 4.6 kernel, insted of the 4.7, but we're not quite sure how to do that. We tried to follow the live-build guide (https://debian-live.alioth.debian.or...al.en.html#436), but without any success.

Here is what we tried:
Code:
lb clean --purge
lb config --linux-package linux-image-4.6.0-kali1
lb build --verbose
The build fails with the message:
Code:
Couldn't find any package whose name or description matched "linux-image-4.6.0-kali1-amd64"
Could any of you please help us and point us in the right direction? Any help is much appreciated and I will gladly supply any additional information you might need.