[2022 update] How To Install Kali Linux as Secondary OS/Dual Boot, With Windows.7/8.1/10/11.
- Get link
- X
- Other Apps
[2022] How To Install Kali Linux as Secondary OS/Dual Boot, With Windows.7/8.1/10/11.
by - ᏒᎧᏂᎥᏖ ᏗᏰᎴᏬᏝᏝᏗᏂ
Kali Linux can be set up next to a Windows installation with good results. But when setting everything up, you need to be careful. To begin with, confirm that you have backed up any crucial data on your Windows system. This backup should be kept on external storage because you'll be changing your hard drive. Once you've finished creating the backup, we advise reading our article for installing Kali Linux from a hard drive, which outlines the typical steps for a straight-forward Kali Linux installation.
- Table of contents:
- Creating Partition.
- Creating Installation media.
- Installing Kali-Linux.
- Requirements:
- A PC/Laptop .. lol.😆
- 4/8GB Pen-drive / SD card with Card-Reader.(8GB Recommended)
- Dual-Core or Higher processor (either Intel or AMD).
- At least 128 MB of RAM.(512 MB-1GB Recommended).
- Minimum 20 GB Disk Space.(30-50 GB Recommended)
- Any version of Windows (Base installed)
- Kali Linux → Get It Now.(latest version 2022.2)
- Rufus v3.19 portable → Get It Now.
- Patience.
- Creating Partition.
We'll use Windows 10pro as an example device, which now occupies all of the disk space on our PC, so we'll install Kali Linux alongside it. Our present Windows partition will first be shrunk to save space, after which Kali Linux will be set up on the newly formed empty disk.
The step by step process Is given below:
- Press Windows+S key or click search icon from taskbar. Then search for "Disk management."
2. Select Your Preferable Drive you wanna part. (I recommend "D"). Then right click on mouse and select shrink volume.
3. Then select How many GB are you willing to give, In my case I'm parting 60 GB. And click "Shrink."
IT will make a partition Named FREE SPACE. like the image below, then we done for now.
Now we need to make our kali ready,I mean ISO, for that now open the tool Rufus
we downloaded,First plug-in your USB drive and then open Rufus with administration permission. and select the kali ISO you downloaded. And remember to select file system as NTFS. and hit START.
In the next pop-up select DD image mode.It will decrease the error rate.
wait for time until it shows READY.
In the next step the installer will start scanning your disk, then it will land on Asking the option for disk partition. from which you have to select "manual" ,from now on please pay attention at 110%.
In the partition menu you will see this options, from there select the free space we shrink before.
Now follow the pictures given below.
You will see the kali GRUB boot menu.
now you can swap into os's you want.
Feel free to contact with me through facebook or the comment section held in this blog.
- Get link
- X
- Other Apps
Popular posts from this blog
[SUPER EASY] HOW TO INSTALL GOOGLE CHROME IN KALI LINUX IN ONE COMMAND.
Just copy and paste the command in linux terminal and the download with the installation process will start automatically. Fig: Installing process for chrome. apt update wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb apt install ./google-chrome-stable_current_amd64.deb google-chrome --no-sandbox If you get any kind of error or Problem then feel free to get in touch... FACEBOOK INSTAGRAM
How to Find My Processor Architecture?
Depending on your operating system, you can take the following actions to find out if your computer is running an ARM or x86 architecture: On Windows Check Using System Information: Press Windows + R , type msinfo32 , and press Enter . Look for the entry labeled "System Type" : x86-based PC : Your system is 32-bit x86. x64-based PC : Your system is 64-bit x86. ARM-based PC : Your system is ARM. Check via Command Prompt: Open the Command Prompt (search for cmd in the Start menu). Type: Copy echo %PROCESSOR_ARCHITECTURE% Output: AMD64 : 64-bit x86. x86 : 32-bit x86. ARM64 : ARM architecture. On Linux Check Using the Terminal: Open a terminal and run: Copy uname -m Using lscpu: Run the command: Copy lscpu Look for the "Architecture" field.






















































Comments
Post a Comment