<div><div><div><div><div>I solved problem by manually setting 'boot' flag to 'on' for this flash drive</div><div>with GNU Parted:</div><div>---------------------------------------------------------</div><div>rob@Rob:~/Загрузки$ sudo parted /dev/sdb</div><div>GNU Parted 3.2</div><div>Using /dev/sdb</div><div>Welcome to GNU Parted! Type 'help' to view a list of commands.</div><div>(parted) print</div><div>Model: JetFlash Transcend 16GB (scsi)</div><div>Disk /dev/sdb: 15,7GB</div><div>Sector size (logical/physical): 512B/512B</div><div>Partition Table: msdos</div><div>Disk Flags: </div><div> </div><div>Number Â Start Â Â End Â Â Â Size Â Â Type Â Â Â Â File system Â Flags</div><div> 1 Â Â Â Â Â 32,8kB Â 717MB Â 717MB Â primary</div><div> </div><div>(parted) set 1 boot on</div><div>---------------------------------------------------------</div><div>After that parted would show 'boot' flag on same flash drive:</div><div>---------------------------------------------------------</div><div>Number Â Start Â Â End Â Â Â Size Â Â Type Â Â Â Â File system Â Flags</div><div> 1 Â Â Â Â Â 32,8kB Â 717MB Â 717MB Â primary Â Â Â Â Â Â Â Â Â Â Â Â Â Â boot</div><div>---------------------------------------------------------</div><div>I was finally able to boot from it and perform installation on target computer.</div><div>This computer has pretty old hardware, so maybe the reason is older versions of</div><div>BIOS need this flag to tell if device is bootable?</div><div>The rest of target computers will probably be no better in this regard.</div><div> </div><div>Thanks to Thomas Lange and Robert Markula for help.</div><div>Im now writing some brief description of my company's project for which i</div><div>consider using FAI.</div><div>Should i post it under this topic?</div></div></div></div></div>