PDA

View Full Version : Problem with "Live Build a Custom Kali ISO" Tutorial



dfear
2015-02-19, 21:10
In the Getting Ready section the first commands work ok, but the last command (lb config), fails with the following error:

lb config: unrecognised option '--cdebootstrap-options'
lb config: unrecognised option '--updates'


P.s. I ran "lb config" as "lb_config --architecture amd64".

Please help.

Many thanks
David

slaxd
2015-02-28, 18:51
I had a similar problem when trying to create a custom iso without pae

bash: lb: command not found

try:
root@kali:~/live-build-config# apt-get install git live-build cdebootstrap

root@kali:~/live-build-config# git clone git://git.kali.org/live-build-config.git

root@kali:~/live-build-config# cd live-build-config

root@kali:~/live-build-config/live-build-config# sed -i 's/686-pae/486/g' auto/config

root@kali:~/live-build-config/live-build-config# lb clean --purge

root@kali:~/live-build-config/live-build-config# lb config --architecture i386

root@kali:~/live-build-config/live-build-config# lb build

these are basically the commands from http://docs.kali.org/downloading/live-build-a-custom-kali-iso
just tweaked using the following resources

http://docs.kali.org/live-build/generate-updated-kali-iso

https://forums.kali.org/archive/index.php/t-9.html

hope this helps ya