Results 1 to 3 of 3

Thread: Custom kali iso can't get done!

  1. #1

    Unhappy Custom kali iso can't get done!

    Hi everyone,
    Today I try to make a custom Kali ISO with xfce, everything goes fine about 4 hour until i got these errors:

    Code:
    update-initramfs: Generating /boot/initrd.img-4.0.0-kali1-amd64
    cryptsetup: WARNING: could not determine root device from /etc/fstab
    /usr/sbin/iucode_tool: cpuid kernel driver unavailable, cannot scan system proc$
    live-boot: core filesystems devices utils udev wget blockdev ftpfs.
    Errors were encountered while processing:
     firmware-b43-installer
     firmware-b43legacy-installer
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    P: Begin unmounting filesystems...
    P: Saving caches...
    Reading package lists...
    Building dependency tree...
    Reading state information...
    I search google for these but no use, and I wonder are there any way to fix it without reinstalling?
    Thx

  2. #2
    And here is what I did:

    Code:
    apt-get install curl git live-build cdebootstrap debootstrap
    git clone git://git.kali.org/live-build-config.git
    ./build.sh --distribution sana --variant xfce --verbose
    UPDATE:
    I try building it again, and I get the same error:
    Code:
    update-initramfs: Generating /boot/initrd.img-4.0.0-kali1-amd64
    cryptsetup: WARNING: could not determine root device from /etc/fstab
    /usr/sbin/iucode_tool: cpuid kernel driver unavailable, cannot scan system processor signatures
    live-boot: core filesystems devices utils udev wget blockdev ftpfs.
    Errors were encountered while processing:
     firmware-b43-installer
     firmware-b43legacy-installer
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    P: Begin unmounting filesystems...
    P: Saving caches...
    Reading package lists...
    Building dependency tree...
    Reading state information...
    Build of sana/xfce/amd64 live image failed (see build.log for details)
    Last edited by nguyenlse03803; 2015-11-21 at 11:34.

  3. #3
    Join Date
    2015-Dec
    Location
    En un lugar llamado Mundo
    Posts
    2
    Hi all!

    I have a similar problem to make a custom Kali .iso :

    ~# apt-get install curl git live-build cdebootstrap debootstrap
    Leyendo lista de paquetes... Hecho
    Creando árbol de dependencias
    Leyendo la información de estado... Hecho
    Package debootstrap is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source

    Package live-build is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source

    E: Package 'live-build' has no installation candidate
    E: No se ha podido localizar el paquete cdebootstrap
    E: Package 'debootstrap' has no installation candidate

    This problem is solved
    I needed update /etc/apt/sources.lst



    ...But...
    Now I have problems in the next step :
    /# git clone git://git.kali.org/live-build-config.git
    Cloning into 'live-build-config'...
    fatal: unable to connect to git.kali.org:
    git.kali.org[0: 67.23.72.103]: errno=Conexión rehusada


    /# ping git.kali.org
    PING hephaestus.kali.org (67.23.72.103) 56(84) bytes of data.
    64 bytes from host-67-23-72-103.biznesshosting.net (67.23.72.103): icmp_seq=1 ttl=128 time=137 ms
    64 bytes from host-67-23-72-103.biznesshosting.net (67.23.72.103): icmp_seq=2 ttl=128 time=139 ms
    64 bytes from host-67-23-72-103.biznesshosting.net (67.23.72.103): icmp_seq=3 ttl=128 time=142 ms
    64 bytes from host-67-23-72-103.biznesshosting.net (67.23.72.103): icmp_seq=4 ttl=128 time=140 ms
    ^C
    --- hephaestus.kali.org ping statistics ---
    4 packets transmitted, 4 received, 0% packet loss, time 3013ms
    rtt min/avg/max/mdev = 137.111/139.875/142.179/1.809 ms
    Last edited by Elena; 2015-12-10 at 10:19. Reason: Problem solved, now other mistake (more information about it)

Similar Threads

  1. Replies: 0
    Last Post: 2023-02-22, 10:48
  2. How to build custom kali iso without gui
    By fotis_pozoglou in forum Building Archive
    Replies: 2
    Last Post: 2022-08-05, 07:14
  3. Custom ISO on Kali Rolling
    By JonnyRobot in forum Building Archive
    Replies: 4
    Last Post: 2016-08-16, 02:37
  4. Replies: 0
    Last Post: 2015-02-20, 14:35

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
  •