Results 1 to 50 of 62

Thread: Live Build a Custom Kali ISO

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Quote Originally Posted by Nik@S_DaRk View Post
    can you post your chroot file ???need to look what you did wrong....thks
    I am getting the same error message with the default chroot file. This is my output when running lb build - http://pastebin.com/TLiXASP1
    It worked at one point of time for me.

    I have one other issue. on all my ubuntu machines that i've tried to do a live build I get 2 errors from lb config. Both are running Ubuntu 13.04 (1 server / 1 desktop)
    Again using the default everything directly after cloning from git. http://pastebin.com/2jCUnTcQ

  2. #2
    Join Date
    2013-Mar
    Location
    black-hat-sec.org
    Posts
    23
    Quote Originally Posted by darkstormyrain View Post
    I am getting the same error message with the default chroot file. This is my output when running lb build - http://pastebin.com/TLiXASP1
    It worked at one point of time for me.

    I have one other issue. on all my ubuntu machines that i've tried to do a live build I get 2 errors from lb config. Both are running Ubuntu 13.04 (1 server / 1 desktop)
    Again using the default everything directly after cloning from git. http://pastebin.com/2jCUnTcQ



    go under /root/live-build-config/config/package-lists/ and open up kali.list.chroot with your text editor (gedit,leafpad...)and
    delete everything after

    # Graphical desktops depending on the architecture
    #
    # You can replace all the remaining lines with a list of the
    # packages required to install your preferred graphical desktop
    # or you can just comment everything except the packages of your
    # preferred desktop.

    and add instead replace it with this if you wnt kde

    kali-defaults
    kali-root-login
    desktop-base
    kde-plasma-desktop

    or this if you wnt gnome

    gnome-core
    kali-defaults
    kali-root-login
    desktop-base

    save the file and then open up terminal and add this :

    apt-get update
    cd live-build-config

    lb config --architecture amd64 or --architecture i386 (32bit)
    sudo lb build

  3. #3
    Join Date
    2013-Mar
    Location
    black-hat-sec.org
    Posts
    23
    Quote Originally Posted by darkstormyrain View Post
    I am getting the same error message with the default chroot file. This is my output when running lb build - http://pastebin.com/TLiXASP1
    It worked at one point of time for me.

    I have one other issue. on all my ubuntu machines that i've tried to do a live build I get 2 errors from lb config. Both are running Ubuntu 13.04 (1 server / 1 desktop)
    Again using the default everything directly after cloning from git. http://pastebin.com/2jCUnTcQ

    if you get error again ..do this
    dpkg --add-architecture amd64
    apt-get update
    cd live-build-config
    lb clean
    lb config --architecture amd64
    sudo lb build


    i m not a expert...if you need more help plz visit the oficial documentation: http://docs.kali.org/live-build/live...ustom-kali-iso
    Last edited by Nik@S_DaRk; 2013-04-19 at 08:29.

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. Replies: 5
    Last Post: 2017-09-22, 18:08
  3. Live Build a Custom Kali ISO 01/02/2015 ))6 failed attempts((
    By phantom1bc in forum Building Archive
    Replies: 1
    Last Post: 2015-01-08, 17:55

Tags for this Thread

Posting Permissions

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