02-26-2015, 08:28 PM
Hello newtusmaximus,
I found the below info here you could try this in the CLI for your LL iso on flashdrive.
I found the below info here you could try this in the CLI for your LL iso on flashdrive.
Quote:Do not use UNetBootIn to write ISO files to flashdrives.
UNetBootIn modifies the bootloader configuration, which is bad.
You can use this instead (where /dev/sdX is your flashdrive and file.iso is a BlackArch ISO):
Code:
# Example
$ sudo dd bs=512M if=file.iso of=/dev/sdX