i found some topics on how to set a usb drive bootable as follows :
-partition drive as mbr, so it can be seen on a system without darwin (found some opinions it should be guid), enable owner with
CODE
sudo /usr/sbin/vsdbutil -a /Volumes/osx86
- mount kismus
CODE
cp -R /volumes/kismushackintoshtools/* /volumes/osx86/
- bless usb (although i did not find any bootefi file inside) with
CODE
sudo bless –verbose –folder “/Volumes/osx86/System/Library/CoreServices” –bootinfo
-repair permissions on the usb drive ( drink a coffee or two)
But the problem is that it does not boot. On bios the usb device is recognized as 1st floppy device (! i have no floppy or ide devices) but does not boot. Tried on 3 devices without succes.
Can anybody guide me where i have failed ? Is it even possible ?