Kali Linux Installation- Dual Boot VS Live Boot VS Virtual Machine

SHARE:


Kali Linux Installation- Dual Boot VS Live Boot VS Virtual Machine

If you are yet to have a Kali instance running on your machine, then you have quite a dilemma ahead of you. There are three ways to go about running Kali, each with their own advantages and disadvantages. In this article, I'll tell you what exactly the terms Dual Boot, Live Boot, and Virtual machine installation mean, how easy/difficult these are to perform, and what are the advantages/disadvantages of each of them. In the end, I'll tell you how to find guides for doing all of these.


Dual Boot

Most of you would be running a single operating system on your system right now. However, that doesn't have to be the case. We can partition our hard disk, and install multiple operating systems alongside each other. 

Think of how you have multiple partitions in your Windows (C,D,E,F drives). All your Windows system files would usually be in C (local disk). What if you let go of drive F (copy it's content to C,D,E first), and decide to install Kali's system files on it (you can install Kali's system files on your computer using the .iso file of Kali that is available for download). Now, you will have 3 drives of Windows format (NTFS), and one drive with Linux format (ext4). C drive (NTFS), will have Windows installed, and F drive (ext4, and it's name isn't really F drive anymore), has Linux.

But since your computer loads the system files during bootup, it needs to know whether to load files from C drive or from the "formerly F" drive. This is handled by the bootloader.


Kali Linux Installation- Dual Boot VS Live Boot VS Virtual Machine
This is when Kali installer asks where it should install the OS.
In the sample explanation, you should install it where the "F" drive of
Windows is. If you instead install it over the "C" drive, you'll lose
Windows, and will only have Kali in your system.
Kali Linux Installation- Dual Boot VS Live Boot VS Virtual Machine
Once you have installed Kali on a system which already had Windows,
the bootloader (GRUB) will ask you which of them to boot from.

 USB Boot

In the above example, we had Windows on our C,D,E,F partitions. The C partition had the system files, while D,E,F had other files. We decided to overwrite F and install Kali's system files over there. When we wanted to run Windows, we booted from C, and when we wanted to run Kali, we booted from the "former F drive" (of course we didn't know what exactly we are booting for, GRUB handles that for us, we just have to choose).

So, can we, instead of installing Kali on our F drive, install it on an external Hard Disk, and then boot from that external hard disk? The answer is yes. Well, you may ask, the size of Kali's ISO is <4 GB. What if I have a 16 GB USB flash drive. Surely, the installed OS will not take more than 16GB. Why use a hard disk, let me just install the OS on a USB flash drive.

Well, the answer to that is yes too. You can but 10 USB flash drives, and install 10 different operating systems on each of them, and then plug in whichever one you want, boot from it, and if your OS supports the filesystem of your hard disks, you can use your computers hard disks as well. You actually don't even need hard disks at all. You can run your computer from a flash drive itself. 

However, remember how I said install the OS on the USB flash drive. Turns out, you don't even have to install the OS. In general, for most software, there is 'an installer', and after the installer finishes it's job, we have the software installed and then can use it. For example, take a simple game. Suppose it has a setup.exe file on the CD drive you bought. When you run that, you can't yet play the game, and you instead need to install it on your hard disk, after which it can be played. This is true for operating systems as well. If you plug in a Windows installation CD/DVD/USB into your computer, it will do what the name says, install Windows on your computer. Upon installation, you can run Windows.

But with some Linux distributions, we have the ability to run the OS without installation(live boot). You can take the ISO, burn it to a DVD drive, and "live boot" it. It will not touch your hard disk, and everything will run directly on your primary memory (RAM). Hence, the installer also acts as the installed software. 

So, simply download Kali Linux' iso, and copy it to a USB, and you are done. Except for a little problem, USB drives are not bootable by default. So you need a little software which will properly perform the copying of the iso to the USB drive, such that it can be booted from. 

In summary, download the ISO, use a tool to intelligently copy the ISO to a flash drive, plug in the flash drive, and boot from it. It will ask you whether you want to Install the OS, or start running it right away (live boot). Just select the live boot option, and Kali is up and running, without any installation. However, since everything happens in volatile primary memory (RAM), changes are lost. So, everytime you boot into the live USB, it would be like running a fresh install (which can be both a good and a bad thing). With persistence mode, even this limitation is overcome, and you can have changes which persist across boots.

Kali Linux Installation- Dual Boot VS Live Boot VS Virtual Machine
These are the choices offered when you boot from Kali's installer on a USB
You can run it live, run it live with persistence, or install the OS.

Virtual Machine

Suppose you only have Windows on your machine. How do you go from a powered off system to having a fully functional Windows running on your machine. Actually, a more useful question is, what all do you need to go from nothing to functional OS running. Here are a few things I can think of-
  • System files that run the OS (or in other words, system files that basically the OS).
  • A small core utility which can load the system files into memory from the hard disk (bootloader) when the computer is presently in a void like situation.
  • Memory where the system files are loaded.
  • Processing power which runs the OS.
  • Hard Disk space, where you can store stuff, Networking so that you can access the internet, and so on.
So, from a powerless state, in the presence of all the above, we can move to a state where we have a functional Windows instance running on our system. The question I want to ask you is, from a state where we have a functional Windows instance running on our system, can we move to a state where we have two functional OSs running on our system?

The answer should be, why not, if we have all the requirements that can result in a transition from 0 to 1, then if same requirements are met again, we can go from 1 to 2. In other words, if we have-
  • System files that run the second OS
  • A different core utility which can load the system files into memory from the hard disk (bootloader) when we have an OS running on the system already (as opposed to being in  a void like situation)
  • Memory, separate from the already runnning OS's memory, where the system files of this OS are loaded.
  • Processing power, separately for this OS, which runs the OS.
  • Hard Disk space, separately for this OS, where you can store stuff, Networking so that you can access the internet, and so on.
The above discussion should tell you that it would indeed be possible to run multiple OSs together, by somehow dividing the memory, hard disk space, processor power, etc. into two, and letting both OSs run on their share.

Without going into too much detail, let me just tell you that using hypervisors, this has indeed been achieved, and now we can run multiple OS inside one OS, given that there are enough resources to sustain the needs of all the simultaneously running OSs. VMware has been a pioneer in this technology, but they only offer limited capability VMWare player for free, while VMWare workstation will cost you. On the other hand, VirtualBox provides free open source products.

Now that you know about all the different ways to run Kali, be it alongside Windows, inside Windows (virtually), or live without installation, let me tell you about advantages and disadvantages of these methods.
Kali Linux Installation- Dual Boot VS Live Boot VS Virtual Machine
Multiple Operating systems can run simultaneously as virtual machines.
In the picture, you can see VmWare workstation and various virtual machines on it.

Comparison


Live Boot V/S Dual Boot

Dual boot performs faster than live boot, and has persistence (though live boot with persistence is also available, but that is limited persistence). If you are using live USB, then you have to keep updating the ISO version on the USB frequently (download a new ISO, then write that ISO to the USB). If you have dual boot, then you'll update Kali the usual way (using apt-get update, upgrade, and dist-upgrade). 

I have put this point of comparison first because this is the only point of difference between live boot and dual boot. The two are identical in every other aspect, and from here on, I'll use live boot to refer to both live boot and dual boot.

Hardware access

In live booting, when you are running Kali, it would be the sole owner of all the resources that the computer offers (except hard disk space which is occupied by Windows, which is not a major concern). Not only that, it will have access to internal wireless card of your machine. We'll get a better idea of what hardware advantages we are getting by looking at what we don't get when we are inside Virtual Machine.

When Kali is running from inside a virtual machine, it doesn't have access to-
  1. Full CPI / GPU power (because processor needs to be shared between the two simultaneously running OSs) - So, this will mean slower cracking (processor intensive task like cracking WPA-2 4-way handshake will suffer here).
  2. No direct access to internal hardware, only bridged access - What this means for you is that you can't access the internal wireless adapter of your laptop. So, for wireless hacking, you will need to purchase an external wireless adapter if you are working inside a VM. (even if you are live/dual booting, you may need to purchase an external wireless card, because internal wireless cards are weaker, have less driver support, and sometimes don't support injection, which is needed in many attacks).
So, for wireless hacking, Virtual Machine isn't the best way to go.

Networking

In live booting, you are a direct part of the local network you are connected to. In virtual booting, your host computer is a part of that network, and you are part of internal network which contains only you, your host, and other guests. 

First, let me explain some technical jargon-
  1. Internal network - When you connect to your wifi router, you, along with other connected devices (your iphone, android phone, macbook, PC, etc.) become part of a local network. The internet knows only about your router. Every communication must be sent via the router to the internet, the internet will respond to router, and router will return the response to the appropriate system on the local network.
  2. VMnet - This is an equivalent of internal network, with the guest virtual machines, and the host machine a part of it.
  3. Host machine - The machine on which Vmware/virtualbox is installed, and inside which the virtual machines are running.
  4. Guest machine - The machines inside virtualbox/vmware.
  5. Internal IP - Your IP on the local network
  6. VMnet IP - Your IP on the Virtual network (VMnet) [This is not a standard term, internal and external IPs are standard terms, this I'm using for convenience]
  7. External IP - Your IP on the internet. 
If any of the machine make a request to the internet, their external IP would be the same. To check this, open your smartphone, and search "Whats my IP on google". Repeat this from all your other devices connected to the same router. Each one will have the same IP. Internally, all the devices have a different internal IP (the router has an internal IP too, like any other device on the local network).

Similarly, when you send a request from any of the VM guests to a machine outside the VMNet, but inside the local network, you'll carry the internal IP of your VM host (i.e. the Windows machine). Internally, all the guests have a VMnet IP (the host has one too, and inside the VMnet, behaves like guests).


Let me explain this a bit further with pictures.
Kali Linux Installation- Dual Boot VS Live Boot VS Virtual Machine
Here, the kali machine is a part of VMNet, and can't directly contact
the mac machine and android machine. To reach them, it has to go via the Windows machine.
The router doesn't know about the existence of Kali Machine (or the Windows XP machine).
The path to the internet involves both the host machine, and the router. 
Kali Linux Installation- Dual Boot VS Live Boot VS Virtual Machine
Here, Kali is directly a part of the Local network. Here, the router knows about the Kali Machine.
Also, the path to the internet involves only the router.

So, what does this mean for us?
  1. If you want to practice penetration testing, VMs can be great. You can have a Windows host, and Kali running as a virtual machine. Alongside, you can have Windows XP running as another guest VM. Now, these are a part of VMNet and directly connected. So, you can easily perform any attacks from Kali to this machine.
  2. If you want to do real life pentesting, your target is probably over the internet. In that case, having Kali inside a virtual machine doesn't help. Firstly, even if you are live booting Kali, you are a part of the local network, and to communicate with your target over the internet, you need to "forward" your requests through the router (this is called port forwarding). This, in itself, can sometimes be a pain in the ass. If you are inside a VM, your path to your target would involve your router, your host machine, and then the Kali Machine. This is quite inconvenient. So, if you want to attack someone over the internet, being in a virtual machine sucks.
In other words, your guest machine (Kali) does not have access to your laptop's network card. It has bridged access to it. In theory, you can still use most of the functionality of the card, but in practice, it's a painstakingly hard job. You can, however, add an external card and give it to the Kali guest instead of the windows host, mitigating this problem. Read the food for thought below for more-

Food For Thought

When you are inside a virtual machine, you are using your host to connect to the internet. But that doesn't have to be the case. You can plug in an external wireless card, and connect to the router directly. That would mean, that you are now a part of VMNet, as well as a part of LAN (your wlan0 card gets allocated an internal IP on the LAN (WLAN), say 192.168.1.5. Now, you don't need your host for internet access, and as far as the router is concerned, you are a separate computer. So, this does solve the problem that being inside a virtual machine causes. (I'm too lazy to draw a diagram for that, but in this case, the diagram will have Kali as a part of both the internal network dotted box, and the VMnet dotted box. This is exactly equivalent to the condition Windows 8/10 machine in the first diagram. It will also have two IPs, one for VMnet, and one for LAN).


Ease/Risk

Live boot is the easiest to perform, and the least risky.
Virtual machine is a bit harder, but still not risky.
Dual boot is tough, and you run the risk of losing your data/ getting rid of your original OS, etc.

Also, sometimes Dual Booting can be next to impossible. For example, some laptops with Microsoft signature (the 2-in-1, laptop+tablet types usually) addition don't let you dual boot anything alongside Windows.

Forensics

Live booting doesn't leave behind many traces, other two methods do.


How to find installation guides

For finding guides, keep the following pointers in mind-
  1. Consult multiple resources before doing anything. There are thousands of guides for installing Kali, and there's no 'best' guide.
  2. Make sure to read the official documentation.
  3. Make sure not to limit yourself to just written tutorials, or just YouTube videos. Both has their own advantages and disadvantages. 
  4. Consult tutorials for your precise versions of software (how to install Kali Rolling alongside Window 10), not simply Kali alongside Windows. There are only a few minor difference across the various releases, and their install instructions, but when you're doing it for the first time, these minor differences are important.
  5. Live USB is the easiest, go for it first. Go for Virtual machine if you're interested in practicing Penetration Testing. 
  6. Even the easiest method, Live USB, isn't trivial. If you're a beginner, even that will require some efforts (changing boot order/ choosing USB as boot device, finding a proper software for making bootable USB, etc.). Don't get discouraged.

Extra Advice

  • For wireless hacking, don't even think about anything, go for live boot, it's a no brainer.
  • For pentesting, when you're just getting started and need to practice on local targets, go for Virtual machine.
  • When you're comfortable with Linux, and feel that you can use Kali for usual stuff, only then install Kali alongside Windows. Still, I won't suggest using Kali as your primary OS.
  • If you love Linux, and love challenges, then install Kali as your primary OS. If you do, see if you're able to figure out  how to install Skype on Kali rolling release (if you succeed, please let me know. I haven't been able to do it so far, and anyways, skype web works fine).
The last point tells me that I'm getting carried away now, and this post needs to come to and end. Hope you learnt a lot. Let me know if you feel that there's something important worth inclusion that I missed.

COMMENTS

BLOGGER: 1
Loading...
Name

11th,2,12th,20,12th Chemistry,5,12th Computer Science,7,12th Physics,1,5th Sem CSE,1,AAI ATC,2,Android,18,Banking,1,Blogger,41,Books,5,BTech,17,CBSE,22,CSE,4,ECE,3,Electronics,1,English,2,ESE,1,Ethical Hacking,61,Exams,5,Games,9,GATE,1,GATE ECE,1,Government Jobs,1,GS,1,How To,27,IBPS PO,1,Information,52,Internet,24,IPU,8,JEE,8,JEE Mains,8,Jobs,1,Linux,65,News,18,Notes,23,Physics,3,Placement,10,PO,1,Poetry,3,RRB,1,SEO,11,Softwares,38,SSC,2,SSC CGL,1,SSC GS,2,Tips and Tricks,46,UPSC,1,Windows,46,
ltr
item
SolutionRider- One Stop Solution for Notes, Exams Prep, Jobs & Technical Blogs.: Kali Linux Installation- Dual Boot VS Live Boot VS Virtual Machine
Kali Linux Installation- Dual Boot VS Live Boot VS Virtual Machine
If you are yet to have a Kali instance running on your machine, then you have quite a dilemma ahead of you. There are three ways to go about running Kali, each with their own advantages and disadvantages. In this article, I'll tell you what exactly the terms Dual Boot, Live Boot, and Virtual machine installation mean, how easy/difficult these are to perform, and what are the advantages/disadvantages of each of them. In the end, I'll tell you how to find guides for doing all of these. Dual Boot Most of you would be running a single operating system on your system right now. However, that doesn't have to be the case. We can partition our hard disk, and install multiple operating systems alongside each other. Think of how you have multiple partitions in your Windows (C,D,E,F drives). All your Windows system files would usually be in C (local disk). What if you let go of drive F (copy it's content to C,D,E first), and decide to install Kali's system files on it (you can install Kali's system files on your computer using the .iso file of Kali that is available for download). Now, you will have 3 drives of Windows format (NTFS), and one drive with Linux format (ext4). C drive (NTFS), will have Windows installed, and F drive (ext4, and it's name isn't really F drive anymore), has Linux. But since your computer loads the system files during bootup, it needs to know whether to load files from C drive or from the "formerly F" drive. This is handled by the bootloader. This is when Kali installer asks where it should install the OS. In the sample explanation, you should install it where the "F" drive of Windows is. If you instead install it over the "C" drive, you'll lose Windows, and will only have Kali in your system. Once you have installed Kali on a system which already had Windows, the bootloader (GRUB) will ask you which of them to boot from. USB Boot In the above example, we had Windows on our C,D,E,F partitions. The C partition had the system files, while D,E,F had other files. We decided to overwrite F and install Kali's system files over there. When we wanted to run Windows, we booted from C, and when we wanted to run Kali, we booted from the "former F drive" (of course we didn't know what exactly we are booting for, GRUB handles that for us, we just have to choose). So, can we, instead of installing Kali on our F drive, install it on an external Hard Disk, and then boot from that external hard disk? The answer is yes. Well, you may ask, the size of Kali's ISO is <4 GB. What if I have a 16 GB USB flash drive. Surely, the installed OS will not take more than 16GB. Why use a hard disk, let me just install the OS on a USB flash drive. Well, the answer to that is yes too. You can but 10 USB flash drives, and install 10 different operating systems on each of them, and then plug in whichever one you want, boot from it, and if your OS supports the filesystem of your hard disks, you can use your computers hard disks as well. You actually don't even need hard disks at all. You can run your computer from a flash drive itself. However, remember how I said install the OS on the USB flash drive. Turns out, you don't even have to install the OS. In general, for most software, there is 'an installer', and after the installer finishes it's job, we have the software installed and then can use it. For example, take a simple game. Suppose it has a setup.exe file on the CD drive you bought. When you run that, you can't yet play the game, and you instead need to install it on your hard disk, after which it can be played. This is true for operating systems as well. If you plug in a Windows installation CD/DVD/USB into your computer, it will do what the name says, install Windows on your computer. Upon installation, you can run Windows. But with some Linux distributions, we have the ability to run the OS without installation(live boot). You can take the ISO, burn it to a DVD drive, and "live boot" it. It will not touch your hard disk, and everything will run directly on your primary memory (RAM). Hence, the installer also acts as the installed software. So, simply download Kali Linux' iso, and copy it to a USB, and you are done. Except for a little problem, USB drives are not bootable by default. So you need a little software which will properly perform the copying of the iso to the USB drive, such that it can be booted from. In summary, download the ISO, use a tool to intelligently copy the ISO to a flash drive, plug in the flash drive, and boot from it. It will ask you whether you want to Install the OS, or start running it right away (live boot). Just select the live boot option, and Kali is up and running, without any installation. However, since everything happens in volatile primary memory (RAM), changes are lost. So, everytime you boot into the live USB, it would be like running a fresh install (which can be both a good and a bad thing). With persistence mode, even this limitation is overcome, and you can have changes which persist across boots. These are the choices offered when you boot from Kali's installer on a USB You can run it live, run it live with persistence, or install the OS. Virtual Machine Suppose you only have Windows on your machine. How do you go from a powered off system to having a fully functional Windows running on your machine. Actually, a more useful question is, what all do you need to go from nothing to functional OS running. Here are a few things I can think of- System files that run the OS (or in other words, system files that basically the OS). A small core utility which can load the system files into memory from the hard disk (bootloader) when the computer is presently in a void like situation. Memory where the system files are loaded. Processing power which runs the OS. Hard Disk space, where you can store stuff, Networking so that you can access the internet, and so on. So, from a powerless state, in the presence of all the above, we can move to a state where we have a functional Windows instance running on our system. The question I want to ask you is, from a state where we have a functional Windows instance running on our system, can we move to a state where we have two functional OSs running on our system? The answer should be, why not, if we have all the requirements that can result in a transition from 0 to 1, then if same requirements are met again, we can go from 1 to 2. In other words, if we have- System files that run the second OS A different core utility which can load the system files into memory from the hard disk (bootloader) when we have an OS running on the system already (as opposed to being in a void like situation) Memory, separate from the already runnning OS's memory, where the system files of this OS are loaded. Processing power, separately for this OS, which runs the OS. Hard Disk space, separately for this OS, where you can store stuff, Networking so that you can access the internet, and so on. The above discussion should tell you that it would indeed be possible to run multiple OSs together, by somehow dividing the memory, hard disk space, processor power, etc. into two, and letting both OSs run on their share. Without going into too much detail, let me just tell you that using hypervisors, this has indeed been achieved, and now we can run multiple OS inside one OS, given that there are enough resources to sustain the needs of all the simultaneously running OSs. VMware has been a pioneer in this technology, but they only offer limited capability VMWare player for free, while VMWare workstation will cost you. On the other hand, VirtualBox provides free open source products. Now that you know about all the different ways to run Kali, be it alongside Windows, inside Windows (virtually), or live without installation, let me tell you about advantages and disadvantages of these methods. Multiple Operating systems can run simultaneously as virtual machines. In the picture, you can see VmWare workstation and various virtual machines on it. Comparison Live Boot V/S Dual Boot Dual boot performs faster than live boot, and has persistence (though live boot with persistence is also available, but that is limited persistence). If you are using live USB, then you have to keep updating the ISO version on the USB frequently (download a new ISO, then write that ISO to the USB). If you have dual boot, then you'll update Kali the usual way (using apt-get update, upgrade, and dist-upgrade). I have put this point of comparison first because this is the only point of difference between live boot and dual boot. The two are identical in every other aspect, and from here on, I'll use live boot to refer to both live boot and dual boot. Hardware access In live booting, when you are running Kali, it would be the sole owner of all the resources that the computer offers (except hard disk space which is occupied by Windows, which is not a major concern). Not only that, it will have access to internal wireless card of your machine. We'll get a better idea of what hardware advantages we are getting by looking at what we don't get when we are inside Virtual Machine. When Kali is running from inside a virtual machine, it doesn't have access to- Full CPI / GPU power (because processor needs to be shared between the two simultaneously running OSs) - So, this will mean slower cracking (processor intensive task like cracking WPA-2 4-way handshake will suffer here). No direct access to internal hardware, only bridged access - What this means for you is that you can't access the internal wireless adapter of your laptop. So, for wireless hacking, you will need to purchase an external wireless adapter if you are working inside a VM. (even if you are live/dual booting, you may need to purchase an external wireless card, because internal wireless cards are weaker, have less driver support, and sometimes don't support injection, which is needed in many attacks). So, for wireless hacking, Virtual Machine isn't the best way to go. Networking In live booting, you are a direct part of the local network you are connected to. In virtual booting, your host computer is a part of that network, and you are part of internal network which contains only you, your host, and other guests. First, let me explain some technical jargon- Internal network - When you connect to your wifi router, you, along with other connected devices (your iphone, android phone, macbook, PC, etc.) become part of a local network. The internet knows only about your router. Every communication must be sent via the router to the internet, the internet will respond to router, and router will return the response to the appropriate system on the local network. VMnet - This is an equivalent of internal network, with the guest virtual machines, and the host machine a part of it. Host machine - The machine on which Vmware/virtualbox is installed, and inside which the virtual machines are running. Guest machine - The machines inside virtualbox/vmware. Internal IP - Your IP on the local network VMnet IP - Your IP on the Virtual network (VMnet) [This is not a standard term, internal and external IPs are standard terms, this I'm using for convenience] External IP - Your IP on the internet. If any of the machine make a request to the internet, their external IP would be the same. To check this, open your smartphone, and search "Whats my IP on google". Repeat this from all your other devices connected to the same router. Each one will have the same IP. Internally, all the devices have a different internal IP (the router has an internal IP too, like any other device on the local network). Similarly, when you send a request from any of the VM guests to a machine outside the VMNet, but inside the local network, you'll carry the internal IP of your VM host (i.e. the Windows machine). Internally, all the guests have a VMnet IP (the host has one too, and inside the VMnet, behaves like guests). Let me explain this a bit further with pictures. Here, the kali machine is a part of VMNet, and can't directly contact the mac machine and android machine. To reach them, it has to go via the Windows machine. The router doesn't know about the existence of Kali Machine (or the Windows XP machine). The path to the internet involves both the host machine, and the router. Here, Kali is directly a part of the Local network. Here, the router knows about the Kali Machine. Also, the path to the internet involves only the router. So, what does this mean for us? If you want to practice penetration testing, VMs can be great. You can have a Windows host, and Kali running as a virtual machine. Alongside, you can have Windows XP running as another guest VM. Now, these are a part of VMNet and directly connected. So, you can easily perform any attacks from Kali to this machine. If you want to do real life pentesting, your target is probably over the internet. In that case, having Kali inside a virtual machine doesn't help. Firstly, even if you are live booting Kali, you are a part of the local network, and to communicate with your target over the internet, you need to "forward" your requests through the router (this is called port forwarding). This, in itself, can sometimes be a pain in the ass. If you are inside a VM, your path to your target would involve your router, your host machine, and then the Kali Machine. This is quite inconvenient. So, if you want to attack someone over the internet, being in a virtual machine sucks. In other words, your guest machine (Kali) does not have access to your laptop's network card. It has bridged access to it. In theory, you can still use most of the functionality of the card, but in practice, it's a painstakingly hard job. You can, however, add an external card and give it to the Kali guest instead of the windows host, mitigating this problem. Read the food for thought below for more- Food For Thought When you are inside a virtual machine, you are using your host to connect to the internet. But that doesn't have to be the case. You can plug in an external wireless card, and connect to the router directly. That would mean, that you are now a part of VMNet, as well as a part of LAN (your wlan0 card gets allocated an internal IP on the LAN (WLAN), say 192.168.1.5. Now, you don't need your host for internet access, and as far as the router is concerned, you are a separate computer. So, this does solve the problem that being inside a virtual machine causes. (I'm too lazy to draw a diagram for that, but in this case, the diagram will have Kali as a part of both the internal network dotted box, and the VMnet dotted box. This is exactly equivalent to the condition Windows 8/10 machine in the first diagram. It will also have two IPs, one for VMnet, and one for LAN). Ease/Risk Live boot is the easiest to perform, and the least risky. Virtual machine is a bit harder, but still not risky. Dual boot is tough, and you run the risk of losing your data/ getting rid of your original OS, etc. Also, sometimes Dual Booting can be next to impossible. For example, some laptops with Microsoft signature (the 2-in-1, laptop+tablet types usually) addition don't let you dual boot anything alongside Windows. Forensics Live booting doesn't leave behind many traces, other two methods do. How to find installation guides For finding guides, keep the following pointers in mind- Consult multiple resources before doing anything. There are thousands of guides for installing Kali, and there's no 'best' guide. Make sure to read the official documentation. Make sure not to limit yourself to just written tutorials, or just YouTube videos. Both has their own advantages and disadvantages. Consult tutorials for your precise versions of software (how to install Kali Rolling alongside Window 10), not simply Kali alongside Windows. There are only a few minor difference across the various releases, and their install instructions, but when you're doing it for the first time, these minor differences are important. Live USB is the easiest, go for it first. Go for Virtual machine if you're interested in practicing Penetration Testing. Even the easiest method, Live USB, isn't trivial. If you're a beginner, even that will require some efforts (changing boot order/ choosing USB as boot device, finding a proper software for making bootable USB, etc.). Don't get discouraged. Extra Advice For wireless hacking, don't even think about anything, go for live boot, it's a no brainer. For pentesting, when you're just getting started and need to practice on local targets, go for Virtual machine. When you're comfortable with Linux, and feel that you can use Kali for usual stuff, only then install Kali alongside Windows. Still, I won't suggest using Kali as your primary OS. If you love Linux, and love challenges, then install Kali as your primary OS. If you do, see if you're able to figure out how to install Skype on Kali rolling release (if you succeed, please let me know. I haven't been able to do it so far, and anyways, skype web works fine). The last point tells me that I'm getting carried away now, and this post needs to come to and end. Hope you learnt a lot. Let me know if you feel that there's something important worth inclusion that I missed. virtual machine vs live usb kali live vs install is it better to dual boot or vmware kali linux live cd virtualbox kali linux usb virtualbox how to use kali linux live usb kali live usb performance kali vm vs iso kali linux installation error kali linux installation step failed kali linux installation failed kali linux installation in vmware kali linux installation in virtualbox kali linux installation failed virtualbox kali linux installation dual boot kali linux installation problem kali linux installation requirements kali linux installation http proxy kali linux installation kali linux installation guide kali linux install android kali linux install adobe flash player kali linux an installation step failed kali linux after install kali linux offline install android kali linux installation black screen kali linux install bad archive mirror kali linux install blue screen kali linux install browser kali linux install backports kali linux install bluetooth kali linux install beef kali linux install bumblebee kali linux install bittorrent kali linux install bundle kali linux installation configure the package manager kali linux installation cd rom error kali linux installation configure the network kali linux installation cd-rom couldn't be mounted kali linux install chrome kali linux install command kali linux install chromium kali linux install conky kali linux install compiz kali linux install cairo dock kali linux installation detect and mount cd rom kali linux installation domain name kali linux installation disk partition kali linux install deb kali linux install driver wifi kali linux install deb file kali linux install dhcp server kali linux install dhcp3 server kali linux install dropbox probleme d'installation kali linux kali linux install eclipse kali linux install ettercap kali linux install easy-creds kali linux install encrypted kali linux install efi kali linux install emacs kali linux install evilgrade kali linux virtualbox install error kali linux usb install error kali linux installation failed install the system kali linux installation from usb kali linux installation failed vmware kali linux installation freeze kali linux install firefox kali linux install flash kali linux install filezilla kali linux install from windows kali linux installation guide pdf kali linux installation guide step by step kali linux installation guide vmware kali linux installation guide virtualbox kali linux install google chrome kali linux install guest additions kali linux install grub kali linux install gnome kali linux install gcc kali linux install headers kali linux install hard disk kali linux install hard drive kali linux install hostapd kali linux install how to kali linux installation instructions kali linux install in android kali linux install in usb how to install kali linux on virtualbox kali linux install in ubuntu kali linux install in windows 8 kali linux install in pc kali linux install java kali linux install java 8 kali linux install jre kali linux install jdk kali linux install java jre kali linux install john the ripper kali linux install java 1.7 kali linux install john kali linux install jd-gui kali linux install jdk 8 kali linux install libreoffice kali linux install live usb kali linux install linux headers kali linux installation manual kali linux installation mirror kali linux installation missing firmware kali linux install metasploit kali linux install mozilla firefox kali linux install mac kali linux install mysql kali linux install mate kali linux install mono kali linux install msfpayload kali linux installation network mirror kali linux installation network autoconfiguration failed kali linux installation no root file system is defined kali linux install nessus kali linux install nvidia kali linux install nvidia cuda kali linux install network manager kali linux install no keyboard kali linux install network kali linux install nexpose kali linux installation on vmware kali linux installation on pc kali linux installation options kali linux installation on virtualbox kali linux installation on usb kali linux install on android kali linux install openvpn kali linux install openoffice kali linux install on windows kali linux install on mac kali linux installation process kali linux installation partition disks kali linux installation pdf kali linux installation path android kali linux install packages kali linux install partition kali linux install python kali linux install parallels tools kali linux install package manager kali linux install qemu kali linux install qt creator kali linux install qbittorrent kali linux install qt how to install utorrent on kali linux kali linux install raspberry pi kali linux install rpm kali linux install reaver kali linux install reaver 1.3 kali linux install ruby kali linux install rar kali linux install raspberry pi 2 kali linux install remote desktop kali linux install remmina kali linux installation steps kali linux installation step failed vmware kali linux installation step by step pdf kali linux installation step by step vmware kali linux installation stuck at configure the package manager kali linux installation stuck at grub kali linux installation step failed virtualbox kali linux install software center kali linux install skype kali linux installation tutorial kali linux installation troubleshooting kali linux install tor kali linux install tar.gz kali linux install the system failed kali linux install teamviewer kali linux install to usb kali linux install thunderbird kali linux install to hard drive kali linux install to android kali linux installation usb kali linux install username password kali linux install utorrent kali linux install ubuntu software center kali linux install updates kali linux install ubuntu kali linux install usb mac kali linux install uefi kali linux install unetbootin kali linux install usb wireless adapter kali linux installation virtualbox kali linux installation vmware kali linux install vmware tools kali linux install virtualbox guest additions kali linux install vmware workstation kali linux install vlc kali linux install vpn kali linux install vbox additions kali linux install vnc server kali linux install veil kali linux installation with usb kali linux install wireless drivers kali linux install wine kali linux install wifi adapter kali linux install windows 7 kali linux install windows 8.1 kali linux install wlan0 kali linux install with vmware kali linux install wifiphisher kali linux which install kali linux install xfce kali linux install xampp kali linux install xplico kali linux install xrdp kali linux install xorg kali linux install xenserver kali linux install xchat kali linux 2.0 install xfce kali linux install tar.xz kali linux 2 install xfce kali linux installation youtube kali linux install yum kali linux install youtube-dl kali linux install yamas kali linux your installation cd-rom couldn't be mounted kali linux usb your installation cd-rom couldn't be mounted kali linux install zenmap kali linux install zip kali linux install zlib kali linux 1.1.0 installation guide kali linux 1.0.9 install kali linux 1.1.0a install kali linux 1.0 install kali linux install windows 10 kali linux install reaver 1.5 kali linux install vmware workstation 12 kali linux install vmware workstation 10 kali linux - lesson 1 - installation kali linux installation 2017 kali linux install 2015 kali linux install 2016 kali linux install 2.0 kali linux 2.0 installation guide kali linux 2.0 installation step failed kali linux 2.0 installation error kali linux 2.0 install usb kali linux 2.0 install vmware kali linux 2.0 install virtualbox raspberry pi 2 kali linux installation kali linux 2 installation kali linux 2 installation step failed kali linux 2 installation error kali linux 2 after installation kali linux 32 bit installation kali linux install 32 bit kali linux install gnome 3 kali linux install python 3 kali linux install python 3.4 how to install wine on kali linux 32 bit kali linux installation windows 8 java 8 kali linux install kali linux 1.0 9 install
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiPqmtRsi84K-siOpMJLoirrHfZ4HCxByjdTRNe8CgA-KesdXM8XT_h6Mg-3pTH7TDfAshbddpU5q1xJVHMbp3NrnCYhkhWT7G6CL3GY7JpSMgIhtJffdjyTipBS0bNid_8yf_pgBT_XKbd/s640/Kali+linux+.jpg
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiPqmtRsi84K-siOpMJLoirrHfZ4HCxByjdTRNe8CgA-KesdXM8XT_h6Mg-3pTH7TDfAshbddpU5q1xJVHMbp3NrnCYhkhWT7G6CL3GY7JpSMgIhtJffdjyTipBS0bNid_8yf_pgBT_XKbd/s72-c/Kali+linux+.jpg
SolutionRider- One Stop Solution for Notes, Exams Prep, Jobs & Technical Blogs.
https://thesolutionrider.blogspot.com/2017/11/kali-linux-installation-dual-boot-vs.html
https://thesolutionrider.blogspot.com/
https://thesolutionrider.blogspot.com/
https://thesolutionrider.blogspot.com/2017/11/kali-linux-installation-dual-boot-vs.html
true
6820083649286484786
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy