-----
Overview:
  This utility will prepare a bootable USB-key to format your Optical Disc Drive's firmware.

-----
Important notes:
  ***All data will be lost on the medium you choose. Before proceeding, make a backup of any data you wish to save from your USB-key, as it will be deleted.***

-----
To run:
  As 'root', execute the provided script: 
	# sh ./flash_script.sh
  Follow the on screen instructions.
  To complete the complete the actual flashing, you will need to reboot your machine.

-----
Trouble?

  If Linux can see the device OK, but the script is having trouble automagically locating your device: Manually specify the location of the drive. From the main menu, choose option 1. Then, instead of pressing enter at the prompt, give the location in the format "/dev/sdb", without the quotes.

  If you have inserted your device into the system, but Linux is having a hard time seeing it, try unplugging and re-inserting the device.

  Other misc problems: Try zeroing the device (option 2 from the main menu; alternatively: dd if=/dev/zero of=/dev/sdb; where /dev/sdb is your device.)
