Table of Contents
This guide is about Guide: Install Kali Linux on Chromebook. So read this free guide: Install Kali Linux on Chromebook step by step. You may contact us if you have a query related to the same article.
Guide: Install Kali Linux on Chromebook – Guide
Chromebooks are steadily gaining market share. With the introduction of Android apps on the platform, Chromebooks have become an ideal platform for a very large user base, and Chrome OS is a very important technology in today’s consumer space. However, if you are a Linux user, you may need a lot of utilities and tools to get the job done.
Also, as a Google product, Chrome OS has some restrictions. For example, there is no way to download Creative Commons YouTube videos to Chromebook. What if I want to download Ubuntu or openSUSE and create a bootable USB drive? As much as Chrome OS is a Linux-based desktop, it lacks some features. So you need an “old” Linux desktop I call your Chromebook. But deleting Chrome OS and installing a Linux desktop would mean losing access to millions of Android apps and games.
Installing Kali Linux on Chromebook
In that guide we will give you a step by step guide about installing Kali Linux on a Chromebook. Kali Linux is a Linux distribution focused on penetration testing and security auditing. It is one of the most popular operating systems in the security arena, boasting over 600 free and open source penetration testing tools and utilities. So let’s get started right away.
Backup your data and Powerwash your Chromebook
Powerwashing, your Chromebook, will erase any local data you may have stored on your storage drive. Therefore, performing a backup before a Powerwash is highly recommended. However, it is not a complicated process. First, open the Settings window and click the Advanced tab on the left to reveal the Reset settings option button.
Click Reset configuration buttons. On the left screen you will see the option to powerwash your Chromebook. Click Reset to begin. At that point, the Chromebook will restart, erasing all data.
Enable developer mode
Enabling developer mode on your ChromeOS essentially allows you to perform more tasks than the limited ones. For example, you can install Android app APKs, enable dual launch features, and even side load apps. However, similar to the Powerwash step, this will also erase all local data on your Chromebook.
download toasted bread
With developer mode enabled, we can install Kali and our ChromeOS. These two operating systems will reside on the same storage drive and you can switch between the two using keyboard shortcuts – Ctrl + Alt + Shift + F1 and Ctrl + Alt + Shift + F2. This is possible using Crouton (Chromium OS Universal Chroot Environment).
Install Kali Linux
After successfully downloading Crouton, we can proceed with installing Kali Linux on the Chromebook. First, enter Terminal Crosh using the keyboard combination Ctrl + Alt + T. Type shell to launch the ChromeOS shell.
After starting a Shell, we can now start installing Kali Linux. First, run the command below to make the crouton package executable.
sudo install -Dt / usr / local / bin -m 755 ~ / Downloads / crouton
Start crouton with the command below. This will show the Crouton help text.
sudo crouton
Run the command below to install Kali Linux.
sudo crouton -n kali -r kali-rolling -t core, xiwi, xfce, extension
Let’s take a look at the arguments in this command.
- Kali-rolling is the version of Kali Linux that we will be installing. Of course, you can change this depending on your experience.
- Xfce is the desktop environment we will use for installing Kali Linux. It is considered to be one of the lightweight desktop environments available.
Kali Linux is a huge package; the download process can take some time depending on your internet speed. After a while, you will see the prompt to set up a new Unix username and password. Use anything for the username, but not root.
When finished, you will be presented with the Chronos shell prompt. Let’s switch to kali with the command below.
sudo enter-chroot -n kaliNext, we will install the databus for the X Window System with the command below.
sudo apt install dbus-x11
Now we can proceed with the release of Kali Linux. Run the command below.
startxfce4After a few seconds, a window will open to reveal the beautiful Kali Linux XFCE desktop. The Chromebook version of Kali Linux does not come with most packages and you will have to install them manually from the command line. However, this shouldn’t be difficult as most tools are free and open source.
Final note
I hope you like the guide Guide: Install Kali Linux on Chromebook. In case if you have any query regards this article you may ask us. Also, please share your love by sharing this article with your friends.