i guess for a bootable usb u need a diskboot.img file in the first sector of your usb drive . its a vfat filesystem image also your bios is required to support booting from a usb drive obviously u'll have to move ithe diskboot.img file to your pendrive use the dd command. eg: dd < diskboot.img> /dev/sda