Create Kali Linux Bootable USB on Linux Command Line Method

Опубликовано: 07 Октябрь 2024
на канале: TechSolvePrac
4,984
41

The video describes the process of creating Kali Linux bootable USB on Linux terminal without using any external tool. You can use an 8 GB Flash drive to make it bootable and install Kali Linux on your PC. USe the following syntax for 'dd' command to create Kali Linux bootable USB from downloaded Kali Linux ISO file.

$ sudo dd bs=4M if=[ISO file path] of=[USB drive path] status=progress oflag=sync


Source: https://www.techsolveprac.com/kali-li...

Useful Links used in video:
https://kali.org

Hastags: #kalilinuxinstall