[ Prev ] [ Index ] [ Next ]

Windows_Bootable

Created Monday 28 August 2017


# This shit has been an issue a few times to often..


# Step 1: Using Gparted unmount the USB device and create a new GPT table


# Step 2: Gparted > Create new partition in FAT32


# Step 3: Remount the USB (unplug/plugin)
# The USB device should be mounted at /media/stick/<DEVICE_NAME>


# Step 4: Copy the ISO to the newly formatted USB
$ mount path/to/iso /mnt
$ cp -r /mnt/* /media/stick/<DEVICE_NAME>