PDA

View Full Version : Custom kali iso can't get done!



nguyenlse03803
2015-11-21, 08:05
Hi everyone,
Today I try to make a custom Kali ISO with xfce, everything goes fine about 4 hour until i got these errors:


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

nguyenlse03803
2015-11-21, 09:29
And here is what I did:


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:

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)

Elena
2015-12-09, 16:56
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