
By: Doktor Frankenstein
November 6, 2015
Kali Linux 2.0: Alternate Install and Dual-Boot 'How To'

By: Doktor Frankenstein
November 6, 2015
Installation Minimum requirements:
- A minimum of 10 GB disk space for the Kali Linux install
- For i386 and amd64 architectures, a minimum of 512MB RAM
- CD-DVD Drive / USB boot support
This is for anyone who has installed Kali 2.0 and has had issues with it running like a slug, seen their desktop randomly freezing, and who may want a faster working Kali System.
Kali is, in my opinion, the best security OS right up until V 1.10. I would have stayed at that version, but everyone is being forced to use 2.0. I've been using Kali since Backtrack and through all the versions, 2.0 is the worst for the OS having a ton of new random problems.
My guess is they had a stable version in 1.10 so they decided to work on the GUI and make Kali more user friendly for less experienced users. In making Kali look pretty, it also brought about a lot of new problems that came with the nice GUI.
First thing to do is download Kali light 32bit or 64bit - whatever is the one for your system. 32bit & 64bit Operating Systems will work on 64bit systems, but 64bit OSâs won't work on 32bit Systems.
64bit PC architecture x86_64: 64 bit computer systems need a 64bit CPU. To find out in a Linux terminal, type:
$ less /proc/cpuinfo
In Windows, download CPUZ install and run it.
Kali Light is a small version with hardly any awesome toys. But, don't worry. I'll show you how to put anything you want in your system and leave out the stuff you don't. This cuts down on bloat and that can lead to instability.
The Light version doesnât have a graphic intensive desktop; it uses XFCE and, because of the way I'm showing you how to put the OS in, it won't auto start a bunch of things that make Kali run slower than it should. Download the ISO to a folder somewhere on your computer.
[:::Kali Linux ISO images:::]
[:::Partition software:::]
Linux: GParted partition manager
Windows: EASEUS Partition Master
If you have Windows already installed and youâre going to do a dual boot, download, install, and run EaseUS Partition Master. Right click the C: drive and select "Resize/Move partition":
If you have one hard drive with an operating system on it, which is currently taking up 100% of the disk, youâll want to shrink the space so you can make room for Kali. A minimum of 10GB disk space is recommended for the install, but I say at least 30GB or more is better.Position the mouse pointer on the right partition handle. Drag the handle left-wards to shrink the hard drive down at least 30GB. [10GB is the smallest you can make the partition.]Hit âOKâ then click on âApplyâ at the top left side. Wait until it shrinks and youâre done. It becomes an unallocated space.
Burn The Kali Linux ISO to DVD or copy it to USB. Burning to a DVD should be something you already know how to do blindfolded, ball-gaged, with one arm tied to your ankle.
To copy it to a USB stick in Windows, youâll need to download Win32 Disk Imager:
Put in your USB stick that has 2GB or more free space, [Ignore the warning about formatting if it shows up]. Then install and start Win32 Disk Imager. Select the Kali Light ISO. Check very carefully that the USB stick is listed in âDeviceâ on the top right of Win32 Disk Imager.

If you donât see any ISOâs, set it to view all files while youâre navigating.

Again, make sure the USB stick is the one thatâs going to be used. Iâve formatted a hard drive that was connected with USB by mistake. [I got all my files back but it was such a pain and something that didnât need to happen].
The best way is to have only the USB stick that youâre using be the only one connected. When youâre ready click on write, confirm the âare you sure you want to continue?â
Click on âYesâ and wait until all the files are copied.

When it's finished, check the USB stick to see if the files were written.

I like to use powerISO when Iâm making a USB boot-able OS. If youâre tempted to use Multi-boot USB software, it won't work with Kali hard drive installs because the files have to be in the root directory. Most of those types of software make a folder per OS to keep them separated. Theyâre great for having multiple different OSâs on one USB stick and you can have both Windows and Linux booting side by side like cats and dogs living together.
Plug your USB drive in and Reboot your computer. If it doesn't boot go into your BIOS, find out why its not booting. Some suggestions to try: Fix the boot order, turn off safe boot temporarily or set it to boot other devices. Perhaps there's a setting to boot to USB; there might be a boot override menu. Most BIOS are similar but not the same. When it has booted, go to Graphical install:


Select your location:

Keyboard selection time! Woohoo! Exciting!

If your NIC isn't detected, you'll the drivers for it when prompted. Plan B is to make a custom Kali ISO with them slipstreamed.
After that, enter a hostname for your system. It can be anything you can think of. I use the name of the computer system that controlled the machines in Terminator. The hostname could be a Mexican band name like Paracoccidioidomicosisproctitissarcomucosis.










nano /etc/apt/sources.list
Copy and paste this in the sources.list to replace the text that's there to make sure its all good.apt-get clean
apt-get update
apt-get install synaptic
After it's installed, go to 'Applications' => 'System' => 'Administration' => 'Synaptic Package Manager'After it starts, click on search and type: kali-linuxIn the list, there will be all the meta-packages. You can pick what you want and leave the stuff you don't want.kali-linux-gpu - GPU utilities are very powerful but need special hardware in order to function correctly.kali-linux-pwtools - contains over 40 different password cracking utilities as well as the GPU tools.kali-linux-web - dozens of tools related to web application hacking.kali-linux-wireless - all the wireless tools youâll need in one easy to install packagekali-linux-forensic - This only contains the forensics tools in Kali.kali-linux-top10 - Top 10 Security Tools self-explanatorykali-linux-voip - conduct VoIP testing and research with 20+ toolskali-linux-rfid - RFID research and exploitationkali-linux-sdr - contains a large selection of tools for Software Defined Radio hackingThe list of meta-packages and what they contain are at this address:Kali-Meta-PackagesI would advise against installing kali-linux-all. It defeats the purpose of all this crap I'm writing.I have most of the meta-packages installed but not all of them and my computers run great. Fast stable and nothing is broken.I have Mate desktop installed. I highly recommend it. It runs just as fast and stable as LXDE, but I think it looks better and is easy to configure.Stay away from Gnome, Cinnamon, or any other heavy graphic resource hungry desktop that might cause slug like behavior in Kali Linux 2.0. The whole purpose is better, stronger, faster. Bionic OS!Mate Desktop environment; type in the Terminal:apt-get install gufw
Installing Gedit is probably a good idea. It's a good editor. You can edit text files and any source code (it will highlight the code accordingly).Type in the terminal:apt-get install gedit


apt-get install tor
Running Tor with Proxychains is awesome and it's already configured to use Tor by default. Go to this site. It has some really good info. It shows you how to get around Tor's endpoint blocking so you can scan with Nmap through the Tor network using Proxychains:shellhacks.com
./lazykali.sh
If you get a message 'Permission Denied' type:chmod +x lazykali.sh
and then type:./lazykali.sh
Type Y to install the script. If you need more info, go to this site: Kali for HackersThere's a ton of really cool stuff to do with Kali Linux. Here are some really good links:- Kali Linux 2.0 Top 10 post install tips by Offensive Security: offensive-security.com
- Top 11 things to do after installing Kali Linux 2.0: iexplo1t.com
- Kali Linux Forums: forums.kali.org
