Using imageUSB |
Top Previous Next |
imageUSB's .bin File Format:
imageUSB's .bin files have a 512-byte header added to the beginning of the raw image.
Header Format:
*The checksum values stored in the header are excluding the header and only of the raw image. Starting with Version 1.1.1003, the checksum method was updated to use MD5 and SHA1. Any previous images created with prior versions of imageUSB, will be verified using the old checksum method.
Log Output:
A log is kept in a separate window of the program, it will display status messages, errors, and any other relevant information. You can access the log through the log button at the bottom of the main GUI. Starting imageUSB with the "-l" command line argument will save a log. The filename for the logfile is "imageUSB.log" and can be found in the same directory as the executable.
Debug information (useful to the developers to debug problems) can also be logged by starting imageUSB with the "-d" command line argument. It will save to the same logfile, "imageUSB.log".
Writing to USB Flash Drive (UFD) or Zero USB Flash Drive (UFD):
Before Starting: Backup the USB Flash Drive contents to a hard disk drive. This process will overwrite the USB drive selected, so remove any other removable drives on the system to reduce the likelihood of mistakes. "Write to UFD" and "Zero USB Drive" supports writing a single image file to multiple drives at the same time.
Setting Up: Step 1: imageUSB will display a list of available USB drives. Selecting the corresponding check box next to each drive letter will select the drive to be acted on. For "Write to USB Flash Drive" Step 2: Select "Write to UFD" to write an image (.bin/.iso*) file specified in Step 3 to the selected drives in Step 1. Check the "Post Image Verification" box for verification of the contents on the UFD afterwards (only for imageUSB .bin files). Image verification may double the normal imaging time. Step 3: Select the image (.bin) file to be written to the selected USB drives in Step 1. Step 4: When ready, click the "Write to UFD" button. (NOTE: Be very careful that the drives you selected are the ones to write to, any contents originally on those drive will be destroyed.) For "Zero USB Drive" Step 2: Select "Zero USB Drive" to zero (write empty bytes to) the selected drives in Step 1. Check the "Boot Sector(s) Only" box for to only erase the boot sectors on the drive. Zeroing the entire drive will take a longer time depending on the size of the drive. Step 3: When ready, click the "Zero UFD" button. (NOTE: Be very careful that the drives you selected are the ones to write to, any contents originally on those drive will be destroyed.)
During imaging: While imaging is taking place, the progress bar will display the overall progress. The progress bar takes into account both the write and verify process of writing the UFD when "Write to UFD" is selected. Individual drive status can be seen under the "Status" column for each drive.
Aborting: After imaging has started, the "Write to UFD" or "Zero UFD" button will be relabeled "Abort". We recommend that you NOT use the "Abort" button. Aborting will stop the imaging process and any drives that are not completed will be rendered unreadable. To fix the unreadable drives, you will need to reformat them (e.g. in Windows, right-click the drive and choose "Format..." from the menu. ).
*imageUSB will try to detect if ISO image is bootable and if so write appropriate bootloader. As of release only booting through UEFI seems to be working. Tested with Windows 10 ISO, Linux (Porteus-5.0rc, Ubuntu-19.04 and Mint 19.2 ISO images). Features is EXPERIMENTAL and NOT ALL ISO IMAGES WILL WORK. This functionality is experimental and may be removed from software at any time.
Create from USB Flash Drive (UFD):
Before Starting: imageUSB (starting with 1.1.1003) supports the simultaneous creation of images of multiple drives. If more than one drive is selected, the naming will be based on the base name given in Step 3. The images will be named with "_nnn" added to the base name and before the extension, starting with "_000" (i.e. test.bin will be become test_000.bin, test_001.bin, test_002.bin, ..., test_00n.bin for up to n drives). CAUTION: If the directory where the image is to be written to already contains a file with the same filename, it will be OVERWRITTEN. It is best to save images to an empty directory.
Setting Up: Step 1: imageUSB will display a list of available USB drives. Check the corresponding check box next to each drive letter will select the drive to be acted on. Step 2: Select "Create from UFD" to create an image (.bin) file specified in Step 3 from the selected drive in Step 1. Check the "Post Image Verification" box for verification of the contents of the image afterwards. Image verification may double the normal imaging time. Step 3: Enter in the filename and location where the image (.bin) file will be written to. See "Before Starting" above for naming convention used. Step 4: When ready, click the "Create to UFD" button.
During imaging: While imaging is taking place, the progress bar will display the overall progress. A status for the drive is also shown under the "Status" column in the list in Step 1.
Aborting: After imaging has started, the "Create from UFD" button will be relabeled "Abort". We recommend that you not use the "Abort" button. Aborting will stop the imaging process and the image file will be incomplete.
After imaging: Each drive imaged will also have an accompanying log created in the same directory. The name of the log will be the same as the image but with ".log" appended to the filename.
Reformat USB Flash Drive (UFD) - Windows Vista and later only:
Before Starting: Backup the USB Flash Drive contents to a hard disk drive. This process will erase the contents of the USB drive selected, so remove any other removable drives on the system to reduce the likelihood of mistakes. Format option is only available on systems running Windows Vista and later.
Setting Up: Step 1: imageUSB will display a list of available USB drives. Selecting the corresponding check box next to each drive letter will select the drive to be acted on. Step 2: Select "Format UFD" to format the selected drives in Step 1. Select the desired File System (NTFS or FAT32) in the drop down box. Step 3: When ready, click the "Format UFD" button. (NOTE: Be very careful that the drives you selected are the ones to format, any contents originally on those drive will be destroyed.)
|