to test if a usb key is bootable, we can install

apt-get install qemu

and then run :

qemu-system-i386 -cdrom /dev/sdb -boot d -vga std

, ,