Jan 06, 2017 I recently downloaded Kali Linux (2016.2) iso. I want to run Kali Live. Using UUI I wrote the iso to a 64GB flash drive. The flash drive was formatted to FAT32 by UUI. After restarting my computer to UEFI I tried to boot the flash drive on the temporary boot screen. When I press enter on the flash drive (to boot it) the screen 'blinks' and it just continues to display boot options.
When I tried to boot my PC into Windows 10 I got a screen with a sad face saying unmountable_boot_volume.
- You can install Kali Linux with this usb. Or you can run kali from this usb. You can follow this tutorial with any kind of iso. Including windows and any linux distro.
- In this tutorial we are going to make a booteable usb pendrive on Windows to boot a live version of Kali. Kali is a very well known linux pentest distribution. This distribution contains a set of tools already installed. Step 1: Download and verify the official Kali Linux ISO. Currently we can download the 2016.2 version, click here to download it.
- Create Kali Linux bootable USB; Benefits of Linux Live USB. Freedom – Select between multiple OS on boot time. No need to install OS’s one by one from USB as traditional USB boot creator programs like Unetbootin and other limited users to install a single OS on a USB at a time. Linux Live USB – Most Linux distributions can be tested.
After searching it said I needed a Windows 10 USB or CD which I do not have.
I still have access to Kali Linux on my PC by booting up with my SSD.
How can I make a bootable Windows USB with a ISO in Kali Linux OS?
DavidPostill♦4 Answers
You can create a bootable usb using the command dd
:
example: the output of fdisk -l
is /dev/sdb1
:
There is an easier way coming built in with kali linux.
- Just Browse to the windows iso location
- Right click on iso
- Open with other appalication
- select Disk image writer
- select your usb device from the drop dows menu
- click restore
- click restore again
- wait until finished
- boot with usb
- install windows bla bla blah
VOILA.... 😉😉😉😉😉😉
Kali Linux Iso Image Download
I had major problems with the above solutions as DD made the drive UDF format, I managed to compile woeusb by following instructions Here, Make sure software-common-properties is up to date.I also had to edit the changelog in /woeusb/debian
and add a version number (I used 1.0.1.1) and edit the
to
to avoid the signature check.
Obviously running this command whilst in that directory.
Kali Linux Iso Image Usb
There is WinUSB which works quite well.Add the following rep: ppa:colingille/freshlightand install WinUSB