Creating bootable Media For HydraPWK.

Before we start make sure you have HydraPWK .ISO image from Official download page HydraPWK.

Make HydraPWK bootable media using Balena Etcher.

before we start please download balenaetcher from official BalenaEtcher site.

After you download BalenaEtcher let’s open it up.

BalenaEtcher

Select image (.ISO/IMG) you have already download from official HydraPWK pages.

Select image

If you get warning you can ignore it! Trust me :)

Next step you need choose media make sure you have already insert your media.

Make sure you backup your data before continue this step

select your media

e.g We have Kingston data traveler

Select media

Last step, burn image to Media

burn media burn media burn media

Now you can use bootable media.

Creating bootable media for Hydra Using DD.

We doesn’t recommends this method but you can Try!

As example we have USB Flash drive you can check your media partition via fdisk

hydrapwk@hydrapwk:~# fdisk -l

...

Disk /dev/sda: 57,62 GiB, 61872793600 bytes, 120845300 sectors
Disk model: DataTraveler 3.0
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

...

My USB Flash Drive on ‘/dev/sda’ .

This step will erase all your data

hydrapwk@hydrapwk:~# dd if=hydrapwk-amd64.iso of=/dev/sda bs=4M status=proggress
...