Results 1 to 2 of 2

Thread: Problem with "Live Build a Custom Kali ISO" Tutorial

  1. #1
    Join Date
    2015-Feb
    Posts
    4

    Problem with "Live Build a Custom Kali ISO" Tutorial

    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

  2. #2
    Join Date
    2014-May
    Posts
    23
    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/liv...ustom-kali-iso
    just tweaked using the following resources

    http://docs.kali.org/live-build/gene...dated-kali-iso

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

    hope this helps ya

Similar Threads

  1. PROBLEM Build a Custom Kali ISO from Live USB
    By Honkler in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2019-04-27, 19:34
  2. Need advice on "Live" versus "Installed" custom builds
    By malakaldayook in forum Building Archive
    Replies: 3
    Last Post: 2017-10-03, 08:54

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •