Showing posts with label kali. Show all posts
Showing posts with label kali. Show all posts

Kali Linux Dual Boot with Windows

Hello



Today i show you how to install kali dual boot with windows.



First Download Kali linux from here (http://www.kali.org/).



Installing Kali alongside a Windows installation can be quite useful. However, you need to exercise caution during the setup process. First, make sure that you’ve backed up any important data on your Windows installation. Since you’ll be modifying your hard drive, you’ll want to store this backup on external media. Once you’ve completed the backup, we recommend you peruse Kali Linux Hard Disk Install, which explains the normal procedure for a basic Kali install.

we will be installing Kali Linux alongside an installation of Windows 7, which is currently taking up 100% of the disk space in our computer. We will start by resizing our current Windows partition to occupy less space and then proceed to install Kali Linux in the newly-created empty partition.

Download Kali Linux and either burn the ISO to DVD, or prepare a USB stick with Kali linux Liveas the installation medium. Ensure you have:

  • Minimum of 8 GB free disk space on Windows

  • CD-DVD / USB boot support 
Preparing for the Installation 

  1. Download Kali Linux. 

  2. Burn The Kali Linux ISO to DVD or copy Kali Linux Live to USB. 

  3. Ensure that your computer is set to boot from CD / USB in your BIOS. 
Dual Boot Installation Procedure  

  1. To start your installation, boot with your chosen installation medium. You should be greeted with the Kali Boot screen. Select Live, and you should be booted into the Kali Linux default desktop. 

  2. Now launch the gparted program. We’ll use gparted to shrink the existing Windows partition to give us enough room to install Kali Linux.

      

  3. Select your Windows partition. Depending on your system, it will usually be the second, larger partition. In our example, there are two partitions; the first is the System Recovery partition, and Windows is actually installed in /dev/sda2. Resize your Windows partition and leave enough space (8GB minimum) for the Kali installation.

      

  4. Once you have resized your Windows partition, ensure you “Apply All Operations” on the hard disk. Exit gparted and reboot.

      
Kali Linux Installation Procedure   
  1. The installation procedure from this point onwards is similar to a Kali Linux Hard Disk install, Click Here until the point of the partitioning, where you need to select “Guided – use the largest continuous free space” that you created earlier with gparted.


  2. Once the installation is done, reboot. You should be greeted with a GRUB boot menu, which will allow you to boot either into Kali or Windows.
    Now that you’ve completed installing Kali Linux, it’s time to customize your system.
    Any Query about this tutorial you can comment or message us .

    Thank you (Zer0w0rm)
READMORE
 

Kali Linux Live USB Install

Hello 

Today i show you how to install kali in hard disk. 

First Download Kali linux from here (http://www.kali.org/).


Booting and installing Kali from a USB stick is our favorite and fastest method of getting up and running. In order to do this, we first need to create the Kali ISO image on a USB drive. If you would like to add persistence to your Kali Linux USB stick, please read the full document before proceeding to create your image.

Preparing for the USB copy

  1. Download Kali linux.
  2. If running Windows, download universal-usb-installer  (http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/)
  3. No special software is needed for a *nix OS.
  4. A USB Key (at least 2GB capacity for mini, 4GB for regular).
Kali Linux Live USB Install Procedure

Imaging Kali on a Windows Machine

  1. Plug your USB stick into your Windows USB port and launch the universal-usb-installer
  2. Choose the Kali Linux ISO file to be imaged and verify that the USB drive to be overwritten is the correct one.
  3. Once the imaging is complete, safely eject the USB drive from the Windows machine. You can now use the USB device to boot into Kali Linux.
 



Plug out the usb storage device safely and plug it into the machine you want to boot.Restart it and set that usb storage device to boot first from the BIOS menu which may beF12F8F2 or Del depending upon you machine and build.


Adding Persistence to Your Kali Live USB


Adding persistence (the ability to save files and changes across live boots) to your Kali Linux image can be very useful in certain situations. To make your Kali Linux USB stick persistent, follow these steps as the root user. 


In this example, we assume our USB drive is /dev/sdb. If you want to add persistence, you’ll need a larger USB device than we listed in our prerequisites above.



  1. Image the Kali Linux ISO to your USB stick as explained above, using the “Linux Method” and dd
  2. Create and format an additional partition on the USB stick. In our example, we usegparted by invoking: 
     gparted /dev/sdb
  3. Your current partitioning scheme should look similar to this:

      
  4. Proceed to format a new partition of your desired size to be used for persistence. In our example, we used all the remaining space available. Make sure the volume label of the newly created partition is persistence, and format it using the ext4 filesystem.

     
  5. Once the process is complete, mount your persistence USB partition using the following commands (as the root user):


    mkdir /mnt/usb
    mount /dev/sdb2 /mnt/usb
    echo "/ union" >> /mnt/usb/persistence.conf
    umount /mnt/usb 

  6. Plug the USB stick into the computer you want to boot up. Make sure your BIOS is set to boot from your USB device. When the Kali Linux boot screen is displayed, select “Live boot” from the menu (don’t press enter), and press the tab button. This will allow you to edit the boot parameters. Add the word “persistence” to the end of the boot parameter line each time you want to mount your persistent storage.

     
   

Any Query about this tutorial you can comment or message us .



In Next Part we see how to install dual os in pc (kali + windows ).

Thank you (Zer0w0rm)
READMORE
 

Install Kali OS

Hello 

Today i show you how to install kali in hard disk.

First Download Kali linux from here (http://www.kali.org/).



Kali Linux Hard Disk Install



Installation Prerequisites

  • A minimum of 8 GB disk space for the Kali Linux install.

  • For i386 and amd64 architectures, a minimum of 512MB RAM.

  • CD-DVD Drive / USB boot support
Preparing for the Installation

  1. Download Kali linux. http://www.kali.org/

  2. Burn The Kali Linux ISO to DVD or Image Kali Linux Live to USB.

  3. Ensure that your computer is set to boot from CD / USB in your BIOS.


Kali Linux Installation Procedure
  1. To start your installation, boot with your chosen installation medium. You should be greeted with the Kali Boot screen. Choose either Graphical or Text-Mode install. In this example, we chose a GUI install.  
  1. Select your preferred language and then your country location. You’ll also be prompted to configure your keyboard with the appropriate keymap.  

  2. The installer will copy the image to your hard disk, probe your network interfaces, and then prompt you to enter a hostname for your system. In the example below, we’ve entered “kali” as our hostname. 

  3. Enter a robust password for the root account.  

  4. Next, set your time zone.  

  5. The installer will now probe your disks and offer you four choices. In our example, we’re using the entire disk on our computer and not configuring LVM (logical volume manager). Experienced users can use the “Manual” partitioning method for more granular configuration options.  

  6. Next, you’ll have one last chance to review your disk configuration before the installer makes irreversible changes. After you click Continue, the installer will go to work and you’ll have an almost finished installation. 

  7. Configure network mirrors. Kali uses a central repository to distribute applications. You’ll need to enter any appropriate proxy information as needed.NOTE! If you select “NO” in this screen, you will NOT be able to install packages from Kali repositories.  

  8. Next, install GRUB. 

  9. Finally, click Continue to reboot into your new Kali installation. 
Any Query about this tutorial you can commnet or messgae us .



In Next Part we see how to install dual os in pc (kali + windows ).

Thank you (Zer0w0rm)
READMORE