PDA

View Full Version : Where is the final ISO located?



karni64
2013-03-18, 01:06
Hello all!

When I build the iso ( i've tried 3 times now. Trying to get MATE ) when ever the build process is done, the ISO does not have MATE implemented. The only ISO I can find is the "binary.hybrid.iso". I can boot into that successfully and kali boots up. However, the default desktop is NOT MATE and when checked the desktop selection in the login menu MATE is not an option.

Has anybody had success with a MATE build?

Thanks

Nik@S_DaRk
2013-03-23, 12:50
under live-build-config....but if you did somethink wrong THERE is no iso....here is litle help for you ...--->here is what you have to do: to create a iso for kali linux 64 bit kde:

apt-get update
apt-get install git live-build cdebootstrap kali-archive-keyring
git clone git://git.kali.org/live-build-config.git

gedit config/package-lists/kali.list.chroot

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

kali-defaults
kali-root-login
desktop-base
kde-plasma-desktop
kde-full
kdm
wicd-kde

then

cd live-build-config
lb config --architecture amd64
sudo lb build


thk you and good luck bro!!!