0% found this document useful (0 votes)
25 views1 page

Kali Linux

This document provides step-by-step instructions for downloading, installing, and configuring Kali Linux on a USB drive to be used to boot from and install on a PC. The instructions include downloading Kali Linux and the Universal USB Installer, using the USB Installer to add Kali Linux to a flash drive, booting from the flash drive when starting the PC, navigating the boot menu and Kali Linux installer, manually mounting the cd-rom, completing language and network setup during installation, setting the root password, partitioning and writing changes to disk, and installing the GRUB boot loader.

Uploaded by

Killua Zondyck
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views1 page

Kali Linux

This document provides step-by-step instructions for downloading, installing, and configuring Kali Linux on a USB drive to be used to boot from and install on a PC. The instructions include downloading Kali Linux and the Universal USB Installer, using the USB Installer to add Kali Linux to a flash drive, booting from the flash drive when starting the PC, navigating the boot menu and Kali Linux installer, manually mounting the cd-rom, completing language and network setup during installation, setting the root password, partitioning and writing changes to disk, and installing the GRUB boot loader.

Uploaded by

Killua Zondyck
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Doanload and install the Kali Linux distrobution https://www.kali.

org/downloads/
Download the Universal USB Installer https://www.pendrivelinux.com/category/new-usb-linux-tutorials/
Add the OS to the pendrive.
Installing the OS
Plugin the flash drive.
Make sure power and an ethernet or WiFi is available.
Turn on the PC.
Once the manufacturer logo appears, continously press F12 (or your OEM's boot option key) to access the
boot menu.
From the boot options, select "USB Storage Device".
Once the Kali Linux installer menu appears, select "Install".
STOP! Before proceeding with the next step of the installer (language selection), you need to manually
mount the cd-rom.
Press 'alt + F2' to open a console. Press enter when prompted.
In the console, execute the following commands:
mkdir /cdrom
mount -t vfat /dev/sdb1 /cdrom
Type 'exit' and press enter to exit the console.
Press 'alt + F1' to switch back to the kali linux installer.
Proceed with the installation.
Select language, keyboard, etc.
When you get to the network setup step, select the wireless network adapter.
Next, select your router's SSiD, select WPA/WPA2 PSK for encryption, and enter the router's password.
Leave the hostname as 'kali'.
When prompted for a domain name, leave it blank and select 'continue'.
Setup the root password. Enter it again to confirm.
Partioning: (select the following options)
'Guided - use full partition'
'All files in one partition'
'Finish partitioning and write changes to disk'
When prompted to write the changes to disk, select 'Yes'.
GRUB Boot Loader:
Check partitions using 'fdisk -l'

You might also like